[INFO] cloning repository https://github.com/tonygoold/AdventOfCode2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tonygoold/AdventOfCode2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonygoold%2FAdventOfCode2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonygoold%2FAdventOfCode2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 17e54c1e44411f57adb7118f4826bf3107008d81 [INFO] testing tonygoold/AdventOfCode2020 against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonygoold%2FAdventOfCode2020" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tonygoold/AdventOfCode2020 on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tonygoold/AdventOfCode2020 [INFO] finished tweaking git repo https://github.com/tonygoold/AdventOfCode2020 [INFO] tweaked toml for git repo https://github.com/tonygoold/AdventOfCode2020 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tonygoold/AdventOfCode2020 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82f8378bb9b8f4aa64fd63944f69bde604e300ad372986aa18e57b5c3153b7e4 [INFO] running `Command { std: "docker" "start" "-a" "82f8378bb9b8f4aa64fd63944f69bde604e300ad372986aa18e57b5c3153b7e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82f8378bb9b8f4aa64fd63944f69bde604e300ad372986aa18e57b5c3153b7e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82f8378bb9b8f4aa64fd63944f69bde604e300ad372986aa18e57b5c3153b7e4", kill_on_drop: false }` [INFO] [stdout] 82f8378bb9b8f4aa64fd63944f69bde604e300ad372986aa18e57b5c3153b7e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec273795f7cadd8fbc7ef206cbe296a3370539b6658041126a15f51909402b18 [INFO] running `Command { std: "docker" "start" "-a" "ec273795f7cadd8fbc7ef206cbe296a3370539b6658041126a15f51909402b18", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `a` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `a` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `b` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `b` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `a` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `a` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `b` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `b` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)` has the same output filename as the bin target `a` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)` has the same output filename as the bin target `a` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)` has the same output filename as the bin target `b` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)` has the same output filename as the bin target `b` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)` has the same output filename as the bin target `a` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)` has the same output filename as the bin target `a` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)` has the same output filename as the bin target `b` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)` has the same output filename as the bin target `b` in package `day04 v0.1.0 (/opt/rustwide/workdir/day04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)` has the same output filename as the bin target `a` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)` has the same output filename as the bin target `a` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)` has the same output filename as the bin target `b` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)` has the same output filename as the bin target `b` in package `day05 v0.1.0 (/opt/rustwide/workdir/day05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)` has the same output filename as the bin target `a` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)` has the same output filename as the bin target `a` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)` has the same output filename as the bin target `b` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)` has the same output filename as the bin target `b` in package `day06 v0.1.0 (/opt/rustwide/workdir/day06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)` has the same output filename as the bin target `a` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)` has the same output filename as the bin target `a` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)` has the same output filename as the bin target `b` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)` has the same output filename as the bin target `b` in package `day07 v0.1.0 (/opt/rustwide/workdir/day07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)` has the same output filename as the bin target `a` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)` has the same output filename as the bin target `a` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)` has the same output filename as the bin target `b` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)` has the same output filename as the bin target `b` in package `day08 v0.1.0 (/opt/rustwide/workdir/day08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)` has the same output filename as the bin target `a` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)` has the same output filename as the bin target `a` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)` has the same output filename as the bin target `b` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)` has the same output filename as the bin target `b` in package `day09 v0.1.0 (/opt/rustwide/workdir/day09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)` has the same output filename as the bin target `a` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)` has the same output filename as the bin target `a` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)` has the same output filename as the bin target `b` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)` has the same output filename as the bin target `b` in package `day10 v0.1.0 (/opt/rustwide/workdir/day10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)` has the same output filename as the bin target `a` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)` has the same output filename as the bin target `a` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)` has the same output filename as the bin target `b` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)` has the same output filename as the bin target `b` in package `day11 v0.1.0 (/opt/rustwide/workdir/day11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)` has the same output filename as the bin target `a` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)` has the same output filename as the bin target `a` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)` has the same output filename as the bin target `b` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)` has the same output filename as the bin target `b` in package `day12 v0.1.0 (/opt/rustwide/workdir/day12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day14 v0.1.0 (/opt/rustwide/workdir/day14)` has the same output filename as the bin target `a` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `a` in package `day14 v0.1.0 (/opt/rustwide/workdir/day14)` has the same output filename as the bin target `a` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/a.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day14 v0.1.0 (/opt/rustwide/workdir/day14)` has the same output filename as the bin target `b` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `b` in package `day14 v0.1.0 (/opt/rustwide/workdir/day14)` has the same output filename as the bin target `b` in package `day13 v0.1.0 (/opt/rustwide/workdir/day13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/b.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ahash v0.2.19 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling rand_isaac v0.2.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09) [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10) [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03) [INFO] [stderr] Compiling graphlib v0.6.2 [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01) [INFO] [stderr] Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13) [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04) [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08) [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> day08/src/bin/b.rs:48:53 [INFO] [stdout] | [INFO] [stdout] 47 | impl<'a> Computer<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 48 | fn new(instructions: &'a mut Vec) -> Computer { [INFO] [stdout] | ^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMaNB02/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/b-0a179217f89301c9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcwHVLaf/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/a-061fde7d613c80c0" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc1FiGxV/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libgraphlib-14c3d97c8e1a140d.rlib,libhex-59c6bbcd93aec53d.rlib,librand_isaac-167581ed823f3a21.rlib,librand-650ca21231344435.rlib,librand_chacha-94d5714c8ed685ac.rlib,libppv_lite86-94cdac7a35b0145f.rlib,librand_core-68f8d31c03426e40.rlib,libhashbrown-cb96214468db64c1.rlib,libahash-11ee5cb09dc2d73c.rlib,libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/b-b8a446029debe86e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcGIt9K6/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/b-d77b2b2cf2df8427" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day08` (bin "b") due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `day02` (bin "a") due to 1 previous error [INFO] [stderr] error: could not compile `day14` (bin "b") due to 1 previous error [INFO] [stderr] error: could not compile `day07` (bin "b") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc2PSZoH/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/b-03c40de8b4dd8609" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day02` (bin "b") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc0c2ISb/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libgraphlib-14c3d97c8e1a140d.rlib,libhex-59c6bbcd93aec53d.rlib,librand_isaac-167581ed823f3a21.rlib,librand-650ca21231344435.rlib,librand_chacha-94d5714c8ed685ac.rlib,libppv_lite86-94cdac7a35b0145f.rlib,librand_core-68f8d31c03426e40.rlib,libhashbrown-cb96214468db64c1.rlib,libahash-11ee5cb09dc2d73c.rlib,libregex-6aac71409c45b15d.rlib,libthread_local-3d21967d181ccd18.rlib,liblazy_static-af860367908b8176.rlib,libregex_syntax-cc12790e8ab9f88c.rlib,libaho_corasick-1f8b0aaef49fa871.rlib,libmemchr-118dcc53f8161a3e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/a-7e8ada694350baec" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day07` (bin "a") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ec273795f7cadd8fbc7ef206cbe296a3370539b6658041126a15f51909402b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec273795f7cadd8fbc7ef206cbe296a3370539b6658041126a15f51909402b18", kill_on_drop: false }` [INFO] [stdout] ec273795f7cadd8fbc7ef206cbe296a3370539b6658041126a15f51909402b18