[INFO] cloning repository https://github.com/atom/xray [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/atom/xray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatom%2Fxray", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatom%2Fxray'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb6c5809f18c733f55b89ce202678c379a4cfc7b [INFO] checking atom/xray/cb6c5809f18c733f55b89ce202678c379a4cfc7b against try#88e773be5b0a68392bd25d47edd909e9b2d64a6a for pr-132268 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatom%2Fxray" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/atom/xray on toolchain 88e773be5b0a68392bd25d47edd909e9b2d64a6a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+88e773be5b0a68392bd25d47edd909e9b2d64a6a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/atom/xray [INFO] finished tweaking git repo https://github.com/atom/xray [INFO] tweaked toml for git repo https://github.com/atom/xray written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/atom/xray 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" "+88e773be5b0a68392bd25d47edd909e9b2d64a6a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/xray_core/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/xray_wasm/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/xray_cli/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/xray_server/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+88e773be5b0a68392bd25d47edd909e9b2d64a6a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3b665bffbf2f783d045e3ad53440224e35d12b7c582b6d2b073a680c81d5b7d [INFO] running `Command { std: "docker" "start" "-a" "d3b665bffbf2f783d045e3ad53440224e35d12b7c582b6d2b073a680c81d5b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3b665bffbf2f783d045e3ad53440224e35d12b7c582b6d2b073a680c81d5b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3b665bffbf2f783d045e3ad53440224e35d12b7c582b6d2b073a680c81d5b7d", kill_on_drop: false }` [INFO] [stdout] d3b665bffbf2f783d045e3ad53440224e35d12b7c582b6d2b073a680c81d5b7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+88e773be5b0a68392bd25d47edd909e9b2d64a6a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ce3f411703419ebd1da0967139070ffd623b4c174921705164e3725ccb9af4c [INFO] running `Command { std: "docker" "start" "-a" "6ce3f411703419ebd1da0967139070ffd623b4c174921705164e3725ccb9af4c", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/xray_server/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /opt/rustwide/workdir/xray_cli/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /opt/rustwide/workdir/xray_wasm/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: /opt/rustwide/workdir/xray_core/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking futures v0.1.21 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking num-traits v0.2.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking log v0.4.1 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Checking itoa v0.4.1 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Checking smallvec v0.6.5 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking lazycell v0.6.0 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Checking slab v0.4.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking mio v0.6.14 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.33 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking regex-syntax v0.5.5 [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking tokio-executor v0.1.2 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking crossbeam-utils v0.3.2 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Checking crossbeam-epoch v0.4.1 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking tokio-timer v0.2.1 [INFO] [stderr] Checking crossbeam-deque v0.3.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking tokio-threadpool v0.1.2 [INFO] [stderr] Checking stable_deref_trait v1.0.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.33 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Checking scoped-tls v0.1.1 [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Checking seahash v3.0.5 [INFO] [stderr] Checking parking_lot v0.5.4 [INFO] [stderr] Checking mio-uds v0.6.4 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/regex_syntax-5640cc08c7fe7d20.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/regex-syntax-5640cc08c7fe7d20/dep-lib-regex_syntax` [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 `cc` (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/88e773be5b0a68392bd25d47edd909e9b2d64a6a/bin/rustc --crate-name cc --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cc-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("parallel", "rayon"))' -C metadata=701f697045b4f9ac -C extra-filename=-701f697045b4f9ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `syn` (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/88e773be5b0a68392bd25d47edd909e9b2d64a6a/bin/rustc --crate-name syn --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-0.13.1/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=83c5d76190239461 -C extra-filename=-83c5d76190239461 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-440e5b1f9ba967cf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-5394b2fad5edfac3.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-9313b4b022bb319a.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaI1y7t1/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive_internals` (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/rmetakktBM7" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaAcMolu/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetawp7kDM/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetavRUtfB/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6ce3f411703419ebd1da0967139070ffd623b4c174921705164e3725ccb9af4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ce3f411703419ebd1da0967139070ffd623b4c174921705164e3725ccb9af4c", kill_on_drop: false }` [INFO] [stdout] 6ce3f411703419ebd1da0967139070ffd623b4c174921705164e3725ccb9af4c