[INFO] cloning repository jeffusan/rust_fun [INFO] running `"git" "clone" "--bare" "git://github.com/jeffusan/rust_fun.git" "work/cache/sources/gh/jeffusan/rust_fun"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jeffusan/rust_fun'... [INFO] running `"git" "clone" "work/cache/sources/gh/jeffusan/rust_fun" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeffusan/rust_fun"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeffusan/rust_fun'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jeffusan/rust_fun" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0db63d2afabccf1934eb3df46b5dc33064891761 [INFO] sha for GitHub repo jeffusan/rust_fun: 0db63d2afabccf1934eb3df46b5dc33064891761 [INFO] validating manifest of jeffusan/rust_fun 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 jeffusan/rust_fun 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 jeffusan/rust_fun [INFO] finished frobbing jeffusan/rust_fun [INFO] frobbed toml for jeffusan/rust_fun written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeffusan/rust_fun/Cargo.toml [INFO] started frobbing jeffusan/rust_fun [INFO] finished frobbing jeffusan/rust_fun [INFO] frobbed toml for jeffusan/rust_fun written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun/Cargo.toml [INFO] crate jeffusan/rust_fun 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 jeffusan/rust_fun against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun:/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] ea1df92834ba16146e42e200d48f8e963442fcdce273482d409fcfe622860ed1 [INFO] running `"docker" "start" "-a" "ea1df92834ba16146e42e200d48f8e963442fcdce273482d409fcfe622860ed1"` [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: struct is never constructed: `Stack` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct Stack { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/main.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn new() -> Stack { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `push` [INFO] [stderr] --> src/main.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn push(&mut self, item: i8) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `pop` [INFO] [stderr] --> src/main.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn pop(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `max` [INFO] [stderr] --> src/main.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn max(&self) -> i8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `"docker" "inspect" "ea1df92834ba16146e42e200d48f8e963442fcdce273482d409fcfe622860ed1"` [INFO] running `"docker" "rm" "-f" "ea1df92834ba16146e42e200d48f8e963442fcdce273482d409fcfe622860ed1"` [INFO] [stdout] ea1df92834ba16146e42e200d48f8e963442fcdce273482d409fcfe622860ed1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun:/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] b8b15f0bae0524202ffde768c41f8cccacf89447d86fb09f2f11590c75084698 [INFO] running `"docker" "start" "-a" "b8b15f0bae0524202ffde768c41f8cccacf89447d86fb09f2f11590c75084698"` [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `"docker" "inspect" "b8b15f0bae0524202ffde768c41f8cccacf89447d86fb09f2f11590c75084698"` [INFO] running `"docker" "rm" "-f" "b8b15f0bae0524202ffde768c41f8cccacf89447d86fb09f2f11590c75084698"` [INFO] [stdout] b8b15f0bae0524202ffde768c41f8cccacf89447d86fb09f2f11590c75084698 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeffusan/rust_fun:/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] f6ed09ab0d6b2208ffbae6cabf4a5fe8cd2f633987e07cd78a7bc1aef6b6a186 [INFO] running `"docker" "start" "-a" "f6ed09ab0d6b2208ffbae6cabf4a5fe8cd2f633987e07cd78a7bc1aef6b6a186"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_world-e33bce3d0339e6d1 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test stack::max_test ... ok [INFO] [stdout] test stack::push_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f6ed09ab0d6b2208ffbae6cabf4a5fe8cd2f633987e07cd78a7bc1aef6b6a186"` [INFO] running `"docker" "rm" "-f" "f6ed09ab0d6b2208ffbae6cabf4a5fe8cd2f633987e07cd78a7bc1aef6b6a186"` [INFO] [stdout] f6ed09ab0d6b2208ffbae6cabf4a5fe8cd2f633987e07cd78a7bc1aef6b6a186