[INFO] fetching crate chardetng 0.1.17...
[INFO] checking chardetng-0.1.17 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate chardetng 0.1.17 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate chardetng 0.1.17 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 chardetng 0.1.17
[INFO] finished tweaking crates.io crate chardetng 0.1.17
[INFO] tweaked toml for crates.io crate chardetng 0.1.17 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded detone v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0b4a07f329c2451bd46d72bff69e0d5aa13df49049d339b57ff7b704799b145a
[INFO] running `Command { std: "docker" "start" "-a" "0b4a07f329c2451bd46d72bff69e0d5aa13df49049d339b57ff7b704799b145a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b4a07f329c2451bd46d72bff69e0d5aa13df49049d339b57ff7b704799b145a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b4a07f329c2451bd46d72bff69e0d5aa13df49049d339b57ff7b704799b145a", kill_on_drop: false }`
[INFO] [stdout] 0b4a07f329c2451bd46d72bff69e0d5aa13df49049d339b57ff7b704799b145a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d89b2c0a59c02229edd4b7b65e0f0d574da8c1d7ed5805f3ccc2974a26a3855a
[INFO] running `Command { std: "docker" "start" "-a" "d89b2c0a59c02229edd4b7b65e0f0d574da8c1d7ed5805f3ccc2974a26a3855a", kill_on_drop: false }`
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking detone v1.0.0
[INFO] [stderr]     Checking chardetng v0.1.17 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/lib.rs:3238:9
[INFO] [stdout]      |
[INFO] [stdout] 3238 |         println!("{:?}", decoded);
[INFO] [stdout]      |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `String` in this scope
[INFO] [stdout]     --> src/lib.rs:3248:28
[INFO] [stdout]      |
[INFO] [stdout] 3248 |                 .collect::<String>();
[INFO] [stdout]      |                            ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 3242 |     fn check<String>(input: &str, encoding: &'static Encoding) {
[INFO] [stdout]      |             ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode_without_bom_handling` found for reference `&encoding_rs::Encoding` in the current scope
[INFO] [stdout]     --> src/lib.rs:3237:32
[INFO] [stdout]      |
[INFO] [stdout] 3237 |         let (decoded, _) = enc.decode_without_bom_handling(bytes);
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `new_decoder_without_bom_handling` with a similar name, but with different arguments
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs:3373:5
[INFO] [stdout]      |
[INFO] [stdout] 3373 |     pub fn new_decoder_without_bom_handling(&'static self) -> Decoder {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode` found for reference `&'static encoding_rs::Encoding` in the current scope
[INFO] [stdout]     --> src/lib.rs:3249:22
[INFO] [stdout]      |
[INFO] [stdout] 3249 |             encoding.encode(&orthographic)
[INFO] [stdout]      |                      ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `new_encoder` with a similar name, but with different arguments
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs:3385:5
[INFO] [stdout]      |
[INFO] [stdout] 3385 |     pub fn new_encoder(&'static self) -> Encoder {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode` found for reference `&'static encoding_rs::Encoding` in the current scope
[INFO] [stdout]     --> src/lib.rs:3251:22
[INFO] [stdout]      |
[INFO] [stdout] 3251 |             encoding.encode(input)
[INFO] [stdout]      |                      ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `new_encoder` with a similar name, but with different arguments
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs:3385:5
[INFO] [stdout]      |
[INFO] [stdout] 3385 |     pub fn new_encoder(&'static self) -> Encoder {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]     --> src/lib.rs:3244:14
[INFO] [stdout]      |
[INFO] [stdout] 3244 |         let (bytes, _, _) = if encoding == WINDOWS_1258 {
[INFO] [stdout]      |              ^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout]      = note: all local variables must have a statically known size
[INFO] [stdout]      = help: unsized locals are gated as an unstable feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3645:21
[INFO] [stdout]      |
[INFO] [stdout] 3645 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3655:21
[INFO] [stdout]      |
[INFO] [stdout] 3655 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3665:21
[INFO] [stdout]      |
[INFO] [stdout] 3665 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3675:21
[INFO] [stdout]      |
[INFO] [stdout] 3675 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3685:21
[INFO] [stdout]      |
[INFO] [stdout] 3685 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3695:21
[INFO] [stdout]      |
[INFO] [stdout] 3695 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3705:21
[INFO] [stdout]      |
[INFO] [stdout] 3705 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3715:21
[INFO] [stdout]      |
[INFO] [stdout] 3715 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3725:21
[INFO] [stdout]      |
[INFO] [stdout] 3725 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3735:21
[INFO] [stdout]      |
[INFO] [stdout] 3735 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3745:21
[INFO] [stdout]      |
[INFO] [stdout] 3745 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3755:21
[INFO] [stdout]      |
[INFO] [stdout] 3755 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3765:21
[INFO] [stdout]      |
[INFO] [stdout] 3765 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3775:21
[INFO] [stdout]      |
[INFO] [stdout] 3775 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3785:21
[INFO] [stdout]      |
[INFO] [stdout] 3785 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3795:21
[INFO] [stdout]      |
[INFO] [stdout] 3795 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3805:21
[INFO] [stdout]      |
[INFO] [stdout] 3805 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3815:21
[INFO] [stdout]      |
[INFO] [stdout] 3815 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3825:21
[INFO] [stdout]      |
[INFO] [stdout] 3825 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3835:21
[INFO] [stdout]      |
[INFO] [stdout] 3835 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3845:21
[INFO] [stdout]      |
[INFO] [stdout] 3845 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec`
[INFO] [stdout]     --> src/lib.rs:3855:21
[INFO] [stdout]      |
[INFO] [stdout] 3855 |         let mut v = Vec::new();
[INFO] [stdout]      |                     ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 28 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chardetng` (lib test) due to 29 previous errors
[INFO] running `Command { std: "docker" "inspect" "d89b2c0a59c02229edd4b7b65e0f0d574da8c1d7ed5805f3ccc2974a26a3855a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d89b2c0a59c02229edd4b7b65e0f0d574da8c1d7ed5805f3ccc2974a26a3855a", kill_on_drop: false }`
[INFO] [stdout] d89b2c0a59c02229edd4b7b65e0f0d574da8c1d7ed5805f3ccc2974a26a3855a
