[INFO] fetching crate fluent-uri 0.1.4...
[INFO] checking fluent-uri-0.1.4 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate fluent-uri 0.1.4 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate fluent-uri 0.1.4 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fluent-uri 0.1.4
[INFO] finished tweaking crates.io crate fluent-uri 0.1.4
[INFO] tweaked toml for crates.io crate fluent-uri 0.1.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate fluent-uri 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 421eb2835ac34b43f31ac998d0fc616c550af28d74ed062e3b992359c208b49e
[INFO] running `Command { std: "docker" "start" "-a" "421eb2835ac34b43f31ac998d0fc616c550af28d74ed062e3b992359c208b49e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "421eb2835ac34b43f31ac998d0fc616c550af28d74ed062e3b992359c208b49e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "421eb2835ac34b43f31ac998d0fc616c550af28d74ed062e3b992359c208b49e", kill_on_drop: false }`
[INFO] [stdout] 421eb2835ac34b43f31ac998d0fc616c550af28d74ed062e3b992359c208b49e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1b27b47c7d36691012e05d728b53bc5cf92b5a484e6e1c6df4ebdef9ea22d56
[INFO] running `Command { std: "docker" "start" "-a" "f1b27b47c7d36691012e05d728b53bc5cf92b5a484e6e1c6df4ebdef9ea22d56", kill_on_drop: false }`
[INFO] [stderr]     Checking fluent-uri v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]  --> src/enc/imp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Vec` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]  --> src/enc/imp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Vec` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `err` is imported redundantly
[INFO] [stdout]   --> src/enc/imp.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 13 | / macro_rules! err {
[INFO] [stdout] 14 | |     ($index:expr, $kind:ident) => {
[INFO] [stdout] 15 | |         return Err(crate::enc::imp::EncodingError {
[INFO] [stdout] 16 | |             index: $index,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     };
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_- the item `err` is already defined here
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |   pub(crate) use err;
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |     string::{FromUtf8Error, String},
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `err` is imported redundantly
[INFO] [stdout]   --> src/enc/imp.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 13 | / macro_rules! err {
[INFO] [stdout] 14 | |     ($index:expr, $kind:ident) => {
[INFO] [stdout] 15 | |         return Err(crate::enc::imp::EncodingError {
[INFO] [stdout] 16 | |             index: $index,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     };
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_- the item `err` is already defined here
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |   pub(crate) use err;
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |     string::{FromUtf8Error, String},
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `String` is already imported here
[INFO] [stdout] 2 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `String` is already imported here
[INFO] [stdout] 2 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | use core::{iter::Iterator, marker::PhantomData, mem::ManuallyDrop, ptr::NonNull, slice, str};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | use core::{iter::Iterator, marker::PhantomData, mem::ManuallyDrop, ptr::NonNull, slice, str};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:13
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `String` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:13
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `String` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:29
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Vec` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:29
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Vec` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv4Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv4Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv4Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv4Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv6Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv6Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv6Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv6Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iri_string`
[INFO] [stdout]  --> benches/bench.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use iri_string::types::UriReferenceStr;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `iri_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/bench.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `uriparse`
[INFO] [stdout]  --> benches/bench.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use uriparse::URIReference;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `uriparse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]  --> benches/bench.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use url::Url;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in this scope
[INFO] [stdout]   --> benches/bench.rs:35:43
[INFO] [stdout]    |
[INFO] [stdout] 35 |     c.bench_function("dec", |b| b.iter(|| decode(black_box(DEC_CASE))));
[INFO] [stdout]    |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `table` is private
[INFO] [stdout]  --> benches/bench.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |           ^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `table` is defined here
[INFO] [stdout]  --> /opt/rustwide/workdir/src/enc/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod table;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `*`
[INFO] [stdout]  --> benches/bench.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |                     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             decode_unchecked(black_box(DEC_CASE.as_bytes()));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_in_place_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             decode_in_place_unchecked(&mut vec);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `validate` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fluent-uri` (bench "bench") due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f1b27b47c7d36691012e05d728b53bc5cf92b5a484e6e1c6df4ebdef9ea22d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1b27b47c7d36691012e05d728b53bc5cf92b5a484e6e1c6df4ebdef9ea22d56", kill_on_drop: false }`
[INFO] [stdout] f1b27b47c7d36691012e05d728b53bc5cf92b5a484e6e1c6df4ebdef9ea22d56
[INFO] checking fluent-uri-0.1.4 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate fluent-uri 0.1.4 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate fluent-uri 0.1.4 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fluent-uri 0.1.4
[INFO] finished tweaking crates.io crate fluent-uri 0.1.4
[INFO] tweaked toml for crates.io crate fluent-uri 0.1.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate fluent-uri 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d880cbaacc0d0fb91d8deb8876bb60466f88ab1bb54a1c0690b3609281746b25
[INFO] running `Command { std: "docker" "start" "-a" "d880cbaacc0d0fb91d8deb8876bb60466f88ab1bb54a1c0690b3609281746b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d880cbaacc0d0fb91d8deb8876bb60466f88ab1bb54a1c0690b3609281746b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d880cbaacc0d0fb91d8deb8876bb60466f88ab1bb54a1c0690b3609281746b25", kill_on_drop: false }`
[INFO] [stdout] d880cbaacc0d0fb91d8deb8876bb60466f88ab1bb54a1c0690b3609281746b25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2da5576911497cc4ea066623838bec0e9a358c21246e5419bf41e943e4edaca8
[INFO] running `Command { std: "docker" "start" "-a" "2da5576911497cc4ea066623838bec0e9a358c21246e5419bf41e943e4edaca8", kill_on_drop: false }`
[INFO] [stderr]     Checking fluent-uri v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]  --> src/enc/imp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Vec` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `err` is imported redundantly
[INFO] [stdout]   --> src/enc/imp.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 13 | / macro_rules! err {
[INFO] [stdout] 14 | |     ($index:expr, $kind:ident) => {
[INFO] [stdout] 15 | |         return Err(crate::enc::imp::EncodingError {
[INFO] [stdout] 16 | |             index: $index,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     };
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_- the item `err` is already defined here
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |   pub(crate) use err;
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |     string::{FromUtf8Error, String},
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `String` is already imported here
[INFO] [stdout] 2 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | use core::{iter::Iterator, marker::PhantomData, mem::ManuallyDrop, ptr::NonNull, slice, str};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:13
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `String` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:29
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Vec` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv4Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv4Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv6Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv6Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]  --> src/enc/imp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Vec` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `err` is imported redundantly
[INFO] [stdout]   --> src/enc/imp.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 13 | / macro_rules! err {
[INFO] [stdout] 14 | |     ($index:expr, $kind:ident) => {
[INFO] [stdout] 15 | |         return Err(crate::enc::imp::EncodingError {
[INFO] [stdout] 16 | |             index: $index,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     };
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_- the item `err` is already defined here
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |   pub(crate) use err;
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |     string::{FromUtf8Error, String},
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/enc/mod.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `String` is already imported here
[INFO] [stdout] 2 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Iterator` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | use core::{iter::Iterator, marker::PhantomData, mem::ManuallyDrop, ptr::NonNull, slice, str};
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Iterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:13
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `String` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:3:29
[INFO] [stdout]    |
[INFO] [stdout] 3  | use alloc::{string::String, vec::Vec};
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Vec` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv4Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv4Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ipv6Addr` is imported redundantly
[INFO] [stdout]   --> src/internal.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::{Ipv4Addr, Ipv6Addr};
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 13 |
[INFO] [stdout] 14 | use super::*;
[INFO] [stdout]    |     -------- the item `Ipv6Addr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iri_string`
[INFO] [stdout]  --> benches/bench.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use iri_string::types::UriReferenceStr;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `iri_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/bench.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `uriparse`
[INFO] [stdout]  --> benches/bench.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use uriparse::URIReference;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `uriparse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]  --> benches/bench.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use url::Url;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in this scope
[INFO] [stdout]   --> benches/bench.rs:35:43
[INFO] [stdout]    |
[INFO] [stdout] 35 |     c.bench_function("dec", |b| b.iter(|| decode(black_box(DEC_CASE))));
[INFO] [stdout]    |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `table` is private
[INFO] [stdout]  --> benches/bench.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |           ^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `table` is defined here
[INFO] [stdout]  --> /opt/rustwide/workdir/src/enc/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod table;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `*`
[INFO] [stdout]  --> benches/bench.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |                     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             decode_unchecked(black_box(DEC_CASE.as_bytes()));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_in_place_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             decode_in_place_unchecked(&mut vec);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `validate` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fluent-uri` (bench "bench") due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2da5576911497cc4ea066623838bec0e9a358c21246e5419bf41e943e4edaca8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2da5576911497cc4ea066623838bec0e9a358c21246e5419bf41e943e4edaca8", kill_on_drop: false }`
[INFO] [stdout] 2da5576911497cc4ea066623838bec0e9a358c21246e5419bf41e943e4edaca8
