[INFO] cloning repository https://github.com/geomgle/app-logger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geomgle/app-logger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeomgle%2Fapp-logger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeomgle%2Fapp-logger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e742763d778eb9086a65b29acd67a92b18d6478
[INFO] checking geomgle/app-logger against try#d12484522bcab8d07e325c6570f226a2faace3f7 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeomgle%2Fapp-logger" "/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/geomgle/app-logger on toolchain d12484522bcab8d07e325c6570f226a2faace3f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/geomgle/app-logger
[INFO] finished tweaking git repo https://github.com/geomgle/app-logger
[INFO] tweaked toml for git repo https://github.com/geomgle/app-logger written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/geomgle/app-logger 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" "+d12484522bcab8d07e325c6570f226a2faace3f7" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 313415a44c46f9bc2c05f8e281904b3946e55aa70a5758e50098951dc58da17a
[INFO] running `Command { std: "docker" "start" "-a" "313415a44c46f9bc2c05f8e281904b3946e55aa70a5758e50098951dc58da17a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "313415a44c46f9bc2c05f8e281904b3946e55aa70a5758e50098951dc58da17a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "313415a44c46f9bc2c05f8e281904b3946e55aa70a5758e50098951dc58da17a", kill_on_drop: false }`
[INFO] [stdout] 313415a44c46f9bc2c05f8e281904b3946e55aa70a5758e50098951dc58da17a
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9499fec7f2cd04d0c2a089e2870b8944471ae3f9f7370a2143808a77a394a25
[INFO] running `Command { std: "docker" "start" "-a" "c9499fec7f2cd04d0c2a089e2870b8944471ae3f9f7370a2143808a77a394a25", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling libc v0.2.104
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking tinyvec v1.5.0
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking object v0.27.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling backtrace v0.3.62
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking tracing-log v0.1.2
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking owo-colors v1.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking http-body v0.4.3
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking addr2line v0.16.0
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking color-eyre v0.5.11
[INFO] [stderr]    Compiling darling_core v0.13.0
[INFO] [stderr]    Compiling tokio-macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetax4usLO/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-macro` (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/d12484522bcab8d07e325c6570f226a2faace3f7/bin/rustc --crate-name futures_macro --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.17/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())' -C metadata=4f0c7c416118c66e -C extra-filename=-a19ea51b3f9967f1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-bf7198d31d3a1184.so --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b4337bdf5097e68f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-d387e4b47c8c36c6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-610a78b754153569.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --cfg fn_like_proc_macro` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `tracing-attributes` (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/d12484522bcab8d07e325c6570f226a2faace3f7/bin/rustc --crate-name tracing_attributes --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.18/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("async-await"))' -C metadata=e8fac451c0dba1ec -C extra-filename=-3650797ac860b0ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b4337bdf5097e68f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-d387e4b47c8c36c6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-610a78b754153569.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `darling_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/deps/rmeta1gq7oi"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pin-project-internal` (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 `thiserror-impl` (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/d12484522bcab8d07e325c6570f226a2faace3f7/bin/rustc --crate-name thiserror_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.30/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())' -C metadata=f92970c67c536f26 -C extra-filename=-200eb83247f2e6a6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b4337bdf5097e68f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-d387e4b47c8c36c6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-610a78b754153569.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcYshwK1/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcYshwK1/symbols.o" "<4 object files omitted>" "/opt/rustwide/target/debug/deps/tokio_macros-2c3f96bd16063fb5.e74nn7et57a70fiw0m2ykcggg.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-610a78b754153569.rlib,libquote-d387e4b47c8c36c6.rlib,libproc_macro2-b4337bdf5097e68f.rlib,libunicode_xid-9a308e948d49b175.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libtokio_macros-2c3f96bd16063fb5.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-macros` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "c9499fec7f2cd04d0c2a089e2870b8944471ae3f9f7370a2143808a77a394a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9499fec7f2cd04d0c2a089e2870b8944471ae3f9f7370a2143808a77a394a25", kill_on_drop: false }`
[INFO] [stdout] c9499fec7f2cd04d0c2a089e2870b8944471ae3f9f7370a2143808a77a394a25
