[INFO] cloning repository cedricleroy/rust-tuto [INFO] running `"git" "clone" "--bare" "git://github.com/cedricleroy/rust-tuto.git" "work/cache/sources/gh/cedricleroy/rust-tuto"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/cedricleroy/rust-tuto'... [INFO] running `"git" "clone" "work/cache/sources/gh/cedricleroy/rust-tuto" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cedricleroy/rust-tuto"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cedricleroy/rust-tuto'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cedricleroy/rust-tuto" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca031c3e4b110d5556de9e56ec2e2541af3f0402 [INFO] sha for GitHub repo cedricleroy/rust-tuto: ca031c3e4b110d5556de9e56ec2e2541af3f0402 [INFO] validating manifest of cedricleroy/rust-tuto 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 cedricleroy/rust-tuto 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 cedricleroy/rust-tuto [INFO] finished frobbing cedricleroy/rust-tuto [INFO] frobbed toml for cedricleroy/rust-tuto written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cedricleroy/rust-tuto/Cargo.toml [INFO] started frobbing cedricleroy/rust-tuto [INFO] finished frobbing cedricleroy/rust-tuto [INFO] frobbed toml for cedricleroy/rust-tuto written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto/Cargo.toml [INFO] crate cedricleroy/rust-tuto 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] 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 cedricleroy/rust-tuto against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto:/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] 6df8c18963617054bd62ee82c8c230a032b21bc532470d41f1c7352171fa960b [INFO] running `"docker" "start" "-a" "6df8c18963617054bd62ee82c8c230a032b21bc532470d41f1c7352171fa960b"` [INFO] [stderr] Compiling rust-tuto v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | let mut y = 21; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/json.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | file.read_to_string(&mut content); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "6df8c18963617054bd62ee82c8c230a032b21bc532470d41f1c7352171fa960b"` [INFO] running `"docker" "rm" "-f" "6df8c18963617054bd62ee82c8c230a032b21bc532470d41f1c7352171fa960b"` [INFO] [stdout] 6df8c18963617054bd62ee82c8c230a032b21bc532470d41f1c7352171fa960b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto:/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] f65ad6f01e5ea16afeafb8670cab6d0b9f7f11f5a146830f2531fe22aef7aff2 [INFO] running `"docker" "start" "-a" "f65ad6f01e5ea16afeafb8670cab6d0b9f7f11f5a146830f2531fe22aef7aff2"` [INFO] [stderr] Compiling rust-tuto v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | let mut y = 21; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/json.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | file.read_to_string(&mut content); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "f65ad6f01e5ea16afeafb8670cab6d0b9f7f11f5a146830f2531fe22aef7aff2"` [INFO] running `"docker" "rm" "-f" "f65ad6f01e5ea16afeafb8670cab6d0b9f7f11f5a146830f2531fe22aef7aff2"` [INFO] [stdout] f65ad6f01e5ea16afeafb8670cab6d0b9f7f11f5a146830f2531fe22aef7aff2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cedricleroy/rust-tuto:/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] 5d63a5820e7fe58d932f1e0f61f47561ae360855512afa7c60d74e86876b51c9 [INFO] running `"docker" "start" "-a" "5d63a5820e7fe58d932f1e0f61f47561ae360855512afa7c60d74e86876b51c9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_tuto-c512b404f4d36eff [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" "5d63a5820e7fe58d932f1e0f61f47561ae360855512afa7c60d74e86876b51c9"` [INFO] running `"docker" "rm" "-f" "5d63a5820e7fe58d932f1e0f61f47561ae360855512afa7c60d74e86876b51c9"` [INFO] [stdout] 5d63a5820e7fe58d932f1e0f61f47561ae360855512afa7c60d74e86876b51c9