Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: temp fix for mysqlclient on an OS regression bug #17724

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

dpgaspar
Copy link
Member

@dpgaspar dpgaspar commented Dec 13, 2021

SUMMARY

On this day CI started failing with:

>       from . import _mysql
E       ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

Probably related with this OS package dependency regression: https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/1890170

Base containers on CI are "pinned" to ubuntu 20.04, there is currently nothing newer and we can't pin at the patch release.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Copy link
Member

@villebro villebro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, let's try to remember to remove this

@dpgaspar dpgaspar merged commit 485852d into apache:master Dec 13, 2021
@dpgaspar dpgaspar deleted the fix/ci-mysqlclient branch December 13, 2021 12:03
@eschutho eschutho added the v1.4 label Dec 15, 2021
eschutho pushed a commit to preset-io/superset that referenced this pull request Dec 15, 2021
@mistercrunch mistercrunch added 🍒 1.4.0 🍒 1.4.1 🍒 1.4.2 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.5.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset-io size/XS v1.4 🍒 1.4.0 🍒 1.4.1 🍒 1.4.2 🚢 1.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants