[INFO] cloning repository https://github.com/takuma7/git-profile [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/takuma7/git-profile" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakuma7%2Fgit-profile", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakuma7%2Fgit-profile'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08f5c91a588b07104fdbe97b5d22c7defcadd27c [INFO] checking takuma7/git-profile against master#ed141926048597e3649bb238ca3dc417904cd56c for pr-134300 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakuma7%2Fgit-profile" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/takuma7/git-profile on toolchain ed141926048597e3649bb238ca3dc417904cd56c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed141926048597e3649bb238ca3dc417904cd56c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/takuma7/git-profile [INFO] finished tweaking git repo https://github.com/takuma7/git-profile [INFO] tweaked toml for git repo https://github.com/takuma7/git-profile written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/takuma7/git-profile 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" "+ed141926048597e3649bb238ca3dc417904cd56c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed141926048597e3649bb238ca3dc417904cd56c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a62d6bbadebb20bac1fb6b977ea921a0c3ce004dd1eeae3d58e3e26301ac6598 [INFO] running `Command { std: "docker" "start" "-a" "a62d6bbadebb20bac1fb6b977ea921a0c3ce004dd1eeae3d58e3e26301ac6598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a62d6bbadebb20bac1fb6b977ea921a0c3ce004dd1eeae3d58e3e26301ac6598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a62d6bbadebb20bac1fb6b977ea921a0c3ce004dd1eeae3d58e3e26301ac6598", kill_on_drop: false }` [INFO] [stdout] a62d6bbadebb20bac1fb6b977ea921a0c3ce004dd1eeae3d58e3e26301ac6598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed141926048597e3649bb238ca3dc417904cd56c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db940e19c1293eb371ee03a8aabc2858bfd3ad6e4c10c32b72b13f667cc12a88 [INFO] running `Command { std: "docker" "start" "-a" "db940e19c1293eb371ee03a8aabc2858bfd3ad6e4c10c32b72b13f667cc12a88", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking hashbrown v0.12.1 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking zeroize v1.5.6 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking either v1.7.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking predicates-core v1.0.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking termtree v0.2.4 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking predicates-tree v1.0.5 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking regex-automata v0.3.9 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking regex v1.9.4 [INFO] [stderr] Checking console v0.15.0 [INFO] [stderr] Checking predicates v2.1.1 [INFO] [stderr] Checking dialoguer v0.10.4 [INFO] [stderr] Checking assert_cmd v2.0.4 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/indexmap-4ee8cde9458d7e16.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/indexmap-4ee8cde9458d7e16/dep-lib-indexmap` [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] running `Command { std: "docker" "inspect" "db940e19c1293eb371ee03a8aabc2858bfd3ad6e4c10c32b72b13f667cc12a88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db940e19c1293eb371ee03a8aabc2858bfd3ad6e4c10c32b72b13f667cc12a88", kill_on_drop: false }` [INFO] [stdout] db940e19c1293eb371ee03a8aabc2858bfd3ad6e4c10c32b72b13f667cc12a88