[INFO] fetching crate whitespacesv 1.0.2... [INFO] checking whitespacesv-1.0.2 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate whitespacesv 1.0.2 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate whitespacesv 1.0.2 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate whitespacesv 1.0.2 [INFO] finished tweaking crates.io crate whitespacesv 1.0.2 [INFO] tweaked toml for crates.io crate whitespacesv 1.0.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 539596ecc4119afafdb7cbd2009dde996418cc1e90422657d8aabe2aa4514a25 [INFO] running `Command { std: "docker" "start" "-a" "539596ecc4119afafdb7cbd2009dde996418cc1e90422657d8aabe2aa4514a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "539596ecc4119afafdb7cbd2009dde996418cc1e90422657d8aabe2aa4514a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "539596ecc4119afafdb7cbd2009dde996418cc1e90422657d8aabe2aa4514a25", kill_on_drop: false }` [INFO] [stdout] 539596ecc4119afafdb7cbd2009dde996418cc1e90422657d8aabe2aa4514a25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dafce1a862a2770d663467b743bdeca7e94c6fd4edbbcbb5ebfd61bbb2e57f2d [INFO] running `Command { std: "docker" "start" "-a" "dafce1a862a2770d663467b743bdeca7e94c6fd4edbbcbb5ebfd61bbb2e57f2d", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking whitespacesv v1.0.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Checking utf8-chars v3.0.4 [INFO] [stderr] Fixed src/lib.rs (4 fixes) [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1010:22 [INFO] [stdout] | [INFO] [stdout] 1010 | let result = parse(str).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1012:26 [INFO] [stdout] | [INFO] [stdout] 1012 | let result_str = WSVWriter::new(result) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_lazy` in this scope [INFO] [stdout] --> src/lib.rs:1036:22 [INFO] [stdout] | [INFO] [stdout] 1036 | let result = parse_lazy(str.chars()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse_lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1046:26 [INFO] [stdout] | [INFO] [stdout] 1046 | let result_str = WSVWriter::new(result) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1056:22 [INFO] [stdout] | [INFO] [stdout] 1056 | let result = parse(str); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Cow` in this scope [INFO] [stdout] --> src/lib.rs:1059:44 [INFO] [stdout] | [INFO] [stdout] 1059 | |result: Result>>>, WSVError>| match result { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1182:22 [INFO] [stdout] | [INFO] [stdout] 1182 | let parsed = parse(str).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1183:23 [INFO] [stdout] | [INFO] [stdout] 1183 | let written = WSVWriter::new(parsed).to_string(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1185:24 [INFO] [stdout] | [INFO] [stdout] 1185 | let reparsed = parse(&written); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1185 | let reparsed = parsed(&written); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_lazy` in this scope [INFO] [stdout] --> src/lib.rs:1193:22 [INFO] [stdout] | [INFO] [stdout] 1193 | let result = parse_lazy(str.chars()) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse_lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1314:22 [INFO] [stdout] | [INFO] [stdout] 1314 | let parsed = parse(str).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1315:23 [INFO] [stdout] | [INFO] [stdout] 1315 | let written = WSVWriter::new(parsed).to_string(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_lazy` in this scope [INFO] [stdout] --> src/lib.rs:1316:24 [INFO] [stdout] | [INFO] [stdout] 1316 | let reparsed = parse_lazy(written.chars()) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse_lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1366:22 [INFO] [stdout] | [INFO] [stdout] 1366 | let values = parse(str).unwrap_or_else(|err| panic!("{:?}", err)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1367:22 [INFO] [stdout] | [INFO] [stdout] 1367 | let output = WSVWriter::new(values) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1378:22 [INFO] [stdout] | [INFO] [stdout] 1378 | let output = WSVWriter::new(values) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1388:29 [INFO] [stdout] | [INFO] [stdout] 1388 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1388 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1390:32 [INFO] [stdout] | [INFO] [stdout] 1390 | Ok(WSVToken::Value(Cow::Borrowed("this is a string"))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1399:29 [INFO] [stdout] | [INFO] [stdout] 1399 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1399 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1401:32 [INFO] [stdout] | [INFO] [stdout] 1401 | Ok(WSVToken::Value(Cow::Borrowed("somekindofvalue"))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVLazyTokenizer` [INFO] [stdout] --> src/lib.rs:1413:29 [INFO] [stdout] | [INFO] [stdout] 1413 | let mut tokenizer = WSVLazyTokenizer::new(input.chars()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `WSVLazyTokenizer` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVLazyTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1427:29 [INFO] [stdout] | [INFO] [stdout] 1427 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1427 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVErrorType` [INFO] [stdout] --> src/lib.rs:1429:20 [INFO] [stdout] | [INFO] [stdout] 1429 | if let WSVErrorType::InvalidStringLineBreak = err.err_type() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVErrorType` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1429 | if let WSVError::InvalidStringLineBreak = err.err_type() { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVErrorType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1440:29 [INFO] [stdout] | [INFO] [stdout] 1440 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1440 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1443:32 [INFO] [stdout] | [INFO] [stdout] 1443 | Ok(WSVToken::Value(Cow::Owned("string \"/".to_string()))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1452:29 [INFO] [stdout] | [INFO] [stdout] 1452 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1452 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1454:32 [INFO] [stdout] | [INFO] [stdout] 1454 | Ok(WSVToken::Value(Cow::Owned("\"\"\"".to_string()))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1463:29 [INFO] [stdout] | [INFO] [stdout] 1463 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1463 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1467:32 [INFO] [stdout] | [INFO] [stdout] 1467 | Ok(WSVToken::Value(Cow::Owned("\n\n\n".to_string()))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1475:29 [INFO] [stdout] | [INFO] [stdout] 1475 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1475 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cow` [INFO] [stdout] --> src/lib.rs:1477:32 [INFO] [stdout] | [INFO] [stdout] 1477 | Ok(WSVToken::Value(Cow::Borrowed("somekindofvalue"))), [INFO] [stdout] | ^^^ use of undeclared type `Cow` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these enums [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::Cow; [INFO] [stdout] | [INFO] [stdout] 1000 + use std::borrow::Cow; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVTokenizer` [INFO] [stdout] --> src/lib.rs:1489:29 [INFO] [stdout] | [INFO] [stdout] 1489 | let mut tokenizer = WSVTokenizer::new(input); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVTokenizer` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1489 | let mut tokenizer = WSVToken::new(input); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVErrorType` [INFO] [stdout] --> src/lib.rs:1493:27 [INFO] [stdout] | [INFO] [stdout] 1493 | err_type: WSVErrorType::StringNotClosed [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WSVErrorType` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1493 | err_type: WSVError::StringNotClosed [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVErrorType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse` in this scope [INFO] [stdout] --> src/lib.rs:1502:22 [INFO] [stdout] | [INFO] [stdout] 1502 | let result = parse(include_str!("../tests/my_test.txt")); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::parse; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVWriter` [INFO] [stdout] --> src/lib.rs:1594:19 [INFO] [stdout] | [INFO] [stdout] 1594 | for ch in WSVWriter::new(values) { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WSVWriter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVWriter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WSVLazyTokenizer` [INFO] [stdout] --> src/lib.rs:1638:23 [INFO] [stdout] | [INFO] [stdout] 1638 | for result in WSVLazyTokenizer::new(input.chars()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `WSVLazyTokenizer` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1000 + use crate::WSVLazyTokenizer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 36 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `whitespacesv` (lib test) due to 37 previous errors [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" "dafce1a862a2770d663467b743bdeca7e94c6fd4edbbcbb5ebfd61bbb2e57f2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dafce1a862a2770d663467b743bdeca7e94c6fd4edbbcbb5ebfd61bbb2e57f2d", kill_on_drop: false }` [INFO] [stdout] dafce1a862a2770d663467b743bdeca7e94c6fd4edbbcbb5ebfd61bbb2e57f2d