[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] 098225738e97360f1dd44c8d466df63035bb64a7 [INFO] testing hatoo/kon against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2Fkon" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hatoo/kon on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/.cargo/config.toml [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-7/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.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rlimit v0.8.3 [INFO] [stderr] Downloaded get-port v4.0.0 [INFO] [stderr] Downloaded trust-dns-proto v0.22.0 [INFO] [stderr] Downloaded enum-as-inner v0.5.1 [INFO] [stderr] Downloaded trust-dns-resolver v0.22.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 329107be75632513219fc2cc9992045564cd3ee538e0f72d09f7ad1bca8e3470 [INFO] running `Command { std: "docker" "start" "-a" "329107be75632513219fc2cc9992045564cd3ee538e0f72d09f7ad1bca8e3470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "329107be75632513219fc2cc9992045564cd3ee538e0f72d09f7ad1bca8e3470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "329107be75632513219fc2cc9992045564cd3ee538e0f72d09f7ad1bca8e3470", kill_on_drop: false }` [INFO] [stdout] 329107be75632513219fc2cc9992045564cd3ee538e0f72d09f7ad1bca8e3470 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f326b6a89d1ea260fa05825905649189b65720a6980a7f2ce97131336c12644 [INFO] running `Command { std: "docker" "start" "-a" "5f326b6a89d1ea260fa05825905649189b65720a6980a7f2ce97131336c12644", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling syn v1.0.100 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling libm v0.2.5 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.21.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling byte-unit v4.0.14 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rlimit v0.8.3 [INFO] [stderr] Compiling easy-cast v0.4.4 [INFO] [stderr] Compiling spin v0.9.4 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling average v0.13.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tui v0.19.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling enum-as-inner v0.5.1 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling trust-dns-proto v0.22.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling trust-dns-resolver v0.22.0 [INFO] [stderr] Compiling oha v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.73s [INFO] running `Command { std: "docker" "inspect" "5f326b6a89d1ea260fa05825905649189b65720a6980a7f2ce97131336c12644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f326b6a89d1ea260fa05825905649189b65720a6980a7f2ce97131336c12644", kill_on_drop: false }` [INFO] [stdout] 5f326b6a89d1ea260fa05825905649189b65720a6980a7f2ce97131336c12644 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae81ce2b031b55633344e6035dbc642a4e685ed23464ba2e43efb09dad26d83d [INFO] running `Command { std: "docker" "start" "-a" "ae81ce2b031b55633344e6035dbc642a4e685ed23464ba2e43efb09dad26d83d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling get-port v4.0.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling itertools v0.10.4 [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling tokio v1.21.1 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling assert_cmd v2.0.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling trust-dns-proto v0.22.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling tokio-stream v0.1.10 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling trust-dns-resolver v0.22.0 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling oha v0.5.5 (/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 --cfg 'feature="default"' --cfg 'feature="native-tls"' -C metadata=90d54e357574b997 -C extra-filename=-90d54e357574b997 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c18b709cd31fc050.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-a8deee5afdf8a8d2.rlib --extern average=/opt/rustwide/target/debug/deps/libaverage-238ecde26da9dfe3.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2e1af1b02e9f8645.rlib --extern byte_unit=/opt/rustwide/target/debug/deps/libbyte_unit-6c86437063977005.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-775d398d156893b0.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-33f5b5f3b42a7c59.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-4e9a4e2f70e6e1b9.rlib --extern float_ord=/opt/rustwide/target/debug/deps/libfloat_ord-42af71f4e3d7003c.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-14659283916c5be2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-fdee45c0c593533e.rlib --extern get_port=/opt/rustwide/target/debug/deps/libget_port-055f8aa7acdb1e01.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-0937aea24e5fea6b.rlib --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-66b3bf9729fa9dc1.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-0f37c82fa87f8712.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-3a8cd441589d8bb8.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b4f21589705df89b.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-5aa6f97e08af61e2.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-67b083ab018cae98.rlib --extern rlimit=/opt/rustwide/target/debug/deps/librlimit-dd268847415dc54a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-eb2ef5e33d68bb2f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b8eac7274b8333cc.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-e0ede500fee4ba84.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c795047066345e1e.rlib --extern tokio_native_tls=/opt/rustwide/target/debug/deps/libtokio_native_tls-ddbe70154d0581c7.rlib --extern trust_dns_resolver=/opt/rustwide/target/debug/deps/libtrust_dns_resolver-2f0ae9fe1e3db23c.rlib --extern tui=/opt/rustwide/target/debug/deps/libtui-032fce0d212d2de8.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-15d42ca7af98136d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ae81ce2b031b55633344e6035dbc642a4e685ed23464ba2e43efb09dad26d83d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae81ce2b031b55633344e6035dbc642a4e685ed23464ba2e43efb09dad26d83d", kill_on_drop: false }` [INFO] [stdout] ae81ce2b031b55633344e6035dbc642a4e685ed23464ba2e43efb09dad26d83d