[INFO] fetching crate bytekey-fix 0.5.1...
[INFO] checking bytekey-fix-0.5.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bytekey-fix 0.5.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate bytekey-fix 0.5.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bytekey-fix 0.5.1
[INFO] finished tweaking crates.io crate bytekey-fix 0.5.1
[INFO] tweaked toml for crates.io crate bytekey-fix 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 75c97a5e2addf6d02921f11ce3f6990870d1c49b187f21c3ec2ee315e5ad4b91
[INFO] running `Command { std: "docker" "start" "-a" "75c97a5e2addf6d02921f11ce3f6990870d1c49b187f21c3ec2ee315e5ad4b91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75c97a5e2addf6d02921f11ce3f6990870d1c49b187f21c3ec2ee315e5ad4b91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75c97a5e2addf6d02921f11ce3f6990870d1c49b187f21c3ec2ee315e5ad4b91", kill_on_drop: false }`
[INFO] [stdout] 75c97a5e2addf6d02921f11ce3f6990870d1c49b187f21c3ec2ee315e5ad4b91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70f5b292fe3619852cf14ad097d582c57249ade2fb49c9917589bf4c561a16de
[INFO] running `Command { std: "docker" "start" "-a" "70f5b292fe3619852cf14ad097d582c57249ade2fb49c9917589bf4c561a16de", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking bytekey-fix v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/de.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/de.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `utf8` is imported redundantly
[INFO] [stdout]   --> src/de.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use utf8;
[INFO] [stdout]    |     ^^^^ the item `utf8` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/ser.rs:2:13
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde::{self, Serialize};
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/ser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::{self, i16, i32, i64, i8};
[INFO] [stdout]   |           ^^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 466 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 467 | |             where
[INFO] [stdout] 468 | |                 R: io::BufRead,
[INFO] [stdout] 469 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 481 | |             }
[INFO] [stdout] 482 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 485 | |             where
[INFO] [stdout] 486 | |                 R: io::BufRead,
[INFO] [stdout] 487 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |             }
[INFO] [stdout] 518 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stdout] error[E0463]: can't find crate for `bytekey`
[INFO] [stdout]  --> tests/de.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bytekey;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bytekey`
[INFO] [stdout]  --> tests/ser.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bytekey;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/de.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/de.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `utf8` is imported redundantly
[INFO] [stdout]   --> src/de.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use utf8;
[INFO] [stdout]    |     ^^^^ the item `utf8` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/ser.rs:2:13
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde::{self, Serialize};
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/ser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::{self, i16, i32, i64, i8};
[INFO] [stdout]   |           ^^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytekey-fix` (test "ser") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 466 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 467 | |             where
[INFO] [stdout] 468 | |                 R: io::BufRead,
[INFO] [stdout] 469 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 481 | |             }
[INFO] [stdout] 482 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 485 | |             where
[INFO] [stdout] 486 | |                 R: io::BufRead,
[INFO] [stdout] 487 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |             }
[INFO] [stdout] 518 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytekey-fix` (test "de") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "70f5b292fe3619852cf14ad097d582c57249ade2fb49c9917589bf4c561a16de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70f5b292fe3619852cf14ad097d582c57249ade2fb49c9917589bf4c561a16de", kill_on_drop: false }`
[INFO] [stdout] 70f5b292fe3619852cf14ad097d582c57249ade2fb49c9917589bf4c561a16de
[INFO] checking bytekey-fix-0.5.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bytekey-fix 0.5.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate bytekey-fix 0.5.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bytekey-fix 0.5.1
[INFO] finished tweaking crates.io crate bytekey-fix 0.5.1
[INFO] tweaked toml for crates.io crate bytekey-fix 0.5.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 817463684ed6e9150735f94af48df29a4d6cc433aafb770484a7a3c229e81d70
[INFO] running `Command { std: "docker" "start" "-a" "817463684ed6e9150735f94af48df29a4d6cc433aafb770484a7a3c229e81d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "817463684ed6e9150735f94af48df29a4d6cc433aafb770484a7a3c229e81d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "817463684ed6e9150735f94af48df29a4d6cc433aafb770484a7a3c229e81d70", kill_on_drop: false }`
[INFO] [stdout] 817463684ed6e9150735f94af48df29a4d6cc433aafb770484a7a3c229e81d70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1613593dfbd5e27104807a0093308f92f4fe76505c1c0b753fd175c2de91d01f
[INFO] running `Command { std: "docker" "start" "-a" "1613593dfbd5e27104807a0093308f92f4fe76505c1c0b753fd175c2de91d01f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking bytekey-fix v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/de.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/de.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `utf8` is imported redundantly
[INFO] [stdout]   --> src/de.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use utf8;
[INFO] [stdout]    |     ^^^^ the item `utf8` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/ser.rs:2:13
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde::{self, Serialize};
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/ser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::{self, i16, i32, i64, i8};
[INFO] [stdout]   |           ^^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 466 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 467 | |             where
[INFO] [stdout] 468 | |                 R: io::BufRead,
[INFO] [stdout] 469 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 481 | |             }
[INFO] [stdout] 482 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 485 | |             where
[INFO] [stdout] 486 | |                 R: io::BufRead,
[INFO] [stdout] 487 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |             }
[INFO] [stdout] 518 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stdout] error[E0463]: can't find crate for `bytekey`
[INFO] [stdout]  --> tests/ser.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bytekey;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bytekey`
[INFO] [stdout]  --> tests/de.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bytekey;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/de.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/de.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `utf8` is imported redundantly
[INFO] [stdout]   --> src/de.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use utf8;
[INFO] [stdout]    |     ^^^^ the item `utf8` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `serde` is imported redundantly
[INFO] [stdout]   --> src/ser.rs:2:13
[INFO] [stdout]    |
[INFO] [stdout] 2  | use serde::{self, Serialize};
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate serde;
[INFO] [stdout]    | ------------------- the item `serde` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/ser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::{self, i16, i32, i64, i8};
[INFO] [stdout]   |           ^^^^ the item `std` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytekey-fix` (test "ser") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 466 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 467 | |             where
[INFO] [stdout] 468 | |                 R: io::BufRead,
[INFO] [stdout] 469 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 481 | |             }
[INFO] [stdout] 482 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 485 | |             where
[INFO] [stdout] 486 | |                 R: io::BufRead,
[INFO] [stdout] 487 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |             }
[INFO] [stdout] 518 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytekey-fix` (test "de") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "1613593dfbd5e27104807a0093308f92f4fe76505c1c0b753fd175c2de91d01f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1613593dfbd5e27104807a0093308f92f4fe76505c1c0b753fd175c2de91d01f", kill_on_drop: false }`
[INFO] [stdout] 1613593dfbd5e27104807a0093308f92f4fe76505c1c0b753fd175c2de91d01f
