[INFO] cloning repository https://github.com/reubenjohn/reposix [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reubenjohn/reposix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freubenjohn%2Freposix", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freubenjohn%2Freposix'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4fd9a71f1ca9791190456812a557b32016b009d [INFO] testing reubenjohn/reposix against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freubenjohn%2Freposix" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/reubenjohn/reposix [INFO] finished tweaking git repo https://github.com/reubenjohn/reposix [INFO] tweaked toml for git repo https://github.com/reubenjohn/reposix written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/reubenjohn/reposix on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/reubenjohn/reposix 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d35b2c2f08a2b30bffd916ca4148d0e835417eabb9c0b42a612ee08b3ca8efe6 [INFO] running `Command { std: "docker" "start" "-a" "d35b2c2f08a2b30bffd916ca4148d0e835417eabb9c0b42a612ee08b3ca8efe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d35b2c2f08a2b30bffd916ca4148d0e835417eabb9c0b42a612ee08b3ca8efe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d35b2c2f08a2b30bffd916ca4148d0e835417eabb9c0b42a612ee08b3ca8efe6", kill_on_drop: false }` [INFO] [stdout] d35b2c2f08a2b30bffd916ca4148d0e835417eabb9c0b42a612ee08b3ca8efe6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4de2f7a4b79fa4a5d3b3323030188c869783a2f207ff798494fbcf5866ae6b6c [INFO] running `Command { std: "docker" "start" "-a" "4de2f7a4b79fa4a5d3b3323030188c869783a2f207ff798494fbcf5866ae6b6c", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling writeable v0.6.3 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling rustls v0.23.38 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling iri-string v0.7.12 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling pulldown-cmark v0.13.3 [INFO] [stderr] Compiling winnow v1.0.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling uuid v1.23.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling fuser v0.17.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling page_size v0.6.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling rustls-webpki v0.103.11 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling hdrhistogram v7.5.4 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling num_enum_derive v0.7.6 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling num_enum v0.7.6 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling governor v0.7.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-rustls v0.27.8 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reposix-core v0.7.0 (/opt/rustwide/workdir/crates/reposix-core) [INFO] [stderr] Compiling reposix-confluence v0.7.0 (/opt/rustwide/workdir/crates/reposix-confluence) [INFO] [stderr] Compiling reposix-github v0.7.0 (/opt/rustwide/workdir/crates/reposix-github) [INFO] [stderr] Compiling reposix-remote v0.7.0 (/opt/rustwide/workdir/crates/reposix-remote) [INFO] [stderr] Compiling reposix-swarm v0.7.0 (/opt/rustwide/workdir/crates/reposix-swarm) [INFO] [stderr] Compiling reposix-fuse v0.7.0 (/opt/rustwide/workdir/crates/reposix-fuse) [INFO] [stderr] Compiling reposix-sim v0.7.0 (/opt/rustwide/workdir/crates/reposix-sim) [INFO] [stderr] Compiling reposix-cli v0.7.0 (/opt/rustwide/workdir/crates/reposix-cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `Command { std: "docker" "inspect" "4de2f7a4b79fa4a5d3b3323030188c869783a2f207ff798494fbcf5866ae6b6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4de2f7a4b79fa4a5d3b3323030188c869783a2f207ff798494fbcf5866ae6b6c", kill_on_drop: false }` [INFO] [stdout] 4de2f7a4b79fa4a5d3b3323030188c869783a2f207ff798494fbcf5866ae6b6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98f020140db6597b8826f6fc40d349d5d9f64d754857fc2d86946d17535c7fc7 [INFO] running `Command { std: "docker" "start" "-a" "98f020140db6597b8826f6fc40d349d5d9f64d754857fc2d86946d17535c7fc7", kill_on_drop: false }` [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling assert_cmd v2.2.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling target-triple v1.0.0 [INFO] [stderr] Compiling winnow v1.0.1 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling trybuild v1.0.116 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling governor v0.7.0 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-rustls v0.27.8 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reposix-core v0.7.0 (/opt/rustwide/workdir/crates/reposix-core) [INFO] [stderr] Compiling reposix-confluence v0.7.0 (/opt/rustwide/workdir/crates/reposix-confluence) [INFO] [stderr] Compiling reposix-github v0.7.0 (/opt/rustwide/workdir/crates/reposix-github) [INFO] [stderr] Compiling reposix-remote v0.7.0 (/opt/rustwide/workdir/crates/reposix-remote) [INFO] [stderr] Compiling reposix-sim v0.7.0 (/opt/rustwide/workdir/crates/reposix-sim) [INFO] [stderr] Compiling reposix-swarm v0.7.0 (/opt/rustwide/workdir/crates/reposix-swarm) [INFO] [stderr] Compiling reposix-fuse v0.7.0 (/opt/rustwide/workdir/crates/reposix-fuse) [INFO] [stderr] Compiling reposix-cli v0.7.0 (/opt/rustwide/workdir/crates/reposix-cli) [INFO] [stderr] error: could not compile `reposix-fuse` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name reposix_fuse --edition=2021 crates/reposix-fuse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuse-mount-tests"))' -C metadata=9f5977c411037655 -C extra-filename=-754c413d2ca13695 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-30e5432f697b0c8e.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-52da387330949b94.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-6d0765d7ebdd4066.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-9b819ba5024772a9.rmeta --extern fuser=/opt/rustwide/target/debug/deps/libfuser-9e3076d7e385e820.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-b9bf2933d547d8f8.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3009e11f9b5604fa.rmeta --extern reposix_confluence=/opt/rustwide/target/debug/deps/libreposix_confluence-8ceb1c93f58d41c4.rmeta --extern reposix_core=/opt/rustwide/target/debug/deps/libreposix_core-c1876c4ccef77c73.rmeta --extern reposix_github=/opt/rustwide/target/debug/deps/libreposix_github-8bd14f5a42d61499.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-900c2dc622b25fa5.rmeta --extern rustix=/opt/rustwide/target/debug/deps/librustix-fe2fea610ff9b3ae.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-b983b6dcf08435c6.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ddb0cf7d6b0b6e59.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-11df61ebacd365bf.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-950f716b50527e9e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5651088c9d542029.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-05d7680cccebb214.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f0febd8dd20a1705.rmeta --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-62c9d78b7b8bb804/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `reposix-sim` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name reposix_sim --edition=2021 crates/reposix-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01b303be0c4725e7 -C extra-filename=-b7dd71ef73b2e62f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-30e5432f697b0c8e.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-aa21b7d367b8cf9c.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-52da387330949b94.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-6d0765d7ebdd4066.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-9b819ba5024772a9.rlib --extern governor=/opt/rustwide/target/debug/deps/libgovernor-666917537bc6bb75.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-a754f80bf30fe58e.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3009e11f9b5604fa.rlib --extern reposix_core=/opt/rustwide/target/debug/deps/libreposix_core-c1876c4ccef77c73.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-900c2dc622b25fa5.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-04f65eb86402623a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b983b6dcf08435c6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ddb0cf7d6b0b6e59.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9eb3bc953128344e.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1b1ad82e9486e2d1.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-950f716b50527e9e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5651088c9d542029.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-38d7db7b4b1c28ce.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-46739c7b0e66bdde.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-05d7680cccebb214.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f0febd8dd20a1705.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b9aad2ef2423b216.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-62c9d78b7b8bb804/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `reposix-fuse` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name reposix_fuse --edition=2021 crates/reposix-fuse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuse-mount-tests"))' -C metadata=97d8014408037bc1 -C extra-filename=-be944cd3e204f331 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-30e5432f697b0c8e.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-52da387330949b94.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-6d0765d7ebdd4066.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-9b819ba5024772a9.rlib --extern fuser=/opt/rustwide/target/debug/deps/libfuser-9e3076d7e385e820.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b9bf2933d547d8f8.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3009e11f9b5604fa.rlib --extern reposix_confluence=/opt/rustwide/target/debug/deps/libreposix_confluence-8ceb1c93f58d41c4.rlib --extern reposix_core=/opt/rustwide/target/debug/deps/libreposix_core-c1876c4ccef77c73.rlib --extern reposix_github=/opt/rustwide/target/debug/deps/libreposix_github-8bd14f5a42d61499.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-900c2dc622b25fa5.rlib --extern rustix=/opt/rustwide/target/debug/deps/librustix-fe2fea610ff9b3ae.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b983b6dcf08435c6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ddb0cf7d6b0b6e59.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-11df61ebacd365bf.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1b1ad82e9486e2d1.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-950f716b50527e9e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5651088c9d542029.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-05d7680cccebb214.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f0febd8dd20a1705.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-16a14aa525e9b4d9.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-62c9d78b7b8bb804/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcwH4cxn/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-f0febd8dd20a1705,libtracing_serde-b5c39b1133fe570d,libsharded_slab-127a07740d9c8ba9,liblazy_static-dbd592fd98645ecf,libmatchers-e16841e35505c363,libregex_automata-fecabe16570a9891,libaho_corasick-30cdd0f2e8bf451a,libregex_syntax-11a63cbee3999266,libnu_ansi_term-055bed938393c7e9,libthread_local-6591d842719c939b,libtracing_log-061d4a994ab652bc,libreposix_sim-78c8822fa42728ee,libhex-a754f80bf30fe58e,libgovernor-666917537bc6bb75,libquanta-d0bc919406468ca1,libraw_cpuid-94c3cc8d9fcbf529,libfutures_timer-8576969c8f9c0bd8,libnonzero_ext-23d86339e4bac0e7,librand-5ed205e8b0bd2dca,librand_chacha-b843a20d44790bea,libppv_lite86-d3bcd2c2e4388e9d,librand_core-4d3f51c9ea11c22c,libportable_atomic-25143675b0d69cc4,libno_std_compat-84c56aee39870120,libdashmap-9b819ba5024772a9,libcrossbeam_utils-71499ca61a7ba5a6,libsha2-9eb3bc953128344e,libcpufeatures-d5c699ab01c456c8,libdigest-d29b3fb52cfb87c9,libblock_buffer-9d689fe1dd800268,libcrypto_common-954a82e7524a13e3,libgeneric_array-65e67169516acd96,libtypenum-6591954621648864,libreposix_core-c1876c4ccef77c73,libserde_yaml-11df61ebacd365bf,libunsafe_libyaml-45e4c7c888386633,libchrono-52da387330949b94,libiana_time_zone-0134df5b0dd2e769,libnum_traits-b78f7e90baf916b2,libthiserror-950f716b50527e9e,libreqwest-900c2dc622b25fa5,libhyper_rustls-c4ad3f65ae09f6d5,libwebpki_roots-d2abc1a46f320ad3,libtokio_rustls-0abcd575daefc36c,librustls-2215281c332ce65e,libsubtle-002f43d8bb004e3f,libwebpki-c32897a6fb5771cd,libring-5b471102c12f1212,libgetrandom-f6929b989d2552d2,libuntrusted-1fbdb5c4a5f5e0b1,librustls_pki_types-05e31c8f3a209162,libzeroize-7e2b0c2d0a6d9fa4,libtower_http-46739c7b0e66bdde,libiri_string-a8116d09cc337ea3,liburl-17f6c84915dcfe86,libidna-2d1a3c1f1a354b15,libidna_adapter-d0960a7afd2b9f50,libicu_properties-6d9932f4dd4675e3,libicu_properties_data-f27f823e2607b947,libicu_normalizer-79040a653d42ed06,libicu_normalizer_data-b8833f09e4799578,libicu_collections-0137ccca7a77b42b,libutf8_iter-6dbc7825a3ceadf7,libpotential_utf-43ec719c951ca1c1,libicu_provider-4d4f78914dd3e2a9,libicu_locale_core-6bb413a0e9e6016c,libtinystr-a117a2e55af20931,liblitemap-1106cb9079103796,libwriteable-6dfdb784996a4dc1,libzerovec-57a8c7efeb03bc81,libzerotrie-4001241e33f2e526,libyoke-bf7fd36d56107803,libstable_deref_trait-38faeaf0f6657a13,libzerofrom-50f3d8af74ebe018,librusqlite-04f65eb86402623a,libbitflags-fc354b77bf7eec6a,libfallible_streaming_iterator-b5383b02c072381c,libfallible_iterator-cf5cdd5e8dd51102,libhashlink-0360bec469bdc068,libhashbrown-d0129d83c23bb4e6,libahash-ef8fc23c4c270218,libzerocopy-f264f4e38a0ef632,liblibsqlite3_sys-974937025bbd2de8,libaxum-aa21b7d367b8cf9c,libserde_path_to_error-010d64871fb176bd,libserde_json-ddb0cf7d6b0b6e59,libzmij-4c1b82ffeca5f2ef,libserde_urlencoded-14c23fa89af50829,libryu-e716712b7ce41547,libform_urlencoded-5803833d4d038692,libhyper_util-7dd90c9c27deb670,libbase64-f2e0a3097f52130d,libpercent_encoding-329e874537407cee,libipnet-e104c7ed0f72335e,libhyper-e3c199ba658d74c2,libwant-40fb92b6e626a2df,libtry_lock-b64c75a1c788833c,libhttparse-62d4162fa555102a,libh2-d634fd8f9ba4a408,libindexmap-a06b291dda9ea5fd,libequivalent-9c5645ae6205e513,libhashbrown-224bcaadd8b7c602,libfnv-d4bb369e8e0fd1fd,libtokio_util-639d8e560601d911,libatomic_waker-59d440143e066f00,libhttpdate-0a059254eba7636e,libmatchit-32aaca794cebb128,libserde-b983b6dcf08435c6,libserde_core-ffd34fa833402250,libaxum_core-a480ad23ee7971ab,libmime-66044b8ddee67d41,libhttp_body_util-ad199dc53a08d1bc,libhttp_body-16e941caf1169c41,libhttp-1708fe0aa626ee95,libitoa-3f339f427195254d,libtracing-05d7680cccebb214,liblog-5bb1492757472941,libtracing_core-e6f7bc2abebbb2de,libonce_cell-20781b60767b83ac,libtower-38d7db7b4b1c28ce,libsync_wrapper-4546f913ab3b374c,libfutures_util-351444b9e9e7e828,libmemchr-9ace1bc150fcb837,libfutures_io-06ea5e2f72ee4bc1,libslab-6ff8967bd70d991e,libfutures_channel-cdca07ee425702ae,libfutures_sink-ca1807d8465ee0f8,libfutures_task-d02a362a210ae7c8,libfutures_core-cc34d07edc656ca1,libtower_layer-acb9ac7a83ca65fd,libtower_service-a349310b6b9f8d79,libtokio-5651088c9d542029,libsignal_hook_registry-16e22be4ab04479c,liberrno-e0b489390f29b5ff,libsocket2-93f04ea03dad3c69,libbytes-dbc3e8fa14d67709,libmio-7208499f41962f48,libparking_lot-3009e11f9b5604fa,libparking_lot_core-41158b23274dffa1,liblibc-b9bf2933d547d8f8,libcfg_if-5aec077b5fd01125,libsmallvec-dbc8c082cb3816d5,liblock_api-125a93c8efa07a78,libscopeguard-517ceb868962d903,libpin_project_lite-25d3cf588c0ed1b9,libclap-6d0765d7ebdd4066,libclap_builder-76e783583945bb48,libstrsim-17cfe1c882953be4,libanstream-2dd61842fc526136,libanstyle_query-1934d6f672aecac2,libis_terminal_polyfill-61fafe72ed918558,libcolorchoice-4ea4d97e12a5f463,libanstyle_parse-b7f5411e73728b41,libutf8parse-d89216d954c9bf45,libclap_lex-6a9a9426b50f5502,libanstyle-b1e6efa61550916b,libanyhow-30e5432f697b0c8e}.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/rustcwH4cxn/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-62c9d78b7b8bb804/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/reposix_sim-158b089838ca39ed" "-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 `reposix-sim` (bin "reposix-sim") due to 1 previous error [INFO] [stderr] error: could not compile `reposix-github` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name reposix_github --edition=2021 crates/reposix-github/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cedf0c8776b7463 -C extra-filename=-c56dc78561e28b15 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-58a3cb5882f21757.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-52da387330949b94.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3009e11f9b5604fa.rlib --extern reposix_core=/opt/rustwide/target/debug/deps/libreposix_core-c1876c4ccef77c73.rlib --extern reposix_sim=/opt/rustwide/target/debug/deps/libreposix_sim-78c8822fa42728ee.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-900c2dc622b25fa5.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-04f65eb86402623a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b983b6dcf08435c6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ddb0cf7d6b0b6e59.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1b1ad82e9486e2d1.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-950f716b50527e9e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5651088c9d542029.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-05d7680cccebb214.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-16a14aa525e9b4d9.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-62c9d78b7b8bb804/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcxg8XFR/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-f0febd8dd20a1705,libtracing_serde-b5c39b1133fe570d,libsharded_slab-127a07740d9c8ba9,liblazy_static-dbd592fd98645ecf,libmatchers-e16841e35505c363,libregex_automata-fecabe16570a9891,libaho_corasick-30cdd0f2e8bf451a,libregex_syntax-11a63cbee3999266,libnu_ansi_term-055bed938393c7e9,libthread_local-6591d842719c939b,libtracing_log-061d4a994ab652bc,libtempfile-1b1ad82e9486e2d1,libgetrandom-888913b4ddc5868b,libfastrand-290a0904e3c2f6e5,librustix-7022592252ef7e61,liblinux_raw_sys-5f6f52d827374689}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libreposix_cli-f7ee79fe62296add,librustix-fe2fea610ff9b3ae,liblinux_raw_sys-b641d9aa6f614c7a,libreposix_github-8bd14f5a42d61499,libreposix_confluence-8ceb1c93f58d41c4,libsha2-9eb3bc953128344e,libcpufeatures-d5c699ab01c456c8,libdigest-d29b3fb52cfb87c9,libblock_buffer-9d689fe1dd800268,libcrypto_common-954a82e7524a13e3,libgeneric_array-65e67169516acd96,libtypenum-6591954621648864,libpulldown_cmark-97e4208e99198fb0,libunicase-298d927ef0961ff3,libpulldown_cmark_escape-38c0f7b22d068966,libreposix_core-c1876c4ccef77c73,libserde_yaml-11df61ebacd365bf,libunsafe_libyaml-45e4c7c888386633,libchrono-52da387330949b94,libiana_time_zone-0134df5b0dd2e769,libnum_traits-b78f7e90baf916b2,libthiserror-950f716b50527e9e,libreqwest-900c2dc622b25fa5,libserde_urlencoded-14c23fa89af50829,libryu-e716712b7ce41547,libhyper_rustls-c4ad3f65ae09f6d5,libwebpki_roots-d2abc1a46f320ad3,libtokio_rustls-0abcd575daefc36c,librustls-2215281c332ce65e,libsubtle-002f43d8bb004e3f,libwebpki-c32897a6fb5771cd,libring-5b471102c12f1212,libgetrandom-f6929b989d2552d2,libuntrusted-1fbdb5c4a5f5e0b1,librustls_pki_types-05e31c8f3a209162,libzeroize-7e2b0c2d0a6d9fa4,libserde_json-ddb0cf7d6b0b6e59,libzmij-4c1b82ffeca5f2ef,libserde-b983b6dcf08435c6,libserde_core-ffd34fa833402250,libtower_http-46739c7b0e66bdde,libiri_string-a8116d09cc337ea3,libtower-38d7db7b4b1c28ce,libtower_layer-acb9ac7a83ca65fd,libhyper_util-7dd90c9c27deb670,libbase64-f2e0a3097f52130d,libipnet-e104c7ed0f72335e,libtower_service-a349310b6b9f8d79,libhyper-e3c199ba658d74c2,libwant-40fb92b6e626a2df,libtry_lock-b64c75a1c788833c,libhttparse-62d4162fa555102a,libh2-d634fd8f9ba4a408,libtracing-05d7680cccebb214,libtracing_core-e6f7bc2abebbb2de,libindexmap-a06b291dda9ea5fd,libequivalent-9c5645ae6205e513,libhashbrown-224bcaadd8b7c602,libfnv-d4bb369e8e0fd1fd,libtokio_util-639d8e560601d911,libatomic_waker-59d440143e066f00,libhttpdate-0a059254eba7636e,libfutures_util-351444b9e9e7e828,libmemchr-9ace1bc150fcb837,libfutures_io-06ea5e2f72ee4bc1,libslab-6ff8967bd70d991e,libfutures_channel-cdca07ee425702ae,libfutures_sink-ca1807d8465ee0f8,libfutures_task-d02a362a210ae7c8,libtokio-5651088c9d542029,libsignal_hook_registry-16e22be4ab04479c,liberrno-e0b489390f29b5ff,libsocket2-93f04ea03dad3c69,libmio-7208499f41962f48,libparking_lot-3009e11f9b5604fa,libparking_lot_core-41158b23274dffa1,liblibc-b9bf2933d547d8f8,liblock_api-125a93c8efa07a78,libscopeguard-517ceb868962d903,libhttp_body_util-ad199dc53a08d1bc,libpin_project_lite-25d3cf588c0ed1b9,libhttp_body-16e941caf1169c41,liblog-5bb1492757472941,liburl-17f6c84915dcfe86,libidna-2d1a3c1f1a354b15,libidna_adapter-d0960a7afd2b9f50,libicu_properties-6d9932f4dd4675e3,libicu_properties_data-f27f823e2607b947,libicu_normalizer-79040a653d42ed06,libicu_normalizer_data-b8833f09e4799578,libicu_collections-0137ccca7a77b42b,libutf8_iter-6dbc7825a3ceadf7,libpotential_utf-43ec719c951ca1c1,libicu_provider-4d4f78914dd3e2a9,libicu_locale_core-6bb413a0e9e6016c,libtinystr-a117a2e55af20931,liblitemap-1106cb9079103796,libwriteable-6dfdb784996a4dc1,libzerovec-57a8c7efeb03bc81,libzerotrie-4001241e33f2e526,libyoke-bf7fd36d56107803,libstable_deref_trait-38faeaf0f6657a13,libzerofrom-50f3d8af74ebe018,libform_urlencoded-5803833d4d038692,libpercent_encoding-329e874537407cee,libhttp-1708fe0aa626ee95,libitoa-3f339f427195254d,libbytes-dbc3e8fa14d67709,libsync_wrapper-4546f913ab3b374c,libfutures_core-cc34d07edc656ca1,librusqlite-04f65eb86402623a,libbitflags-fc354b77bf7eec6a,libsmallvec-dbc8c082cb3816d5,libfallible_streaming_iterator-b5383b02c072381c,libfallible_iterator-cf5cdd5e8dd51102,libhashlink-0360bec469bdc068,libhashbrown-d0129d83c23bb4e6,libahash-ef8fc23c4c270218,libonce_cell-20781b60767b83ac,libcfg_if-5aec077b5fd01125,libzerocopy-f264f4e38a0ef632,liblibsqlite3_sys-974937025bbd2de8,libclap-6d0765d7ebdd4066,libclap_builder-76e783583945bb48,libstrsim-17cfe1c882953be4,libanstream-2dd61842fc526136,libanstyle_query-1934d6f672aecac2,libis_terminal_polyfill-61fafe72ed918558,libcolorchoice-4ea4d97e12a5f463,libanstyle_parse-b7f5411e73728b41,libutf8parse-d89216d954c9bf45,libclap_lex-6a9a9426b50f5502,libanstyle-b1e6efa61550916b,libanyhow-30e5432f697b0c8e}.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/rustcxg8XFR/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-62c9d78b7b8bb804/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/reposix-57a33fdc74ff9c33" "-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 `reposix-cli` (bin "reposix" test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc5JuXoL/symbols.o" "<10 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/{libtempfile-1b1ad82e9486e2d1,libgetrandom-888913b4ddc5868b,libfastrand-290a0904e3c2f6e5,librustix-7022592252ef7e61,liblinux_raw_sys-5f6f52d827374689,libreposix_swarm-7ceb5cf9b4b7c26e,libhdrhistogram-caf52f67701461b0,libcrossbeam_channel-9202ed95f60c532b,libbase64-77d592c0af7b9e31,libflate2-81b95efc7ac35ced,libminiz_oxide-e4387d3f390f29c2,libsimd_adler32-7ede5fc1ed628de8,libcrc32fast-06a01b204e36c4b6,libbyteorder-0d11cc6c2048869e,libnom-a73ca0b858cc4ffe,libreposix_confluence-8ceb1c93f58d41c4,libpulldown_cmark-97e4208e99198fb0,libunicase-298d927ef0961ff3,libpulldown_cmark_escape-38c0f7b22d068966,libreposix_sim-78c8822fa42728ee,libhex-a754f80bf30fe58e,libgovernor-666917537bc6bb75,libquanta-d0bc919406468ca1,libraw_cpuid-94c3cc8d9fcbf529,libfutures_timer-8576969c8f9c0bd8,libnonzero_ext-23d86339e4bac0e7,librand-5ed205e8b0bd2dca,librand_chacha-b843a20d44790bea,libppv_lite86-d3bcd2c2e4388e9d,librand_core-4d3f51c9ea11c22c,libportable_atomic-25143675b0d69cc4,libno_std_compat-84c56aee39870120,libdashmap-9b819ba5024772a9,libcrossbeam_utils-71499ca61a7ba5a6,libsha2-9eb3bc953128344e,libcpufeatures-d5c699ab01c456c8,libdigest-d29b3fb52cfb87c9,libblock_buffer-9d689fe1dd800268,libcrypto_common-954a82e7524a13e3,libgeneric_array-65e67169516acd96,libtypenum-6591954621648864,libaxum-aa21b7d367b8cf9c,libserde_path_to_error-010d64871fb176bd,libmatchit-32aaca794cebb128,libaxum_core-a480ad23ee7971ab,libmime-66044b8ddee67d41,libanyhow-30e5432f697b0c8e,libreposix_core-c1876c4ccef77c73,libserde_yaml-11df61ebacd365bf,libunsafe_libyaml-45e4c7c888386633,libchrono-52da387330949b94,libiana_time_zone-0134df5b0dd2e769,libnum_traits-b78f7e90baf916b2,libthiserror-950f716b50527e9e,libreqwest-900c2dc622b25fa5,libserde_urlencoded-14c23fa89af50829,libryu-e716712b7ce41547,libhyper_rustls-c4ad3f65ae09f6d5,libwebpki_roots-d2abc1a46f320ad3,libtokio_rustls-0abcd575daefc36c,librustls-2215281c332ce65e,libsubtle-002f43d8bb004e3f,libwebpki-c32897a6fb5771cd,libring-5b471102c12f1212,libgetrandom-f6929b989d2552d2,libuntrusted-1fbdb5c4a5f5e0b1,librustls_pki_types-05e31c8f3a209162,libzeroize-7e2b0c2d0a6d9fa4,libserde_json-ddb0cf7d6b0b6e59,libzmij-4c1b82ffeca5f2ef,libserde-b983b6dcf08435c6,libserde_core-ffd34fa833402250,libtower_http-46739c7b0e66bdde,libiri_string-a8116d09cc337ea3,libtower-38d7db7b4b1c28ce,libtower_layer-acb9ac7a83ca65fd,libhyper_util-7dd90c9c27deb670,libbase64-f2e0a3097f52130d,libipnet-e104c7ed0f72335e,libtower_service-a349310b6b9f8d79,libhyper-e3c199ba658d74c2,libwant-40fb92b6e626a2df,libtry_lock-b64c75a1c788833c,libhttparse-62d4162fa555102a,libh2-d634fd8f9ba4a408,libtracing-05d7680cccebb214,libtracing_core-e6f7bc2abebbb2de,libindexmap-a06b291dda9ea5fd,libequivalent-9c5645ae6205e513,libhashbrown-224bcaadd8b7c602,libfnv-d4bb369e8e0fd1fd,libtokio_util-639d8e560601d911,libatomic_waker-59d440143e066f00,libhttpdate-0a059254eba7636e,libfutures_util-351444b9e9e7e828,libmemchr-9ace1bc150fcb837,libfutures_io-06ea5e2f72ee4bc1,libslab-6ff8967bd70d991e,libfutures_channel-cdca07ee425702ae,libfutures_sink-ca1807d8465ee0f8,libfutures_task-d02a362a210ae7c8,libtokio-5651088c9d542029,libsignal_hook_registry-16e22be4ab04479c,liberrno-e0b489390f29b5ff,libsocket2-93f04ea03dad3c69,libmio-7208499f41962f48,libparking_lot-3009e11f9b5604fa,libparking_lot_core-41158b23274dffa1,liblibc-b9bf2933d547d8f8,liblock_api-125a93c8efa07a78,libscopeguard-517ceb868962d903,libhttp_body_util-ad199dc53a08d1bc,libpin_project_lite-25d3cf588c0ed1b9,libhttp_body-16e941caf1169c41,liblog-5bb1492757472941,liburl-17f6c84915dcfe86,libidna-2d1a3c1f1a354b15,libidna_adapter-d0960a7afd2b9f50,libicu_properties-6d9932f4dd4675e3,libicu_properties_data-f27f823e2607b947,libicu_normalizer-79040a653d42ed06,libicu_normalizer_data-b8833f09e4799578,libicu_collections-0137ccca7a77b42b,libutf8_iter-6dbc7825a3ceadf7,libpotential_utf-43ec719c951ca1c1,libicu_provider-4d4f78914dd3e2a9,libicu_locale_core-6bb413a0e9e6016c,libtinystr-a117a2e55af20931,liblitemap-1106cb9079103796,libwriteable-6dfdb784996a4dc1,libzerovec-57a8c7efeb03bc81,libzerotrie-4001241e33f2e526,libyoke-bf7fd36d56107803,libstable_deref_trait-38faeaf0f6657a13,libzerofrom-50f3d8af74ebe018,libform_urlencoded-5803833d4d038692,libpercent_encoding-329e874537407cee,libhttp-1708fe0aa626ee95,libitoa-3f339f427195254d,libbytes-dbc3e8fa14d67709,libsync_wrapper-4546f913ab3b374c,libfutures_core-cc34d07edc656ca1,librusqlite-04f65eb86402623a,libbitflags-fc354b77bf7eec6a,libsmallvec-dbc8c082cb3816d5,libfallible_streaming_iterator-b5383b02c072381c,libfallible_iterator-cf5cdd5e8dd51102,libhashlink-0360bec469bdc068,libhashbrown-d0129d83c23bb4e6,libahash-ef8fc23c4c270218,libonce_cell-20781b60767b83ac,libcfg_if-5aec077b5fd01125,libzerocopy-f264f4e38a0ef632,liblibsqlite3_sys-974937025bbd2de8}.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/rustc5JuXoL/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-62c9d78b7b8bb804/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-628917d067c04b28/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/contention_e2e-b77569e24e2451c6" "-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 `reposix-swarm` (test "contention_e2e") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "98f020140db6597b8826f6fc40d349d5d9f64d754857fc2d86946d17535c7fc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98f020140db6597b8826f6fc40d349d5d9f64d754857fc2d86946d17535c7fc7", kill_on_drop: false }` [INFO] [stdout] 98f020140db6597b8826f6fc40d349d5d9f64d754857fc2d86946d17535c7fc7