[INFO] fetching crate concorde 0.4.0... [INFO] checking concorde-0.4.0 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate concorde 0.4.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate concorde 0.4.0 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate concorde 0.4.0 [INFO] finished tweaking crates.io crate concorde 0.4.0 [INFO] tweaked toml for crates.io crate concorde 0.4.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded im-rc v15.0.0 [INFO] [stderr] Downloaded pergola v0.7.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2c4ea7c1cd547e80e29235de6a96d16ed45d8610f041247f40ceb48a1d57ace [INFO] running `"docker" "start" "-a" "c2c4ea7c1cd547e80e29235de6a96d16ed45d8610f041247f40ceb48a1d57ace"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Compiling im-rc v15.0.0 [INFO] [stderr] Compiling im v15.0.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking sized-chunks v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking serde v1.0.111 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking bit-vec v0.6.2 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking pergola v0.7.0 [INFO] [stderr] Checking concorde v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `stateright` [INFO] [stderr] --> src/stateright_tests.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use stateright::actor::system::*; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `stateright` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `stateright` [INFO] [stderr] --> src/stateright_tests.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use stateright::actor::*; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `stateright` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `stateright` [INFO] [stderr] --> src/stateright_tests.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use stateright::checker::*; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `stateright` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `pretty_env_logger`, `stateright::actor::system::*`, `stateright::actor::*`, `stateright::checker::*`, `stateright` [INFO] [stderr] --> src/stateright_tests.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use pretty_env_logger; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 10 | use stateright::actor::system::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 11 | use stateright::actor::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | use stateright::checker::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 13 | use stateright::*; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `stateright` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Event` [INFO] [stderr] --> src/stateright_tests.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | let Event::Receive(_, msg) = i.event; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Event` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Id` [INFO] [stderr] --> src/stateright_tests.rs:102:15 [INFO] [stderr] | [INFO] [stderr] 102 | let id0 = Id::from(0); [INFO] [stderr] | ^^ use of undeclared type or module `Id` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Id` [INFO] [stderr] --> src/stateright_tests.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | let id1 = Id::from(1); [INFO] [stderr] | ^^ use of undeclared type or module `Id` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Id` [INFO] [stderr] --> src/stateright_tests.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | let id2 = Id::from(2); [INFO] [stderr] | ^^ use of undeclared type or module `Id` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DuplicatingNetwork` [INFO] [stderr] --> src/stateright_tests.rs:127:31 [INFO] [stderr] | [INFO] [stderr] 127 | sys.duplicating_network = DuplicatingNetwork::No; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `DuplicatingNetwork` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Property` [INFO] [stderr] --> src/stateright_tests.rs:252:13 [INFO] [stderr] | [INFO] [stderr] 252 | Property::always("valid", lattice_agreement_validity), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Property` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Property` [INFO] [stderr] --> src/stateright_tests.rs:253:13 [INFO] [stderr] | [INFO] [stderr] 253 | Property::always("consistent", lattice_agreement_consistency), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Property` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Property` [INFO] [stderr] --> src/stateright_tests.rs:254:13 [INFO] [stderr] | [INFO] [stderr] 254 | Property::eventually("live", lattice_agreement_liveness), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Property` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Property` [INFO] [stderr] --> src/stateright_tests.rs:255:13 [INFO] [stderr] | [INFO] [stderr] 255 | Property::always("trivial", |_, _| true), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Property` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StateMachine` [INFO] [stderr] --> src/stateright_tests.rs:382:57 [INFO] [stderr] | [INFO] [stderr] 382 | fn print_system_state(state: & as StateMachine>::State) { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `StateMachine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StateMachine` [INFO] [stderr] --> src/stateright_tests.rs:425:70 [INFO] [stderr] | [INFO] [stderr] 425 | fn print_system_action_opt(action: &Option< as StateMachine>::Action>) { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `StateMachine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SystemAction` [INFO] [stderr] --> src/stateright_tests.rs:428:14 [INFO] [stderr] | [INFO] [stderr] 428 | Some(SystemAction::Drop(envelope)) => println!( [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `SystemAction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SystemAction` [INFO] [stderr] --> src/stateright_tests.rs:434:14 [INFO] [stderr] | [INFO] [stderr] 434 | Some(SystemAction::Act(dst, Event::Receive(src, msg))) => println!( [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `SystemAction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Event` [INFO] [stderr] --> src/stateright_tests.rs:434:37 [INFO] [stderr] | [INFO] [stderr] 434 | Some(SystemAction::Act(dst, Event::Receive(src, msg))) => println!( [INFO] [stderr] | ^^^^^ use of undeclared type or module `Event` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StateMachine` [INFO] [stderr] --> src/stateright_tests.rs:445:35 [INFO] [stderr] | [INFO] [stderr] 445 | as StateMachine>::State, [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `StateMachine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StateMachine` [INFO] [stderr] --> src/stateright_tests.rs:446:35 [INFO] [stderr] | [INFO] [stderr] 446 | as StateMachine>::Action, [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `StateMachine` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:18:27 [INFO] [stderr] | [INFO] [stderr] 18 | type Msg = Message; [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | type Part = Participant; [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | id: Id, [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:26:43 [INFO] [stderr] | [INFO] [stderr] 21 | struct ConcordeActor { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 26 | proposals_to_make: Vec>, [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Out` in this scope [INFO] [stderr] --> src/stateright_tests.rs:29:74 [INFO] [stderr] | [INFO] [stderr] 29 | fn step_participant(participant: &mut Part, incoming: &Vec, o: &mut Out) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:53:67 [INFO] [stderr] | [INFO] [stderr] 49 | impl ConcordeActor { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 53 | fn next_proposal(&self, part: &Part) -> Option> { [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Actor` in this scope [INFO] [stderr] --> src/stateright_tests.rs:67:6 [INFO] [stderr] | [INFO] [stderr] 67 | impl Actor for ConcordeActor { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `InitIn` in this scope [INFO] [stderr] --> src/stateright_tests.rs:71:16 [INFO] [stderr] | [INFO] [stderr] 71 | fn init(i: InitIn, o: &mut Out) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Out` in this scope [INFO] [stderr] --> src/stateright_tests.rs:71:38 [INFO] [stderr] | [INFO] [stderr] 71 | fn init(i: InitIn, o: &mut Out) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NextIn` in this scope [INFO] [stderr] --> src/stateright_tests.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | fn next(i: NextIn, o: &mut Out) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Out` in this scope [INFO] [stderr] --> src/stateright_tests.rs:87:38 [INFO] [stderr] | [INFO] [stderr] 87 | fn next(i: NextIn, o: &mut Out) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | fn system() -> System { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `System` [INFO] [stderr] --> src/stateright_tests.rs:126:19 [INFO] [stderr] | [INFO] [stderr] 126 | let mut sys = System::with_actors(actors); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | _sys: &System, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SystemState` in this scope [INFO] [stderr] --> src/stateright_tests.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | state: &SystemState, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:184:12 [INFO] [stderr] | [INFO] [stderr] 184 | _sys: &System, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SystemState` in this scope [INFO] [stderr] --> src/stateright_tests.rs:185:13 [INFO] [stderr] | [INFO] [stderr] 185 | state: &SystemState, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:207:11 [INFO] [stderr] | [INFO] [stderr] 207 | sys: &System, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SystemState` in this scope [INFO] [stderr] --> src/stateright_tests.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | state: &SystemState, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:225:11 [INFO] [stderr] | [INFO] [stderr] 225 | sys: &System, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SystemState` in this scope [INFO] [stderr] --> src/stateright_tests.rs:226:13 [INFO] [stderr] | [INFO] [stderr] 226 | state: &SystemState, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:248:15 [INFO] [stderr] | [INFO] [stderr] 248 | fn model(sys: System) -> Model<'static, System> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Model` in this scope [INFO] [stderr] --> src/stateright_tests.rs:248:41 [INFO] [stderr] | [INFO] [stderr] 248 | fn model(sys: System) -> Model<'static, System> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:248:56 [INFO] [stderr] | [INFO] [stderr] 248 | fn model(sys: System) -> Model<'static, System> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Model` in this scope [INFO] [stderr] --> src/stateright_tests.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | Model { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:301:41 [INFO] [stderr] | [INFO] [stderr] 301 | fn responses_to_string(resp: &ArcOrdSet) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:316:30 [INFO] [stderr] | [INFO] [stderr] 316 | fn cfg_to_string(cfg: &CfgLE) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:331:42 [INFO] [stderr] | [INFO] [stderr] 331 | fn cfgs_to_string(cfgs: &ArcOrdSet>) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:346:43 [INFO] [stderr] | [INFO] [stderr] 346 | fn state_to_string(state: &StateLE) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:354:54 [INFO] [stderr] | [INFO] [stderr] 354 | fn state_opt_to_string(state: &Option>) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Id` in this scope [INFO] [stderr] --> src/stateright_tests.rs:361:42 [INFO] [stderr] | [INFO] [stderr] 361 | fn opinion_to_string(op: &Opinion) -> String { [INFO] [stderr] | - ^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:382:32 [INFO] [stderr] | [INFO] [stderr] 382 | fn print_system_state(state: & as StateMachine>::State) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:425:45 [INFO] [stderr] | [INFO] [stderr] 425 | fn print_system_action_opt(action: &Option< as StateMachine>::Action>) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/stateright_tests.rs:444:11 [INFO] [stderr] | [INFO] [stderr] 444 | path: Path< [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:445:10 [INFO] [stderr] | [INFO] [stderr] 445 | as StateMachine>::State, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `System` in this scope [INFO] [stderr] --> src/stateright_tests.rs:446:10 [INFO] [stderr] | [INFO] [stderr] 446 | as StateMachine>::Action, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::System; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 56 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `concorde`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c2c4ea7c1cd547e80e29235de6a96d16ed45d8610f041247f40ceb48a1d57ace"` [INFO] running `"docker" "rm" "-f" "c2c4ea7c1cd547e80e29235de6a96d16ed45d8610f041247f40ceb48a1d57ace"` [INFO] [stdout] c2c4ea7c1cd547e80e29235de6a96d16ed45d8610f041247f40ceb48a1d57ace