[INFO] cloning repository https://github.com/move-z/adventofcode2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/move-z/adventofcode2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c9116f21648a1a6990256d1e8dbcdace77a5550f [INFO] testing move-z/adventofcode2018 against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmove-z%2Fadventofcode2018" "/workspace/builds/worker-102/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-102/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/move-z/adventofcode2018 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/move-z/adventofcode2018 [INFO] finished tweaking git repo https://github.com/move-z/adventofcode2018 [INFO] tweaked toml for git repo https://github.com/move-z/adventofcode2018 written to /workspace/builds/worker-102/source/Cargo.toml [INFO] crate git repo https://github.com/move-z/adventofcode2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cde06cae83bda951a237fc916630871c8b027ac82ccad91df79acdbdcb4e887d [INFO] running `Command { std: "docker" "start" "-a" "cde06cae83bda951a237fc916630871c8b027ac82ccad91df79acdbdcb4e887d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cde06cae83bda951a237fc916630871c8b027ac82ccad91df79acdbdcb4e887d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde06cae83bda951a237fc916630871c8b027ac82ccad91df79acdbdcb4e887d", kill_on_drop: false }` [INFO] [stdout] cde06cae83bda951a237fc916630871c8b027ac82ccad91df79acdbdcb4e887d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40c355838a7c17f07838d1462c1d0af166fc9de11feec2c5582c635c103a2ad3 [INFO] running `Command { std: "docker" "start" "-a" "40c355838a7c17f07838d1462c1d0af166fc9de11feec2c5582c635c103a2ad3", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling adventofcode2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `adventofcode2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day16 --edition=2018 src/bin/day16.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a925c9d994aff93f -C extra-filename=-a925c9d994aff93f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adventofcode2018=/opt/rustwide/target/debug/deps/libadventofcode2018-7c310bfab1234ff1.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-b3d28e43ad77a688.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-78eca0dc9fe0cbfa.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-1936052a8d16f394.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "40c355838a7c17f07838d1462c1d0af166fc9de11feec2c5582c635c103a2ad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40c355838a7c17f07838d1462c1d0af166fc9de11feec2c5582c635c103a2ad3", kill_on_drop: false }` [INFO] [stdout] 40c355838a7c17f07838d1462c1d0af166fc9de11feec2c5582c635c103a2ad3