[INFO] cloning repository https://github.com/H2CO3/rustbp_avocado [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/H2CO3/rustbp_avocado" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FH2CO3%2Frustbp_avocado", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FH2CO3%2Frustbp_avocado'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a396ab92281545a85cda4fabf8c53b3a9df60850 [INFO] testing H2CO3/rustbp_avocado/a396ab92281545a85cda4fabf8c53b3a9df60850 against beta-2024-10-19 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FH2CO3%2Frustbp_avocado" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/H2CO3/rustbp_avocado on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/H2CO3/rustbp_avocado [INFO] finished tweaking git repo https://github.com/H2CO3/rustbp_avocado [INFO] tweaked toml for git repo https://github.com/H2CO3/rustbp_avocado written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/H2CO3/rustbp_avocado 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-10-19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86aada0141c2b8ccc5d5b94fb3b0c40fece2e5c25ea443622b55e17d874dff15 [INFO] running `Command { std: "docker" "start" "-a" "86aada0141c2b8ccc5d5b94fb3b0c40fece2e5c25ea443622b55e17d874dff15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86aada0141c2b8ccc5d5b94fb3b0c40fece2e5c25ea443622b55e17d874dff15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86aada0141c2b8ccc5d5b94fb3b0c40fece2e5c25ea443622b55e17d874dff15", kill_on_drop: false }` [INFO] [stdout] 86aada0141c2b8ccc5d5b94fb3b0c40fece2e5c25ea443622b55e17d874dff15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8cb69607a5662cd039150f504ed2f37f0fc901cd6c1d2c6c4891708eab73dbba [INFO] running `Command { std: "docker" "start" "-a" "8cb69607a5662cd039150f504ed2f37f0fc901cd6c1d2c6c4891708eab73dbba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling cc v1.0.31 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crypto-mac v0.6.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling try_from v0.2.2 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling hmac v0.6.3 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling pbkdf2 v0.2.3 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling md-5 v0.7.0 [INFO] [stderr] Compiling bson v0.13.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling scan_fmt v0.1.3 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling separator v0.3.1 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling magnet_schema v0.8.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling magnet_derive v0.8.0 [INFO] [stderr] Compiling avocado_derive v0.3.3 [INFO] [stderr] Compiling textnonce v0.6.4 [INFO] [stderr] Compiling mongodb v0.3.12 [INFO] [stderr] Compiling avocado v0.3.3 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `mongodb` (lib) [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/beta-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name mongodb --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mongodb-0.3.12/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default", "lint", "openssl", "ssl"))' -C metadata=14ac7605b747dd31 -C extra-filename=-14ac7605b747dd31 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-d56b2f80851a96cb.rmeta --extern bson=/opt/rustwide/target/debug/deps/libbson-f33009786d7d1c63.rmeta --extern bufstream=/opt/rustwide/target/debug/deps/libbufstream-c7505f6e9aa7412b.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-a7aaa9f017183f86.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ff1fa5cdeb5c7a2c.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-dfafc2b96ea335a3.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-df42b37b2bcdb346.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-4e09b64affa41df4.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-ae484c9e94a6b90b.rmeta --extern pbkdf2=/opt/rustwide/target/debug/deps/libpbkdf2-98b9faa23a3f8664.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-536765a33582988e.rmeta --extern scan_fmt=/opt/rustwide/target/debug/deps/libscan_fmt-6d547fff08b085d1.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-3a2ab983b41a0a32.rmeta --extern separator=/opt/rustwide/target/debug/deps/libseparator-cda6b53c6ed8eaed.rmeta --extern sha1=/opt/rustwide/target/debug/deps/libsha1-485231285bea146f.rmeta --extern textnonce=/opt/rustwide/target/debug/deps/libtextnonce-f552146fc0586f25.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-4c0d4e22dfb22b71.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "8cb69607a5662cd039150f504ed2f37f0fc901cd6c1d2c6c4891708eab73dbba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cb69607a5662cd039150f504ed2f37f0fc901cd6c1d2c6c4891708eab73dbba", kill_on_drop: false }` [INFO] [stdout] 8cb69607a5662cd039150f504ed2f37f0fc901cd6c1d2c6c4891708eab73dbba