[INFO] cloning repository https://github.com/nlv8/agreed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nlv8/agreed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3a10e4e19fa626c400ddd8619543e08db4b177cf [INFO] testing nlv8/agreed against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nlv8/agreed on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nlv8/agreed [INFO] finished tweaking git repo https://github.com/nlv8/agreed [INFO] tweaked toml for git repo https://github.com/nlv8/agreed written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/nlv8/agreed already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6135556f8836a9513af1c3f9908433b073fa02222dcd3c1df106b32c2b655f5c [INFO] running `Command { std: "docker" "start" "-a" "6135556f8836a9513af1c3f9908433b073fa02222dcd3c1df106b32c2b655f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6135556f8836a9513af1c3f9908433b073fa02222dcd3c1df106b32c2b655f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6135556f8836a9513af1c3f9908433b073fa02222dcd3c1df106b32c2b655f5c", kill_on_drop: false }` [INFO] [stdout] 6135556f8836a9513af1c3f9908433b073fa02222dcd3c1df106b32c2b655f5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13089d9a6b236f62320ccbf80721aa16f136423b72a96ac63a9faa6e920c4c1d [INFO] running `Command { std: "docker" "start" "-a" "13089d9a6b236f62320ccbf80721aa16f136423b72a96ac63a9faa6e920c4c1d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling agreed v1.1.0 (/opt/rustwide/workdir/agreed) [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stdout] warning: field is never read: `is_at_line_rate` [INFO] [stdout] --> agreed/src/core/mod.rs:735:5 [INFO] [stdout] | [INFO] [stdout] 735 | pub is_at_line_rate: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.36s [INFO] running `Command { std: "docker" "inspect" "13089d9a6b236f62320ccbf80721aa16f136423b72a96ac63a9faa6e920c4c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13089d9a6b236f62320ccbf80721aa16f136423b72a96ac63a9faa6e920c4c1d", kill_on_drop: false }` [INFO] [stdout] 13089d9a6b236f62320ccbf80721aa16f136423b72a96ac63a9faa6e920c4c1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 791b115e9e4bdae60e64a2f2a488257f1fd8034efd60f8ef94ff9ba055f17497 [INFO] running `Command { std: "docker" "start" "-a" "791b115e9e4bdae60e64a2f2a488257f1fd8034efd60f8ef94ff9ba055f17497", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stdout] warning: field is never read: `is_at_line_rate` [INFO] [stdout] --> agreed/src/core/mod.rs:735:5 [INFO] [stdout] | [INFO] [stdout] 735 | pub is_at_line_rate: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed v1.1.0 (/opt/rustwide/workdir/agreed) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stdout] warning: field is never read: `is_at_line_rate` [INFO] [stdout] --> agreed/src/core/mod.rs:735:5 [INFO] [stdout] | [INFO] [stdout] 735 | pub is_at_line_rate: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-integration-tests v1.1.0 (/opt/rustwide/workdir/agreed-integration-tests) [INFO] [stderr] error: could not compile `agreed-integration-tests` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name compaction --edition=2018 agreed-integration-tests/tests/compaction.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9c7837118940e378 -C extra-filename=-9c7837118940e378 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern agreed=/opt/rustwide/target/debug/deps/libagreed-decde01dabd95ebd.rlib --extern agreed_memstore=/opt/rustwide/target/debug/deps/libagreed_memstore-bc1fc42ebe2739ce.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-cecfca1474748564.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-12ed6336d5550624.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-d756a69163f1ed00.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-7dad104852e710a7.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-2620fe05d4096eb1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-062ec20cca67060d.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-9d248c194ba5cb64.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-8e07131f88a15f9f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7bfb46bd80a304aa.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-82a53219f3a3a5aa.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-791d668b84cb5d65.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-72d30287a20f97c0.rlib --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-77f886defd34b5a4.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-b4c518775b9ad6f4.rlib --cap-lints=forbid` (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" "791b115e9e4bdae60e64a2f2a488257f1fd8034efd60f8ef94ff9ba055f17497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "791b115e9e4bdae60e64a2f2a488257f1fd8034efd60f8ef94ff9ba055f17497", kill_on_drop: false }` [INFO] [stdout] 791b115e9e4bdae60e64a2f2a488257f1fd8034efd60f8ef94ff9ba055f17497