[INFO] cloning repository yavrib/adventofcode2018 [INFO] running `"git" "clone" "--bare" "git://github.com/yavrib/adventofcode2018.git" "work/cache/sources/gh/yavrib/adventofcode2018"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/yavrib/adventofcode2018'... [INFO] running `"git" "clone" "work/cache/sources/gh/yavrib/adventofcode2018" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/yavrib/adventofcode2018" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yavrib/adventofcode2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yavrib/adventofcode2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d8ed473fa51c4f7eca244bed33c44f2fc7fa7e29 [INFO] sha for GitHub repo yavrib/adventofcode2018: d8ed473fa51c4f7eca244bed33c44f2fc7fa7e29 [INFO] validating manifest of yavrib/adventofcode2018 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 yavrib/adventofcode2018 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 yavrib/adventofcode2018 [INFO] finished frobbing yavrib/adventofcode2018 [INFO] frobbed toml for yavrib/adventofcode2018 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018/Cargo.toml [INFO] started frobbing yavrib/adventofcode2018 [INFO] finished frobbing yavrib/adventofcode2018 [INFO] frobbed toml for yavrib/adventofcode2018 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yavrib/adventofcode2018/Cargo.toml [INFO] crate yavrib/adventofcode2018 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 yavrib/adventofcode2018 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018:/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] c221e05d4a16f41f82531ef1c4fff3cdb08ec53218dfaa541e1d39c333fcff84 [INFO] running `"docker" "start" "-a" "c221e05d4a16f41f82531ef1c4fff3cdb08ec53218dfaa541e1d39c333fcff84"` [INFO] [stderr] Compiling adventofcode2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/solutions/first.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | let new_values: Vec<(&Fn(i64, i64) -> i64, Result)> = changes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/solutions/first.rs:25:47 [INFO] [stderr] | [INFO] [stderr] 25 | fn parse_calculation_and_number(s: &str) -> (&Fn(i64, i64) -> i64, Result) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `"docker" "inspect" "c221e05d4a16f41f82531ef1c4fff3cdb08ec53218dfaa541e1d39c333fcff84"` [INFO] running `"docker" "rm" "-f" "c221e05d4a16f41f82531ef1c4fff3cdb08ec53218dfaa541e1d39c333fcff84"` [INFO] [stdout] c221e05d4a16f41f82531ef1c4fff3cdb08ec53218dfaa541e1d39c333fcff84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018:/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] 0b82f38f4fc8a03d7571e4e4673c86c0e218914ab46feda8d61f8dfacc660c5a [INFO] running `"docker" "start" "-a" "0b82f38f4fc8a03d7571e4e4673c86c0e218914ab46feda8d61f8dfacc660c5a"` [INFO] [stderr] Compiling adventofcode2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/solutions/first.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | let new_values: Vec<(&Fn(i64, i64) -> i64, Result)> = changes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/solutions/first.rs:25:47 [INFO] [stderr] | [INFO] [stderr] 25 | fn parse_calculation_and_number(s: &str) -> (&Fn(i64, i64) -> i64, Result) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `"docker" "inspect" "0b82f38f4fc8a03d7571e4e4673c86c0e218914ab46feda8d61f8dfacc660c5a"` [INFO] running `"docker" "rm" "-f" "0b82f38f4fc8a03d7571e4e4673c86c0e218914ab46feda8d61f8dfacc660c5a"` [INFO] [stdout] 0b82f38f4fc8a03d7571e4e4673c86c0e218914ab46feda8d61f8dfacc660c5a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yavrib/adventofcode2018:/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] 47f22321e73caa00db5e94db63f794ece80186b39c0b326a89a07b70d3776b54 [INFO] running `"docker" "start" "-a" "47f22321e73caa00db5e94db63f794ece80186b39c0b326a89a07b70d3776b54"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/adventofcode2018-e556a742b09e629b [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" "47f22321e73caa00db5e94db63f794ece80186b39c0b326a89a07b70d3776b54"` [INFO] running `"docker" "rm" "-f" "47f22321e73caa00db5e94db63f794ece80186b39c0b326a89a07b70d3776b54"` [INFO] [stdout] 47f22321e73caa00db5e94db63f794ece80186b39c0b326a89a07b70d3776b54