[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 357f1d1340f50a2265e0cea207e1f13f2cf37f9ba837f3afb757a22f174b18d5 [INFO] running `"docker" "start" "-a" "357f1d1340f50a2265e0cea207e1f13f2cf37f9ba837f3afb757a22f174b18d5"` [INFO] [stderr] Compiling serde_json v1.0.31 [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 4.57s [INFO] running `"docker" "inspect" "357f1d1340f50a2265e0cea207e1f13f2cf37f9ba837f3afb757a22f174b18d5"` [INFO] running `"docker" "rm" "-f" "357f1d1340f50a2265e0cea207e1f13f2cf37f9ba837f3afb757a22f174b18d5"` [INFO] [stdout] 357f1d1340f50a2265e0cea207e1f13f2cf37f9ba837f3afb757a22f174b18d5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] f48a36718b669588089650ca63d5c19a1361178bcbe5336e6c6f03619515e366 [INFO] running `"docker" "start" "-a" "f48a36718b669588089650ca63d5c19a1361178bcbe5336e6c6f03619515e366"` [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.73s [INFO] running `"docker" "inspect" "f48a36718b669588089650ca63d5c19a1361178bcbe5336e6c6f03619515e366"` [INFO] running `"docker" "rm" "-f" "f48a36718b669588089650ca63d5c19a1361178bcbe5336e6c6f03619515e366"` [INFO] [stdout] f48a36718b669588089650ca63d5c19a1361178bcbe5336e6c6f03619515e366 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 134f351c0baa51e4b902ea3ffe7c1c98a3a103555d3f289955778fe2ed4722b8 [INFO] running `"docker" "start" "-a" "134f351c0baa51e4b902ea3ffe7c1c98a3a103555d3f289955778fe2ed4722b8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_tuto-e4065c93a301c6d2 [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" "134f351c0baa51e4b902ea3ffe7c1c98a3a103555d3f289955778fe2ed4722b8"` [INFO] running `"docker" "rm" "-f" "134f351c0baa51e4b902ea3ffe7c1c98a3a103555d3f289955778fe2ed4722b8"` [INFO] [stdout] 134f351c0baa51e4b902ea3ffe7c1c98a3a103555d3f289955778fe2ed4722b8