[INFO] fetching crate cola-crdt 0.1.1...
[INFO] checking cola-crdt-0.1.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cola-crdt 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate cola-crdt 0.1.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cola-crdt 0.1.1
[INFO] finished tweaking crates.io crate cola-crdt 0.1.1
[INFO] tweaked toml for crates.io crate cola-crdt 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate cola-crdt 0.1.1 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ident v1.0.10
[INFO] [stderr]   Downloaded proc-macro2 v1.0.64
[INFO] [stderr]   Downloaded ryu v1.0.14
[INFO] [stderr]   Downloaded clap v4.3.11
[INFO] [stderr]   Downloaded clap_builder v4.3.11
[INFO] [stderr]   Downloaded rustix v0.38.3
[INFO] [stderr]   Downloaded regex-automata v0.3.2
[INFO] [stderr]   Downloaded serde_json v1.0.100
[INFO] [stderr]   Downloaded syn v2.0.25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81c52b2cb2361648d0453accc4b237bdaad3784bba1da0a88cedcb7432bc6251
[INFO] running `Command { std: "docker" "start" "-a" "81c52b2cb2361648d0453accc4b237bdaad3784bba1da0a88cedcb7432bc6251", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81c52b2cb2361648d0453accc4b237bdaad3784bba1da0a88cedcb7432bc6251", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81c52b2cb2361648d0453accc4b237bdaad3784bba1da0a88cedcb7432bc6251", kill_on_drop: false }`
[INFO] [stdout] 81c52b2cb2361648d0453accc4b237bdaad3784bba1da0a88cedcb7432bc6251
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0fb6a4cc3d9541368ac278a8f08a48911402be2e7796f2803563a7410dafde11
[INFO] running `Command { std: "docker" "start" "-a" "0fb6a4cc3d9541368ac278a8f08a48911402be2e7796f2803563a7410dafde11", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.100
[INFO] [stderr]    Compiling rustix v0.38.3
[INFO] [stderr]     Checking itoa v1.0.8
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking regex-syntax v0.7.3
[INFO] [stderr]     Checking ryu v1.0.14
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking ciborium-io v0.2.1
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking clap_builder v4.3.11
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking ciborium-ll v0.2.1
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]     Checking cola-crdt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `LeafIdx` is imported redundantly
[INFO] [stdout]  --> src/run_tree.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::gtree::LeafIdx;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use crate::*;
[INFO] [stdout]   |     -------- the item `LeafIdx` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::cmp::Ord;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/version_map.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::cmp::{Ordering, PartialOrd};
[INFO] [stdout]   |                           ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.3.2
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking clap v4.3.11
[INFO] [stderr]     Checking regex v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.171
[INFO] [stderr]     Checking ciborium v0.2.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0432]: unresolved import `traces`
[INFO] [stdout]   --> benches/traces.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use traces::SequentialTrace;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LeafIdx` is imported redundantly
[INFO] [stdout]  --> src/run_tree.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::gtree::LeafIdx;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use crate::*;
[INFO] [stdout]   |     -------- the item `LeafIdx` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::cmp::Ord;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/version_map.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::cmp::{Ordering, PartialOrd};
[INFO] [stdout]   |                           ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/traces.rs:77:64
[INFO] [stdout]     |
[INFO] [stdout] 77  |                         let _ = downstream.integrate_insertion(insertion);
[INFO] [stdout]     |                                            ------------------- ^^^^^^^^^ expected `&Insertion`, found `Insertion`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/replica.rs:669:12
[INFO] [stdout]     |
[INFO] [stdout] 669 |     pub fn integrate_insertion(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 77  |                         let _ = downstream.integrate_insertion(&insertion);
[INFO] [stdout]     |                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/traces.rs:80:63
[INFO] [stdout]     |
[INFO] [stdout] 80  |                         let _ = downstream.integrate_deletion(deletion);
[INFO] [stdout]     |                                            ------------------ ^^^^^^^^ expected `&Deletion`, found `Deletion`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/replica.rs:610:12
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn integrate_deletion(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 80  |                         let _ = downstream.integrate_deletion(&deletion);
[INFO] [stdout]     |                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]   --> benches/traces.rs:92:33
[INFO] [stdout]    |
[INFO] [stdout] 92 |     bench_upstream(&mut group, &traces::automerge(), "automerge");
[INFO] [stdout]    |                                 ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]   --> benches/traces.rs:97:33
[INFO] [stdout]    |
[INFO] [stdout] 97 |     bench_upstream(&mut group, &traces::rustcode(), "rustcode");
[INFO] [stdout]    |                                 ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:102:33
[INFO] [stdout]     |
[INFO] [stdout] 102 |     bench_upstream(&mut group, &traces::seph_blog(), "seph_blog");
[INFO] [stdout]     |                                 ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:107:33
[INFO] [stdout]     |
[INFO] [stdout] 107 |     bench_upstream(&mut group, &traces::sveltecomponent(), "sveltecomponent");
[INFO] [stdout]     |                                 ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:112:35
[INFO] [stdout]     |
[INFO] [stdout] 112 |     bench_downstream(&mut group, &traces::automerge(), "automerge");
[INFO] [stdout]     |                                   ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:117:35
[INFO] [stdout]     |
[INFO] [stdout] 117 |     bench_downstream(&mut group, &traces::rustcode(), "rustcode");
[INFO] [stdout]     |                                   ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:122:35
[INFO] [stdout]     |
[INFO] [stdout] 122 |     bench_downstream(&mut group, &traces::seph_blog(), "seph_blog");
[INFO] [stdout]     |                                   ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traces`
[INFO] [stdout]    --> benches/traces.rs:129:10
[INFO] [stdout]     |
[INFO] [stdout] 129 |         &traces::sveltecomponent(),
[INFO] [stdout]     |          ^^^^^^ use of undeclared crate or module `traces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cola-crdt` (bench "traces") due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0fb6a4cc3d9541368ac278a8f08a48911402be2e7796f2803563a7410dafde11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fb6a4cc3d9541368ac278a8f08a48911402be2e7796f2803563a7410dafde11", kill_on_drop: false }`
[INFO] [stdout] 0fb6a4cc3d9541368ac278a8f08a48911402be2e7796f2803563a7410dafde11
