[INFO] cloning repository https://github.com/boxbeam/auto_validate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boxbeam/auto_validate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxbeam%2Fauto_validate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxbeam%2Fauto_validate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4e1a27064fc6ec5f590ffd667fb720c8504f080 [INFO] testing boxbeam/auto_validate against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxbeam%2Fauto_validate" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/boxbeam/auto_validate on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/boxbeam/auto_validate [INFO] finished tweaking git repo https://github.com/boxbeam/auto_validate [INFO] tweaked toml for git repo https://github.com/boxbeam/auto_validate written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/boxbeam/auto_validate 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b069c579235d584d7bc2e08c89d968dd9ddbf8b6cf5e2c640ca678d5d7389dd3 [INFO] running `Command { std: "docker" "start" "-a" "b069c579235d584d7bc2e08c89d968dd9ddbf8b6cf5e2c640ca678d5d7389dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b069c579235d584d7bc2e08c89d968dd9ddbf8b6cf5e2c640ca678d5d7389dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b069c579235d584d7bc2e08c89d968dd9ddbf8b6cf5e2c640ca678d5d7389dd3", kill_on_drop: false }` [INFO] [stdout] b069c579235d584d7bc2e08c89d968dd9ddbf8b6cf5e2c640ca678d5d7389dd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a5ceb06173757d52ad715d842ede0cdf9c8d46bceb680e370ee7a538ed6ff55 [INFO] running `Command { std: "docker" "start" "-a" "8a5ceb06173757d52ad715d842ede0cdf9c8d46bceb680e370ee7a538ed6ff55", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling validator_types v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling auto_validate_macro v0.1.0 (/opt/rustwide/workdir/auto_validate_macro) [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling validator_derive v0.16.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `validator_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/17092ad00ed8fe1e7f81a7e38238ff70779034b1/bin/rustc --crate-name validator_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.16.0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("card", "phone", "unic"))' -C metadata=c0eb3e8349bb6197 -C extra-filename=-addc5dcf70d86214 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern if_chain=/opt/rustwide/target/debug/deps/libif_chain-fca09ae5906c21c3.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2bb390fee0230a38.rlib --extern proc_macro_error=/opt/rustwide/target/debug/deps/libproc_macro_error-21fa2f917a51d50d.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f85d41bda43c41c1.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-34c03e7f7b0b2442.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-b4ab510a70664da6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d71d100ec11c06a5.rlib --extern validator_types=/opt/rustwide/target/debug/deps/libvalidator_types-9fa47f857e60bd0b.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "8a5ceb06173757d52ad715d842ede0cdf9c8d46bceb680e370ee7a538ed6ff55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a5ceb06173757d52ad715d842ede0cdf9c8d46bceb680e370ee7a538ed6ff55", kill_on_drop: false }` [INFO] [stdout] 8a5ceb06173757d52ad715d842ede0cdf9c8d46bceb680e370ee7a538ed6ff55