[INFO] cloning repository X-m7/rust_testing [INFO] running `"git" "clone" "--bare" "git://github.com/X-m7/rust_testing.git" "work/cache/sources/gh/X-m7/rust_testing"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/X-m7/rust_testing'... [INFO] running `"git" "clone" "work/cache/sources/gh/X-m7/rust_testing" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/X-m7/rust_testing"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/X-m7/rust_testing'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/X-m7/rust_testing" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 42069c27f672c0e59df8d70fb5842800a776c0db [INFO] sha for GitHub repo X-m7/rust_testing: 42069c27f672c0e59df8d70fb5842800a776c0db [INFO] validating manifest of X-m7/rust_testing on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of X-m7/rust_testing on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing X-m7/rust_testing [INFO] finished frobbing X-m7/rust_testing [INFO] frobbed toml for X-m7/rust_testing written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/X-m7/rust_testing/Cargo.toml [INFO] started frobbing X-m7/rust_testing [INFO] finished frobbing X-m7/rust_testing [INFO] frobbed toml for X-m7/rust_testing written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing/Cargo.toml [INFO] crate X-m7/rust_testing already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing X-m7/rust_testing against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] f1d5737e27f03b5dc921c9e73a93a15cde8860318e446e57dc174b509ec1167d [INFO] running `"docker" "start" "-a" "f1d5737e27f03b5dc921c9e73a93a15cde8860318e446e57dc174b509ec1167d"` [INFO] [stderr] Compiling rust_testing v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | Message::Move { x: x @ 2...4, y } => println!("Move to ({}, {}), special", x, y), //check that x is in the range and bind it as well (can use different name) [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "f1d5737e27f03b5dc921c9e73a93a15cde8860318e446e57dc174b509ec1167d"` [INFO] running `"docker" "rm" "-f" "f1d5737e27f03b5dc921c9e73a93a15cde8860318e446e57dc174b509ec1167d"` [INFO] [stdout] f1d5737e27f03b5dc921c9e73a93a15cde8860318e446e57dc174b509ec1167d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d4609a9259fd4bd457d28056aa85b1f2cfa3c11236573032ef072ba410384f0e [INFO] running `"docker" "start" "-a" "d4609a9259fd4bd457d28056aa85b1f2cfa3c11236573032ef072ba410384f0e"` [INFO] [stderr] Compiling rust_testing v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | Message::Move { x: x @ 2...4, y } => println!("Move to ({}, {}), special", x, y), //check that x is in the range and bind it as well (can use different name) [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "d4609a9259fd4bd457d28056aa85b1f2cfa3c11236573032ef072ba410384f0e"` [INFO] running `"docker" "rm" "-f" "d4609a9259fd4bd457d28056aa85b1f2cfa3c11236573032ef072ba410384f0e"` [INFO] [stdout] d4609a9259fd4bd457d28056aa85b1f2cfa3c11236573032ef072ba410384f0e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/X-m7/rust_testing:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 9e762d56e6e6544547d6a64f822bff8cc756b882f8312726b17a890a50f5e629 [INFO] running `"docker" "start" "-a" "9e762d56e6e6544547d6a64f822bff8cc756b882f8312726b17a890a50f5e629"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_testing-5925b53a09acdf88 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "9e762d56e6e6544547d6a64f822bff8cc756b882f8312726b17a890a50f5e629"` [INFO] running `"docker" "rm" "-f" "9e762d56e6e6544547d6a64f822bff8cc756b882f8312726b17a890a50f5e629"` [INFO] [stdout] 9e762d56e6e6544547d6a64f822bff8cc756b882f8312726b17a890a50f5e629