[INFO] cloning repository https://github.com/xsoer/rust-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xsoer/rust-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxsoer%2Frust-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxsoer%2Frust-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfc231c472eb7c392b91dca324cee79819cd3a7a [INFO] checking xsoer/rust-examples against master#542febd2d383b5082277c7d165b098c0a3b513f6 for pr-103293 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxsoer%2Frust-examples" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xsoer/rust-examples on toolchain 542febd2d383b5082277c7d165b098c0a3b513f6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xsoer/rust-examples [INFO] finished tweaking git repo https://github.com/xsoer/rust-examples [INFO] tweaked toml for git repo https://github.com/xsoer/rust-examples written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rdkafka v0.24.0 [INFO] [stderr] Downloaded rdkafka-sys v2.1.0+1.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fe92bd5dbb21cc99510ec889db519423fc16a174f51e5ec51e95b796da684c7 [INFO] running `Command { std: "docker" "start" "-a" "4fe92bd5dbb21cc99510ec889db519423fc16a174f51e5ec51e95b796da684c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fe92bd5dbb21cc99510ec889db519423fc16a174f51e5ec51e95b796da684c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fe92bd5dbb21cc99510ec889db519423fc16a174f51e5ec51e95b796da684c7", kill_on_drop: false }` [INFO] [stdout] 4fe92bd5dbb21cc99510ec889db519423fc16a174f51e5ec51e95b796da684c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62c93ac7efe28a236c860a09961fc317a8002d9c410edb1b4df33416cd149d1a [INFO] running `Command { std: "docker" "start" "-a" "62c93ac7efe28a236c860a09961fc317a8002d9c410edb1b4df33416cd149d1a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking futures-io v0.3.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/crossbeam-utils-0bad4ffabe602350/invoked.timestamp` [INFO] [stderr] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/syn-1d4357b7f462206e/rmeta3WynXr" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/unicode-ident-4f26ae5bfa30ad8f/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/futures-core-856d314d068b78c2/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/pin-project-lite-194da388bfcdfa6d/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/futures-io-318e5d0bb2a2281f/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/proc-macro2-63fd5b3d3c851f6d/rmetax2OJf2" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/log-df889a418b8e6e4f/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/version_check-bf6ae18cbaff31d1/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/serde_derive-ddb947bb0d63c263/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/cfg-if-88879d2dc0fa106c/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `syn` due to previous error [INFO] [stderr] error: could not compile `proc-macro2` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/libc-975672c9fb518e13/rmetaT5LdsY" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/serde-079c49447ef440e7/rmetaZWpM68" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/quote-8d91d231e165eab2/rmeta7A9DwD" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` due to previous error [INFO] [stderr] error: could not compile `serde` due to previous error [INFO] [stderr] error: could not compile `quote` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/memchr-359aa0212e42dbd4/rmeta7ZyoD7" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `memchr` due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta2KlcrQ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `autocfg` due to previous error [INFO] running `Command { std: "docker" "inspect" "62c93ac7efe28a236c860a09961fc317a8002d9c410edb1b4df33416cd149d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62c93ac7efe28a236c860a09961fc317a8002d9c410edb1b4df33416cd149d1a", kill_on_drop: false }` [INFO] [stdout] 62c93ac7efe28a236c860a09961fc317a8002d9c410edb1b4df33416cd149d1a