[INFO] cloning repository https://github.com/tmiskow/instant-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmiskow/instant-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmiskow%2Finstant-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmiskow%2Finstant-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8ebcd1206c3d1474bb6d9d72abce1d54308712c [INFO] checking tmiskow/instant-compiler against master#e23ae72ac7a393961886ea62df065ebb6def7d51 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmiskow%2Finstant-compiler" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tmiskow/instant-compiler on toolchain e23ae72ac7a393961886ea62df065ebb6def7d51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tmiskow/instant-compiler [INFO] finished tweaking git repo https://github.com/tmiskow/instant-compiler [INFO] tweaked toml for git repo https://github.com/tmiskow/instant-compiler written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tmiskow/instant-compiler 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" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lalrpop v0.19.1 [INFO] [stderr] Downloaded lalrpop-util v0.19.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff7815036751174ea1db04e27dd63518a369ef46fc18c8dd237f080e3fbc4883 [INFO] running `Command { std: "docker" "start" "-a" "ff7815036751174ea1db04e27dd63518a369ef46fc18c8dd237f080e3fbc4883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff7815036751174ea1db04e27dd63518a369ef46fc18c8dd237f080e3fbc4883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff7815036751174ea1db04e27dd63518a369ef46fc18c8dd237f080e3fbc4883", kill_on_drop: false }` [INFO] [stdout] ff7815036751174ea1db04e27dd63518a369ef46fc18c8dd237f080e3fbc4883 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36d44d0405b91b281c9e5cb156c96921df73c413b99f3da70e39962fa771a1ac [INFO] running `Command { std: "docker" "start" "-a" "36d44d0405b91b281c9e5cb156c96921df73c413b99f3da70e39962fa771a1ac", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling lalrpop-util v0.19.1 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling lalrpop v0.19.1 [INFO] [stderr] Compiling instant-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `to_triple` is never used [INFO] [stdout] --> src/parser/grammar.rs:1743:8 [INFO] [stdout] | [INFO] [stdout] 1742 | pub trait __ToTriple<'input, > { [INFO] [stdout] | ---------- associated function in this trait [INFO] [stdout] 1743 | fn to_triple(value: Self) -> Result<(usize,Token<'input>,usize), __lalrpop_util::ParseError, &'static str>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `to_triple` is never used [INFO] [stdout] --> src/parser/grammar.rs:1743:8 [INFO] [stdout] | [INFO] [stdout] 1742 | pub trait __ToTriple<'input, > { [INFO] [stdout] | ---------- associated function in this trait [INFO] [stdout] 1743 | fn to_triple(value: Self) -> Result<(usize,Token<'input>,usize), __lalrpop_util::ParseError, &'static str>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/mod.rs:12:56 [INFO] [stdout] | [INFO] [stdout] 12 | parser.parse(&input).unwrap_or_else(|error| panic!(format!("{}", error))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 12 - parser.parse(&input).unwrap_or_else(|error| panic!(format!("{}", error))) [INFO] [stdout] 12 + parser.parse(&input).unwrap_or_else(|error| panic!("{}", error)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/mod.rs:12:56 [INFO] [stdout] | [INFO] [stdout] 12 | parser.parse(&input).unwrap_or_else(|error| panic!(format!("{}", error))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 12 - parser.parse(&input).unwrap_or_else(|error| panic!(format!("{}", error))) [INFO] [stdout] 12 + parser.parse(&input).unwrap_or_else(|error| panic!("{}", error)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "36d44d0405b91b281c9e5cb156c96921df73c413b99f3da70e39962fa771a1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36d44d0405b91b281c9e5cb156c96921df73c413b99f3da70e39962fa771a1ac", kill_on_drop: false }` [INFO] [stdout] 36d44d0405b91b281c9e5cb156c96921df73c413b99f3da70e39962fa771a1ac [INFO] checking tmiskow/instant-compiler against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmiskow%2Finstant-compiler" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tmiskow/instant-compiler on toolchain 397f8958d101b259f6baaf92d107d770c95c3ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+397f8958d101b259f6baaf92d107d770c95c3ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tmiskow/instant-compiler [INFO] finished tweaking git repo https://github.com/tmiskow/instant-compiler [INFO] tweaked toml for git repo https://github.com/tmiskow/instant-compiler written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tmiskow/instant-compiler 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" "+397f8958d101b259f6baaf92d107d770c95c3ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+397f8958d101b259f6baaf92d107d770c95c3ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5d2cec200cbc428fb0eb7c13b28b23493b4f50d859566b54c5d2be567f6e0b0 [INFO] running `Command { std: "docker" "start" "-a" "a5d2cec200cbc428fb0eb7c13b28b23493b4f50d859566b54c5d2be567f6e0b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5d2cec200cbc428fb0eb7c13b28b23493b4f50d859566b54c5d2be567f6e0b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5d2cec200cbc428fb0eb7c13b28b23493b4f50d859566b54c5d2be567f6e0b0", kill_on_drop: false }` [INFO] [stdout] a5d2cec200cbc428fb0eb7c13b28b23493b4f50d859566b54c5d2be567f6e0b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+397f8958d101b259f6baaf92d107d770c95c3ce0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9d4dfbca8f30c2202671a874525f21df3bfdb487db816e616ec5d3ad6a7b593 [INFO] running `Command { std: "docker" "start" "-a" "e9d4dfbca8f30c2202671a874525f21df3bfdb487db816e616ec5d3ad6a7b593", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta4Lhw4L" [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 `byteorder` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `thread_local` (lib) [INFO] [stderr] error: failed to run custom build command for `typenum v1.11.2` [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/typenum-a6582f1e957b0da2/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-env=TYPENUM_BUILD_OP=/opt/rustwide/target/debug/build/typenum-b05a50ed4b380a72/out/consts.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.11.2/build/main.rs:177:14: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559ee5186635 - std::backtrace_rs::backtrace::libunwind::trace::h61116d03067df446 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x559ee5186635 - std::backtrace_rs::backtrace::trace_unsynchronized::h3d36ae431f013082 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559ee5186635 - std::sys::backtrace::_print_fmt::h3d0f6ed3509b7c9a [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/sys/backtrace.rs:68:5 [INFO] [stderr] 3: 0x559ee5186635 - ::fmt::h722d6a04516b0c2f [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/sys/backtrace.rs:44:22 [INFO] [stderr] 4: 0x559ee51a48cb - core::fmt::rt::Argument::fmt::h9dab69e567c79c75 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x559ee51a48cb - core::fmt::write::h88085a0c65cb7540 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/core/src/fmt/mod.rs:1168:21 [INFO] [stderr] 6: 0x559ee51841cf - std::io::Write::write_fmt::h2f83ad5a22007f16 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/io/mod.rs:1835:15 [INFO] [stderr] 7: 0x559ee518640e - std::sys::backtrace::_print::hf523885703e09e2c [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/sys/backtrace.rs:47:5 [INFO] [stderr] 8: 0x559ee518640e - std::sys::backtrace::print::hffd071ac45353aa0 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/sys/backtrace.rs:34:9 [INFO] [stderr] 9: 0x559ee51877a9 - std::panicking::default_hook::{{closure}}::heb5bca35b432ba34 [INFO] [stderr] 10: 0x559ee518754c - std::panicking::default_hook::hdedc92ba5cdce97f [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x559ee5187cd1 - std::panicking::rust_panic_with_hook::hf5042519399a6694 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:793:13 [INFO] [stderr] 12: 0x559ee5187bc7 - std::panicking::begin_panic_handler::{{closure}}::h75291793181fea78 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:667:13 [INFO] [stderr] 13: 0x559ee5186af9 - std::sys::backtrace::__rust_end_short_backtrace::h11f77f46456167a3 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/sys/backtrace.rs:171:18 [INFO] [stderr] 14: 0x559ee5187874 - rust_begin_unwind [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:658:5 [INFO] [stderr] 15: 0x559ee51a3ad3 - core::panicking::panic_fmt::h9121f17239ff574e [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/core/src/panicking.rs:74:14 [INFO] [stderr] 16: 0x559ee51a3ec6 - core::result::unwrap_failed::h57b92218f84404fd [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/core/src/result.rs:1679:5 [INFO] [stderr] 17: 0x559ee5163a2b - build_script_main::main::hd93afdb054176da8 [INFO] [stderr] 18: 0x559ee5160463 - core::ops::function::FnOnce::call_once::hedb300867a98c50b [INFO] [stderr] 19: 0x559ee515fb76 - std::sys::backtrace::__rust_begin_short_backtrace::h2c018387de93f3f9 [INFO] [stderr] 20: 0x559ee515f9d9 - std::rt::lang_start::{{closure}}::h0fc439201c36f2f6 [INFO] [stderr] 21: 0x559ee5181522 - core::ops::function::impls:: for &F>::call_once::he10da2dce55ceea8 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x559ee5181522 - std::panicking::try::do_call::h50a70d8900936f97 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:553:40 [INFO] [stderr] 23: 0x559ee5181522 - std::panicking::try::h6caed4e57c0e7f00 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:517:19 [INFO] [stderr] 24: 0x559ee5181522 - std::panic::catch_unwind::h2b6286d10ec37b2c [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panic.rs:350:14 [INFO] [stderr] 25: 0x559ee5181522 - std::rt::lang_start_internal::{{closure}}::hbe7ca01b55065949 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/rt.rs:141:48 [INFO] [stderr] 26: 0x559ee5181522 - std::panicking::try::do_call::h0d69379eb180f02e [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:553:40 [INFO] [stderr] 27: 0x559ee5181522 - std::panicking::try::h728c47f4a184775d [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panicking.rs:517:19 [INFO] [stderr] 28: 0x559ee5181522 - std::panic::catch_unwind::h2e6043c24cf46353 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/panic.rs:350:14 [INFO] [stderr] 29: 0x559ee5181522 - std::rt::lang_start_internal::haab369c5c6eeda86 [INFO] [stderr] at /rustc/397f8958d101b259f6baaf92d107d770c95c3ce0/library/std/src/rt.rs:141:20 [INFO] [stderr] 30: 0x559ee515f9b7 - std::rt::lang_start::hd05c429cd9aff835 [INFO] [stderr] 31: 0x559ee5163ae5 - main [INFO] [stderr] 32: 0x7f1da0f15d90 - [INFO] [stderr] 33: 0x7f1da0f15e40 - __libc_start_main [INFO] [stderr] 34: 0x559ee515eb95 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetarr1KTS" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/regex_syntax-1705cb531ea0a9af.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (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/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcJA8iPB/symbols.o" "/opt/rustwide/target/debug/build/indexmap-60d286cc4b8076d3/build_script_build-60d286cc4b8076d3.build_script_build.c2c9afe52c940dbf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/indexmap-60d286cc4b8076d3/build_script_build-60d286cc4b8076d3.3iij96rawfaxj19y41b227ov7.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-6af0c2842813283f.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9f4544d1e1cf245e.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5c2158c1682442e0.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-404d0b40d67de09f.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e07eeabf48db885c.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c92423f648579064.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-8dab5299a97564ae.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-65891f932666bb65.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-b2634d236d77b88a.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-38ef4997455a5e72.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b2e6b39d803e65fe.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-670f2ef8c6803edf.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-e599f337a82d59c4.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-acbe32895031f6bc.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e21e611894cf2844.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-1f7e19b44251c73e.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4d7d16bbf0636a40.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/397f8958d101b259f6baaf92d107d770c95c3ce0/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/build/indexmap-60d286cc4b8076d3/build_script_build-60d286cc4b8076d3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [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 `indexmap` (build script) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9HRnYU/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetasyDlS8/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "e9d4dfbca8f30c2202671a874525f21df3bfdb487db816e616ec5d3ad6a7b593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9d4dfbca8f30c2202671a874525f21df3bfdb487db816e616ec5d3ad6a7b593", kill_on_drop: false }` [INFO] [stdout] e9d4dfbca8f30c2202671a874525f21df3bfdb487db816e616ec5d3ad6a7b593