[INFO] cloning repository https://github.com/codingsasi/warmer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codingsasi/warmer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodingsasi%2Fwarmer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodingsasi%2Fwarmer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fbf44dd47de28268fd202db07610005fdf188e9a [INFO] checking codingsasi/warmer against try#411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51 for pr-138844 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodingsasi%2Fwarmer" "/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/codingsasi/warmer on toolchain 411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/codingsasi/warmer [INFO] finished tweaking git repo https://github.com/codingsasi/warmer [INFO] tweaked toml for git repo https://github.com/codingsasi/warmer written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/codingsasi/warmer 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" "+411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51" "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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da503f20c491d658ff0cff402f7a4d94295c93fe6cb97fd5b47582a7f5b2248b [INFO] running `Command { std: "docker" "start" "-a" "da503f20c491d658ff0cff402f7a4d94295c93fe6cb97fd5b47582a7f5b2248b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da503f20c491d658ff0cff402f7a4d94295c93fe6cb97fd5b47582a7f5b2248b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da503f20c491d658ff0cff402f7a4d94295c93fe6cb97fd5b47582a7f5b2248b", kill_on_drop: false }` [INFO] [stdout] da503f20c491d658ff0cff402f7a4d94295c93fe6cb97fd5b47582a7f5b2248b [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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecd35474ec68f75b582f8fc2393e005b18193e8b5106c828c4c094f3fc9321cb [INFO] running `Command { std: "docker" "start" "-a" "ecd35474ec68f75b582f8fc2393e005b18193e8b5106c828c4c094f3fc9321cb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Checking dtoa v1.0.9 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking dtoa-short v0.3.4 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling curl v0.4.44 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking anstyle v1.0.2 [INFO] [stderr] Checking servo_arc v0.1.1 [INFO] [stderr] Checking concurrent-queue v2.2.0 [INFO] [stderr] Checking anstream v0.5.0 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking parking v2.1.0 [INFO] [stderr] Compiling isahc v1.7.2 [INFO] [stderr] Checking clap_lex v0.5.1 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking thin-slice v0.1.1 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling syn v2.0.31 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Checking sluice v0.5.5 [INFO] [stderr] Checking clap_builder v4.4.2 [INFO] [stderr] Checking xml-rs v0.8.17 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking ego-tree v0.6.2 [INFO] [stderr] Checking castaway v0.1.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.8+1.55.1 [INFO] [stderr] Compiling libz-sys v1.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.92 [INFO] [stderr] Compiling curl-sys v0.4.65+curl-8.2.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Checking url v2.4.1 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Checking ctrlc v3.4.1 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] error: failed to run custom build command for `markup5ever v0.11.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/markup5ever-9397d1cce736f492/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.11.0/build.rs:130:6: [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: 0x6325ff5ea812 - std::backtrace_rs::backtrace::libunwind::trace::h9b01ab5e96434ee9 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x6325ff5ea812 - std::backtrace_rs::backtrace::trace_unsynchronized::hc713470c7646453f [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x6325ff5ea812 - std::sys::backtrace::_print_fmt::h59b341e035b55f75 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x6325ff5ea812 - ::fmt::hf749b025165e964d [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x6325ff6094e3 - core::fmt::rt::Argument::fmt::hd5dfdb8918647c9f [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/core/src/fmt/rt.rs:184:76 [INFO] [stderr] 5: 0x6325ff6094e3 - core::fmt::write::h4a574f96a9d7382e [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/core/src/fmt/mod.rs:1480:21 [INFO] [stderr] 6: 0x6325ff5e81e3 - std::io::default_write_fmt::ha8904c5a66eee818 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x6325ff5e81e3 - std::io::Write::write_fmt::h24810564cd14d63f [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x6325ff5ea662 - std::sys::backtrace::BacktraceLock::print::h3fce6557c25b9903 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x6325ff5eb592 - std::panicking::default_hook::{{closure}}::hf7aa835533082ef8 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x6325ff5eb395 - std::panicking::default_hook::h42c31aded63ed9ad [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x6325ff5ebfb2 - std::panicking::rust_panic_with_hook::h0783ca533a34f58b [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x6325ff5ebd3a - std::panicking::begin_panic_handler::{{closure}}::hd0d5b26d1aa5d3a0 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x6325ff5ead09 - std::sys::backtrace::__rust_end_short_backtrace::hd66d1308eb3471df [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x6325ff5eb9cd - __rustc[7f115d6ba3c4705c]::rust_begin_unwind [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x6325ff608760 - core::panicking::panic_fmt::hb5b28a8cae3279f6 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x6325ff608b26 - core::result::unwrap_failed::hbd3a8305cbaf8eaa [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/core/src/result.rs:1704:5 [INFO] [stderr] 17: 0x6325ff5840e8 - build_script_build::named_entities_to_phf::h41cd6efae27324f8 [INFO] [stderr] 18: 0x6325ff5829e1 - build_script_build::main::h10379d410a6af6ca [INFO] [stderr] 19: 0x6325ff586363 - core::ops::function::FnOnce::call_once::h919205914225c58f [INFO] [stderr] 20: 0x6325ff585a36 - std::sys::backtrace::__rust_begin_short_backtrace::h7056184cb6b2fded [INFO] [stderr] 21: 0x6325ff585959 - std::rt::lang_start::{{closure}}::h102ba80e6db28eb2 [INFO] [stderr] 22: 0x6325ff5e5b60 - core::ops::function::impls:: for &F>::call_once::hc8bcddb474c72ed8 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x6325ff5e5b60 - std::panicking::try::do_call::h35100cf7a465182e [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:589:40 [INFO] [stderr] 24: 0x6325ff5e5b60 - std::panicking::try::hccda52e123a40d8a [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:552:19 [INFO] [stderr] 25: 0x6325ff5e5b60 - std::panic::catch_unwind::hea42a80256d5dc6d [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x6325ff5e5b60 - std::rt::lang_start_internal::{{closure}}::hba0bdb12400cae21 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x6325ff5e5b60 - std::panicking::try::do_call::h3f7b6653d02b3d2b [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:589:40 [INFO] [stderr] 28: 0x6325ff5e5b60 - std::panicking::try::h7e0e9d138d09e58f [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panicking.rs:552:19 [INFO] [stderr] 29: 0x6325ff5e5b60 - std::panic::catch_unwind::h400043db3dec9c6a [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x6325ff5e5b60 - std::rt::lang_start_internal::h6f3b1c2fc935d7f0 [INFO] [stderr] at /rustc/411f3ca0d8086d5a27e2aaa79b9ff41f53ab2f51/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x6325ff585941 - std::rt::lang_start::h6c4188799e0c4c3b [INFO] [stderr] 32: 0x6325ff584445 - main [INFO] [stderr] 33: 0x759c5f8b21ca - [INFO] [stderr] 34: 0x759c5f8b228b - __libc_start_main [INFO] [stderr] 35: 0x6325ff57be35 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaGJhx4i" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stderr] warning: libnghttp2-sys@0.1.8+1.55.1: nghttp2/lib/nghttp2_session.c:8424:1: fatal error: error writing to /tmp/ccQ33DZD.s: No space left on device [INFO] [stderr] warning: libnghttp2-sys@0.1.8+1.55.1: 8424 | } [INFO] [stderr] warning: libnghttp2-sys@0.1.8+1.55.1: | ^ [INFO] [stderr] warning: libnghttp2-sys@0.1.8+1.55.1: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `libnghttp2-sys v0.1.8+1.55.1` [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/libnghttp2-sys-ea93ba5b71741d8e/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/sfparse.o" "-c" "nghttp2/lib/sfparse.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_buf.o" "-c" "nghttp2/lib/nghttp2_buf.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_callbacks.o" "-c" "nghttp2/lib/nghttp2_callbacks.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_debug.o" "-c" "nghttp2/lib/nghttp2_debug.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_extpri.o" "-c" "nghttp2/lib/nghttp2_extpri.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_frame.o" "-c" "nghttp2/lib/nghttp2_frame.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_hd.o" "-c" "nghttp2/lib/nghttp2_hd.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_hd_huffman.o" "-c" "nghttp2/lib/nghttp2_hd_huffman.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_hd_huffman_data.o" "-c" "nghttp2/lib/nghttp2_hd_huffman_data.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_helper.o" "-c" "nghttp2/lib/nghttp2_helper.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_http.o" "-c" "nghttp2/lib/nghttp2_http.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_map.o" "-c" "nghttp2/lib/nghttp2_map.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_mem.o" "-c" "nghttp2/lib/nghttp2_mem.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_npn.o" "-c" "nghttp2/lib/nghttp2_npn.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_option.o" "-c" "nghttp2/lib/nghttp2_option.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_outbound_item.o" "-c" "nghttp2/lib/nghttp2_outbound_item.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_pq.o" "-c" "nghttp2/lib/nghttp2_pq.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_priority_spec.o" "-c" "nghttp2/lib/nghttp2_priority_spec.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_queue.o" "-c" "nghttp2/lib/nghttp2_queue.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_rcbuf.o" "-c" "nghttp2/lib/nghttp2_rcbuf.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_session.o" "-c" "nghttp2/lib/nghttp2_session.c" [INFO] [stderr] cargo:warning=nghttp2/lib/nghttp2_session.c:8424:1: fatal error: error writing to /tmp/ccQ33DZD.s: No space left on device [INFO] [stderr] [INFO] [stderr] cargo:warning= 8424 | } [INFO] [stderr] [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "nghttp2/lib/includes" "-I" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_ARPA_INET_H" "-o" "/opt/rustwide/target/debug/build/libnghttp2-sys-58b3f50306300533/out/i/lib/nghttp2/lib/nghttp2_session.o" "-c" "nghttp2/lib/nghttp2_session.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetapX6ok8/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" "ecd35474ec68f75b582f8fc2393e005b18193e8b5106c828c4c094f3fc9321cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecd35474ec68f75b582f8fc2393e005b18193e8b5106c828c4c094f3fc9321cb", kill_on_drop: false }` [INFO] [stdout] ecd35474ec68f75b582f8fc2393e005b18193e8b5106c828c4c094f3fc9321cb