[INFO] cloning repository https://github.com/dtwitty/charm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dtwitty/charm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtwitty%2Fcharm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtwitty%2Fcharm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e699a3d5ab852d6ccfb9c4a4df128d90cf51a2e
[INFO] checking dtwitty/charm against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtwitty%2Fcharm" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dtwitty/charm
[INFO] finished tweaking git repo https://github.com/dtwitty/charm
[INFO] tweaked toml for git repo https://github.com/dtwitty/charm written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dtwitty/charm on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dtwitty/charm 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" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hyper-timeout v0.5.1
[INFO] [stderr]   Downloaded derive_builder_macro v0.20.1
[INFO] [stderr]   Downloaded choice v0.0.2
[INFO] [stderr]   Downloaded wyrand v0.2.1
[INFO] [stderr]   Downloaded id-set v0.2.2
[INFO] [stderr]   Downloaded derive_builder v0.20.1
[INFO] [stderr]   Downloaded derive_builder_core v0.20.1
[INFO] [stderr]   Downloaded prettyplease v0.2.17
[INFO] [stderr]   Downloaded turmoil v0.6.3
[INFO] [stderr]   Downloaded stateright v0.30.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04e0f60cb0124574f9b902f83c0a7b3521b4d9aa4d5d35c1570cdd716b8cf102
[INFO] running `Command { std: "docker" "start" "-a" "04e0f60cb0124574f9b902f83c0a7b3521b4d9aa4d5d35c1570cdd716b8cf102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04e0f60cb0124574f9b902f83c0a7b3521b4d9aa4d5d35c1570cdd716b8cf102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04e0f60cb0124574f9b902f83c0a7b3521b4d9aa4d5d35c1570cdd716b8cf102", kill_on_drop: false }`
[INFO] [stdout] 04e0f60cb0124574f9b902f83c0a7b3521b4d9aa4d5d35c1570cdd716b8cf102
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0023d8e5e59f41167bd39b283eb62bd3f48c48844e65adfe158f04255e519c7c
[INFO] running `Command { std: "docker" "start" "-a" "0023d8e5e59f41167bd39b283eb62bd3f48c48844e65adfe158f04255e519c7c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.156
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling prettyplease v0.2.17
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking object v0.36.3
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking clap_builder v4.5.19
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking wyrand v0.2.1
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking choice v0.0.2
[INFO] [stderr]     Checking id-set v0.2.2
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking clap v4.5.19
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling derive_builder_macro v0.20.1
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking derive_builder v0.20.1
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-retry v0.3.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking serde_json v1.0.128
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower v0.5.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking sqlx-core v0.8.2
[INFO] [stderr]     Checking stateright v0.30.2
[INFO] [stderr]    Compiling prost-derive v0.13.3
[INFO] [stderr]     Checking sqlx-sqlite v0.8.2
[INFO] [stderr]    Compiling prost v0.13.3
[INFO] [stderr]    Compiling prost-types v0.13.1
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]    Compiling prost-build v0.13.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]     Checking hyper-util v0.1.9
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling charm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper-timeout v0.5.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stdout] warning: enum `CharmReq` is never used
[INFO] [stdout]   --> tests/linearizability/mod.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum CharmReq {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CharmResp` is never used
[INFO] [stdout]   --> tests/linearizability/mod.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum CharmResp {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CharmSpec` is never constructed
[INFO] [stdout]   --> tests/linearizability/mod.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct CharmSpec {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `update_term_and_index` are never used
[INFO] [stdout]   --> tests/linearizability/mod.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl CharmSpec {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 41 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn update_term_and_index(&mut self, response_header: &Option<ResponseHeader>) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CharmHistory` is never constructed
[INFO] [stdout]    --> tests/linearizability/mod.rs:162:12
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub struct CharmHistory {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `for_client`, `linearize`, and `print_history` are never used
[INFO] [stdout]    --> tests/linearizability/mod.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl CharmHistory {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 168 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn for_client(&self, client_num: u64) -> Arc<Mutex<ClientHistory>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     pub fn linearize(&self) -> Option<Vec<(CharmReq, CharmResp)>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     pub fn print_history(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CharmReqResp` is never used
[INFO] [stdout]    --> tests/linearizability/mod.rs:201:10
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub enum CharmReqResp {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClientHistory` is never constructed
[INFO] [stdout]    --> tests/linearizability/mod.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct ClientHistory {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `on_invoke`, `on_return`, and `history` are never used
[INFO] [stdout]    --> tests/linearizability/mod.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout] 213 | impl ClientHistory {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] 214 |     pub fn new(client_num: u64, charm_history: CharmHistory) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |     pub fn on_invoke(&mut self, op: CharmReq) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     pub fn on_return(&mut self, ret: CharmResp) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn history(&self) -> Vec<CharmReqResp> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClusterCrashSchedule` is never constructed
[INFO] [stdout]    --> tests/timing/mod.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub struct ClusterCrashSchedule<T, R> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `advance` are never used
[INFO] [stdout]    --> tests/timing/mod.rs:176:12
[INFO] [stdout]     |
[INFO] [stdout] 175 | impl<R: RngCore + Clone, T: Clone> ClusterCrashSchedule<T, R> {
[INFO] [stdout]     | ------------------------------------------------------------- associated items in this implementation
[INFO] [stdout] 176 |     pub fn new(mut rng: R, nodes: Vec<T>, crash_interval_mean: Duration, recover_time_mean: Duration, recover_time_stddev: Duration...
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub fn advance(&mut self, elapsed: Duration) -> Vec<(T, CrashEvent)> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.16s
[INFO] running `Command { std: "docker" "inspect" "0023d8e5e59f41167bd39b283eb62bd3f48c48844e65adfe158f04255e519c7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0023d8e5e59f41167bd39b283eb62bd3f48c48844e65adfe158f04255e519c7c", kill_on_drop: false }`
[INFO] [stdout] 0023d8e5e59f41167bd39b283eb62bd3f48c48844e65adfe158f04255e519c7c
