[INFO] cloning repository https://github.com/erik/fnr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erik/fnr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik%2Ffnr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik%2Ffnr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 280c5b12747223fa024ef23ebcbc59f2d6c711e8
[INFO] checking erik/fnr against try#a3dffdb3a32d0dedc198f9de7d43173f3eb6727b for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik%2Ffnr" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/erik/fnr on toolchain a3dffdb3a32d0dedc198f9de7d43173f3eb6727b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/erik/fnr
[INFO] finished tweaking git repo https://github.com/erik/fnr
[INFO] tweaked toml for git repo https://github.com/erik/fnr written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/erik/fnr 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" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3db65fd44da5c38b4d709da4cbabb24358998da19fd0dc3c154b240cefdcb231
[INFO] running `Command { std: "docker" "start" "-a" "3db65fd44da5c38b4d709da4cbabb24358998da19fd0dc3c154b240cefdcb231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3db65fd44da5c38b4d709da4cbabb24358998da19fd0dc3c154b240cefdcb231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3db65fd44da5c38b4d709da4cbabb24358998da19fd0dc3c154b240cefdcb231", kill_on_drop: false }`
[INFO] [stdout] 3db65fd44da5c38b4d709da4cbabb24358998da19fd0dc3c154b240cefdcb231
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e84ca0f7a57ce4fcf9a997917b994bb7a4c76f02268efa0d6cfde0f415496725
[INFO] running `Command { std: "docker" "start" "-a" "e84ca0f7a57ce4fcf9a997917b994bb7a4c76f02268efa0d6cfde0f415496725", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]     Checking bytecount v0.6.2
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking predicates-core v1.0.2
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking termtree v0.2.3
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking grep-matcher v0.1.5
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking predicates-tree v1.0.4
[INFO] [stderr]     Checking text_io v0.1.9
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libproc_macro2-48b8a442ef0069b6.rlib`: 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/rmetaEm9a99"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/atty-a3c1f76ab1f44034.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/atty-a3c1f76ab1f44034/dep-lib-atty`
[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: could not compile `proc-macro2` (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/deps/rmeta2Fvk6w"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `anyhow` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `wait-timeout` (lib) due to 1 previous error
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `quote` (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/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/bin/rustc --crate-name quote --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=9e3991ab0106cd60 -C extra-filename=-5f0c6c50e846786f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-48b8a442ef0069b6.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "e84ca0f7a57ce4fcf9a997917b994bb7a4c76f02268efa0d6cfde0f415496725", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e84ca0f7a57ce4fcf9a997917b994bb7a4c76f02268efa0d6cfde0f415496725", kill_on_drop: false }`
[INFO] [stdout] e84ca0f7a57ce4fcf9a997917b994bb7a4c76f02268efa0d6cfde0f415496725
