[INFO] fetching crate rbop 0.1.0... [INFO] checking rbop-0.1.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rbop 0.1.0 into /workspace/builds/worker-53/source [INFO] validating manifest of crates.io crate rbop 0.1.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 rbop 0.1.0 [INFO] finished tweaking crates.io crate rbop 0.1.0 [INFO] tweaked toml for crates.io crate rbop 0.1.0 written to /workspace/builds/worker-53/source/Cargo.toml [INFO] crate crates.io crate rbop 0.1.0 already has a lockfile, it will not be regenerated [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust_decimal_macros v1.14.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 1a0f653a19eb6e75fe5a0e7da7c9034500c03f0d077d327c0ce0963ac752e899 [INFO] running `Command { std: "docker" "start" "-a" "1a0f653a19eb6e75fe5a0e7da7c9034500c03f0d077d327c0ce0963ac752e899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a0f653a19eb6e75fe5a0e7da7c9034500c03f0d077d327c0ce0963ac752e899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a0f653a19eb6e75fe5a0e7da7c9034500c03f0d077d327c0ce0963ac752e899", kill_on_drop: false }` [INFO] [stdout] 1a0f653a19eb6e75fe5a0e7da7c9034500c03f0d077d327c0ce0963ac752e899 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 3e9f38310f107e482af9d9a12372c2e56973ea93b9090e4f2a747faa612ab938 [INFO] running `Command { std: "docker" "start" "-a" "3e9f38310f107e482af9d9a12372c2e56973ea93b9090e4f2a747faa612ab938", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [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] arrayvec v0.5.2: std [INFO] [stderr] rust_decimal v1.14.3: default, serde, std [INFO] [stderr] rust_decimal v1.14.3 (as host dependency): maths [INFO] [stderr] [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking numtoa v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking termion v1.5.6 [INFO] [stderr] Checking rust_decimal v1.14.3 [INFO] [stderr] Compiling rust_decimal_macros v1.14.3 [INFO] [stderr] Checking rbop v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/render.rs (3 fixes) [INFO] [stderr] Fixed src/nav.rs (1 fix) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:192:39 [INFO] [stdout] | [INFO] [stdout] 192 | renderer.draw_all(tree, Some(&mut NavPath::new(vec![3, 0, 3, 1, 1]).to_navigator())); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:207:39 [INFO] [stdout] | [INFO] [stdout] 207 | renderer.draw_all(tree, Some(&mut NavPath::new(vec![3, 0, 3]).to_navigator())); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | let mut path = NavPath::new(vec![0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:256:20 [INFO] [stdout] | [INFO] [stdout] 256 | let mut path = NavPath::new(vec![3]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | let mut path = NavPath::new(vec![6, 1, 1]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | let mut nav_path = NavPath::new(vec![0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:284:24 [INFO] [stdout] | [INFO] [stdout] 284 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:288:26 [INFO] [stdout] | [INFO] [stdout] 288 | assert_eq!(nav_path, NavPath::new(vec![1])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:292:26 [INFO] [stdout] | [INFO] [stdout] 292 | assert_eq!(nav_path, NavPath::new(vec![3])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:295:26 [INFO] [stdout] | [INFO] [stdout] 295 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:300:26 [INFO] [stdout] | [INFO] [stdout] 300 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:303:26 [INFO] [stdout] | [INFO] [stdout] 303 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 2])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 4])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:313:26 [INFO] [stdout] | [INFO] [stdout] 313 | assert_eq!(nav_path, NavPath::new(vec![4])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:316:26 [INFO] [stdout] | [INFO] [stdout] 316 | assert_eq!(nav_path, NavPath::new(vec![5])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:320:26 [INFO] [stdout] | [INFO] [stdout] 320 | assert_eq!(nav_path, NavPath::new(vec![7])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(nav_path, NavPath::new(vec![7])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:327:26 [INFO] [stdout] | [INFO] [stdout] 327 | assert_eq!(nav_path, NavPath::new(vec![6])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:331:26 [INFO] [stdout] | [INFO] [stdout] 331 | assert_eq!(nav_path, NavPath::new(vec![4])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:334:26 [INFO] [stdout] | [INFO] [stdout] 334 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 4])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:337:26 [INFO] [stdout] | [INFO] [stdout] 337 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 2])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:341:26 [INFO] [stdout] | [INFO] [stdout] 341 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:344:26 [INFO] [stdout] | [INFO] [stdout] 344 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:349:26 [INFO] [stdout] | [INFO] [stdout] 349 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:352:26 [INFO] [stdout] | [INFO] [stdout] 352 | assert_eq!(nav_path, NavPath::new(vec![3])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:357:26 [INFO] [stdout] | [INFO] [stdout] 357 | assert_eq!(nav_path, NavPath::new(vec![0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:364:26 [INFO] [stdout] | [INFO] [stdout] 364 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:370:26 [INFO] [stdout] | [INFO] [stdout] 370 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:374:26 [INFO] [stdout] | [INFO] [stdout] 374 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:377:26 [INFO] [stdout] | [INFO] [stdout] 377 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 1, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:380:26 [INFO] [stdout] | [INFO] [stdout] 380 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:384:26 [INFO] [stdout] | [INFO] [stdout] 384 | assert_eq!(nav_path, NavPath::new(vec![3, 1, 2])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:387:26 [INFO] [stdout] | [INFO] [stdout] 387 | assert_eq!(nav_path, NavPath::new(vec![3, 0, 3])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:393:24 [INFO] [stdout] | [INFO] [stdout] 393 | let mut nav_path = NavPath::new(vec![0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:396:26 [INFO] [stdout] | [INFO] [stdout] 396 | assert_eq!(nav_path, NavPath::new(vec![1])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | assert_eq!(nav_path, NavPath::new(vec![4, 0, 0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:406:26 [INFO] [stdout] | [INFO] [stdout] 406 | assert_eq!(nav_path, NavPath::new(vec![4, 0, 2])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NavPath` [INFO] [stdout] --> src/test.rs:414:26 [INFO] [stdout] | [INFO] [stdout] 414 | assert_eq!(nav_path, NavPath::new(vec![4, 0, 3, 0, 1])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::nav::NavPath; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AsciiRenderer` [INFO] [stdout] --> src/test.rs:416:24 [INFO] [stdout] | [INFO] [stdout] 416 | let mut renderer = AsciiRenderer::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::renderers::AsciiRenderer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed src/test.rs (3 fixes) [INFO] [stdout] error: aborting due to 45 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rbop` due to 46 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: function is never used: `complex_unstructured_expression` [INFO] [stdout] --> src/test.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | fn complex_unstructured_expression() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `or_patterns` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(or_patterns)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "3e9f38310f107e482af9d9a12372c2e56973ea93b9090e4f2a747faa612ab938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e9f38310f107e482af9d9a12372c2e56973ea93b9090e4f2a747faa612ab938", kill_on_drop: false }` [INFO] [stdout] 3e9f38310f107e482af9d9a12372c2e56973ea93b9090e4f2a747faa612ab938