[INFO] cloning repository https://github.com/taosx/rustlings-solutions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taosx/rustlings-solutions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaosx%2Frustlings-solutions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaosx%2Frustlings-solutions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9de5eda28f29e5097bc4f78125e46bb3bb39197e [INFO] checking taosx/rustlings-solutions against master#1280928a99ad3ef2c5735b42dc8852456ae3b974 for pr-120798 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaosx%2Frustlings-solutions" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taosx/rustlings-solutions on toolchain 1280928a99ad3ef2c5735b42dc8852456ae3b974 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taosx/rustlings-solutions [INFO] finished tweaking git repo https://github.com/taosx/rustlings-solutions [INFO] tweaked toml for git repo https://github.com/taosx/rustlings-solutions written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/taosx/rustlings-solutions 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" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3001611de233edfad5b81357aa05c02b4c3433fcc37fff51e73ceee6687a040e [INFO] running `Command { std: "docker" "start" "-a" "3001611de233edfad5b81357aa05c02b4c3433fcc37fff51e73ceee6687a040e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3001611de233edfad5b81357aa05c02b4c3433fcc37fff51e73ceee6687a040e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3001611de233edfad5b81357aa05c02b4c3433fcc37fff51e73ceee6687a040e", kill_on_drop: false }` [INFO] [stdout] 3001611de233edfad5b81357aa05c02b4c3433fcc37fff51e73ceee6687a040e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c95f21b0036d98b10a0a7f59b4569269edc3d318ed447d3b6446063958e83813 [INFO] running `Command { std: "docker" "start" "-a" "c95f21b0036d98b10a0a7f59b4569269edc3d318ed447d3b6446063958e83813", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking console v0.8.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking indicatif v0.10.3 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking rustlings v4.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.60s [INFO] running `Command { std: "docker" "inspect" "c95f21b0036d98b10a0a7f59b4569269edc3d318ed447d3b6446063958e83813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c95f21b0036d98b10a0a7f59b4569269edc3d318ed447d3b6446063958e83813", kill_on_drop: false }` [INFO] [stdout] c95f21b0036d98b10a0a7f59b4569269edc3d318ed447d3b6446063958e83813 [INFO] checking taosx/rustlings-solutions against try#9b9e20bc79549d80ab413f49d990713851172cc1 for pr-120798 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaosx%2Frustlings-solutions" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taosx/rustlings-solutions on toolchain 9b9e20bc79549d80ab413f49d990713851172cc1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taosx/rustlings-solutions [INFO] finished tweaking git repo https://github.com/taosx/rustlings-solutions [INFO] tweaked toml for git repo https://github.com/taosx/rustlings-solutions written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/taosx/rustlings-solutions 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" "+9b9e20bc79549d80ab413f49d990713851172cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 163ae5b639313e24bf35b6b1fb28abafe789fcc20907c84b7c6ccaea6e79c6d8 [INFO] running `Command { std: "docker" "start" "-a" "163ae5b639313e24bf35b6b1fb28abafe789fcc20907c84b7c6ccaea6e79c6d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "163ae5b639313e24bf35b6b1fb28abafe789fcc20907c84b7c6ccaea6e79c6d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "163ae5b639313e24bf35b6b1fb28abafe789fcc20907c84b7c6ccaea6e79c6d8", kill_on_drop: false }` [INFO] [stdout] 163ae5b639313e24bf35b6b1fb28abafe789fcc20907c84b7c6ccaea6e79c6d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8e9b714b01fa1acc5039e155011eeff6ade822fa0dc988b2ffd6162ac16368c [INFO] running `Command { std: "docker" "start" "-a" "b8e9b714b01fa1acc5039e155011eeff6ade822fa0dc988b2ffd6162ac16368c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking log v0.4.6 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaR6Sjxi" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/log-9177b23f14accb86/invoked.timestamp` [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 `rand_jitter` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc4MTjQ0/symbols.o" "/opt/rustwide/target/debug/build/parking_lot_core-0d6876cb3ae45963/build_script_build-0d6876cb3ae45963.build_script_build.b40b33a50e8bfe02-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/parking_lot_core-0d6876cb3ae45963/build_script_build-0d6876cb3ae45963.51yew9ow3gni1od6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustc_version-ef5951620d4a8ee9.rlib" "/opt/rustwide/target/debug/deps/libsemver-055a20972dff592d.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-d436f500bac226e2.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-f0a846e57d9de9e7.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-cf6ea80100764986.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-39985665fb91a3c2.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-8666dad6789c0484.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7b871242ae961a4e.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-8d4074793ba35678.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-ec84eb0416770982.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-6bab5509ccb72364.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-ac61d465c61f24ac.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-19d2d9343e8c3ab1.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-e762a6d65f031366.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-e85e489d4408465b.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-2e9a651f331589a6.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-527e3e7decf6a631.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b905197320c3903d.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3166674eacfcf914.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9b9e20bc79549d80ab413f49d990713851172cc1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/parking_lot_core-0d6876cb3ae45963/build_script_build-0d6876cb3ae45963" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `parking_lot_core` (build script) due to 2 previous errors [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro2` (lib) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetayiVNYo" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rand_hc` (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/rmetaOmqW2u" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (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/rmetap2WHpb" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1OqNaK/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" "b8e9b714b01fa1acc5039e155011eeff6ade822fa0dc988b2ffd6162ac16368c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8e9b714b01fa1acc5039e155011eeff6ade822fa0dc988b2ffd6162ac16368c", kill_on_drop: false }` [INFO] [stdout] b8e9b714b01fa1acc5039e155011eeff6ade822fa0dc988b2ffd6162ac16368c