[INFO] cloning repository https://github.com/gospodin66/multi-threaded-tcp-http [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gospodin66/multi-threaded-tcp-http" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgospodin66%2Fmulti-threaded-tcp-http", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgospodin66%2Fmulti-threaded-tcp-http'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dfc6a8f594dfcc67f461a9bc2f47b09036be5629 [INFO] building gospodin66/multi-threaded-tcp-http against try#8e6760e82a081fb624e777d52ef744c1def2f593 for pr-105577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgospodin66%2Fmulti-threaded-tcp-http" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gospodin66/multi-threaded-tcp-http on toolchain 8e6760e82a081fb624e777d52ef744c1def2f593 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e6760e82a081fb624e777d52ef744c1def2f593" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gospodin66/multi-threaded-tcp-http [INFO] finished tweaking git repo https://github.com/gospodin66/multi-threaded-tcp-http [INFO] tweaked toml for git repo https://github.com/gospodin66/multi-threaded-tcp-http written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/gospodin66/multi-threaded-tcp-http already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e6760e82a081fb624e777d52ef744c1def2f593" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+8e6760e82a081fb624e777d52ef744c1def2f593" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38eec6c2231056ffc9e30387ff08fc46575906b2b710bfa1415f68e9ccae3b17 [INFO] running `Command { std: "docker" "start" "-a" "38eec6c2231056ffc9e30387ff08fc46575906b2b710bfa1415f68e9ccae3b17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38eec6c2231056ffc9e30387ff08fc46575906b2b710bfa1415f68e9ccae3b17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38eec6c2231056ffc9e30387ff08fc46575906b2b710bfa1415f68e9ccae3b17", kill_on_drop: false }` [INFO] [stdout] 38eec6c2231056ffc9e30387ff08fc46575906b2b710bfa1415f68e9ccae3b17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+8e6760e82a081fb624e777d52ef744c1def2f593" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25c0fbb1054ea1ef0afa1501755cb885603d27e423f4560a575bea7be4b77d13 [INFO] running `Command { std: "docker" "start" "-a" "25c0fbb1054ea1ef0afa1501755cb885603d27e423f4560a575bea7be4b77d13", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling crossbeam-utils v0.8.13 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling frunk_core v0.4.1 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling clang-sys v1.4.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling openssl-sys v0.9.77 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.12 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling polling v2.5.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.88 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling subprocess v0.2.9 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Compiling cmake v0.1.49 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling openssl v0.10.42 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling rust_decimal v1.26.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling frunk_proc_macro_helpers v0.1.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.7 [INFO] [stderr] Compiling universal-hash v0.5.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling cipher v0.4.3 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling io-enum v1.0.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] error: could not compile `clang-sys` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clang_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=5720acff39806c12 -C extra-filename=-5720acff39806c12 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glob=/opt/rustwide/target/debug/deps/libglob-d3943553b96703d7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-be771ccdf8acea64.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-8b61bfc587b6172f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "25c0fbb1054ea1ef0afa1501755cb885603d27e423f4560a575bea7be4b77d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25c0fbb1054ea1ef0afa1501755cb885603d27e423f4560a575bea7be4b77d13", kill_on_drop: false }` [INFO] [stdout] 25c0fbb1054ea1ef0afa1501755cb885603d27e423f4560a575bea7be4b77d13