[INFO] cloning repository https://github.com/sunli829/graphql-benchmark
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunli829/graphql-benchmark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunli829%2Fgraphql-benchmark", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunli829%2Fgraphql-benchmark'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b5d78e363e1ef95cea1b5af20ddaf2c7a472fa1f
[INFO] checking sunli829/graphql-benchmark against try#d12484522bcab8d07e325c6570f226a2faace3f7 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunli829%2Fgraphql-benchmark" "/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/sunli829/graphql-benchmark 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/sunli829/graphql-benchmark
[INFO] finished tweaking git repo https://github.com/sunli829/graphql-benchmark
[INFO] tweaked toml for git repo https://github.com/sunli829/graphql-benchmark written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/sunli829/graphql-benchmark 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] 0d85150d628db081b84e6de26055a26554ad84f1177020ebbc51b2c89e1cbeed
[INFO] running `Command { std: "docker" "start" "-a" "0d85150d628db081b84e6de26055a26554ad84f1177020ebbc51b2c89e1cbeed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d85150d628db081b84e6de26055a26554ad84f1177020ebbc51b2c89e1cbeed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d85150d628db081b84e6de26055a26554ad84f1177020ebbc51b2c89e1cbeed", kill_on_drop: false }`
[INFO] [stdout] 0d85150d628db081b84e6de26055a26554ad84f1177020ebbc51b2c89e1cbeed
[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] 21be61ea58c73b53b25649e203eb4706588300e39fa55b00a83158e593d60f81
[INFO] running `Command { std: "docker" "start" "-a" "21be61ea58c73b53b25649e203eb4706588300e39fa55b00a83158e593d60f81", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.67
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling libc v0.2.79
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling serde_json v1.0.71
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking tinyvec v0.3.4
[INFO] [stderr]    Compiling encoding_rs v0.8.24
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking unicode-normalization v0.1.13
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling multer v2.0.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking ascii v0.9.3
[INFO] [stderr]     Checking unchecked-index v0.2.2
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking twoway v0.2.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking combine v3.8.1
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking linked-hash-map v0.5.3
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]     Checking spin v0.9.2
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking futures v0.3.8
[INFO] [stderr]     Checking smartstring v0.2.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling derive_utils v0.10.0
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.0
[INFO] [stderr]    Compiling futures-enum v0.1.14
[INFO] [stderr]     Checking async-stream v0.3.0
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling juniper_codegen v0.15.7
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]     Checking graphql-parser v0.3.0
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling toml v0.5.7
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaKeBfU9/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_json` (lib) due to 1 previous error
[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] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetata9xK8"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toml` (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 toml --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.7/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=a19e9e42e3be575a -C extra-filename=-4ee2d7d62fa7c00b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-53175cf6edd78289.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `serde_json` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "21be61ea58c73b53b25649e203eb4706588300e39fa55b00a83158e593d60f81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21be61ea58c73b53b25649e203eb4706588300e39fa55b00a83158e593d60f81", kill_on_drop: false }`
[INFO] [stdout] 21be61ea58c73b53b25649e203eb4706588300e39fa55b00a83158e593d60f81
