[INFO] cloning repository https://github.com/xenji/kafka-topic-analyzer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xenji/kafka-topic-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxenji%2Fkafka-topic-analyzer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxenji%2Fkafka-topic-analyzer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5666ec196df0ca7ff991e8aa8aa9314eb691b6e9 [INFO] testing xenji/kafka-topic-analyzer against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxenji%2Fkafka-topic-analyzer" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xenji/kafka-topic-analyzer on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xenji/kafka-topic-analyzer [INFO] finished tweaking git repo https://github.com/xenji/kafka-topic-analyzer [INFO] tweaked toml for git repo https://github.com/xenji/kafka-topic-analyzer written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/xenji/kafka-topic-analyzer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba6889eb9fe9db3cc3152e296476e4fe2bf64852308fc7b763620fb7d254a673 [INFO] running `Command { std: "docker" "start" "-a" "ba6889eb9fe9db3cc3152e296476e4fe2bf64852308fc7b763620fb7d254a673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba6889eb9fe9db3cc3152e296476e4fe2bf64852308fc7b763620fb7d254a673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba6889eb9fe9db3cc3152e296476e4fe2bf64852308fc7b763620fb7d254a673", kill_on_drop: false }` [INFO] [stdout] ba6889eb9fe9db3cc3152e296476e4fe2bf64852308fc7b763620fb7d254a673 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5227b94da3c399dc02d41ac66a49c5e905872817836c56626a08f7eedcbb8e5 [INFO] running `Command { std: "docker" "start" "-a" "d5227b94da3c399dc02d41ac66a49c5e905872817836c56626a08f7eedcbb8e5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling once_cell v1.6.0 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling futures-io v0.3.12 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rdkafka-sys v3.0.0+1.6.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling console v0.14.0 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] error: could not compile `futures-util` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.12/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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="proc-macro-hack"' --cfg 'feature="proc-macro-nested"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=299261eb38f7fc22 -C extra-filename=-299261eb38f7fc22 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-bdce6bffe0446a4b.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-d96669de92502343.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-b0258cdd4db9862e.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-8d7d71fffc1f39b0.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-0e05d3e1b7d54348.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-e81eb5106c51ccd3.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-275fdcd738f7a94e.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b9d2d58497d450ff.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rmeta --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-74095d1a79241a04.so --extern proc_macro_nested=/opt/rustwide/target/debug/deps/libproc_macro_nested-a7395e98451d1042.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rmeta --cap-lints allow --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" "d5227b94da3c399dc02d41ac66a49c5e905872817836c56626a08f7eedcbb8e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5227b94da3c399dc02d41ac66a49c5e905872817836c56626a08f7eedcbb8e5", kill_on_drop: false }` [INFO] [stdout] d5227b94da3c399dc02d41ac66a49c5e905872817836c56626a08f7eedcbb8e5