[INFO] cloning repository https://github.com/flammafex/freebird [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flammafex/freebird" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0afc18a0a66d2b50e50e91079fd1176c5b3f1625 [INFO] testing flammafex/freebird against master#562dee4820c458d823175268e41601d4c060588a for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/flammafex/freebird [INFO] finished tweaking git repo https://github.com/flammafex/freebird [INFO] tweaked toml for git repo https://github.com/flammafex/freebird written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/flammafex/freebird on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/flammafex/freebird 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serial_test_derive v3.2.0 [INFO] [stderr] Downloaded serial_test v3.2.0 [INFO] [stderr] Downloaded tower_governor v0.5.0 [INFO] [stderr] Downloaded webauthn-rs v0.5.3 [INFO] [stderr] Downloaded webauthn-attestation-ca v0.5.3 [INFO] [stderr] Downloaded webauthn-rs-proto v0.5.3 [INFO] [stderr] Downloaded serde_cbor_2 v0.13.0 [INFO] [stderr] Downloaded webauthn-rs-core v0.5.3 [INFO] [stderr] Downloaded cryptoki v0.6.2 [INFO] [stderr] Downloaded governor v0.8.1 [INFO] [stderr] Downloaded base64urlsafedata v0.5.3 [INFO] [stderr] Downloaded cryptoki-sys v0.1.8 [INFO] [stderr] Downloaded redis v0.24.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82b599bff62de9c3f6843163a4d9fa73565c360dd9163c13fd4a2c72d39d9c38 [INFO] running `Command { std: "docker" "start" "-a" "82b599bff62de9c3f6843163a4d9fa73565c360dd9163c13fd4a2c72d39d9c38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82b599bff62de9c3f6843163a4d9fa73565c360dd9163c13fd4a2c72d39d9c38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82b599bff62de9c3f6843163a4d9fa73565c360dd9163c13fd4a2c72d39d9c38", kill_on_drop: false }` [INFO] [stdout] 82b599bff62de9c3f6843163a4d9fa73565c360dd9163c13fd4a2c72d39d9c38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4dfa99ef29644c082ff6f7fe5950bdd18e6d5369f1ae6ef11557b96f1625246 [INFO] running `Command { std: "docker" "start" "-a" "e4dfa99ef29644c082ff6f7fe5950bdd18e6d5369f1ae6ef11557b96f1625246", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.47 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling nonempty v0.7.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling freebird-issuer v0.4.0 (/opt/rustwide/workdir/issuer) [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] warning: freebird-issuer@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling freebird-verifier v0.4.0 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] warning: freebird-verifier@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rustls-pki-types v1.13.0 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling forwarded-header-value v0.1.1 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling freebird-crypto v0.4.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling freebird-common v0.4.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling freebird-interface v0.4.0 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "e4dfa99ef29644c082ff6f7fe5950bdd18e6d5369f1ae6ef11557b96f1625246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4dfa99ef29644c082ff6f7fe5950bdd18e6d5369f1ae6ef11557b96f1625246", kill_on_drop: false }` [INFO] [stdout] e4dfa99ef29644c082ff6f7fe5950bdd18e6d5369f1ae6ef11557b96f1625246 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 059148d6986ab4f614627c9604112de839dc7c0620a32da0a4b63caa5f97baa6 [INFO] running `Command { std: "docker" "start" "-a" "059148d6986ab4f614627c9604112de839dc7c0620a32da0a4b63caa5f97baa6", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] warning: freebird-issuer@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] warning: freebird-verifier@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling freebird-crypto v0.4.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling freebird-common v0.4.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stderr] Compiling freebird-issuer v0.4.0 (/opt/rustwide/workdir/issuer) [INFO] [stderr] Compiling freebird-verifier v0.4.0 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling freebird-interface v0.4.0 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling integration_tests v0.4.0 (/opt/rustwide/workdir/integration_tests) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcAabWbp/symbols.o" "<3 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/{libfreebird_issuer-048c50360976e3c9,libblake3-df1cfbb45cb85445,libconstant_time_eq-7540ab86f53c975b,libarrayvec-1b252ee19ef31e11,libarrayref-e2c56de32f019e08,libhex-28742b4ca144387c,libreqwest-c3e00fefbeee823a,libhyper_rustls-69079d43817ea67d,libwebpki_roots-fc1f35170c682b54,libhyper_tls-4475a0253ef39863,libtokio_native_tls-de56809c730eee3c,libtokio_rustls-cf53af6d9054e916,librustls-dcc80d226e311b6f,libwebpki-8192c06ed413b1da,libring-a3d55fc6720894d4,libuntrusted-3420b86308bec153,librustls_pki_types-f8a2d7ec0b1081c4,libencoding_rs-f47fb1c01542042e,libtower_http-1ea27514723fd0e6,libiri_string-d388d4576b633c72,libnative_tls-8a4525cac36560b1,libopenssl_probe-cbab9b905ab83f66,libopenssl-e445647b95c80080,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-fe23b162338dcf08,liburl-72f24a66a65c5eb6,libidna-fb1e41c7df6a7622,libutf8_iter-0d9be7b316c2b184,libidna_adapter-9e9b3fe8d4b079b8,libicu_properties-9aecbc0cfedd9516,libicu_properties_data-66e38b076ce919d3,libicu_normalizer-dcaf73747027afba,libicu_normalizer_data-088c419f54c50650,libicu_collections-e4f1fad7a4374335,libpotential_utf-fdbdda7e9a7e5392,libicu_provider-d49db92cbdf3aaef,libicu_locale_core-d2b55694de1e12fb,libtinystr-aef6ed44f4bc173f,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-1e49ee4a03e3686e,libzerotrie-029cf89675dfc729,libyoke-fcbcc1aa5ef27546,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-703ed899a4087435,libtower_http-85624c7d75f3ce05,libbitflags-9710438662028847,libuuid-1344ec78f76e5fce,libgetrandom-6de434b409e460e4,libtower-1dc2584e5b5aab60,librayon-3336647a8430f5f6,librayon_core-52eb7fbf8b046d0c,libcrossbeam_deque-5a8bc6150a57d553,libcrossbeam_epoch-7bc0ab567b886199,libcrossbeam_utils-bddddcad4a4551ea,libeither-ef22a4c75605e12f,libhkdf-9fc8d259fd11fa5c,libaxum-926e0c28f310e845,libserde_path_to_error-2b9e9e4969a72d55,libserde_urlencoded-02cd732e3c856e08,libform_urlencoded-b57e943dc1db8475,libhyper_util-5c99004f102ae58e,libbase64-2a03de3babadded3,libpercent_encoding-c53c37e60dd2727e,libipnet-9aae67a4e846df6d,libhyper-6edbca24325b3431,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-33fdd6394f6d9c0e,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libtokio_util-c0d26a449e5a287d,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libmatchit-b2689776cf6e5db9,libaxum_core-dfc4967939d61986,libmime-4b44681fdb2c65f7,libhttp_body_util-1f112112ed1d002a,libhttp_body-f2edbae7c0af9151,libhttp-3ee0ccaf2c33a3da,libfnv-2d77ec4f6f971b24,libtower-c7299054b8499923,libsync_wrapper-a3845461b7db14a0,libfutures_util-c33a0b218835dd3a,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_channel-c679acf38b3b9ea3,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libtower_layer-d70c7e404336389b,libfutures_core-fc6bb1738f00fc87,libtower_service-0d7df29686b13872,libfreebird_common-202b442380a91041,libtracing_subscriber-4bfd35f2a0e599fc,libtime-417aab3d397646da,libtime_core-b0a5dd9c151b4fd3,libnum_conv-a6c1e03cf6174049,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libtracing_serde-3d7a95571c879bd4,libserde_json-b6fde7f83ff128dd,libmemchr-f9c66c7ba21bf873,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-0a33d1c2b61bceda,libregex_automata-6d107ba6e698f87c,libregex_syntax-d40cde7d2fd22dd8,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-5c6a6cadc43d6054,libtracing-3fe0cee366484f33,liblog-28f8cc0684f4f944,libtracing_core-e148b019f9f1d589,libonce_cell-0ba6aecba7086d38,libtokio-73c5da7c1c7fb0d4,libsignal_hook_registry-5228c9c0eaf88b26,libsocket2-d0b347c4c5059b25,libbytes-ff5aca13e3e348ea,libmio-e1a8c35cb4bac34b,libparking_lot-bb994d00ea1d28ec,libparking_lot_core-b571983676bdd570,libsmallvec-5854932b8c8b4991,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,libserde-5ebf253877ebfe6d,libserde_core-365391bf3dd30696,libfreebird_crypto-e7f3a927670a264f,librand-0a18191bf5c70d1b,librand_chacha-5b039a40b3e02ab9,libppv_lite86-2f02f075057b1663,libzerocopy-a8e0caacbb61b81f,libp256-ccdb61269f7af080,libecdsa-0226586d9f4d6d57,librfc6979-900a56cc4349422e,libhmac-da9f422c9c389af1,libsignature-a4360df5e3ec20d6,libprimeorder-a4d463746d8e2590,libelliptic_curve-805bc1b5d8c15194,libsec1-5899bf40a76f2843,libpkcs8-039b311de9795412,libspki-e7573635c0570f78,libder-237415953c168c8c,libpem_rfc7468-1c778bf088a8c7ce,libcrypto_bigint-62a9012e95a0504a,libbase16ct-b0752502dc7a9a1c,libgroup-fa22dfd657a763ce,libff-914a001332346941,librand_core-084e7b24318d9cdb,libgetrandom-da1a24777056bd78,liblibc-a444f2b7d1f00841,libsha2-9bb0a5141c9e33e4,libcpufeatures-471354fefbcaf2d8,libcfg_if-5af52f617df93f8f,libdigest-c76ae7d66e19ccfd,libsubtle-6ff5d44cdfa0bfdf,libconst_oid-5d63b50f42b847e9,libblock_buffer-817257a5a7ac67ef,libcrypto_common-0bbac909b7c9875e,libgeneric_array-5ea68c69e4ab6b75,libtypenum-0e02f3386ab040bb,libzeroize-0d581ba5a6644a6b,libbase64ct-dd805f062bde25f1,libanyhow-7e5dcd40304f6dad}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcAabWbp/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/blake3-6c08ab923e9cc626/out" "-L" "/opt/rustwide/target/debug/build/ring-c596c20d6376744c/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/token_contract_matrix-dd118e3a62b621c7" "-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 `integration_tests` (test "token_contract_matrix") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "059148d6986ab4f614627c9604112de839dc7c0620a32da0a4b63caa5f97baa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "059148d6986ab4f614627c9604112de839dc7c0620a32da0a4b63caa5f97baa6", kill_on_drop: false }` [INFO] [stdout] 059148d6986ab4f614627c9604112de839dc7c0620a32da0a4b63caa5f97baa6