[INFO] cloning repository https://github.com/jrheard/advent_2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jrheard/advent_2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrheard%2Fadvent_2018"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrheard%2Fadvent_2018'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9746b67d273a7b20e8520afe5bab8682eb705123 [INFO] testing jrheard/advent_2018 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrheard%2Fadvent_2018" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jrheard/advent_2018 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jrheard/advent_2018 [INFO] finished tweaking git repo https://github.com/jrheard/advent_2018 [INFO] tweaked toml for git repo https://github.com/jrheard/advent_2018 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jrheard/advent_2018 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 737041cc85ac8c9c4feac42c01b22e65d906f197aadaf95031c30e44cb5ee46a [INFO] running `"docker" "start" "-a" "737041cc85ac8c9c4feac42c01b22e65d906f197aadaf95031c30e44cb5ee46a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling serde_scan v0.3.2 [INFO] [stderr] Compiling advent_2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sixteen.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | type Operation = Fn(&mut [usize; 4], usize, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut [usize; 4], usize, usize, usize)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 3m 23s [INFO] running `"docker" "inspect" "737041cc85ac8c9c4feac42c01b22e65d906f197aadaf95031c30e44cb5ee46a"` [INFO] running `"docker" "rm" "-f" "737041cc85ac8c9c4feac42c01b22e65d906f197aadaf95031c30e44cb5ee46a"` [INFO] [stdout] 737041cc85ac8c9c4feac42c01b22e65d906f197aadaf95031c30e44cb5ee46a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1dde7130608cceff384f3f9cea2761839bc67ec14aada363f66dc2c1d72a2f33 [INFO] running `"docker" "start" "-a" "1dde7130608cceff384f3f9cea2761839bc67ec14aada363f66dc2c1d72a2f33"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sixteen.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | type Operation = Fn(&mut [usize; 4], usize, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut [usize; 4], usize, usize, usize)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling criterion-plot v0.3.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling tinytemplate v1.0.1 [INFO] [stderr] Compiling criterion v0.2.10 [INFO] [stderr] Compiling advent_2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sixteen.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | type Operation = Fn(&mut [usize; 4], usize, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut [usize; 4], usize, usize, usize)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 2m 00s [INFO] running `"docker" "inspect" "1dde7130608cceff384f3f9cea2761839bc67ec14aada363f66dc2c1d72a2f33"` [INFO] running `"docker" "rm" "-f" "1dde7130608cceff384f3f9cea2761839bc67ec14aada363f66dc2c1d72a2f33"` [INFO] [stdout] 1dde7130608cceff384f3f9cea2761839bc67ec14aada363f66dc2c1d72a2f33 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d9962f7ae4bd6812655d9e541c51920692db047b8a27a8eb4a6cb832e00a93a0 [INFO] running `"docker" "start" "-a" "d9962f7ae4bd6812655d9e541c51920692db047b8a27a8eb4a6cb832e00a93a0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sixteen.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | type Operation = Fn(&mut [usize; 4], usize, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut [usize; 4], usize, usize, usize)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sixteen.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | type Operation = Fn(&mut [usize; 4], usize, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut [usize; 4], usize, usize, usize)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent_2018-619f276ab6bedb67 [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test eleven::test::test_power_level ... ok [INFO] [stdout] test eight::tests::test_solutions ... ok [INFO] [stdout] test four::test::test_parse_log_entry_datetime ... ok [INFO] [stdout] test four::test::test_log_entry_new ... ok [INFO] [stdout] test five::test::test_react_polymer ... ok [INFO] [stdout] test six::test::test_manhattan_distance ... ok [INFO] [stdout] test seven::test::test_step_constraint_new ... ok [INFO] [stdout] test seven::test::test_step_duration ... ok [INFO] [stdout] test sixteen::test::test_parse_input ... ok [INFO] [stdout] test ten::test::test_point_new ... ok [INFO] [stdout] test fourteen::test::test_examples_from_writeup ... ok [INFO] [stdout] test four::test::test_solutions ... ok [INFO] [stdout] test five::test::test_solutions ... ok [INFO] [stdout] test seven::test::test_solution ... ok [INFO] [stdout] test nine::test::test_marble_game ... ok [INFO] [stdout] test two::test::test_differing_character_positions ... ok [INFO] [stdout] test twelve::test::test_solution ... ok [INFO] [stdout] test two::test::test_solutions ... ok [INFO] [stdout] test twelve::test::test_generation_rule_new ... ok [INFO] [stdout] test thirteen::test::test_solutions ... ok [INFO] [stdout] test util::test::test_frequencies ... ok [INFO] [stdout] test eleven::test::test_solution ... ok [INFO] [stdout] test three::test::test_claim_new ... ok [INFO] [stdout] test sixteen::test::test_solution ... ok [INFO] [stdout] test one::test::test_answers ... ok [INFO] [stdout] test ten::test::test_solution ... ok [INFO] [stdout] test three::test::test_solutions ... ok [INFO] [stdout] test six::test::test_solutions ... ok [INFO] [stdout] test nine::test::test_solution ... ok [INFO] [stdout] test fourteen::test::test_solution ... ok [INFO] [stdout] test fifteen::test::test_solutions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent_2018-ac58dcd0302d6f1e [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 advent_2018 [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" "d9962f7ae4bd6812655d9e541c51920692db047b8a27a8eb4a6cb832e00a93a0"` [INFO] running `"docker" "rm" "-f" "d9962f7ae4bd6812655d9e541c51920692db047b8a27a8eb4a6cb832e00a93a0"` [INFO] [stdout] d9962f7ae4bd6812655d9e541c51920692db047b8a27a8eb4a6cb832e00a93a0