[INFO] cloning repository https://github.com/luryus/aoc-2020-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luryus/aoc-2020-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluryus%2Faoc-2020-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluryus%2Faoc-2020-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e3090d1c6bd0b7692bbabc3a124f3c2138944aef [INFO] testing luryus/aoc-2020-rust against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluryus%2Faoc-2020-rust" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/luryus/aoc-2020-rust on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/luryus/aoc-2020-rust [INFO] finished tweaking git repo https://github.com/luryus/aoc-2020-rust [INFO] tweaked toml for git repo https://github.com/luryus/aoc-2020-rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/luryus/aoc-2020-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cc9d6f89d794e38821190f3d7da7ea938fa5be6f5a962e191b4f120856654e4 [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" "0cc9d6f89d794e38821190f3d7da7ea938fa5be6f5a962e191b4f120856654e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cc9d6f89d794e38821190f3d7da7ea938fa5be6f5a962e191b4f120856654e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc9d6f89d794e38821190f3d7da7ea938fa5be6f5a962e191b4f120856654e4", kill_on_drop: false }` [INFO] [stdout] 0cc9d6f89d794e38821190f3d7da7ea938fa5be6f5a962e191b4f120856654e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4adbb87ea774bd4465e85977a99c88fd267dcbae8969e4910759aa19121efe3 [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" "c4adbb87ea774bd4465e85977a99c88fd267dcbae8969e4910759aa19121efe3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling pcre2-sys v0.2.5 [INFO] [stderr] Compiling pcre2 v0.2.3 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 20 --edition=2018 src/bin/20.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f13659b4a0adb1c4 -C extra-filename=-f13659b4a0adb1c4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-e4b2b62e2750a370.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-d3167d785c023833.rlib --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-a215463599a1afbd.rlib --extern pcre2=/opt/rustwide/target/debug/deps/libpcre2-cb7bedc9af74a9c0.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu` (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" "c4adbb87ea774bd4465e85977a99c88fd267dcbae8969e4910759aa19121efe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4adbb87ea774bd4465e85977a99c88fd267dcbae8969e4910759aa19121efe3", kill_on_drop: false }` [INFO] [stdout] c4adbb87ea774bd4465e85977a99c88fd267dcbae8969e4910759aa19121efe3