[INFO] cloning repository https://github.com/maja-id/letsencrypt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maja-id/letsencrypt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaja-id%2Fletsencrypt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaja-id%2Fletsencrypt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c0c75f135079e5d11935a124f651e508e80c0ff [INFO] checking maja-id/letsencrypt against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaja-id%2Fletsencrypt" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maja-id/letsencrypt on toolchain 6619027b13a87a3597115f2c8231f107bf3a7a5f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6619027b13a87a3597115f2c8231f107bf3a7a5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maja-id/letsencrypt [INFO] finished tweaking git repo https://github.com/maja-id/letsencrypt [INFO] tweaked toml for git repo https://github.com/maja-id/letsencrypt written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/maja-id/letsencrypt 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" "+6619027b13a87a3597115f2c8231f107bf3a7a5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6619027b13a87a3597115f2c8231f107bf3a7a5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a78d523cd7a22e5935b528c17760bf138b50622112c55ad5f01489295515e30 [INFO] running `Command { std: "docker" "start" "-a" "3a78d523cd7a22e5935b528c17760bf138b50622112c55ad5f01489295515e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a78d523cd7a22e5935b528c17760bf138b50622112c55ad5f01489295515e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a78d523cd7a22e5935b528c17760bf138b50622112c55ad5f01489295515e30", kill_on_drop: false }` [INFO] [stdout] 3a78d523cd7a22e5935b528c17760bf138b50622112c55ad5f01489295515e30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6619027b13a87a3597115f2c8231f107bf3a7a5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5fc86d140f4be1f5d7f9f20dcabcb2b3a2b0da1cb5d0dde08ded4d403da26fc [INFO] running `Command { std: "docker" "start" "-a" "b5fc86d140f4be1f5d7f9f20dcabcb2b3a2b0da1cb5d0dde08ded4d403da26fc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling aws-lc-rs v1.8.1 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking mirai-annotations v1.12.0 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling oid-registry v0.7.0 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking winnow v0.6.18 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking async-executor v1.13.0 [INFO] [stderr] Checking webpki-roots v0.26.3 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Checking indexmap v2.4.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Checking pem v3.0.4 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling macro_rules_attribute-proc_macro v0.2.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking macro_rules_attribute v0.2.0 [INFO] [stderr] Compiling aws-lc-sys v0.20.1 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling serde_derive v1.0.208 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Checking clap v3.2.25 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Checking asn1-rs v0.6.2 [INFO] [stderr] Checking der-parser v9.0.0 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Checking x509-parser v0.16.0 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libpest-cb3a7a60b5df980d.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pest` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (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/6619027b13a87a3597115f2c8231f107bf3a7a5f/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.208/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=9f0a04cbc9a925f3 -C extra-filename=-af2e5b6dce99f521 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-671e2dffb1a4640b.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6a3467902d9fc333.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-48c283605920a4e2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWkaRoU/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaxqsumY/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pest_meta` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b5fc86d140f4be1f5d7f9f20dcabcb2b3a2b0da1cb5d0dde08ded4d403da26fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5fc86d140f4be1f5d7f9f20dcabcb2b3a2b0da1cb5d0dde08ded4d403da26fc", kill_on_drop: false }` [INFO] [stdout] b5fc86d140f4be1f5d7f9f20dcabcb2b3a2b0da1cb5d0dde08ded4d403da26fc