[INFO] cloning repository https://github.com/wackywendell/adventofcode2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wackywendell/adventofcode2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwackywendell%2Fadventofcode2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwackywendell%2Fadventofcode2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c84cd52f2d5b4cb6369c9bb73415843009752d0c [INFO] testing wackywendell/adventofcode2018 against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwackywendell%2Fadventofcode2018" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wackywendell/adventofcode2018 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wackywendell/adventofcode2018 [INFO] finished tweaking git repo https://github.com/wackywendell/adventofcode2018 [INFO] tweaked toml for git repo https://github.com/wackywendell/adventofcode2018 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/wackywendell/adventofcode2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom v5.1.0 [INFO] [stderr] Downloaded primes v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a724e36cc08b03533dbc0450f0282895613f97728477f07ced8b65e81c95b14d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a724e36cc08b03533dbc0450f0282895613f97728477f07ced8b65e81c95b14d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a724e36cc08b03533dbc0450f0282895613f97728477f07ced8b65e81c95b14d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a724e36cc08b03533dbc0450f0282895613f97728477f07ced8b65e81c95b14d", kill_on_drop: false }` [INFO] [stdout] a724e36cc08b03533dbc0450f0282895613f97728477f07ced8b65e81c95b14d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00914167b51735db0ff46300060872945fb7bd66dfee00d6568947065f7c123e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "00914167b51735db0ff46300060872945fb7bd66dfee00d6568947065f7c123e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling primes v0.2.4 [INFO] [stderr] Compiling text_io v0.1.7 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling test-env-log v0.2.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `aoc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day2 --edition=2018 src/day2/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e5c2ddcd330c6882 -C extra-filename=-e5c2ddcd330c6882 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc=/opt/rustwide/target/debug/deps/libaoc-da8eab36cf1adad3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-72e1d87b26dab279.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-9407c0a06d632686.rlib --extern combine=/opt/rustwide/target/debug/deps/libcombine-3742cdb821715dfe.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-0fd80222fc9bbf7e.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-f44cdfb3d87e07cd.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-a34d9940ea08aa28.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-16806d2907ecf26d.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-2049fc5b15d432c7.rlib --extern nom5=/opt/rustwide/target/debug/deps/libnom-539ac5f58a37c709.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-88a0ca158de7f441.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-f78ddc550b86007d.rlib --extern test_env_log=/opt/rustwide/target/debug/deps/libtest_env_log-65b5dc34b9ca72cc.so --extern text_io=/opt/rustwide/target/debug/deps/libtext_io-1adaa5c6413ed70b.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-3bd34d1f44b5124d/out` (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" "00914167b51735db0ff46300060872945fb7bd66dfee00d6568947065f7c123e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00914167b51735db0ff46300060872945fb7bd66dfee00d6568947065f7c123e", kill_on_drop: false }` [INFO] [stdout] 00914167b51735db0ff46300060872945fb7bd66dfee00d6568947065f7c123e