[INFO] cloning repository https://github.com/jgosmann/btdt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jgosmann/btdt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgosmann%2Fbtdt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgosmann%2Fbtdt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f7d9632eec0bb10c4557dee24b931d913c14192 [INFO] testing jgosmann/btdt against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgosmann%2Fbtdt" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jgosmann/btdt [INFO] finished tweaking git repo https://github.com/jgosmann/btdt [INFO] tweaked toml for git repo https://github.com/jgosmann/btdt written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jgosmann/btdt on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jgosmann/btdt 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e473aecae7f89a9d335acf6bda600edb18d9a4f07ee7bc53fba8f27cbfe0064 [INFO] running `Command { std: "docker" "start" "-a" "0e473aecae7f89a9d335acf6bda600edb18d9a4f07ee7bc53fba8f27cbfe0064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e473aecae7f89a9d335acf6bda600edb18d9a4f07ee7bc53fba8f27cbfe0064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e473aecae7f89a9d335acf6bda600edb18d9a4f07ee7bc53fba8f27cbfe0064", kill_on_drop: false }` [INFO] [stdout] 0e473aecae7f89a9d335acf6bda600edb18d9a4f07ee7bc53fba8f27cbfe0064 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7e240e527455415d058ea6f234cbd0b1f2f2a8d55297e737e6696fb6e82eba6 [INFO] running `Command { std: "docker" "start" "-a" "c7e240e527455415d058ea6f234cbd0b1f2f2a8d55297e737e6696fb6e82eba6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling indexmap v2.11.1 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling pulldown-cmark v0.13.0 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling headers v0.4.1 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling rfc7239 v0.1.3 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling wildmatch v2.5.0 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling arraydeque v0.5.1 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling yaml-rust2 v0.10.3 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling rust-ini v0.21.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling bytecheck_derive v0.8.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling munge_macro v0.4.6 [INFO] [stderr] Compiling rkyv_derive v0.8.11 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.16 [INFO] [stderr] Compiling poem-derive v3.1.12 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling data-encoding-macro v0.1.18 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling ptr_meta v0.3.0 [INFO] [stderr] Compiling munge v0.4.6 [INFO] [stderr] Compiling rancor v0.1.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling bytecheck v0.8.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling rend v0.5.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling pest v2.8.2 [INFO] [stderr] Compiling poem-openapi-derive v5.1.16 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling pest_meta v2.8.2 [INFO] [stderr] Compiling pest_generator v2.8.2 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling pest_derive v2.8.2 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling quick-xml v0.36.2 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling erased-serde v0.4.6 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling rkyv v0.8.11 [INFO] [stderr] Compiling serde-untagged v0.1.8 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling config v0.15.15 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling xattr v1.5.1 [INFO] [stderr] Compiling tempfile v3.22.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling poem v3.1.12 [INFO] [stderr] Compiling btdt v0.2.0 (/opt/rustwide/workdir/btdt) [INFO] [stderr] Compiling btdt-cli v0.2.0 (/opt/rustwide/workdir/btdt-cli) [INFO] [stderr] Compiling poem-openapi v5.1.16 [INFO] [stderr] Compiling btdt-server v0.2.0 (/opt/rustwide/workdir/btdt-server) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "c7e240e527455415d058ea6f234cbd0b1f2f2a8d55297e737e6696fb6e82eba6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7e240e527455415d058ea6f234cbd0b1f2f2a8d55297e737e6696fb6e82eba6", kill_on_drop: false }` [INFO] [stdout] c7e240e527455415d058ea6f234cbd0b1f2f2a8d55297e737e6696fb6e82eba6 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33f6b5d2804b2171c439eed9d567527abe234d48bb5f6bdfccfa399f12a61348 [INFO] running `Command { std: "docker" "start" "-a" "33f6b5d2804b2171c439eed9d567527abe234d48bb5f6bdfccfa399f12a61348", kill_on_drop: false }` [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Compiling rand_xoshiro v0.7.0 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling snapbox-macros v0.3.10 [INFO] [stderr] Compiling os_pipe v1.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling rust-ini v0.21.3 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling rustls-webpki v0.103.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling bytecheck_derive v0.8.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling munge_macro v0.4.6 [INFO] [stderr] Compiling rkyv_derive v0.8.11 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.16 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling ptr_meta v0.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling rancor v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling data-encoding-macro v0.1.18 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling bytecheck v0.8.1 [INFO] [stderr] Compiling munge v0.4.6 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling poem-derive v3.1.12 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling rend v0.5.2 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling pin-project v0.4.30 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling automod v1.0.15 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling pest v2.8.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling poem-openapi-derive v5.1.16 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling pest_meta v2.8.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling pest_generator v2.8.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling futures_codec v0.4.1 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling sse-codec v0.3.2 [INFO] [stderr] Compiling pest_derive v2.8.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling rkyv v0.8.11 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling erased-serde v0.4.6 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling quick-xml v0.36.2 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling serde-untagged v0.1.8 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling toml_edit v0.23.4 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling config v0.15.15 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stderr] Compiling tempfile v3.22.0 [INFO] [stderr] Compiling xattr v1.5.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling snapbox v0.6.21 [INFO] [stderr] Compiling btdt v0.2.0 (/opt/rustwide/workdir/btdt) [INFO] [stderr] Compiling trycmd v0.15.10 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling btdt-cli v0.2.0 (/opt/rustwide/workdir/btdt-cli) [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stdout] warning: method `copy_to` is never used [INFO] [stdout] --> btdt-cli/tests/cache_fixture.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl CacheFixture { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 47 | pub fn copy_to>(&self, path: P) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `copy_dir` is never used [INFO] [stdout] --> btdt-cli/tests/cache_fixture.rs:56:4 [INFO] [stdout] | [INFO] [stdout] 56 | fn copy_dir>(src: P, dst: P) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `path` is never used [INFO] [stdout] --> btdt-cli/tests/cache_fixture.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl CacheFixture { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn path(&self) -> &Path { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling poem v3.1.12 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling poem-openapi v5.1.16 [INFO] [stderr] Compiling btdt-server v0.2.0 (/opt/rustwide/workdir/btdt-server) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "33f6b5d2804b2171c439eed9d567527abe234d48bb5f6bdfccfa399f12a61348", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33f6b5d2804b2171c439eed9d567527abe234d48bb5f6bdfccfa399f12a61348", kill_on_drop: false }` [INFO] [stdout] 33f6b5d2804b2171c439eed9d567527abe234d48bb5f6bdfccfa399f12a61348 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cde20bb14f10960f213e6d285139eaa633067532fef70fbd4ea98aec3fcadd0c [INFO] running `Command { std: "docker" "start" "-a" "cde20bb14f10960f213e6d285139eaa633067532fef70fbd4ea98aec3fcadd0c", kill_on_drop: false }` [INFO] [stderr] warning: method `copy_to` is never used [INFO] [stderr] --> btdt-cli/tests/cache_fixture.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 18 | impl CacheFixture { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 47 | pub fn copy_to>(&self, path: P) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `copy_dir` is never used [INFO] [stderr] --> btdt-cli/tests/cache_fixture.rs:56:4 [INFO] [stderr] | [INFO] [stderr] 56 | fn copy_dir>(src: P, dst: P) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `path` is never used [INFO] [stderr] --> btdt-cli/tests/cache_fixture.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 18 | impl CacheFixture { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 43 | pub fn path(&self) -> &Path { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `btdt-cli` (test "test_cli_clean") generated 2 warnings [INFO] [stderr] warning: `btdt-cli` (test "test_cli") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/btdt-b22afb3c36446b61) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test cache::local::tests::test_get_falls_back_to_first_available_key ... ok [INFO] [stdout] test cache::local::tests::test_clean_removes_longest_unused_entries_until_space_limit_is_met ... ok [INFO] [stdout] test cache::local::tests::test_get_updates_last_access_time ... ok [INFO] [stdout] test cache::local::tests::test_returns_none_for_non_existent_keys ... ok [INFO] [stdout] test cache::local::tests::test_clean_does_not_remove_entries_if_another_recently_accessed_key_exists ... ok [INFO] [stdout] test cache::local::tests::test_roundtrip ... ok [INFO] [stdout] test cache::local::tests::test_clean_does_not_do_anything_if_no_limits_are_given ... ok [INFO] [stdout] test cache::local::tests::test_clean_removes_unused_entries ... ok [INFO] [stdout] test cache::local::tests::test_can_retrieve_cached_data_from_all_set_keys ... ok [INFO] [stdout] test cache::meta::tests::test_meta_max_size_is_accurate ... ok [INFO] [stdout] test cache::local::tests::test_key_without_blob_is_handled_gracefully ... ok [INFO] [stdout] test cache::meta::tests::test_meta_roundtrip ... ok [INFO] [stdout] test cache::meta::tests::test_can_set_latest_access_date ... ok [INFO] [stdout] test cache::meta::tests::test_meta_stores_values_passed_in_constructor ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_can_close_and_drop ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_get_returns_error_for_non_existent_file ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_clean_leftover_tmp_files_does_not_remove_files_still_in_use ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_fails_if_staging_file_exists ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_error_for_non_existent_dir ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_direct_children_of_directory ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_error_for_non_existent_file_or_dir ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_file_not_available_until_drop ... ok [INFO] [stdout] test pipeline::tests::test_roundtrip ... ok [INFO] [stdout] test storage::filesystem::tests::test_disallows_putting_files_above_root ... ok [INFO] [stdout] test pipeline::tests::test_restore_returns_restored_cache_key ... ok [INFO] [stdout] test storage::filesystem::tests::test_does_not_create_non_existent_root ... ok [INFO] [stdout] test storage::filesystem::tests::test_provides_size_hint ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_put_is_atomic ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_ignores_empty_components ... ok [INFO] [stdout] test storage::filesystem::tests::test_with_relative_path ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_delete_empty_directory ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_path_components_marks_last_component ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_delete_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_get_file_that_was_previously_put_into_storage ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_path_components_requires_leading_slash ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_tmp_file_suffix_encoded_is_accurate ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_delete_returns_error_for_non_empty_dir ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_different_files_are_separate ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_errors_when_trying_to_overwrite_dir_with_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_exists_returns_true_for_existing_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_direct_children_of_directory ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_error_for_non_existent_dir ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_put_is_atomic ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_overwrite_existing_file ... ok [INFO] [stdout] test storage::in_memory::tests::test_provides_size_hint ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_get_returns_error_for_non_existent_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_delete_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_get_file_that_was_previously_put_into_storage ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_clean_leftover_tmp_files_removes_leftover_tmp_files ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_different_files_are_separate ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_delete_returns_error_for_non_empty_dir ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_overwrite_existing_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_exists_returns_true_for_existing_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_delete_empty_directory ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_errors_when_trying_to_overwrite_dir_with_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_error_for_non_existent_file_or_dir ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/btdt-6ea92fa6120240f1) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test humanbytes::tests::test_parse_bytes_from_str_ignore_whitespace_between_and_around_components ... ok [INFO] [stdout] test humanbytes::tests::test_parse_bytes_from_str_supports_multiple_components ... ok [INFO] [stdout] test humanbytes::tests::test_parse_bytes_from_str_with_binary_unit_prefix ... ok [INFO] [stdout] test humanbytes::tests::test_parse_bytes_from_str_with_metric_unit_prefix ... ok [INFO] [stdout] test humanbytes::tests::test_parse_bytes_from_str_without_unit_prefix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cache_fixture.rs (/opt/rustwide/target/debug/deps/cache_fixture-2aaaf80c2cfd8006) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_cli.rs (/opt/rustwide/target/debug/deps/test_cli-4585a96a9a029b45) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_roundtrip ... ok [INFO] [stdout] test test_cmd ... FAILED [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p btdt-cli --test test_cli` [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_cmd stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_cmd' (89) panicked at btdt-cli/tests/test_cli.rs:23:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56761d1fc812 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56761d1fc812 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56761d1fc812 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56761d1fc812 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56761d20d8af - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56761d20d8af - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56761d1c3c71 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56761d1c3c71 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x56761d1d2612 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56761d1d845f - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56761d1d82f1 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x56761d0b5a8e - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x56761d0b5a8e - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56761d1d8bcf - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56761d1d8bcf - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56761d1d897a - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x56761d1d2749 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56761d1b6bbd - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56761d2170c0 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x56761d216506 - core::result::unwrap_failed::h9521c83364d1c9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x56761ce1d869 - core::result::Result::unwrap::h69081a4ba001c457 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1226:23 [INFO] [stdout] 21: 0x56761ce1d869 - test_cli::test_cmd::hcdbf2929e154f332 [INFO] [stdout] at /opt/rustwide/workdir/btdt-cli/tests/test_cli.rs:23:14 [INFO] [stdout] 22: 0x56761ce1d917 - test_cli::test_cmd::{{closure}}::hd6cf037bdc942a0c [INFO] [stdout] at /opt/rustwide/workdir/btdt-cli/tests/test_cli.rs:11:14 [INFO] [stdout] 23: 0x56761ce18b66 - core::ops::function::FnOnce::call_once::h1a19d7b87706e231 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x56761d0b584b - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x56761d0b584b - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x56761d0cb495 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x56761d0cb495 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x56761d0cb495 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x56761d0cb495 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x56761d0cb495 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x56761d0cb495 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x56761d0cb495 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x56761d0a1c74 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x56761d0a1c74 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56761d0a557a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56761d0a557a - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x56761d0a557a - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x56761d0a557a - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x56761d0a557a - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56761d0a557a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56761d0a557a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x56761d1cd0cf - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x56761d1cd0cf - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x72ed3e4fbaa4 - [INFO] [stdout] 45: 0x72ed3e588a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_cmd [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cde20bb14f10960f213e6d285139eaa633067532fef70fbd4ea98aec3fcadd0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde20bb14f10960f213e6d285139eaa633067532fef70fbd4ea98aec3fcadd0c", kill_on_drop: false }` [INFO] [stdout] cde20bb14f10960f213e6d285139eaa633067532fef70fbd4ea98aec3fcadd0c