[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 beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nlv8/agreed 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/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-0/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" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 4401ab1e1e9b5781b7386f37e521195ad98e6e784aa8cbdefbe8fd25f2590650 [INFO] running `Command { std: "docker" "start" "-a" "4401ab1e1e9b5781b7386f37e521195ad98e6e784aa8cbdefbe8fd25f2590650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4401ab1e1e9b5781b7386f37e521195ad98e6e784aa8cbdefbe8fd25f2590650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4401ab1e1e9b5781b7386f37e521195ad98e6e784aa8cbdefbe8fd25f2590650", kill_on_drop: false }` [INFO] [stdout] 4401ab1e1e9b5781b7386f37e521195ad98e6e784aa8cbdefbe8fd25f2590650 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] ded8048b9a3cef26bc38fd2a3770179aab5409a1bc9d2c28df837cb291603c30 [INFO] running `Command { std: "docker" "start" "-a" "ded8048b9a3cef26bc38fd2a3770179aab5409a1bc9d2c28df837cb291603c30", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling quote v1.0.9 [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 pin-project-internal v1.0.7 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [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 agreed v1.1.0 (/opt/rustwide/workdir/agreed) [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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.67s [INFO] running `Command { std: "docker" "inspect" "ded8048b9a3cef26bc38fd2a3770179aab5409a1bc9d2c28df837cb291603c30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ded8048b9a3cef26bc38fd2a3770179aab5409a1bc9d2c28df837cb291603c30", kill_on_drop: false }` [INFO] [stdout] ded8048b9a3cef26bc38fd2a3770179aab5409a1bc9d2c28df837cb291603c30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b128dd3beef665d4df42accc282339511a399efff72113fcad184b25cbbb47b6 [INFO] running `Command { std: "docker" "start" "-a" "b128dd3beef665d4df42accc282339511a399efff72113fcad184b25cbbb47b6", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling agreed v1.1.0 (/opt/rustwide/workdir/agreed) [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling regex v1.5.4 [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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stdout] warning: 1 warning 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 client_writes --edition=2018 agreed-integration-tests/tests/client_writes.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=5c70e23d7e0b5181 -C extra-filename=-5c70e23d7e0b5181 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern agreed=/opt/rustwide/target/debug/deps/libagreed-2a126e7c5c9288be.rlib --extern agreed_memstore=/opt/rustwide/target/debug/deps/libagreed_memstore-a7f3b7a6cacf165b.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c372830c9f522dbc.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-617e6aa8ec0918dd.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-4e511364af916539.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-d77a826c6caef756.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-7b5b184081e8655b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-bc67c6553eced8b0.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9dd3ab93af048dfe.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-49b8a054fdf78394.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0f525c281390ab38.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-0c4e6678aec3b4ab.rlib --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-d74b4bb5faae1120.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-b69c2749cf7cf83e.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" "b128dd3beef665d4df42accc282339511a399efff72113fcad184b25cbbb47b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b128dd3beef665d4df42accc282339511a399efff72113fcad184b25cbbb47b6", kill_on_drop: false }` [INFO] [stdout] b128dd3beef665d4df42accc282339511a399efff72113fcad184b25cbbb47b6