[INFO] fetching crate idlset 0.2.0... [INFO] checking idlset-0.2.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate idlset 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate idlset 0.2.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate idlset 0.2.0 [INFO] finished tweaking crates.io crate idlset 0.2.0 [INFO] tweaked toml for crates.io crate idlset 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14829f7e5ec948f6d9902f3eb0d66cd7c418d845f0787c9df899a02496421e79 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14829f7e5ec948f6d9902f3eb0d66cd7c418d845f0787c9df899a02496421e79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14829f7e5ec948f6d9902f3eb0d66cd7c418d845f0787c9df899a02496421e79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14829f7e5ec948f6d9902f3eb0d66cd7c418d845f0787c9df899a02496421e79", kill_on_drop: false }` [INFO] [stdout] 14829f7e5ec948f6d9902f3eb0d66cd7c418d845f0787c9df899a02496421e79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc8d842c31eba19b8599a99b677730c2160e8eb967e84c2e3ba8f8fc75089ed8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bc8d842c31eba19b8599a99b677730c2160e8eb967e84c2e3ba8f8fc75089ed8", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] syn v1.0.75 (as host dependency): full, visit [INFO] [stderr] [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking serde_json v1.0.66 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Checking criterion v0.3.5 [INFO] [stderr] Checking idlset v0.2.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/idl_simple.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/bench_idl.rs from 2018 edition to 2021 [INFO] [stderr] Fixed benches/idl_simple.rs (3 fixes) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.12s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Checking criterion v0.3.5 [INFO] [stderr] Checking idlset v0.2.0 (/tmp/fixit) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:220:21 [INFO] [stdout] | [INFO] [stdout] 220 | let idl_b = IDLSimple::from_iter(vec![2]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:221:26 [INFO] [stdout] | [INFO] [stdout] 221 | let idl_expect = IDLSimple::from_iter(vec![2]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:229:21 [INFO] [stdout] | [INFO] [stdout] 229 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | let idl_b = IDLSimple::from_iter(vec![4, 67]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:231:26 [INFO] [stdout] | [INFO] [stdout] 231 | let idl_expect = IDLSimple::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:239:21 [INFO] [stdout] | [INFO] [stdout] 239 | let idl_a = IDLSimple::from_iter(vec![ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | let idl_b = IDLSimple::from_iter(1..1024); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:243:26 [INFO] [stdout] | [INFO] [stdout] 243 | let idl_expect = IDLSimple::from_iter(vec![ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | let idl_a = IDLSimple::from_iter(1..204800); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | let idl_b = IDLSimple::from_iter(102400..307200); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | let idl_expect = IDLSimple::from_iter(102400..204800); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:263:21 [INFO] [stdout] | [INFO] [stdout] 263 | let idl_a = IDLSimple::from_iter(vec![307199]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:264:21 [INFO] [stdout] | [INFO] [stdout] 264 | let idl_b = IDLSimple::from_iter(102400..307200); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | let idl_expect = IDLSimple::from_iter(vec![307199]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:273:21 [INFO] [stdout] | [INFO] [stdout] 273 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:274:21 [INFO] [stdout] | [INFO] [stdout] 274 | let idl_b = IDLSimple::from_iter(vec![2]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:275:26 [INFO] [stdout] | [INFO] [stdout] 275 | let idl_expect = IDLSimple::from_iter(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:283:21 [INFO] [stdout] | [INFO] [stdout] 283 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | let idl_b = IDLSimple::from_iter(vec![4, 67]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:285:26 [INFO] [stdout] | [INFO] [stdout] 285 | let idl_expect = IDLSimple::from_iter(vec![1, 2, 3, 4, 67]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | let idl_a = IDLSimple::from_iter(vec![ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:296:21 [INFO] [stdout] | [INFO] [stdout] 296 | let idl_b = IDLSimple::from_iter(1..1024); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:297:26 [INFO] [stdout] | [INFO] [stdout] 297 | let idl_expect = IDLSimple::from_iter(1..1024); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:305:21 [INFO] [stdout] | [INFO] [stdout] 305 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3, 4, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | let idl_b = IDLSimple::from_iter(vec![3, 4]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | let idl_expect = IDLSimple::from_iter(vec![1, 2, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:315:21 [INFO] [stdout] | [INFO] [stdout] 315 | let idl_a = IDLSimple::from_iter(vec![1, 2, 3, 4, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:316:21 [INFO] [stdout] | [INFO] [stdout] 316 | let idl_b = IDLSimple::from_iter(vec![10]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:317:26 [INFO] [stdout] | [INFO] [stdout] 317 | let idl_expect = IDLSimple::from_iter(vec![1, 2, 3, 4, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 325 | let idl_a = IDLSimple::from_iter(vec![2, 3, 4, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:326:21 [INFO] [stdout] | [INFO] [stdout] 326 | let idl_b = IDLSimple::from_iter(vec![1]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDLSimple` [INFO] [stdout] --> benches/idl_simple.rs:327:26 [INFO] [stdout] | [INFO] [stdout] 327 | let idl_expect = IDLSimple::from_iter(vec![2, 3, 4, 5, 6]); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 218 | use crate::IDLSimple; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `idlset` due to 34 previous errors [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "bc8d842c31eba19b8599a99b677730c2160e8eb967e84c2e3ba8f8fc75089ed8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc8d842c31eba19b8599a99b677730c2160e8eb967e84c2e3ba8f8fc75089ed8", kill_on_drop: false }` [INFO] [stdout] bc8d842c31eba19b8599a99b677730c2160e8eb967e84c2e3ba8f8fc75089ed8