[INFO] cloning repository https://github.com/dora-rs/dora-sync-async-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dora-rs/dora-sync-async-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdora-rs%2Fdora-sync-async-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdora-rs%2Fdora-sync-async-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 925fc5ae58a50bd2113b6e0dbf43b0beab5a39cc [INFO] checking dora-rs/dora-sync-async-examples/925fc5ae58a50bd2113b6e0dbf43b0beab5a39cc against master#b56aaec52bc0fa35591a872fb4aac81f606e265c for pr-122661-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdora-rs%2Fdora-sync-async-examples" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dora-rs/dora-sync-async-examples [INFO] finished tweaking git repo https://github.com/dora-rs/dora-sync-async-examples [INFO] tweaked toml for git repo https://github.com/dora-rs/dora-sync-async-examples written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dora-rs/dora-sync-async-examples on toolchain b56aaec52bc0fa35591a872fb4aac81f606e265c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dora-rs/dora-sync-async-examples 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" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating git repository `https://github.com/dora-rs/dora` [INFO] [stderr] Updating git repository `https://github.com/haixuanTao/onnxruntime-rs.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/eclipse-zenoh/zenoh.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ipnetwork v0.18.0 [INFO] [stderr] Downloaded uhlc v0.4.1 [INFO] [stderr] Downloaded pnet_sys v0.28.0 [INFO] [stderr] Downloaded pnet_transport v0.28.0 [INFO] [stderr] Downloaded pnet_datalink v0.28.0 [INFO] [stderr] Downloaded pnet_packet v0.28.0 [INFO] [stderr] Downloaded liquid-derive v0.24.0 [INFO] [stderr] Downloaded futures-time v1.0.0 [INFO] [stderr] Downloaded liquid-lib v0.24.0 [INFO] [stderr] Downloaded liquid-core v0.24.1 [INFO] [stderr] Downloaded tract-nnef v0.17.0 [INFO] [stderr] Downloaded tract-core v0.17.0 [INFO] [stderr] Downloaded async-std v1.11.0 [INFO] [stderr] Downloaded liquid v0.24.0 [INFO] [stderr] Downloaded quinn-udp v0.1.2 [INFO] [stderr] Downloaded shared_memory v0.12.0 [INFO] [stderr] Downloaded validated_struct v2.1.0 [INFO] [stderr] Downloaded validated_struct_macros v2.1.0 [INFO] [stderr] Downloaded pnet v0.28.0 [INFO] [stderr] Downloaded shellexpand v2.1.0 [INFO] [stderr] Downloaded futures-concurrency v2.0.3 [INFO] [stderr] Downloaded tract-hir v0.17.0 [INFO] [stderr] Downloaded tract-onnx v0.17.0 [INFO] [stderr] Downloaded tract-data v0.17.0 [INFO] [stderr] Downloaded tract-onnx-opl v0.17.0 [INFO] [stderr] Downloaded tract-linalg v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dbd0a204d939e9f3bede770c26225186b34a230f38aca26b611974c6809b03f [INFO] running `Command { std: "docker" "start" "-a" "9dbd0a204d939e9f3bede770c26225186b34a230f38aca26b611974c6809b03f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dbd0a204d939e9f3bede770c26225186b34a230f38aca26b611974c6809b03f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dbd0a204d939e9f3bede770c26225186b34a230f38aca26b611974c6809b03f", kill_on_drop: false }` [INFO] [stdout] 9dbd0a204d939e9f3bede770c26225186b34a230f38aca26b611974c6809b03f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3de879cbaa5a313d7025fa70d652ec25fe17d6ffeafa10b06d45df1ae211ac6 [INFO] running `Command { std: "docker" "start" "-a" "d3de879cbaa5a313d7025fa70d652ec25fe17d6ffeafa10b06d45df1ae211ac6", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking event-listener v2.5.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking spin v0.9.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Checking async-task v4.2.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Checking zenoh-core v0.6.0-dev.0 (https://github.com/eclipse-zenoh/zenoh.git#12bc4744) [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling semver v1.0.11 [INFO] [stderr] Checking async-lock v2.5.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Checking pnet_base v0.28.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling zenoh-macros v0.6.0-dev.0 (https://github.com/eclipse-zenoh/zenoh.git#12bc4744) [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking pnet_macros_support v0.28.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking pnet_sys v0.28.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Checking blocking v1.2.0 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.11.1 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Checking keccak v0.1.2 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Compiling pnet v0.28.0 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking hmac v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Checking zenoh-crypto v0.6.0-dev.0 (https://github.com/eclipse-zenoh/zenoh.git#12bc4744) [INFO] [stderr] Checking shellexpand v2.1.0 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking crossbeam-channel v0.5.5 [INFO] [stderr] Checking libloading v0.7.3 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking home v0.5.3 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.9 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Checking ndarray v0.15.4 [INFO] [stderr] Checking rustls-pemfile v1.0.0 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking rustls-native-certs v0.6.2 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking crypto-bigint v0.2.11 [INFO] [stderr] Checking rustls-pemfile v0.2.1 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking const-oid v0.6.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking dyn-clone v1.0.6 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling proc-quote v0.4.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Checking base64ct v1.1.1 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Checking der v0.4.5 [INFO] [stderr] Checking pem-rfc7468 v0.2.4 [INFO] [stderr] Compiling num-bigint-dig v0.7.0 [INFO] [stderr] Compiling heck v0.3.3 [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/rmetaleNXtn/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [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 compile `num-bigint-dig` (build script) [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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=17572fb82360fd85 -C extra-filename=-e7365d35e7cd5b59 --out-dir /opt/rustwide/target/debug/build/num-bigint-dig-e7365d35e7cd5b59 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-46f3e133b938b216.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `num-bigint` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name num_bigint --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.3/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=988c9b9b506ef120 -C extra-filename=-435ca2f70987d80b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-66dc60ada700ee3d.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-549fad97c5872faa.rmeta --cap-lints allow --cap-lints=forbid --cfg u64_digit --cfg has_try_from --cfg use_addcarry` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaTdQm0F/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name time --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.11/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="alloc"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --cfg 'feature="time-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "itoa", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "quickcheck-dep", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "time-macros"))' -C metadata=0ac1c2809bfe4311 -C extra-filename=-ddc77acd4d3ddcc7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern itoa=/opt/rustwide/target/debug/deps/libitoa-65913f73a01be4e8.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-042341cf6972f208.rmeta --extern num_threads=/opt/rustwide/target/debug/deps/libnum_threads-f8b5fcaf3beba77f.rmeta --extern time_macros=/opt/rustwide/target/debug/deps/libtime_macros-fa0f345e64989b0d.so --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `fastrand` (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 `clap` (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/rmetaMXR3FV" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `pem-rfc7468` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `pest_generator` (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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name pest_generator --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.1.3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5d43c7fb1c07f49 -C extra-filename=-d5f05c59cfc387a7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern pest=/opt/rustwide/target/debug/deps/libpest-09af3d2802897a24.rmeta --extern pest_meta=/opt/rustwide/target/debug/deps/libpest_meta-2824eee2676d28ea.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b0b7d9e6fbf14e76.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-816a53e66e9adb36.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-c388f942b5084651.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetanbflWm" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `heck` (lib) due to 1 previous error [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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.98/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="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1249105e4457b9e4 -C extra-filename=-c388f942b5084651 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b0b7d9e6fbf14e76.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-816a53e66e9adb36.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-17b42ad7ead1f2b7.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaG6pmrG/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `synstructure` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d3de879cbaa5a313d7025fa70d652ec25fe17d6ffeafa10b06d45df1ae211ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3de879cbaa5a313d7025fa70d652ec25fe17d6ffeafa10b06d45df1ae211ac6", kill_on_drop: false }` [INFO] [stdout] d3de879cbaa5a313d7025fa70d652ec25fe17d6ffeafa10b06d45df1ae211ac6