[INFO] cloning repository https://github.com/ukutaht/loadtest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ukutaht/loadtest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukutaht%2Floadtest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukutaht%2Floadtest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fb48dbabdd9e7f13c493a07a17ab0b12fb55f4ba [INFO] testing ukutaht/loadtest against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fukutaht%2Floadtest" "/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/ukutaht/loadtest on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ukutaht/loadtest [INFO] finished tweaking git repo https://github.com/ukutaht/loadtest [INFO] tweaked toml for git repo https://github.com/ukutaht/loadtest written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ukutaht/loadtest 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a530c68a33a8f322452edd5e53c184466f212ab28e3bb13735a87e4ba7fc9d54 [INFO] running `Command { std: "docker" "start" "-a" "a530c68a33a8f322452edd5e53c184466f212ab28e3bb13735a87e4ba7fc9d54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a530c68a33a8f322452edd5e53c184466f212ab28e3bb13735a87e4ba7fc9d54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a530c68a33a8f322452edd5e53c184466f212ab28e3bb13735a87e4ba7fc9d54", kill_on_drop: false }` [INFO] [stdout] a530c68a33a8f322452edd5e53c184466f212ab28e3bb13735a87e4ba7fc9d54 [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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd91b14ce41de691143d378bc92f85a85557509a848db15af04451c737c5ac76 [INFO] running `Command { std: "docker" "start" "-a" "fd91b14ce41de691143d378bc92f85a85557509a848db15af04451c737c5ac76", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tracing-core v0.1.20 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling openssl-sys v0.9.67 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling tracing v0.1.28 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling nng-sys v1.4.0-rc.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling goose v0.14.0 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling publicsuffix v1.5.6 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write /tmp/rustcipuBNE/lib.rmeta: 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 "/tmp/rustc8UQERp" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write /tmp/rustcQkrReK/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `flate2` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `idna` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta2QoYTZ/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rand_chacha` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/17092ad00ed8fe1e7f81a7e38238ff70779034b1/bin/rustc --crate-name rand_chacha --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=68c5c238fbbfae36 -C extra-filename=-e180f28c4ad29a2f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ppv_lite86=/opt/rustwide/target/debug/deps/libppv_lite86-88ed22677a4c0286.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-b81087709f3438e7.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `openssl-sys` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `aho-corasick` (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 `encoding_rs` (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/17092ad00ed8fe1e7f81a7e38238ff70779034b1/bin/rustc --crate-name encoding_rs --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.28/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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=200f78f0caee7a38 -C extra-filename=-c25808eaf3ce54dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-33ef6c02a07f9fec.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `nng-sys v1.4.0-rc.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/nng-sys-ab106c847df8ea98/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-cfg=try_from [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/nng-sys-1205335c18771b80/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nng-sys-1.4.0-rc.0/nng" "-DNNG_TESTS=OFF" "-DNNG_TOOLS=OFF" "-DNNG_ENABLE_STATS=ON" "-DNNG_ENABLE_TLS=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/nng-sys-1205335c18771b80/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Configuring for NNG version 1.4.0 [INFO] [stderr] -- Building static libs. [INFO] [stderr] -- Performing Test NNG_HIDDEN_VISIBILITY [INFO] [stderr] -- Performing Test NNG_HIDDEN_VISIBILITY - Success [INFO] [stderr] -- Looking for strlcpy [INFO] [stderr] -- Looking for strlcpy - found [INFO] [stderr] -- Looking for strnlen [INFO] [stderr] -- Looking for strnlen - found [INFO] [stderr] -- Looking for strcasecmp [INFO] [stderr] -- Looking for strcasecmp - found [INFO] [stderr] -- Looking for strncasecmp [INFO] [stderr] -- Looking for strncasecmp - found [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Looking for lockf [INFO] [stderr] -- Looking for lockf - found [INFO] [stderr] -- Looking for flock [INFO] [stderr] -- Looking for flock - found [INFO] [stderr] -- Looking for getrandom [INFO] [stderr] -- Looking for getrandom - not found [INFO] [stderr] -- Looking for arc4random_buf [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Error: Unable to (re)create the private pkgRedirects directory: [INFO] [stderr] /opt/rustwide/target/debug/build/nng-sys-1205335c18771b80/out/build/CMakeFiles/CMakeScratch/TryCompile-SvxiMW/CMakeFiles/pkgRedirects [INFO] [stderr] CMake Error at /usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile): [INFO] [stderr] Failed to configure test project build system. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] cmake/NNGHelpers.cmake:120 (check_function_exists) [INFO] [stderr] src/platform/posix/CMakeLists.txt:30 (nng_check_func) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.45/src/lib.rs:894:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5cbd7de00d42 - std::backtrace_rs::backtrace::libunwind::trace::h2bdbdb423cc746ad [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5cbd7de00d42 - std::backtrace_rs::backtrace::trace_unsynchronized::h876081fa48c0856a [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5cbd7de00d42 - std::sys::backtrace::_print_fmt::h744638bebbff2806 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5cbd7de00d42 - ::fmt::he6e74fa9d0076b5d [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5cbd7de22583 - core::fmt::rt::Argument::fmt::hf88a3177e76af877 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5cbd7de22583 - core::fmt::write::h6442196e41589522 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/core/src/fmt/mod.rs:1446:25 [INFO] [stderr] 6: 0x5cbd7ddfdc53 - std::io::default_write_fmt::hcc7659f8be9b70b5 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5cbd7ddfdc53 - std::io::Write::write_fmt::hdd01b95af54f8b44 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x5cbd7de00b92 - std::sys::backtrace::BacktraceLock::print::h25e1ce4c29150054 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5cbd7de01fd2 - std::panicking::default_hook::{{closure}}::h36663bdaae83f2bb [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x5cbd7de01dd5 - std::panicking::default_hook::hb9d7c40580cf1835 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5cbd7de029f2 - std::panicking::rust_panic_with_hook::h2d703857e4ba629f [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5cbd7de0277a - std::panicking::begin_panic_handler::{{closure}}::h53dd12a17ad784b1 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5cbd7de01249 - std::sys::backtrace::__rust_end_short_backtrace::hf54a874920d38937 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x5cbd7de0240d - __rustc[22d03d94d4da23d0]::rust_begin_unwind [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5cbd7de214b0 - core::panicking::panic_fmt::hb74c170c8276d1d6 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5cbd7dd8c75b - cmake::fail::hd685cc2d6836db76 [INFO] [stderr] 17: 0x5cbd7dd8bf5a - cmake::run::h8950c01d2324f1d0 [INFO] [stderr] 18: 0x5cbd7dd88e2e - cmake::Config::build::hfe69904d1eb754c4 [INFO] [stderr] 19: 0x5cbd7dd83153 - build_script_build::link_nng::h7571e90e0c844382 [INFO] [stderr] 20: 0x5cbd7dd82f7b - build_script_build::main::h2690901ecc0db439 [INFO] [stderr] 21: 0x5cbd7dd82173 - core::ops::function::FnOnce::call_once::h5076ce8ba3c7ba87 [INFO] [stderr] 22: 0x5cbd7dd82146 - std::sys::backtrace::__rust_begin_short_backtrace::h5ee0ceafa6c09102 [INFO] [stderr] 23: 0x5cbd7dd820c9 - std::rt::lang_start::{{closure}}::h2797b930be49ea01 [INFO] [stderr] 24: 0x5cbd7ddf8d74 - core::ops::function::impls:: for &F>::call_once::hc4394f720a441605 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x5cbd7ddf8d74 - std::panicking::try::do_call::hcfbf653ae9dff9d3 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x5cbd7ddf8d74 - std::panicking::try::h282e00ddfab06dd3 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x5cbd7ddf8d74 - std::panic::catch_unwind::h1a4f7c5f603feec0 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x5cbd7ddf8d74 - std::rt::lang_start_internal::{{closure}}::h74ae7472f42599f3 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/rt.rs:168:24 [INFO] [stderr] 29: 0x5cbd7ddf8d74 - std::panicking::try::do_call::ha8c33ea9dc720bf4 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x5cbd7ddf8d74 - std::panicking::try::h445539db8a61fee5 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x5cbd7ddf8d74 - std::panic::catch_unwind::ha832476451864184 [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x5cbd7ddf8d74 - std::rt::lang_start_internal::h2cddb2630d6593cf [INFO] [stderr] at /rustc/17092ad00ed8fe1e7f81a7e38238ff70779034b1/library/std/src/rt.rs:164:5 [INFO] [stderr] 33: 0x5cbd7dd820b1 - std::rt::lang_start::ha5fb9f1acdb8707e [INFO] [stderr] 34: 0x5cbd7dd83475 - main [INFO] [stderr] 35: 0x7778b640c1ca - [INFO] [stderr] 36: 0x7778b640c28b - __libc_start_main [INFO] [stderr] 37: 0x5cbd7dd81f85 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stderr] error: could not compile `publicsuffix` (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/17092ad00ed8fe1e7f81a7e38238ff70779034b1/bin/rustc --crate-name publicsuffix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-1.5.6/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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-tls", "remote_list"))' -C metadata=f0945a79b8e2e841 -C extra-filename=-2847810f39e52e14 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern idna=/opt/rustwide/target/debug/deps/libidna-c52033663fe90c5d.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-e9f2d35490dec5d3.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [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/17092ad00ed8fe1e7f81a7e38238ff70779034b1/bin/rustc --crate-name time --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.1.43/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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-serialize"))' -C metadata=8bbcacf98b8e8bdc -C extra-filename=-ced2a22a04f41561 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-3481d554ae4c06ce.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/rmetavLLOPJ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fd91b14ce41de691143d378bc92f85a85557509a848db15af04451c737c5ac76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd91b14ce41de691143d378bc92f85a85557509a848db15af04451c737c5ac76", kill_on_drop: false }` [INFO] [stdout] fd91b14ce41de691143d378bc92f85a85557509a848db15af04451c737c5ac76