[INFO] cloning repository aksharpatel47/algorithms-and-data-structures [INFO] running `"git" "clone" "--bare" "git://github.com/aksharpatel47/algorithms-and-data-structures.git" "work/cache/sources/gh/aksharpatel47/algorithms-and-data-structures"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/aksharpatel47/algorithms-and-data-structures'... [INFO] running `"git" "clone" "work/cache/sources/gh/aksharpatel47/algorithms-and-data-structures" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aksharpatel47/algorithms-and-data-structures"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aksharpatel47/algorithms-and-data-structures'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aksharpatel47/algorithms-and-data-structures" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aksharpatel47/algorithms-and-data-structures"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aksharpatel47/algorithms-and-data-structures'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 776ea82bfc006d7f9b6f088b267feab59dd8c2e7 [INFO] sha for GitHub repo aksharpatel47/algorithms-and-data-structures: 776ea82bfc006d7f9b6f088b267feab59dd8c2e7 [INFO] validating manifest of aksharpatel47/algorithms-and-data-structures 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 aksharpatel47/algorithms-and-data-structures 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 aksharpatel47/algorithms-and-data-structures [INFO] finished frobbing aksharpatel47/algorithms-and-data-structures [INFO] frobbed toml for aksharpatel47/algorithms-and-data-structures written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aksharpatel47/algorithms-and-data-structures/Cargo.toml [INFO] started frobbing aksharpatel47/algorithms-and-data-structures [INFO] finished frobbing aksharpatel47/algorithms-and-data-structures [INFO] frobbed toml for aksharpatel47/algorithms-and-data-structures written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aksharpatel47/algorithms-and-data-structures/Cargo.toml [INFO] crate aksharpatel47/algorithms-and-data-structures 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 aksharpatel47/algorithms-and-data-structures 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/aksharpatel47/algorithms-and-data-structures:/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] 7eafbdf426f1c58cfd8d801ead0807ca0da4a1f0956ef1982ecdd05b840cffc7 [INFO] running `"docker" "start" "-a" "7eafbdf426f1c58cfd8d801ead0807ca0da4a1f0956ef1982ecdd05b840cffc7"` [INFO] [stderr] Compiling algorithms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sorting/insertion_sort/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | let mut key = values[i]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `"docker" "inspect" "7eafbdf426f1c58cfd8d801ead0807ca0da4a1f0956ef1982ecdd05b840cffc7"` [INFO] running `"docker" "rm" "-f" "7eafbdf426f1c58cfd8d801ead0807ca0da4a1f0956ef1982ecdd05b840cffc7"` [INFO] [stdout] 7eafbdf426f1c58cfd8d801ead0807ca0da4a1f0956ef1982ecdd05b840cffc7 [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/aksharpatel47/algorithms-and-data-structures:/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] 5f3711cfc79fc1f6a42c43ce21d82900dfa58be131fa2c5482b6dbc36c9054b5 [INFO] running `"docker" "start" "-a" "5f3711cfc79fc1f6a42c43ce21d82900dfa58be131fa2c5482b6dbc36c9054b5"` [INFO] [stderr] Compiling algorithms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sorting/insertion_sort/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | let mut key = values[i]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "5f3711cfc79fc1f6a42c43ce21d82900dfa58be131fa2c5482b6dbc36c9054b5"` [INFO] running `"docker" "rm" "-f" "5f3711cfc79fc1f6a42c43ce21d82900dfa58be131fa2c5482b6dbc36c9054b5"` [INFO] [stdout] 5f3711cfc79fc1f6a42c43ce21d82900dfa58be131fa2c5482b6dbc36c9054b5 [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/aksharpatel47/algorithms-and-data-structures:/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] 4cda7d5c3d39e9bd244ac040cf9f03f1365431875896b8a1a8e2a5ef735855c2 [INFO] running `"docker" "start" "-a" "4cda7d5c3d39e9bd244ac040cf9f03f1365431875896b8a1a8e2a5ef735855c2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/algorithms-f6b8f8e6f2fffbc6 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sorting::insertion_sort::test::test_sort ... ok [INFO] [stdout] test sorting::selection_sort::test::test_sort ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/algorithms-759afc3b18d7468f [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] [stderr] Doc-tests algorithms [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" "4cda7d5c3d39e9bd244ac040cf9f03f1365431875896b8a1a8e2a5ef735855c2"` [INFO] running `"docker" "rm" "-f" "4cda7d5c3d39e9bd244ac040cf9f03f1365431875896b8a1a8e2a5ef735855c2"` [INFO] [stdout] 4cda7d5c3d39e9bd244ac040cf9f03f1365431875896b8a1a8e2a5ef735855c2