[INFO] cloning repository https://github.com/bryanlammon/supra [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bryanlammon/supra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanlammon%2Fsupra", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanlammon%2Fsupra'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd84430213a0d17b0da186dbf08aae53177bceda [INFO] testing bryanlammon/supra 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%2Fbryanlammon%2Fsupra" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bryanlammon/supra 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/bryanlammon/supra [INFO] finished tweaking git repo https://github.com/bryanlammon/supra [INFO] tweaked toml for git repo https://github.com/bryanlammon/supra written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/bryanlammon/supra 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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slog-term v2.9.0 [INFO] [stderr] Downloaded pandoc v0.8.10 [INFO] [stderr] Downloaded arc-swap v1.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] e9c95f9da033573afb177a3b11a6ad0ccb6eb0a76f1cade837f96fd9edb3c4e7 [INFO] running `Command { std: "docker" "start" "-a" "e9c95f9da033573afb177a3b11a6ad0ccb6eb0a76f1cade837f96fd9edb3c4e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9c95f9da033573afb177a3b11a6ad0ccb6eb0a76f1cade837f96fd9edb3c4e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9c95f9da033573afb177a3b11a6ad0ccb6eb0a76f1cade837f96fd9edb3c4e7", kill_on_drop: false }` [INFO] [stdout] e9c95f9da033573afb177a3b11a6ad0ccb6eb0a76f1cade837f96fd9edb3c4e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 502773da3b215c541591d29a8a268bc372092e61f3a8d0203496a5c1b2d01924 [INFO] running `Command { std: "docker" "start" "-a" "502773da3b215c541591d29a8a268bc372092e61f3a8d0203496a5c1b2d01924", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling base64ct v1.0.1 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling password-hash v0.4.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling os_str_bytes v6.5.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling hashbrown v0.14.1 [INFO] [stderr] Compiling slog-async v2.8.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling unsafe-libyaml v0.2.9 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arc-swap v1.4.0 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling pandoc v0.8.10 [INFO] [stderr] Compiling aes v0.8.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling time v0.3.14 [INFO] [stderr] Compiling sha2 v0.10.5 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha1 v0.10.4 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling phf_macros v0.11.1 [INFO] [stderr] Compiling phf v0.11.1 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling serde_yaml v0.9.25 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling slog-json v2.6.1 [INFO] [stderr] Compiling supra v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.84s [INFO] running `Command { std: "docker" "inspect" "502773da3b215c541591d29a8a268bc372092e61f3a8d0203496a5c1b2d01924", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "502773da3b215c541591d29a8a268bc372092e61f3a8d0203496a5c1b2d01924", kill_on_drop: false }` [INFO] [stdout] 502773da3b215c541591d29a8a268bc372092e61f3a8d0203496a5c1b2d01924 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d30f9118cd416e00f413109aa85b44369176ffaccc0afc08c035b2eef8d5ee6a [INFO] running `Command { std: "docker" "start" "-a" "d30f9118cd416e00f413109aa85b44369176ffaccc0afc08c035b2eef8d5ee6a", kill_on_drop: false }` [INFO] [stderr] Compiling supra v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `supra` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name supra --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc0d71865425acc9 -C extra-filename=-cc0d71865425acc9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-96fe21606cfb7a10.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-6f19443f080de4d9.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-8c0bb59ebbb3df6c.rlib --extern pandoc=/opt/rustwide/target/debug/deps/libpandoc-f87fa7e9ef1287c8.rlib --extern phf=/opt/rustwide/target/debug/deps/libphf-e82486b1dc94976d.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-6c99f205865b551e.rlib --extern ron=/opt/rustwide/target/debug/deps/libron-fa346fdc52094b55.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-45fa353a4693d0f3.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-030061e101e206fe.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-9b24e4569dcb283e.rlib --extern slog=/opt/rustwide/target/debug/deps/libslog-0a551492d2f89e61.rlib --extern slog_async=/opt/rustwide/target/debug/deps/libslog_async-c328c21250f36ffc.rlib --extern slog_json=/opt/rustwide/target/debug/deps/libslog_json-85bd606c5f813dbb.rlib --extern slog_scope=/opt/rustwide/target/debug/deps/libslog_scope-7622d5e17dd5a557.rlib --extern slog_term=/opt/rustwide/target/debug/deps/libslog_term-bc9c4d859f53370c.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-31572c829d0acd76.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/bzip2-sys-f5c31f3070d67076/out/lib -L native=/opt/rustwide/target/debug/build/zstd-sys-98b8dc97b7303193/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "d30f9118cd416e00f413109aa85b44369176ffaccc0afc08c035b2eef8d5ee6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d30f9118cd416e00f413109aa85b44369176ffaccc0afc08c035b2eef8d5ee6a", kill_on_drop: false }` [INFO] [stdout] d30f9118cd416e00f413109aa85b44369176ffaccc0afc08c035b2eef8d5ee6a