[INFO] cloning repository https://github.com/kento-yoshidu/my_echo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kento-yoshidu/my_echo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkento-yoshidu%2Fmy_echo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkento-yoshidu%2Fmy_echo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40ca02cc44473d75a3eabc6b5bfd618576c5f1ff [INFO] checking kento-yoshidu/my_echo against try#fc545c6b951a304df08b327c158f92678582f435 for pr-140557 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkento-yoshidu%2Fmy_echo" "/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/kento-yoshidu/my_echo on toolchain fc545c6b951a304df08b327c158f92678582f435 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kento-yoshidu/my_echo [INFO] finished tweaking git repo https://github.com/kento-yoshidu/my_echo [INFO] tweaked toml for git repo https://github.com/kento-yoshidu/my_echo written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kento-yoshidu/my_echo 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" "+fc545c6b951a304df08b327c158f92678582f435" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7085972f0f2ca8e69906ad96c373c1b4863a327f4312aaa7870f67fb84f041cc [INFO] running `Command { std: "docker" "start" "-a" "7085972f0f2ca8e69906ad96c373c1b4863a327f4312aaa7870f67fb84f041cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7085972f0f2ca8e69906ad96c373c1b4863a327f4312aaa7870f67fb84f041cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7085972f0f2ca8e69906ad96c373c1b4863a327f4312aaa7870f67fb84f041cc", kill_on_drop: false }` [INFO] [stdout] 7085972f0f2ca8e69906ad96c373c1b4863a327f4312aaa7870f67fb84f041cc [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22d32a2618714d58fab525901881e8406ae8cc5c4ff0f0240b38539ee63c9a68 [INFO] running `Command { std: "docker" "start" "-a" "22d32a2618714d58fab525901881e8406ae8cc5c4ff0f0240b38539ee63c9a68", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking predicates-core v1.0.6 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking anstyle v1.0.5 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/difflib-e713237709e21dde/invoked.timestamp` [INFO] [stderr] [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-width-429c21f390a0feba/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/ansi_term-677a721bf153f575/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/termtree-ca7238dd589363d5/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/vec_map-6191759eaecb883d/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/normalize-line-endings-75054d269c47f5a2/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/regex-syntax-c075dacfb410646f/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/either-c7b6ce8375a86422/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/doc-comment-095be7ace3ff648c/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/bitflags-6dcfbc6bad33d8b2/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/strsim-215299eab5c4ea42/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/anstyle-a96cef4d8a11a9f7/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/deps/rmetaWjYuDX" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `predicates-core` (lib) due to 1 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-f5d5e20bdbb480e3/rmetanbVHiJ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (build script) due to 1 previous error [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/memchr-3d7dee505250c243.d`: No space left on device (os error 28) [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/deps/rmetagkPvJj" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `autocfg` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "22d32a2618714d58fab525901881e8406ae8cc5c4ff0f0240b38539ee63c9a68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22d32a2618714d58fab525901881e8406ae8cc5c4ff0f0240b38539ee63c9a68", kill_on_drop: false }` [INFO] [stdout] 22d32a2618714d58fab525901881e8406ae8cc5c4ff0f0240b38539ee63c9a68