[INFO] fetching crate nelson137-scratch 0.1.1... [INFO] testing nelson137-scratch-0.1.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate nelson137-scratch 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate nelson137-scratch 0.1.1 [INFO] finished tweaking crates.io crate nelson137-scratch 0.1.1 [INFO] tweaked toml for crates.io crate nelson137-scratch 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nelson137-scratch 0.1.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 93 packages to latest compatible versions [INFO] [stderr] Adding bevy_app v0.9.1 (available: v0.17.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bevy_app v0.9.1 [INFO] [stderr] Downloaded concurrent-queue v1.2.4 [INFO] [stderr] Downloaded bevy_ptr v0.9.1 [INFO] [stderr] Downloaded bevy_macro_utils v0.9.1 [INFO] [stderr] Downloaded bevy_derive v0.9.1 [INFO] [stderr] Downloaded bevy_ecs_macros v0.9.1 [INFO] [stderr] Downloaded bevy_reflect v0.9.1 [INFO] [stderr] Downloaded bevy_reflect_derive v0.9.1 [INFO] [stderr] Downloaded bevy_utils v0.9.1 [INFO] [stderr] Downloaded cache-padded v1.3.0 [INFO] [stderr] Downloaded bevy_tasks v0.9.1 [INFO] [stderr] Downloaded bevy_ecs v0.9.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4338cacdb2d8865da52422c186d69285642c4bf50198421400c5f41668f4daa6 [INFO] running `Command { std: "docker" "start" "-a" "4338cacdb2d8865da52422c186d69285642c4bf50198421400c5f41668f4daa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4338cacdb2d8865da52422c186d69285642c4bf50198421400c5f41668f4daa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4338cacdb2d8865da52422c186d69285642c4bf50198421400c5f41668f4daa6", kill_on_drop: false }` [INFO] [stdout] 4338cacdb2d8865da52422c186d69285642c4bf50198421400c5f41668f4daa6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 447b95f0eae101246c66ae523c3e9d3f975705049193abc9960e9588cb7078c4 [INFO] running `Command { std: "docker" "start" "-a" "447b95f0eae101246c66ae523c3e9d3f975705049193abc9960e9588cb7078c4", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling cache-padded v1.3.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling async-executor v1.13.3 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling bevy_utils v0.9.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling bevy_reflect v0.9.1 [INFO] [stderr] Compiling bevy_ecs v0.9.1 [INFO] [stderr] Compiling bevy_app v0.9.1 [INFO] [stderr] Compiling nelson137-scratch v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.03s [INFO] running `Command { std: "docker" "inspect" "447b95f0eae101246c66ae523c3e9d3f975705049193abc9960e9588cb7078c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "447b95f0eae101246c66ae523c3e9d3f975705049193abc9960e9588cb7078c4", kill_on_drop: false }` [INFO] [stdout] 447b95f0eae101246c66ae523c3e9d3f975705049193abc9960e9588cb7078c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aaa24202338e5a7fa5f27192ea52bb6778ca095b46c57274a9c4949d91f92d66 [INFO] running `Command { std: "docker" "start" "-a" "aaa24202338e5a7fa5f27192ea52bb6778ca095b46c57274a9c4949d91f92d66", kill_on_drop: false }` [INFO] [stderr] Compiling nelson137-scratch v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "aaa24202338e5a7fa5f27192ea52bb6778ca095b46c57274a9c4949d91f92d66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaa24202338e5a7fa5f27192ea52bb6778ca095b46c57274a9c4949d91f92d66", kill_on_drop: false }` [INFO] [stdout] aaa24202338e5a7fa5f27192ea52bb6778ca095b46c57274a9c4949d91f92d66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 32dc43d63c704eabd205248a55272feac9d6f1b7951ed281cf64ffc851ba5aaa [INFO] running `Command { std: "docker" "start" "-a" "32dc43d63c704eabd205248a55272feac9d6f1b7951ed281cf64ffc851ba5aaa", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nelson137_scratch-74425bac19a5a95f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests nelson137_scratch [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] running `Command { std: "docker" "inspect" "32dc43d63c704eabd205248a55272feac9d6f1b7951ed281cf64ffc851ba5aaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32dc43d63c704eabd205248a55272feac9d6f1b7951ed281cf64ffc851ba5aaa", kill_on_drop: false }` [INFO] [stdout] 32dc43d63c704eabd205248a55272feac9d6f1b7951ed281cf64ffc851ba5aaa