[INFO] cloning repository https://github.com/geoffsee/galaxy-os [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geoffsee/galaxy-os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffsee%2Fgalaxy-os", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffsee%2Fgalaxy-os'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e734f62c7ba9c4adba4028cf38ab88aa564d42a2 [INFO] testing geoffsee/galaxy-os against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffsee%2Fgalaxy-os" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/geoffsee/galaxy-os [INFO] finished tweaking git repo https://github.com/geoffsee/galaxy-os [INFO] tweaked toml for git repo https://github.com/geoffsee/galaxy-os written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/geoffsee/galaxy-os on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/geoffsee/galaxy-os already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a0aa676c28852a6c02e1828ab38fcf3becc40e677c11c009744f1fa033da591 [INFO] running `Command { std: "docker" "start" "-a" "7a0aa676c28852a6c02e1828ab38fcf3becc40e677c11c009744f1fa033da591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a0aa676c28852a6c02e1828ab38fcf3becc40e677c11c009744f1fa033da591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a0aa676c28852a6c02e1828ab38fcf3becc40e677c11c009744f1fa033da591", kill_on_drop: false }` [INFO] [stdout] 7a0aa676c28852a6c02e1828ab38fcf3becc40e677c11c009744f1fa033da591 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b13ef6f6833806379beb9c261f035b9be5e2a0ddfe35d5844e323362004edba [INFO] running `Command { std: "docker" "start" "-a" "6b13ef6f6833806379beb9c261f035b9be5e2a0ddfe35d5844e323362004edba", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling find-msvc-tools v0.1.3 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling cc v1.2.40 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Compiling deranged v0.5.4 [INFO] [stderr] Compiling fs-err v3.1.3 [INFO] [stderr] Compiling flate2 v1.1.4 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling hostname v0.4.1 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling ui v0.1.0 (/opt/rustwide/workdir/crates/ui) [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling xattr v1.6.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling pin-project v0.4.30 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling service-registry-macros v0.1.0 (/opt/rustwide/workdir/crates/service-registry-macros) [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling rustls-webpki v0.103.7 [INFO] [stderr] Compiling rcgen v0.14.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling futures_codec v0.4.1 [INFO] [stderr] Compiling etcd-client v0.14.1 [INFO] [stderr] Compiling podman-api-stubs v0.9.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling axum v0.8.6 [INFO] [stderr] Compiling axum-server v0.7.2 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyperlocal v0.8.0 [INFO] [stderr] Compiling containers-api v0.8.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling cli v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling podman-api v0.10.0 [INFO] [stderr] Compiling service-registry v0.1.0 (/opt/rustwide/workdir/crates/service-registry) [INFO] [stderr] Compiling repl-api v0.1.0 (/opt/rustwide/workdir/crates/repl-api) [INFO] [stderr] Compiling container-api v0.1.0 (/opt/rustwide/workdir/crates/container-api) [INFO] [stderr] Compiling supervisor v0.1.0 (/opt/rustwide/workdir/crates/supervisor) [INFO] [stdout] warning: unused import: `serde::Serialize` [INFO] [stdout] --> crates/repl-api/src/tls.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> crates/supervisor/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> crates/supervisor/src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling galaxy-os v0.1.0 (/opt/rustwide/workdir/crates/galaxy-os) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "6b13ef6f6833806379beb9c261f035b9be5e2a0ddfe35d5844e323362004edba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b13ef6f6833806379beb9c261f035b9be5e2a0ddfe35d5844e323362004edba", kill_on_drop: false }` [INFO] [stdout] 6b13ef6f6833806379beb9c261f035b9be5e2a0ddfe35d5844e323362004edba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc96037414d8e11c22bdef25722360dcde11712327fbbd32db62cce41ba5d3f5 [INFO] running `Command { std: "docker" "start" "-a" "bc96037414d8e11c22bdef25722360dcde11712327fbbd32db62cce41ba5d3f5", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling service-registry-macros v0.1.0 (/opt/rustwide/workdir/crates/service-registry-macros) [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling ui v0.1.0 (/opt/rustwide/workdir/crates/ui) [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling fs-err v3.1.3 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling pin-project v0.4.30 [INFO] [stderr] Compiling futures_codec v0.4.1 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling bollard-stubs v1.42.0-rc.3 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling axum v0.8.6 [INFO] [stderr] Compiling axum-server v0.7.2 [INFO] [stderr] Compiling mockito v1.7.0 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyperlocal v0.8.0 [INFO] [stderr] Compiling containers-api v0.8.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling podman-api v0.10.0 [INFO] [stderr] Compiling etcd-client v0.14.1 [INFO] [stderr] Compiling cli v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling testcontainers v0.15.0 [INFO] [stderr] Compiling testcontainers-modules v0.3.7 [INFO] [stderr] Compiling service-registry v0.1.0 (/opt/rustwide/workdir/crates/service-registry) [INFO] [stderr] Compiling container-api v0.1.0 (/opt/rustwide/workdir/crates/container-api) [INFO] [stderr] Compiling repl-api v0.1.0 (/opt/rustwide/workdir/crates/repl-api) [INFO] [stderr] Compiling supervisor v0.1.0 (/opt/rustwide/workdir/crates/supervisor) [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> crates/supervisor/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> crates/supervisor/src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::Serialize` [INFO] [stdout] --> crates/repl-api/src/tls.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling galaxy-os v0.1.0 (/opt/rustwide/workdir/crates/galaxy-os) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcpWCPPd/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcli-5c9e11d5342f02e4,libreqwest-2822dc7d15e6f617,librustls_pemfile-6e0118ed5f00ca0e,libhyper_rustls-bf7d62846af0ae1a,libwebpki_roots-881d9833caf02a91,libbase64-64299f9d815d057c,libipnet-9aae67a4e846df6d,libtokio_rustls-603c158063755445,libmime-4b44681fdb2c65f7,libencoding_rs-07896acb54c23c26,librustls-d84a85c5a12126b3,libsct-1137349857a8e773,libwebpki-bd411e655a510ded,libring-39c422b9b86cbfd4,libgetrandom-14c1d6d796f12cb4,libuntrusted-3420b86308bec153,libhyper-92f97c5a46290b18,libsocket2-2eeea80feb90679a,libh2-616e82b28d30cc2a,libsync_wrapper-17f912c27eab8964,libhttp_body-963f6313988c3235,liburl-5cc36e0ea2825e2e,libidna-26888d65daf3d9d8,libutf8_iter-0d9be7b316c2b184,libidna_adapter-75bc3ca0234c7847,libicu_properties-352b105ec4fad05b,libicu_properties_data-be64ae96cf57ee64,libicu_normalizer-1fa277565bc26a02,libicu_normalizer_data-f5259d77029e31c4,libicu_collections-c07bdddd33ee09c6,libpotential_utf-0374d147b8cbc86f,libicu_provider-bee47614208797b6,libicu_locale_core-6358034def20e41a,libtinystr-875c0b0db2c0d0c2,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-0b6022d82552e412,libzerotrie-afeaaf3005342438,libyoke-e079d1afea8b5222,libstable_deref_trait-e5f295e98f1b80b2,libzerofrom-6943829be357b45a,libhttp-ee1406c505ea38c3,libclap-db263ce04a606dba,libclap_builder-178f1fa15d6f4625,libstrsim-24acdad2526b95b7,libanstream-71e91cf4c7029f95,libanstyle_query-2795f030b7507c68,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-cf64d5057a503eff,libanstyle-8f9813155d5c1cf2,libanyhow-7e5dcd40304f6dad,libmockito-5239d93595f85057,libserde_urlencoded-7acb68b8f7d875de,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libhyper_util-471a3d35a2d62fc8,libtower_service-0d7df29686b13872,libfutures_util-4ceed94337892471,libfutures_io-3e19596c076de665,libfutures_task-19b3aba2be9e7ae8,libhyper-51f2189ff6fc35f0,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-28eabc3dc78e2e9c,libtracing-ca97b2f29c2519e1,liblog-28f8cc0684f4f944,libtracing_core-e148b019f9f1d589,libonce_cell-0ba6aecba7086d38,libindexmap-504b62edab6e5b7c,libequivalent-7e0e8cbe6c474a67,libhashbrown-39a1ad584b454bfa,libslab-8c0cbfb396425d81,libtokio_util-b2f7004c1f179b9d,libpin_utils-9a5791cba021167a,libtokio-f12fafa69286ecb8,libsignal_hook_registry-6e044b36cb206536,libsocket2-9f19e36340bf04bb,libmio-d482b646f1542013,libparking_lot-0ae170a44aca7615,libparking_lot_core-0e28a3e5d8d74d3c,libsmallvec-5854932b8c8b4991,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libfutures_channel-c679acf38b3b9ea3,libfutures_sink-be8442ee548d90f9,libhttp_body_util-67dd3ebadf32b4c0,libpin_project_lite-bedc6e0acd72ff2a,libfutures_core-fc6bb1738f00fc87,libhttp_body-eab26e8a1c030c72,librand-0ce36f90dc75db0c,librand_chacha-5287ff069e4b3649,libppv_lite86-be3156cfb990fbc3,libzerocopy-85de201f351a20f7,librand_core-6cd132ab2066f5ce,libgetrandom-44fcb1ff63693c8b,liblibc-4c949e585a814b2f,libcfg_if-666d36e5ee0df220,libregex-722746ec6af5d536,libregex_automata-8471988a93e8d9dd,libaho_corasick-d7af48b8bb13ce3b,libregex_syntax-46a265ba7a2fe258,libhttp-b47bc680ed14946e,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libassert_json_diff-119ad4d113bef2d0,libserde_json-e70b4fb41088a65c,libmemchr-f9c66c7ba21bf873,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-880eca3f37dfec02,libserde_core-57e528f07a610d2d,libsimilar-70f326dcabf6fce0,libcolored-22b52eb551a6f756}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcpWCPPd/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-64d898890ce913a5/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/container_integration_tests-b0b4987fa5fdfc1e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `container-api` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name container_api --edition=2024 crates/container-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fb79a7f1c2f3c2d -C extra-filename=-1f064e43c94d0e29 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-ea2712cb19245b53.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-65e98b70b340b321.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-ed16f8757ac7f100.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-4ceed94337892471.rlib --extern hostname=/opt/rustwide/target/debug/deps/libhostname-4c5260b65ac01b46.rlib --extern podman_api=/opt/rustwide/target/debug/deps/libpodman_api-2201c40916c12f6b.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-880eca3f37dfec02.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e70b4fb41088a65c.rlib --extern service_registry=/opt/rustwide/target/debug/deps/libservice_registry-ebf71ba871376c8c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f12fafa69286ecb8.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-673b62c58155e7c6.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-8824c91da1fce376.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-56a852c323b0afd3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-ca97b2f29c2519e1.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-e0c2c23d89edbe47.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-64d898890ce913a5/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cli` (test "container_integration_tests") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "bc96037414d8e11c22bdef25722360dcde11712327fbbd32db62cce41ba5d3f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc96037414d8e11c22bdef25722360dcde11712327fbbd32db62cce41ba5d3f5", kill_on_drop: false }` [INFO] [stdout] bc96037414d8e11c22bdef25722360dcde11712327fbbd32db62cce41ba5d3f5