You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datamance opened this issue
Oct 5, 2020
· 3 comments
Assignees
Labels
Bug[Work Type] An issue with the programDiagnosis[Work Type] Requires investigation as to how the bug occursImportant[Priority] Affects/effects critical functionality
Builds are also showing very concerning messages concerning greenlet
Step #4 - "run-tests": <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
Step #4 - "run-tests": <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
Step #4 - "run-tests": <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
This situation is in progress, I am working on fixing the build
The text was updated successfully, but these errors were encountered:
Datamance
added
Bug
[Work Type] An issue with the program
Diagnosis
[Work Type] Requires investigation as to how the bug occurs
Important
[Priority] Affects/effects critical functionality
labels
Oct 5, 2020
Fun. This is what happens when we have non-deterministic builds. It looks like the greenlet project merged the 0.4.17 tag 13 days ago, so the unpinned transitive requirement changed under our feet and borked µwsgi.
Here is the related bug filed with the greenlet team.
I've scaled the replicas for the web service down to 0 for now. Will issue a bugfix shortly just pinning to the downgraded version of greenlet.
"Fixed" and by "fixed" I mean this is a stop gap solution until we have something like #562 to prevent transitive dependency drift from screwing up future builds
Bug[Work Type] An issue with the programDiagnosis[Work Type] Requires investigation as to how the bug occursImportant[Priority] Affects/effects critical functionality
After the staging deploy triggered by the changelog introduction, µwsgi logs are showing some very concerning messages:
Builds are also showing very concerning messages concerning greenlet
This situation is in progress, I am working on fixing the build
The text was updated successfully, but these errors were encountered: