[INFO] cloning repository https://github.com/donedgardo/advent_of_code_rusty_2022_ed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/donedgardo/advent_of_code_rusty_2022_ed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdonedgardo%2Fadvent_of_code_rusty_2022_ed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdonedgardo%2Fadvent_of_code_rusty_2022_ed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b93d3c43b88828a96d04edef0c97be4c29bd3262 [INFO] testing donedgardo/advent_of_code_rusty_2022_ed against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdonedgardo%2Fadvent_of_code_rusty_2022_ed" "/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/donedgardo/advent_of_code_rusty_2022_ed on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/donedgardo/advent_of_code_rusty_2022_ed [INFO] finished tweaking git repo https://github.com/donedgardo/advent_of_code_rusty_2022_ed [INFO] tweaked toml for git repo https://github.com/donedgardo/advent_of_code_rusty_2022_ed written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/donedgardo/advent_of_code_rusty_2022_ed 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.83.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fc75b390412f0b7fe46bf17aa00885bcb0631cc0d872e06b4c5857a2bba86c8 [INFO] running `Command { std: "docker" "start" "-a" "7fc75b390412f0b7fe46bf17aa00885bcb0631cc0d872e06b4c5857a2bba86c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fc75b390412f0b7fe46bf17aa00885bcb0631cc0d872e06b4c5857a2bba86c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fc75b390412f0b7fe46bf17aa00885bcb0631cc0d872e06b4c5857a2bba86c8", kill_on_drop: false }` [INFO] [stdout] 7fc75b390412f0b7fe46bf17aa00885bcb0631cc0d872e06b4c5857a2bba86c8 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ef671823ecada72dea2067392fe2986e3bcfb22856ace0ef599cbc512992c93 [INFO] running `Command { std: "docker" "start" "-a" "8ef671823ecada72dea2067392fe2986e3bcfb22856ace0ef599cbc512992c93", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling advent_of_code_rusty_2022_ed v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | cli.add_directory(args[1].clone()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | cli.add_file(args[1].clone(), args[0].clone().parse::().unwrap()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | cli.add_file(args[1].clone(), args[0].clone().parse::().unwrap()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent_of_code_rusty_2022_ed` (lib); 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name advent_of_code_rusty_2022_ed --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09494a29d9c761df -C extra-filename=-09494a29d9c761df --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3a95f5d3813ff581.rmeta --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "8ef671823ecada72dea2067392fe2986e3bcfb22856ace0ef599cbc512992c93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ef671823ecada72dea2067392fe2986e3bcfb22856ace0ef599cbc512992c93", kill_on_drop: false }` [INFO] [stdout] 8ef671823ecada72dea2067392fe2986e3bcfb22856ace0ef599cbc512992c93