[INFO] cloning repository azhural/advent_of_code_2018 [INFO] running `"git" "clone" "--bare" "git://github.com/azhural/advent_of_code_2018.git" "work/cache/sources/gh/azhural/advent_of_code_2018"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/azhural/advent_of_code_2018'... [INFO] running `"git" "clone" "work/cache/sources/gh/azhural/advent_of_code_2018" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/azhural/advent_of_code_2018" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/azhural/advent_of_code_2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/azhural/advent_of_code_2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 69b6138f2760b81521eb67cf9319f4a22abed4d1 [INFO] sha for GitHub repo azhural/advent_of_code_2018: 69b6138f2760b81521eb67cf9319f4a22abed4d1 [INFO] validating manifest of azhural/advent_of_code_2018 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 azhural/advent_of_code_2018 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 azhural/advent_of_code_2018 [INFO] finished frobbing azhural/advent_of_code_2018 [INFO] frobbed toml for azhural/advent_of_code_2018 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018/Cargo.toml [INFO] started frobbing azhural/advent_of_code_2018 [INFO] finished frobbing azhural/advent_of_code_2018 [INFO] frobbed toml for azhural/advent_of_code_2018 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/azhural/advent_of_code_2018/Cargo.toml [INFO] crate azhural/advent_of_code_2018 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 azhural/advent_of_code_2018 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018:/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] 287164010a352cd1b0e7717eac032a514f743c30db17760a542aba8c24ab6f70 [INFO] running `"docker" "start" "-a" "287164010a352cd1b0e7717eac032a514f743c30db17760a542aba8c24ab6f70"` [INFO] [stderr] Compiling advent_of_code_2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `exactly_one_diff` [INFO] [stderr] --> src/bin/day2_2/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | fn exactly_one_diff(first: &str, second: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `"docker" "inspect" "287164010a352cd1b0e7717eac032a514f743c30db17760a542aba8c24ab6f70"` [INFO] running `"docker" "rm" "-f" "287164010a352cd1b0e7717eac032a514f743c30db17760a542aba8c24ab6f70"` [INFO] [stdout] 287164010a352cd1b0e7717eac032a514f743c30db17760a542aba8c24ab6f70 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018:/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] ec475962ea7775caa82b8fbe77fd6c53948a4ecd3187106e24b9cfe9f8502dc5 [INFO] running `"docker" "start" "-a" "ec475962ea7775caa82b8fbe77fd6c53948a4ecd3187106e24b9cfe9f8502dc5"` [INFO] [stderr] Compiling advent_of_code_2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `exactly_one_diff` [INFO] [stderr] --> src/bin/day2_2/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | fn exactly_one_diff(first: &str, second: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `"docker" "inspect" "ec475962ea7775caa82b8fbe77fd6c53948a4ecd3187106e24b9cfe9f8502dc5"` [INFO] running `"docker" "rm" "-f" "ec475962ea7775caa82b8fbe77fd6c53948a4ecd3187106e24b9cfe9f8502dc5"` [INFO] [stdout] ec475962ea7775caa82b8fbe77fd6c53948a4ecd3187106e24b9cfe9f8502dc5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/azhural/advent_of_code_2018:/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] d8fd3208a579e488f6523af7cd9dfaf4fd9f8d96fc10802f87ab0f2d0680bb9e [INFO] running `"docker" "start" "-a" "d8fd3208a579e488f6523af7cd9dfaf4fd9f8d96fc10802f87ab0f2d0680bb9e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/day1_1-3d33acceca3297c1 [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] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day1_2-88b1b003c0ac7ee6 [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/day2_1-040c27d783ef3f4a [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] Running /opt/crater/target/debug/deps/day2_2-476ebf265ea2ee39 [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] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day3_1-fd154f3e8cd1d469 [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] Running /opt/crater/target/debug/deps/day3_2-7a55db3ba8464d7a [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" "d8fd3208a579e488f6523af7cd9dfaf4fd9f8d96fc10802f87ab0f2d0680bb9e"` [INFO] running `"docker" "rm" "-f" "d8fd3208a579e488f6523af7cd9dfaf4fd9f8d96fc10802f87ab0f2d0680bb9e"` [INFO] [stdout] d8fd3208a579e488f6523af7cd9dfaf4fd9f8d96fc10802f87ab0f2d0680bb9e