[INFO] cloning repository https://github.com/bridgewwater/rust-tests-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bridgewwater/rust-tests-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbridgewwater%2Frust-tests-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbridgewwater%2Frust-tests-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6a6550dda668441d45998553edf9f89a2a96853
[INFO] building bridgewwater/rust-tests-example against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbridgewwater%2Frust-tests-example" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bridgewwater/rust-tests-example
[INFO] finished tweaking git repo https://github.com/bridgewwater/rust-tests-example
[INFO] tweaked toml for git repo https://github.com/bridgewwater/rust-tests-example written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bridgewwater/rust-tests-example on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bridgewwater/rust-tests-example 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v1.0.8
[INFO] [stderr]   Downloaded testdir v0.9.3
[INFO] [stderr]   Downloaded unicode-ident v1.0.10
[INFO] [stderr]   Downloaded cargo-platform v0.1.2
[INFO] [stderr]   Downloaded log v0.4.19
[INFO] [stderr]   Downloaded rayon v1.7.0
[INFO] [stderr]   Downloaded predicates v3.0.3
[INFO] [stderr]   Downloaded predicates-tree v1.0.9
[INFO] [stderr]   Downloaded darling_core v0.20.1
[INFO] [stderr]   Downloaded quickcheck_macros v1.0.0
[INFO] [stderr]   Downloaded clap v4.5.13
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.16
[INFO] [stderr]   Downloaded clap_builder v4.5.13
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.8
[INFO] [stderr]   Downloaded darling v0.20.1
[INFO] [stderr]   Downloaded bstr v1.6.0
[INFO] [stderr]   Downloaded windows-targets v0.48.1
[INFO] [stderr]   Downloaded darling_macro v0.20.1
[INFO] [stderr]   Downloaded rayon-core v1.11.0
[INFO] [stderr]   Downloaded criterion v0.7.0
[INFO] [stderr]   Downloaded schemars v1.0.3
[INFO] [stderr]   Downloaded camino v1.1.4
[INFO] [stderr]   Downloaded predicates-core v1.0.6
[INFO] [stderr]   Downloaded ciborium-io v0.2.1
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.3
[INFO] [stderr]   Downloaded anstyle v1.0.1
[INFO] [stderr]   Downloaded aho-corasick v1.0.2
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.15
[INFO] [stderr]   Downloaded regex-syntax v0.7.3
[INFO] [stderr]   Downloaded regex-automata v0.3.0
[INFO] [stderr]   Downloaded toml v0.9.4
[INFO] [stderr]   Downloaded chrono v0.4.26
[INFO] [stderr]   Downloaded human-panic v2.0.3
[INFO] [stderr]   Downloaded iana-time-zone v0.1.57
[INFO] [stderr]   Downloaded walkdir v2.3.3
[INFO] [stderr]   Downloaded anstyle-parse v0.2.1
[INFO] [stderr]   Downloaded os_info v3.7.0
[INFO] [stderr]   Downloaded uuid v1.4.0
[INFO] [stderr]   Downloaded equivalent v1.0.0
[INFO] [stderr]   Downloaded ryu v1.0.14
[INFO] [stderr]   Downloaded sysinfo v0.26.9
[INFO] [stderr]   Downloaded ciborium-ll v0.2.1
[INFO] [stderr]   Downloaded ciborium v0.2.1
[INFO] [stderr]   Downloaded criterion-plot v0.6.0
[INFO] [stderr]   Downloaded regex v1.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 882523ad9e143eebb5773e8a45044611be250134abbdcb40435c1eae71af3acf
[INFO] running `Command { std: "docker" "start" "-a" "882523ad9e143eebb5773e8a45044611be250134abbdcb40435c1eae71af3acf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "882523ad9e143eebb5773e8a45044611be250134abbdcb40435c1eae71af3acf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "882523ad9e143eebb5773e8a45044611be250134abbdcb40435c1eae71af3acf", kill_on_drop: false }`
[INFO] [stdout] 882523ad9e143eebb5773e8a45044611be250134abbdcb40435c1eae71af3acf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0fac0ee3896ca2e69c32d1705e140cd09a1d5997cff742aae793adddabcecd2
[INFO] running `Command { std: "docker" "start" "-a" "a0fac0ee3896ca2e69c32d1705e140cd09a1d5997cff742aae793adddabcecd2", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.8
[INFO] [stderr]    Compiling ryu v1.0.14
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling uuid v1.4.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling darling_core v0.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling darling_macro v0.20.1
[INFO] [stderr]    Compiling darling v0.20.1
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling os_info v3.7.0
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling toml v0.9.4
[INFO] [stderr]    Compiling human-panic v2.0.3
[INFO] [stderr]    Compiling rust_tests_example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.92s
[INFO] running `Command { std: "docker" "inspect" "a0fac0ee3896ca2e69c32d1705e140cd09a1d5997cff742aae793adddabcecd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0fac0ee3896ca2e69c32d1705e140cd09a1d5997cff742aae793adddabcecd2", kill_on_drop: false }`
[INFO] [stdout] a0fac0ee3896ca2e69c32d1705e140cd09a1d5997cff742aae793adddabcecd2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6779ee41c2cc7c99d6161cda11645a990d2caeb3549baa44c3fb526a3091bfbe
[INFO] running `Command { std: "docker" "start" "-a" "6779ee41c2cc7c99d6161cda11645a990d2caeb3549baa44c3fb526a3091bfbe", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling regex-syntax v0.7.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling camino v1.1.4
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling clap_builder v4.5.13
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling uuid v1.4.0
[INFO] [stderr]    Compiling regex-automata v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling os_info v3.7.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling sysinfo v0.26.9
[INFO] [stderr]    Compiling clap v4.5.13
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling regex v1.9.0
[INFO] [stderr]    Compiling human-panic v2.0.3
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling bstr v1.6.0
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling rust_tests_example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling testdir v0.9.3
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "6779ee41c2cc7c99d6161cda11645a990d2caeb3549baa44c3fb526a3091bfbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6779ee41c2cc7c99d6161cda11645a990d2caeb3549baa44c3fb526a3091bfbe", kill_on_drop: false }`
[INFO] [stdout] 6779ee41c2cc7c99d6161cda11645a990d2caeb3549baa44c3fb526a3091bfbe
