[INFO] cloning repository https://github.com/stanistan/reverse-proxy-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stanistan/reverse-proxy-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fca1632bc22b249206804181ab5ea41a93757fb7 [INFO] testing stanistan/reverse-proxy-rs against master#9e297bf54d31eb3b30067208ff9af4416945a2ed for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stanistan/reverse-proxy-rs on toolchain 9e297bf54d31eb3b30067208ff9af4416945a2ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stanistan/reverse-proxy-rs [INFO] finished tweaking git repo https://github.com/stanistan/reverse-proxy-rs [INFO] tweaked toml for git repo https://github.com/stanistan/reverse-proxy-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/stanistan/reverse-proxy-rs 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" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 585fdec5362caaf0ddf8b9c3cfc7d81f71d19f98d202bde129814c2200c2f1d2 [INFO] running `Command { std: "docker" "start" "-a" "585fdec5362caaf0ddf8b9c3cfc7d81f71d19f98d202bde129814c2200c2f1d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "585fdec5362caaf0ddf8b9c3cfc7d81f71d19f98d202bde129814c2200c2f1d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "585fdec5362caaf0ddf8b9c3cfc7d81f71d19f98d202bde129814c2200c2f1d2", kill_on_drop: false }` [INFO] [stdout] 585fdec5362caaf0ddf8b9c3cfc7d81f71d19f98d202bde129814c2200c2f1d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa9a5f68891548d60a337659d2fc2ea7dd531bcb1fea3f0f2c71d865556f1f9b [INFO] running `Command { std: "docker" "start" "-a" "fa9a5f68891548d60a337659d2fc2ea7dd531bcb1fea3f0f2c71d865556f1f9b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling futures v0.1.21 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cc v1.0.15 [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling scoped-tls v0.1.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling base64 v0.9.1 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling httparse v1.2.4 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Compiling openssl-sys v0.9.30 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: openssl-sys@0.9.30: /opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:4:24: error: pasting "RUST_VERSION_OPENSSL_" and "(" does not give a valid preprocessing token [INFO] [stderr] warning: openssl-sys@0.9.30: 4 | #define VERSION2(n, v) RUST_VERSION_ ## n ## _ ## v [INFO] [stderr] warning: openssl-sys@0.9.30: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: openssl-sys@0.9.30: /opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:5:23: note: in expansion of macro 'VERSION2' [INFO] [stderr] warning: openssl-sys@0.9.30: 5 | #define VERSION(n, v) VERSION2(n, v) [INFO] [stderr] warning: openssl-sys@0.9.30: | ^~~~~~~~ [INFO] [stderr] warning: openssl-sys@0.9.30: /opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:7:1: note: in expansion of macro 'VERSION' [INFO] [stderr] warning: openssl-sys@0.9.30: 7 | VERSION(OPENSSL, OPENSSL_VERSION_NUMBER) [INFO] [stderr] warning: openssl-sys@0.9.30: | ^~~~~~~ [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.30` [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/openssl-sys-4eff1475efe8192a/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_DIR [INFO] [stderr] cargo:rustc-link-lib=ssl [INFO] [stderr] cargo:rustc-link-lib=crypto [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-E" "/opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c" [INFO] [stderr] cargo:warning=/opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:4:24: error: pasting "RUST_VERSION_OPENSSL_" and "(" does not give a valid preprocessing token [INFO] [stderr] cargo:warning= 4 | #define VERSION2(n, v) RUST_VERSION_ ## n ## _ ## v [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=/opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:5:23: note: in expansion of macro 'VERSION2' [INFO] [stderr] cargo:warning= 5 | #define VERSION(n, v) VERSION2(n, v) [INFO] [stderr] cargo:warning= | ^~~~~~~~ [INFO] [stderr] cargo:warning=/opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c:7:1: note: in expansion of macro 'VERSION' [INFO] [stderr] cargo:warning= 7 | VERSION(OPENSSL, OPENSSL_VERSION_NUMBER) [INFO] [stderr] cargo:warning= | ^~~~~~~ [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.30/build.rs:359:13: [INFO] [stderr] [INFO] [stderr] Header expansion error: [INFO] [stderr] Error { kind: ToolExecError, message: "Command \"cc\" \"-O0\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-g\" \"-m64\" \"-Wall\" \"-Wextra\" \"-E\" \"/opt/rustwide/target/debug/build/openssl-sys-7f265993e507afbf/out/expando.c\" with args \"cc\" did not execute successfully (status code exit status: 1)." } [INFO] [stderr] [INFO] [stderr] Failed to find OpenSSL development headers. [INFO] [stderr] [INFO] [stderr] You can try fixing this setting the `OPENSSL_DIR` environment variable [INFO] [stderr] pointing to your OpenSSL installation or installing OpenSSL headers package [INFO] [stderr] specific to your distribution: [INFO] [stderr] [INFO] [stderr] # On Ubuntu [INFO] [stderr] sudo apt-get install libssl-dev [INFO] [stderr] # On Arch Linux [INFO] [stderr] sudo pacman -S openssl [INFO] [stderr] # On Fedora [INFO] [stderr] sudo dnf install openssl-devel [INFO] [stderr] [INFO] [stderr] See rust-openssl README for more information: [INFO] [stderr] [INFO] [stderr] https://github.com/sfackler/rust-openssl#linux [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55629a23ba35 - std::backtrace_rs::backtrace::libunwind::trace::h01616864447d7b30 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x55629a23ba35 - std::backtrace_rs::backtrace::trace_unsynchronized::haf2505f1cce46362 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55629a23ba35 - std::sys_common::backtrace::_print_fmt::h194ca41cc100de5c [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x55629a23ba35 - ::fmt::h0cdf3b9de85168c4 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55629a26074b - core::fmt::rt::Argument::fmt::h4873b1048d9b82db [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x55629a26074b - core::fmt::write::ha4c74c323a0d086c [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/core/src/fmt/mod.rs:1172:21 [INFO] [stderr] 6: 0x55629a238c0f - std::io::Write::write_fmt::h294ecab9c2433d17 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/io/mod.rs:1835:15 [INFO] [stderr] 7: 0x55629a23b80e - std::sys_common::backtrace::_print::h667dd447a835cd2b [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55629a23b80e - std::sys_common::backtrace::print::hd059cf329bebd7b7 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55629a23cdc9 - std::panicking::default_hook::{{closure}}::hcda624442cb26ab2 [INFO] [stderr] 10: 0x55629a23cb6a - std::panicking::default_hook::h1433a4b0280b10c1 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:298:9 [INFO] [stderr] 11: 0x55629a23d2d3 - std::panicking::rust_panic_with_hook::hbbff73039be21b12 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:795:13 [INFO] [stderr] 12: 0x55629a23d1b4 - std::panicking::begin_panic_handler::{{closure}}::hf2d595805aea6208 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:664:13 [INFO] [stderr] 13: 0x55629a23bef9 - std::sys_common::backtrace::__rust_end_short_backtrace::h043134ab1b7436ad [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x55629a23cee7 - rust_begin_unwind [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:652:5 [INFO] [stderr] 15: 0x55629a25f3f3 - core::panicking::panic_fmt::h5e9d189302ee3459 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x55629a1c97fc - build_script_build::validate_headers::h9ca25c6a780f55ba [INFO] [stderr] 17: 0x55629a1c7cbf - build_script_build::try_pkg_config::h79b579e6e0e5a118 [INFO] [stderr] 18: 0x55629a1c6cc8 - build_script_build::find_openssl_dir::h7b7afe2bbd0f649e [INFO] [stderr] 19: 0x55629a1c6aa8 - build_script_build::main::{{closure}}::h837e1027c81d1a78 [INFO] [stderr] 20: 0x55629a1cca23 - core::option::Option::unwrap_or_else::h07d50516b5038ec7 [INFO] [stderr] 21: 0x55629a1c5c1f - build_script_build::main::hfb306de3fd90dd83 [INFO] [stderr] 22: 0x55629a1c2013 - core::ops::function::FnOnce::call_once::hbd81bd957be6cbc7 [INFO] [stderr] 23: 0x55629a1cafe6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0b7f4983dd1f88d9 [INFO] [stderr] 24: 0x55629a1c1be9 - std::rt::lang_start::{{closure}}::hcf962bdfa650067f [INFO] [stderr] 25: 0x55629a2351bd - core::ops::function::impls:: for &F>::call_once::hda90dce4e6bdefe3 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 26: 0x55629a2351bd - std::panicking::try::do_call::h3daba970910de455 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:559:40 [INFO] [stderr] 27: 0x55629a2351bd - std::panicking::try::h757722b8238f308f [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:523:19 [INFO] [stderr] 28: 0x55629a2351bd - std::panic::catch_unwind::ha9a0dfc89bdcbc44 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panic.rs:149:14 [INFO] [stderr] 29: 0x55629a2351bd - std::rt::lang_start_internal::{{closure}}::hd3df972b7066ec2f [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/rt.rs:141:48 [INFO] [stderr] 30: 0x55629a2351bd - std::panicking::try::do_call::hd363832e82cac377 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:559:40 [INFO] [stderr] 31: 0x55629a2351bd - std::panicking::try::h0048ebc9f2bbe376 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panicking.rs:523:19 [INFO] [stderr] 32: 0x55629a2351bd - std::panic::catch_unwind::he639275a09c5d3f2 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/panic.rs:149:14 [INFO] [stderr] 33: 0x55629a2351bd - std::rt::lang_start_internal::h1d4e04e0996cd2a8 [INFO] [stderr] at /rustc/9e297bf54d31eb3b30067208ff9af4416945a2ed/library/std/src/rt.rs:141:20 [INFO] [stderr] 34: 0x55629a1c1bc7 - std::rt::lang_start::h860b269e8c84ef35 [INFO] [stderr] 35: 0x55629a1ca925 - main [INFO] [stderr] 36: 0x7fd2a314fd90 - [INFO] [stderr] 37: 0x7fd2a314fe40 - __libc_start_main [INFO] [stderr] 38: 0x55629a1c0dc5 - _start [INFO] [stderr] 39: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `futures` (lib) [INFO] running `Command { std: "docker" "inspect" "fa9a5f68891548d60a337659d2fc2ea7dd531bcb1fea3f0f2c71d865556f1f9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa9a5f68891548d60a337659d2fc2ea7dd531bcb1fea3f0f2c71d865556f1f9b", kill_on_drop: false }` [INFO] [stdout] fa9a5f68891548d60a337659d2fc2ea7dd531bcb1fea3f0f2c71d865556f1f9b [INFO] testing stanistan/reverse-proxy-rs against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stanistan/reverse-proxy-rs on toolchain 61a9ac64344e91d62f5496627ff363d177f9daab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stanistan/reverse-proxy-rs [INFO] finished tweaking git repo https://github.com/stanistan/reverse-proxy-rs [INFO] tweaked toml for git repo https://github.com/stanistan/reverse-proxy-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/stanistan/reverse-proxy-rs 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" "+61a9ac64344e91d62f5496627ff363d177f9daab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] testing stanistan/reverse-proxy-rs against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/state.rs [INFO] [stderr] fatal: unable to checkout working tree [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing stanistan/reverse-proxy-rs against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/state.rs [INFO] [stderr] fatal: unable to checkout working tree [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing stanistan/reverse-proxy-rs against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/mime_types.rs [INFO] [stderr] error: unable to write file src/state.rs [INFO] [stderr] fatal: unable to checkout working tree [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing stanistan/reverse-proxy-rs against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstanistan%2Freverse-proxy-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/mime_types.rs [INFO] [stderr] error: unable to write file src/state.rs [INFO] [stderr] fatal: unable to checkout working tree [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/stanistan/reverse-proxy-rs [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.