-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
quay-v3.9.0
Description of problem:
Quay 3.9 outputs syntax errors in log
Version-Release number of selected component (if applicable):
registry-proxy.engineering.redhat.com/rh-osbs/quay-quay-rhel8:v3.9.0-134
How reproducible:
Always
Steps to Reproduce:
- Startup quay
- Check logs in quay pod
Actual Results:
3. Found errors in logs:
blobuploadcleanupworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? blobuploadcleanupworker stderr | while start is not 0: chunkcleanupworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? chunkcleanupworker stderr | while start is not 0: quotaregistrysizeworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? quotaregistrysizeworker stderr | while start is not 0: logrotateworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? logrotateworker stderr | while start is not 0: globalpromstats stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? globalpromstats stderr | while start is not 0: manifestbackfillworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? manifestbackfillworker stderr | while start is not 0: reconciliationworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? reconciliationworker stderr | while start is not 0: securityworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? securityworker stderr | while start is not 0: exportactionlogsworker stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? exportactionlogsworker stderr | while start is not 0: buildlogsarchiver stderr | /app/lib/python3.9/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="? buildlogsarchiver stderr | while start is not 0:
Expected Results:
3. should not output above error
Additional Info:
Config.yaml:
FEATURE_QUOTA_MANAGEMENT: true
QUOTA_BACKFILL: true
FEATURE_GARBAGE_COLLECTION: true
GARBAGE_COLLECTION_FREQUENCY: 10
PERMANENTLY_DELETE_TAGS: true