[INFO] cloning repository https://github.com/hatoo/kon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hatoo/kon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fkon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fkon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e80efea2fd848a7a820662ff1f67816005656865 [INFO] testing hatoo/kon against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fkon" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hatoo/kon on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hatoo/kon [INFO] finished tweaking git repo https://github.com/hatoo/kon [INFO] tweaked toml for git repo https://github.com/hatoo/kon written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/hatoo/kon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rlimit v0.7.0 [INFO] [stderr] Downloaded utf8-width v0.1.6 [INFO] [stderr] Downloaded get-port v4.0.0 [INFO] [stderr] Downloaded trust-dns-resolver v0.21.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5b97f48f97c7f4fb713c8acec041d115afe708c455f070e16a6d5ed09746a9e [INFO] running `Command { std: "docker" "start" "-a" "c5b97f48f97c7f4fb713c8acec041d115afe708c455f070e16a6d5ed09746a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5b97f48f97c7f4fb713c8acec041d115afe708c455f070e16a6d5ed09746a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b97f48f97c7f4fb713c8acec041d115afe708c455f070e16a6d5ed09746a9e", kill_on_drop: false }` [INFO] [stdout] c5b97f48f97c7f4fb713c8acec041d115afe708c455f070e16a6d5ed09746a9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b42933a3ea61e89d09f8f1461c40ebcbbc2398367df2a333b53db909f400c4e3 [INFO] running `Command { std: "docker" "start" "-a" "b42933a3ea61e89d09f8f1461c40ebcbbc2398367df2a333b53db909f400c4e3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling ipnet v2.4.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.23 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling byte-unit v4.0.14 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling easy-cast v0.4.4 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rlimit v0.7.0 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling average v0.13.1 [INFO] [stderr] Compiling crossterm v0.22.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tui v0.17.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling clap_derive v3.1.4 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling clap v3.1.6 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling trust-dns-proto v0.21.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.12 [INFO] [stderr] Compiling trust-dns-resolver v0.21.1 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling oha v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.42s [INFO] running `Command { std: "docker" "inspect" "b42933a3ea61e89d09f8f1461c40ebcbbc2398367df2a333b53db909f400c4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b42933a3ea61e89d09f8f1461c40ebcbbc2398367df2a333b53db909f400c4e3", kill_on_drop: false }` [INFO] [stdout] b42933a3ea61e89d09f8f1461c40ebcbbc2398367df2a333b53db909f400c4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3794ff2be9ce7afb79641e6a26beff7f7e52b780ce36c3c799f32f7c984015e2 [INFO] running `Command { std: "docker" "start" "-a" "3794ff2be9ce7afb79641e6a26beff7f7e52b780ce36c3c799f32f7c984015e2", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling get-port v4.0.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling clap v3.1.6 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling assert_cmd v2.0.4 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling headers v0.3.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling trust-dns-proto v0.21.1 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling h2 v0.3.12 [INFO] [stderr] Compiling trust-dns-resolver v0.21.1 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling oha v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `oha` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tests --edition=2021 tests/tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=3b56397dac761588 -C extra-filename=-3b56397dac761588 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-2d9de639ab954a37.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-dfc86fb8c3a43d35.rlib --extern average=/opt/rustwide/target/debug/deps/libaverage-36e32bfa95489b3d.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib --extern byte_unit=/opt/rustwide/target/debug/deps/libbyte_unit-f55a0a5dadcd897e.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-59116c3d90e42d31.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-11edd73f87eb97e2.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-d2225267c06f7aea.rlib --extern float_ord=/opt/rustwide/target/debug/deps/libfloat_ord-1c4ffe5ec7456fb5.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-6ee8eb9fad50d0fd.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-7a616e61c9bfac0e.rlib --extern get_port=/opt/rustwide/target/debug/deps/libget_port-c1314742b08cd8fd.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-93a1c42252453b75.rlib --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-0f10f859de6db1c9.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-ef823c2cd6c1f219.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-ece9f6c8188c588f.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-97c107e46c1f411c.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-81ada519edc71997.rlib --extern rlimit=/opt/rustwide/target/debug/deps/librlimit-63d5fa87630746f6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c845950f41cfd786.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-71587dcc02619c85.rlib --extern tokio_native_tls=/opt/rustwide/target/debug/deps/libtokio_native_tls-f42f18f68036acf2.rlib --extern trust_dns_resolver=/opt/rustwide/target/debug/deps/libtrust_dns_resolver-6fbefcd975233b3a.rlib --extern tui=/opt/rustwide/target/debug/deps/libtui-a30c672234c664d5.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-c1e361181c2d38e8.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3794ff2be9ce7afb79641e6a26beff7f7e52b780ce36c3c799f32f7c984015e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3794ff2be9ce7afb79641e6a26beff7f7e52b780ce36c3c799f32f7c984015e2", kill_on_drop: false }` [INFO] [stdout] 3794ff2be9ce7afb79641e6a26beff7f7e52b780ce36c3c799f32f7c984015e2