[INFO] cloning repository https://github.com/idebugger-learning/-advent-of-code-2018-day12 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/idebugger-learning/-advent-of-code-2018-day12" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidebugger-learning%2F-advent-of-code-2018-day12", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidebugger-learning%2F-advent-of-code-2018-day12'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8557a6a03b5bb75bb5eff676816027dff291acd [INFO] testing idebugger-learning/-advent-of-code-2018-day12 against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidebugger-learning%2F-advent-of-code-2018-day12" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/idebugger-learning/-advent-of-code-2018-day12 on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/idebugger-learning/-advent-of-code-2018-day12 [INFO] finished tweaking git repo https://github.com/idebugger-learning/-advent-of-code-2018-day12 [INFO] tweaked toml for git repo https://github.com/idebugger-learning/-advent-of-code-2018-day12 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/idebugger-learning/-advent-of-code-2018-day12 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11f0af42ab646fe0939c5e5330d2fad566538fc9c7163d33a20ee716cbaaa338 [INFO] running `Command { std: "docker" "start" "-a" "11f0af42ab646fe0939c5e5330d2fad566538fc9c7163d33a20ee716cbaaa338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11f0af42ab646fe0939c5e5330d2fad566538fc9c7163d33a20ee716cbaaa338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11f0af42ab646fe0939c5e5330d2fad566538fc9c7163d33a20ee716cbaaa338", kill_on_drop: false }` [INFO] [stdout] 11f0af42ab646fe0939c5e5330d2fad566538fc9c7163d33a20ee716cbaaa338 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78753ca8ac041200b30bd1de7c7c9c28f4756247ae5a9eb06197860573f9024e [INFO] running `Command { std: "docker" "start" "-a" "78753ca8ac041200b30bd1de7c7c9c28f4756247ae5a9eb06197860573f9024e", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s [INFO] running `Command { std: "docker" "inspect" "78753ca8ac041200b30bd1de7c7c9c28f4756247ae5a9eb06197860573f9024e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78753ca8ac041200b30bd1de7c7c9c28f4756247ae5a9eb06197860573f9024e", kill_on_drop: false }` [INFO] [stdout] 78753ca8ac041200b30bd1de7c7c9c28f4756247ae5a9eb06197860573f9024e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 934e24605d496a35f9321fa624f90f4de45702a8340c699520c827e81a532813 [INFO] running `Command { std: "docker" "start" "-a" "934e24605d496a35f9321fa624f90f4de45702a8340c699520c827e81a532813", kill_on_drop: false }` [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "934e24605d496a35f9321fa624f90f4de45702a8340c699520c827e81a532813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "934e24605d496a35f9321fa624f90f4de45702a8340c699520c827e81a532813", kill_on_drop: false }` [INFO] [stdout] 934e24605d496a35f9321fa624f90f4de45702a8340c699520c827e81a532813 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c714503c6e9099edb0a317d5da945a8ac7501a6784ae7e0884dcdebdb0d9e154 [INFO] running `Command { std: "docker" "start" "-a" "c714503c6e9099edb0a317d5da945a8ac7501a6784ae7e0884dcdebdb0d9e154", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day12-849eb986500995ad) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c714503c6e9099edb0a317d5da945a8ac7501a6784ae7e0884dcdebdb0d9e154", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c714503c6e9099edb0a317d5da945a8ac7501a6784ae7e0884dcdebdb0d9e154", kill_on_drop: false }` [INFO] [stdout] c714503c6e9099edb0a317d5da945a8ac7501a6784ae7e0884dcdebdb0d9e154