[INFO] cloning repository https://github.com/mozartilize/scylla-cdc-raft-consumers
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mozartilize/scylla-cdc-raft-consumers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozartilize%2Fscylla-cdc-raft-consumers", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozartilize%2Fscylla-cdc-raft-consumers'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d795f670fa85872b9a7975d09d46da2d6b2d46d
[INFO] checking mozartilize/scylla-cdc-raft-consumers against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozartilize%2Fscylla-cdc-raft-consumers" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mozartilize/scylla-cdc-raft-consumers
[INFO] finished tweaking git repo https://github.com/mozartilize/scylla-cdc-raft-consumers
[INFO] tweaked toml for git repo https://github.com/mozartilize/scylla-cdc-raft-consumers written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mozartilize/scylla-cdc-raft-consumers on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mozartilize/scylla-cdc-raft-consumers already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded raft-proto v0.7.0
[INFO] [stderr]   Downloaded slog-async v2.8.0
[INFO] [stderr]   Downloaded slog-term v2.9.1
[INFO] [stderr]   Downloaded tonic v0.9.2
[INFO] [stderr]   Downloaded raft v0.7.0
[INFO] [stderr]   Downloaded protobuf-build v0.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb25ecb73b19ff5979aecadfd5d85c76a42ec876a78e2b10b6be82f4ff7561e1
[INFO] running `Command { std: "docker" "start" "-a" "eb25ecb73b19ff5979aecadfd5d85c76a42ec876a78e2b10b6be82f4ff7561e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb25ecb73b19ff5979aecadfd5d85c76a42ec876a78e2b10b6be82f4ff7561e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb25ecb73b19ff5979aecadfd5d85c76a42ec876a78e2b10b6be82f4ff7561e1", kill_on_drop: false }`
[INFO] [stdout] eb25ecb73b19ff5979aecadfd5d85c76a42ec876a78e2b10b6be82f4ff7561e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ef6f30ee0d36e3603e04b073cf28a2abf81fa1d2ae8132c8b0804cadc9f6ce8
[INFO] running `Command { std: "docker" "start" "-a" "1ef6f30ee0d36e3603e04b073cf28a2abf81fa1d2ae8132c8b0804cadc9f6ce8", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking slog-scope v4.4.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking slog-stdlog v4.1.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]     Checking slog-envlogger v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]    Compiling protobuf-build v0.14.1
[INFO] [stderr]    Compiling tonic-build v0.9.2
[INFO] [stderr]    Compiling raft-proto v0.7.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling raftifun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking raft v0.7.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking tonic v0.9.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "1ef6f30ee0d36e3603e04b073cf28a2abf81fa1d2ae8132c8b0804cadc9f6ce8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ef6f30ee0d36e3603e04b073cf28a2abf81fa1d2ae8132c8b0804cadc9f6ce8", kill_on_drop: false }`
[INFO] [stdout] 1ef6f30ee0d36e3603e04b073cf28a2abf81fa1d2ae8132c8b0804cadc9f6ce8
