[INFO] cloning repository tonis2/exercising-rust [INFO] running `"git" "clone" "--bare" "git://github.com/tonis2/exercising-rust.git" "work/cache/sources/gh/tonis2/exercising-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/tonis2/exercising-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/tonis2/exercising-rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tonis2/exercising-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tonis2/exercising-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tonis2/exercising-rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tonis2/exercising-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tonis2/exercising-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a012590ccfd515f730b8fa48e07737f6bfdf95a1 [INFO] sha for GitHub repo tonis2/exercising-rust: a012590ccfd515f730b8fa48e07737f6bfdf95a1 [INFO] validating manifest of tonis2/exercising-rust 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 tonis2/exercising-rust 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 tonis2/exercising-rust [INFO] finished frobbing tonis2/exercising-rust [INFO] frobbed toml for tonis2/exercising-rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tonis2/exercising-rust/Cargo.toml [INFO] started frobbing tonis2/exercising-rust [INFO] finished frobbing tonis2/exercising-rust [INFO] frobbed toml for tonis2/exercising-rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tonis2/exercising-rust/Cargo.toml [INFO] crate tonis2/exercising-rust 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] testing tonis2/exercising-rust 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/tonis2/exercising-rust:/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] 350d2feae38f99805df25675cf7a7c370b7be778730318b965482c76283203bc [INFO] running `"docker" "start" "-a" "350d2feae38f99805df25675cf7a7c370b7be778730318b965482c76283203bc"` [INFO] [stderr] Compiling start v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/main.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let c = pointer::pointer::CustomSmartPointer { data: String::from("my stuff") }; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_c` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `d` [INFO] [stderr] --> src/main.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | let d = pointer::pointer::CustomSmartPointer { data: String::from("other stuff") }; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_d` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "350d2feae38f99805df25675cf7a7c370b7be778730318b965482c76283203bc"` [INFO] running `"docker" "rm" "-f" "350d2feae38f99805df25675cf7a7c370b7be778730318b965482c76283203bc"` [INFO] [stdout] 350d2feae38f99805df25675cf7a7c370b7be778730318b965482c76283203bc [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/tonis2/exercising-rust:/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] 51cb066dc4af2f6012bad85bc21d38abefe989c63de028f0749b09d420d525f9 [INFO] running `"docker" "start" "-a" "51cb066dc4af2f6012bad85bc21d38abefe989c63de028f0749b09d420d525f9"` [INFO] [stderr] Compiling start v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/main.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let c = pointer::pointer::CustomSmartPointer { data: String::from("my stuff") }; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_c` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `d` [INFO] [stderr] --> src/main.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | let d = pointer::pointer::CustomSmartPointer { data: String::from("other stuff") }; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_d` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "51cb066dc4af2f6012bad85bc21d38abefe989c63de028f0749b09d420d525f9"` [INFO] running `"docker" "rm" "-f" "51cb066dc4af2f6012bad85bc21d38abefe989c63de028f0749b09d420d525f9"` [INFO] [stdout] 51cb066dc4af2f6012bad85bc21d38abefe989c63de028f0749b09d420d525f9 [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/tonis2/exercising-rust:/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] 61572396e7f7edb59725c14bcc4deab43edf18a14be6e5d28db3a97b9e0a4b11 [INFO] running `"docker" "start" "-a" "61572396e7f7edb59725c14bcc4deab43edf18a14be6e5d28db3a97b9e0a4b11"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/start-6893ef7dece6f363 [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" "61572396e7f7edb59725c14bcc4deab43edf18a14be6e5d28db3a97b9e0a4b11"` [INFO] running `"docker" "rm" "-f" "61572396e7f7edb59725c14bcc4deab43edf18a14be6e5d28db3a97b9e0a4b11"` [INFO] [stdout] 61572396e7f7edb59725c14bcc4deab43edf18a14be6e5d28db3a97b9e0a4b11