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

GH Action runners ubuntu-latest is updated from 2204 to 2404 #328

Open
Baklap4 opened this issue Jan 1, 2025 · 1 comment
Open

GH Action runners ubuntu-latest is updated from 2204 to 2404 #328

Baklap4 opened this issue Jan 1, 2025 · 1 comment

Comments

@Baklap4
Copy link
Contributor

Baklap4 commented Jan 1, 2025

GH is slowing rolling out newer versions of ubuntu under their ubuntu-latest tag.

actions/runner-images#10636

This causes the following issue within the pipelines of tox:

output is from log: https://github.com/bohning/usdb_syncer/actions/runs/12574067918/job/35047719067

2025-01-01T20:19:55.7299281Z   - Installing unidecode (1.3.8)
2025-01-01T20:19:55.9289276Z   - Installing wheel (0.45.1)
2025-01-01T20:19:56.0672476Z   - Installing yt-dlp (2024.12.23)
2025-01-01T20:20:01.2355034Z 
2025-01-01T20:20:01.2357687Z   ChefBuildError
2025-01-01T20:20:01.2358969Z 
2025-01-01T20:20:01.2359405Z   Backend subprocess exited when trying to invoke build_wheel
2025-01-01T20:20:01.2360191Z   
2025-01-01T20:20:01.2362388Z   + meson setup /tmp/tmpcp0cdnax/dbus-python-1.3.2 /tmp/tmpcp0cdnax/dbus-python-1.3.2/.mesonpy-wkx3l_sv -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/tmpcp0cdnax/dbus-python-1.3.2/.mesonpy-wkx3l_sv/meson-python-native-file.ini
2025-01-01T20:20:01.2364826Z   The Meson build system
2025-01-01T20:20:01.2365250Z   Version: 1.6.1
2025-01-01T20:20:01.2365706Z   Source dir: /tmp/tmpcp0cdnax/dbus-python-1.3.2
2025-01-01T20:20:01.2366563Z   Build dir: /tmp/tmpcp0cdnax/dbus-python-1.3.2/.mesonpy-wkx3l_sv
2025-01-01T20:20:01.2367499Z   Build type: native build
2025-01-01T20:20:01.2367976Z   Project name: dbus-python
2025-01-01T20:20:01.2368238Z   Project version: 1.3.2
2025-01-01T20:20:01.2368843Z   C compiler for the host machine: cc (gcc 13.3.0 "cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0")
2025-01-01T20:20:01.2369554Z   C linker for the host machine: cc ld.bfd 2.42
2025-01-01T20:20:01.2370004Z   Host machine cpu family: x86_64
2025-01-01T20:20:01.2370446Z   Host machine cpu: x86_64
2025-01-01T20:20:01.2370918Z   Compiler for C supports arguments -fno-common: YES 
2025-01-01T20:20:01.2371649Z   Compiler for C supports arguments -Wno-missing-field-initializers: YES 
2025-01-01T20:20:01.2372174Z   Compiler for C supports arguments -Wno-declaration-after-statement: YES 
2025-01-01T20:20:01.2372615Z   Compiler for C supports arguments -Wno-inline: YES 
2025-01-01T20:20:01.2372965Z   Compiler for C supports arguments -Wno-redundant-decls: YES 
2025-01-01T20:20:01.2373346Z   Compiler for C supports arguments -Wno-switch-default: YES 
2025-01-01T20:20:01.2373729Z   Compiler for C supports arguments -Wno-write-strings: YES 
2025-01-01T20:20:01.2374346Z   Compiler for C supports arguments -Wcast-align: YES 
2025-01-01T20:20:01.2374708Z   Compiler for C supports arguments -Wdouble-promotion: YES 
2025-01-01T20:20:01.2375073Z   Compiler for C supports arguments -Wduplicated-cond: YES 
2025-01-01T20:20:01.2375415Z   Compiler for C supports arguments -Wfloat-equal: YES 
2025-01-01T20:20:01.2375764Z   Compiler for C supports arguments -Wformat-nonliteral: YES 
2025-01-01T20:20:01.2376125Z   Compiler for C supports arguments -Wformat-security: YES 
2025-01-01T20:20:01.2376463Z   Compiler for C supports arguments -Wformat=2: YES 
2025-01-01T20:20:01.2377038Z   Compiler for C supports arguments -Winit-self: YES 
2025-01-01T20:20:01.2377389Z   Compiler for C supports arguments -Wlogical-op: YES 
2025-01-01T20:20:01.2377742Z   Compiler for C supports arguments -Wmissing-declarations: YES 
2025-01-01T20:20:01.2378150Z   Compiler for C supports arguments -Wmissing-format-attribute: YES 
2025-01-01T20:20:01.2378559Z   Compiler for C supports arguments -Wmissing-include-dirs: YES 
2025-01-01T20:20:01.2378927Z   Compiler for C supports arguments -Wmissing-noreturn: YES 
2025-01-01T20:20:01.2379285Z   Compiler for C supports arguments -Wnull-dereference: YES 
2025-01-01T20:20:01.2379619Z   Compiler for C supports arguments -Wpacked: YES 
2025-01-01T20:20:01.2379945Z   Compiler for C supports arguments -Wpointer-arith: YES 
2025-01-01T20:20:01.2380268Z   Compiler for C supports arguments -Wshadow: YES 
2025-01-01T20:20:01.2380584Z   Compiler for C supports arguments -Wswitch-enum: YES 
2025-01-01T20:20:01.2380907Z   Compiler for C supports arguments -Wundef: YES 
2025-01-01T20:20:01.2381423Z   Compiler for C supports arguments -Wunused-but-set-variable: YES 
2025-01-01T20:20:01.2381812Z   Compiler for C supports arguments -Wjump-misses-init: YES 
2025-01-01T20:20:01.2382183Z   Compiler for C supports arguments -Wmissing-prototypes: YES 
2025-01-01T20:20:01.2382540Z   Compiler for C supports arguments -Wnested-externs: YES 
2025-01-01T20:20:01.2382910Z   Compiler for C supports arguments -Wold-style-definition: YES 
2025-01-01T20:20:01.2383275Z   Compiler for C supports arguments -Wpointer-sign: YES 
2025-01-01T20:20:01.2383618Z   Compiler for C supports arguments -Wstrict-prototypes: YES 
2025-01-01T20:20:01.2383977Z   Configuring _dbus-python-config.h using configuration
2025-01-01T20:20:01.2384263Z   
2025-01-01T20:20:01.2384440Z   Executing subproject dbus-gmain 
2025-01-01T20:20:01.2384666Z   
2025-01-01T20:20:01.2384840Z   dbus-gmain| Project name: dbus-gmain
2025-01-01T20:20:01.2385098Z   dbus-gmain| Project version: undefined
2025-01-01T20:20:01.2385521Z   dbus-gmain| C compiler for the host machine: cc (gcc 13.3.0 "cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0")
2025-01-01T20:20:01.2385981Z   dbus-gmain| C linker for the host machine: cc ld.bfd 2.42
2025-01-01T20:20:01.2386373Z   dbus-gmain| Compiler for C supports arguments -fno-common: YES (cached)
2025-01-01T20:20:01.2387094Z   dbus-gmain| Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
2025-01-01T20:20:01.2387614Z   dbus-gmain| Compiler for C supports arguments -Wcast-align: YES (cached)
2025-01-01T20:20:01.2388060Z   dbus-gmain| Compiler for C supports arguments -Wdouble-promotion: YES (cached)
2025-01-01T20:20:01.2388519Z   dbus-gmain| Compiler for C supports arguments -Wduplicated-branches: YES
2025-01-01T20:20:01.2388970Z   dbus-gmain| Compiler for C supports arguments -Wduplicated-cond: YES (cached)
2025-01-01T20:20:01.2389417Z   dbus-gmain| Compiler for C supports arguments -Wfloat-equal: YES (cached)
2025-01-01T20:20:01.2389873Z   dbus-gmain| Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
2025-01-01T20:20:01.2390344Z   dbus-gmain| Compiler for C supports arguments -Wformat-security: YES (cached)
2025-01-01T20:20:01.2390785Z   dbus-gmain| Compiler for C supports arguments -Wformat=2: YES (cached)
2025-01-01T20:20:01.2391203Z   dbus-gmain| Compiler for C supports arguments -Winit-self: YES (cached)
2025-01-01T20:20:01.2391761Z   dbus-gmain| Compiler for C supports arguments -Wlogical-op: YES (cached)
2025-01-01T20:20:01.2392246Z   dbus-gmain| Compiler for C supports arguments -Wmissing-declarations: YES (cached)
2025-01-01T20:20:01.2392755Z   dbus-gmain| Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
2025-01-01T20:20:01.2393271Z   dbus-gmain| Compiler for C supports arguments -Wmissing-include-dirs: YES (cached)
2025-01-01T20:20:01.2393753Z   dbus-gmain| Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
2025-01-01T20:20:01.2394207Z   dbus-gmain| Compiler for C supports arguments -Wnull-dereference: YES (cached)
2025-01-01T20:20:01.2394650Z   dbus-gmain| Compiler for C supports arguments -Wpacked: YES (cached)
2025-01-01T20:20:01.2395094Z   dbus-gmain| Compiler for C supports arguments -Wpointer-arith: YES (cached)
2025-01-01T20:20:01.2395528Z   dbus-gmain| Compiler for C supports arguments -Wredundant-decls: YES
2025-01-01T20:20:01.2395935Z   dbus-gmain| Compiler for C supports arguments -Wshadow: YES (cached)
2025-01-01T20:20:01.2396348Z   dbus-gmain| Compiler for C supports arguments -Wswitch-default: YES
2025-01-01T20:20:01.2396947Z   dbus-gmain| Compiler for C supports arguments -Wswitch-enum: YES (cached)
2025-01-01T20:20:01.2397375Z   dbus-gmain| Compiler for C supports arguments -Wundef: YES (cached)
2025-01-01T20:20:01.2397829Z   dbus-gmain| Compiler for C supports arguments -Wunused-but-set-variable: YES (cached)
2025-01-01T20:20:01.2398305Z   dbus-gmain| Compiler for C supports arguments -Wwrite-strings: YES
2025-01-01T20:20:01.2398744Z   dbus-gmain| Compiler for C supports arguments -Wdeclaration-after-statement: YES
2025-01-01T20:20:01.2399359Z   dbus-gmain| Compiler for C supports arguments -Wjump-misses-init: YES (cached)
2025-01-01T20:20:01.2399834Z   dbus-gmain| Compiler for C supports arguments -Wmissing-prototypes: YES (cached)
2025-01-01T20:20:01.2400726Z   dbus-gmain| Compiler for C supports arguments -Wnested-externs: YES (cached)
2025-01-01T20:20:01.2401582Z   dbus-gmain| Compiler for C supports arguments -Wold-style-definition: YES (cached)
2025-01-01T20:20:01.2402474Z   dbus-gmain| Compiler for C supports arguments -Wpointer-sign: YES (cached)
2025-01-01T20:20:01.2403357Z   dbus-gmain| Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
2025-01-01T20:20:01.2404202Z   dbus-gmain| Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
2025-01-01T20:20:01.2404893Z   dbus-gmain| Run-time dependency dbus-1 found: YES 1.14.10
2025-01-01T20:20:01.2405484Z   dbus-gmain| Found CMake: /usr/local/bin/cmake (3.31.2)
2025-01-01T20:20:01.2406238Z   dbus-gmain| Run-time dependency glib-2.0 found: NO (tried pkgconfig and cmake)
2025-01-01T20:20:01.2407101Z   
2025-01-01T20:20:01.2407782Z   ../subprojects/dbus-gmain/meson.build:108:11: ERROR: Dependency "glib-2.0" not found, tried pkgconfig and cmake
2025-01-01T20:20:01.2408581Z   
2025-01-01T20:20:01.2409198Z   A full log can be found at /tmp/tmpcp0cdnax/dbus-python-1.3.2/.mesonpy-wkx3l_sv/meson-logs/meson-log.txt
2025-01-01T20:20:01.2409938Z   
2025-01-01T20:20:01.2410097Z 
2025-01-01T20:20:01.2410692Z   at /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/poetry/installation/chef.py:164 in _prepare
2025-01-01T20:20:01.2411812Z       160│ 
2025-01-01T20:20:01.2412363Z       161│                 error = ChefBuildError("\n\n".join(message_parts))
2025-01-01T20:20:01.2412932Z       162│ 
2025-01-01T20:20:01.2413292Z       163│             if error is not None:
2025-01-01T20:20:01.2413839Z     → 164│                 raise error from None
2025-01-01T20:20:01.2414114Z       165│ 
2025-01-01T20:20:01.2414326Z       166│             return path
2025-01-01T20:20:01.2414586Z       167│ 
2025-01-01T20:20:01.2414999Z       168│     def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:
2025-01-01T20:20:01.2415312Z 
2025-01-01T20:20:01.2416158Z Note: This error originates from the build backend, and is likely not a problem with poetry but with dbus-python (1.3.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "dbus-python (==1.3.2)"'.
2025-01-01T20:20:01.2417191Z 
2025-01-01T20:20:01.3280300Z py312-check: exit 1 (16.02 seconds) /home/runner/work/usdb_syncer/usdb_syncer> poetry install --without build pid=2372
2025-01-01T20:20:01.3284625Z   py312-check: FAIL code 1 (16.77=setup[0.74]+cmd[16.02] seconds)
2025-01-01T20:20:01.3285053Z   evaluation failed :( (16.84 seconds)
2025-01-01T20:20:01.3579309Z ##[error]Process completed with exit code 1.

within #327 (a1680a8) i've temporary set the version back to 22.04 so it now builds again, but this is of course not the solution. The mentioned commit can be reverted when the issue is solved.

@Baklap4
Copy link
Contributor Author

Baklap4 commented Jan 15, 2025

closed with #329 merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant