[INFO] updating cached repository KarlaJu/Rust_tests [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/KarlaJu/Rust_tests [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/KarlaJu/Rust_tests" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/KarlaJu/Rust_tests"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/KarlaJu/Rust_tests'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/KarlaJu/Rust_tests" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0756cd091346658879e935011802456f6ca2a47e [INFO] sha for GitHub repo KarlaJu/Rust_tests: 0756cd091346658879e935011802456f6ca2a47e [INFO] validating manifest of KarlaJu/Rust_tests on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of KarlaJu/Rust_tests on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing KarlaJu/Rust_tests [INFO] finished frobbing KarlaJu/Rust_tests [INFO] frobbed toml for KarlaJu/Rust_tests written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/KarlaJu/Rust_tests/Cargo.toml [INFO] started frobbing KarlaJu/Rust_tests [INFO] finished frobbing KarlaJu/Rust_tests [INFO] frobbed toml for KarlaJu/Rust_tests written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests/Cargo.toml [INFO] crate KarlaJu/Rust_tests has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing KarlaJu/Rust_tests against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 5e43a2a17c46c9d84055bc1591384b62430b4b02967c010d95b367120337fb3e [INFO] running `"docker" "start" "-a" "5e43a2a17c46c9d84055bc1591384b62430b4b02967c010d95b367120337fb3e"` [INFO] [stderr] Compiling rust_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: struct is never constructed: `Rectangle` [INFO] [stderr] --> src/main.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | struct Rectangle{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_square` [INFO] [stderr] --> src/main.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | fn is_square(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_two` [INFO] [stderr] --> src/main.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | fn get_two() -> i16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `"docker" "inspect" "5e43a2a17c46c9d84055bc1591384b62430b4b02967c010d95b367120337fb3e"` [INFO] running `"docker" "rm" "-f" "5e43a2a17c46c9d84055bc1591384b62430b4b02967c010d95b367120337fb3e"` [INFO] [stdout] 5e43a2a17c46c9d84055bc1591384b62430b4b02967c010d95b367120337fb3e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] fc0bacc1df66fa6cbcb96e41cb38c68dc23bcf81f832065c8635a1b137827583 [INFO] running `"docker" "start" "-a" "fc0bacc1df66fa6cbcb96e41cb38c68dc23bcf81f832065c8635a1b137827583"` [INFO] [stderr] Compiling rust_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `"docker" "inspect" "fc0bacc1df66fa6cbcb96e41cb38c68dc23bcf81f832065c8635a1b137827583"` [INFO] running `"docker" "rm" "-f" "fc0bacc1df66fa6cbcb96e41cb38c68dc23bcf81f832065c8635a1b137827583"` [INFO] [stdout] fc0bacc1df66fa6cbcb96e41cb38c68dc23bcf81f832065c8635a1b137827583 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/KarlaJu/Rust_tests:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] f14b856f5b9c51ec89215ad7d57ca02b1eddc9317260959138317e0f1af11387 [INFO] running `"docker" "start" "-a" "f14b856f5b9c51ec89215ad7d57ca02b1eddc9317260959138317e0f1af11387"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_test-114d05571feaeca2 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test firs_test::equal_test ... ignored [INFO] [stdout] test firs_test::call_method ... ok [INFO] [stdout] test firs_test::test ... ok [INFO] [stdout] test firs_test::test_struct_rectangle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f14b856f5b9c51ec89215ad7d57ca02b1eddc9317260959138317e0f1af11387"` [INFO] running `"docker" "rm" "-f" "f14b856f5b9c51ec89215ad7d57ca02b1eddc9317260959138317e0f1af11387"` [INFO] [stdout] f14b856f5b9c51ec89215ad7d57ca02b1eddc9317260959138317e0f1af11387