[INFO] cloning repository https://github.com/nicflores/des-enc-and-dec
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicflores/des-enc-and-dec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicflores%2Fdes-enc-and-dec", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicflores%2Fdes-enc-and-dec'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 095e1b74e9c17a321a9db326d8324a937bba3034
[INFO] testing nicflores/des-enc-and-dec against 1.80.0 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicflores%2Fdes-enc-and-dec" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/nicflores/des-enc-and-dec on toolchain 1.80.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/nicflores/des-enc-and-dec
[INFO] finished tweaking git repo https://github.com/nicflores/des-enc-and-dec
[INFO] tweaked toml for git repo https://github.com/nicflores/des-enc-and-dec written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/nicflores/des-enc-and-dec 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.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded block-modes v0.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1c9223d45a7345970de98e15ecd3c3e8dd3f6554b5cc46919a9f38ca057f0b86
[INFO] running `Command { std: "docker" "start" "-a" "1c9223d45a7345970de98e15ecd3c3e8dd3f6554b5cc46919a9f38ca057f0b86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9223d45a7345970de98e15ecd3c3e8dd3f6554b5cc46919a9f38ca057f0b86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c9223d45a7345970de98e15ecd3c3e8dd3f6554b5cc46919a9f38ca057f0b86", kill_on_drop: false }`
[INFO] [stdout] 1c9223d45a7345970de98e15ecd3c3e8dd3f6554b5cc46919a9f38ca057f0b86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54085ae7130d94a30f24cc244201e3ad9add4de79959298a800062bb2f65f176
[INFO] running `Command { std: "docker" "start" "-a" "54085ae7130d94a30f24cc244201e3ad9add4de79959298a800062bb2f65f176", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling block-modes v0.9.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling des v0.8.1
[INFO] [stderr]    Compiling des-encryption v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] running `Command { std: "docker" "inspect" "54085ae7130d94a30f24cc244201e3ad9add4de79959298a800062bb2f65f176", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54085ae7130d94a30f24cc244201e3ad9add4de79959298a800062bb2f65f176", kill_on_drop: false }`
[INFO] [stdout] 54085ae7130d94a30f24cc244201e3ad9add4de79959298a800062bb2f65f176
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 767447372db3f31d9cf77398db856d2d824944f0dbd19a0fb101f3a677d30b6c
[INFO] running `Command { std: "docker" "start" "-a" "767447372db3f31d9cf77398db856d2d824944f0dbd19a0fb101f3a677d30b6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling des-encryption v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "767447372db3f31d9cf77398db856d2d824944f0dbd19a0fb101f3a677d30b6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "767447372db3f31d9cf77398db856d2d824944f0dbd19a0fb101f3a677d30b6c", kill_on_drop: false }`
[INFO] [stdout] 767447372db3f31d9cf77398db856d2d824944f0dbd19a0fb101f3a677d30b6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c
[INFO] running `Command { std: "docker" "start" "-a" "37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c", kill_on_drop: false }`
[INFO] [stderr] time="2024-08-02T18:17:51Z" level=error msg="error waiting for container: "
[INFO] [stderr] Error response from daemon: failed to create task for container: failed to start shim: mkdir /var/lib/containerd/io.containerd.runtime.v2.task/moby/37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c: no space left on device: unknown
[INFO] running `Command { std: "docker" "inspect" "37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c", kill_on_drop: false }`
[INFO] [stdout] 37fe5c6fcab8ee634a45532c66203c43e65795d2c0d002de3b5c2e4f0bed4f6c
[INFO] testing nicflores/des-enc-and-dec against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicflores%2Fdes-enc-and-dec" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/nicflores/des-enc-and-dec on toolchain beta-2024-07-26
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/nicflores/des-enc-and-dec
[INFO] finished tweaking git repo https://github.com/nicflores/des-enc-and-dec
[INFO] tweaked toml for git repo https://github.com/nicflores/des-enc-and-dec written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/nicflores/des-enc-and-dec 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-2024-07-26" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 321c9b676ff897035577aaf3fecade47dcac830c1a6e3f619b72a31ea2d22539
[INFO] running `Command { std: "docker" "start" "-a" "321c9b676ff897035577aaf3fecade47dcac830c1a6e3f619b72a31ea2d22539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "321c9b676ff897035577aaf3fecade47dcac830c1a6e3f619b72a31ea2d22539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "321c9b676ff897035577aaf3fecade47dcac830c1a6e3f619b72a31ea2d22539", kill_on_drop: false }`
[INFO] [stdout] 321c9b676ff897035577aaf3fecade47dcac830c1a6e3f619b72a31ea2d22539
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52c4bdd7b908a8867805aaa1773eb9ee6adb45b39d0f54db1333ac504b717f8e
[INFO] running `Command { std: "docker" "start" "-a" "52c4bdd7b908a8867805aaa1773eb9ee6adb45b39d0f54db1333ac504b717f8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling block-modes v0.9.1
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaWsT3CD"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `version_check` (lib)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hex` (lib) due to 1 previous error
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `typenum` (build script)
[INFO] running `Command { std: "docker" "inspect" "52c4bdd7b908a8867805aaa1773eb9ee6adb45b39d0f54db1333ac504b717f8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52c4bdd7b908a8867805aaa1773eb9ee6adb45b39d0f54db1333ac504b717f8e", kill_on_drop: false }`
[INFO] [stdout] 52c4bdd7b908a8867805aaa1773eb9ee6adb45b39d0f54db1333ac504b717f8e