[INFO] fetching crate kernl 0.1.0...
[INFO] checking kernl-0.1.0 against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] extracting crate kernl 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate kernl 0.1.0
[INFO] finished tweaking crates.io crate kernl 0.1.0
[INFO] tweaked toml for crates.io crate kernl 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate kernl 0.1.0 on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kernl 0.1.0 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" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-collections v0.3.2
[INFO] [stderr]   Downloaded windows-numerics v0.3.1
[INFO] [stderr]   Downloaded windows-future v0.3.2
[INFO] [stderr]   Downloaded windows-threading v0.2.1
[INFO] [stderr]   Downloaded kernl_proc_macros v0.1.0
[INFO] [stderr]   Downloaded bitflags v2.10.0
[INFO] [stderr]   Downloaded windows v0.62.2
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 566907001fcd0e7227eeeaf82b6780c2da59513b3477660ed0c90e494510edf3
[INFO] running `Command { std: "docker" "start" "-a" "566907001fcd0e7227eeeaf82b6780c2da59513b3477660ed0c90e494510edf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "566907001fcd0e7227eeeaf82b6780c2da59513b3477660ed0c90e494510edf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "566907001fcd0e7227eeeaf82b6780c2da59513b3477660ed0c90e494510edf3", kill_on_drop: false }`
[INFO] [stdout] 566907001fcd0e7227eeeaf82b6780c2da59513b3477660ed0c90e494510edf3
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 342626b3b067028f2165607199ab552b413586f10a70f94730092b43ceda7175
[INFO] running `Command { std: "docker" "start" "-a" "342626b3b067028f2165607199ab552b413586f10a70f94730092b43ceda7175", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling kernl_proc_macros v0.1.0
[INFO] [stderr]     Checking kernl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]  --> src/util/parser/toml.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn parse_toml(input: &[u8]) -> Result<(), ()> {
[INFO] [stdout]   |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct Config {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lol` is never used
[INFO] [stdout]   --> src/log.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn lol() {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestLol` is never constructed
[INFO] [stdout]   --> src/log.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct TestLol<'a, T> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]   = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout] 3 + pub type ThreadMessageSendResult<T> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<<T as /* Trait */>::ThreadMessage>>;
[INFO] [stdout]   |                                                                                     +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout] 5 + pub type ThreadMessageRecvResult<T> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |                                                                 +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 6 - pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout] 6 + pub type ThreadMessageTryRecvResult<T> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |                                                                    +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 7 - pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout] 7 + pub type ThreadMessageRecvTimeoutResult<T> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |                                                                        +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]  --> src/util/parser/toml.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn parse_toml(input: &[u8]) -> Result<(), ()> {
[INFO] [stdout]   |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct Config {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lol` is never used
[INFO] [stdout]   --> src/log.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn lol() {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestLol` is never constructed
[INFO] [stdout]   --> src/log.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct TestLol<'a, T> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]   = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout] 3 + pub type ThreadMessageSendResult<T> = Result<(), mpsc::SendError<T::ThreadMessage>>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type ThreadMessageSendResult<T: ThreadMessageSink> = Result<(), mpsc::SendError<<T as /* Trait */>::ThreadMessage>>;
[INFO] [stdout]   |                                                                                     +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout] 5 + pub type ThreadMessageRecvResult<T> = Result<T::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type ThreadMessageRecvResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::RecvError>;
[INFO] [stdout]   |                                                                 +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 6 - pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout] 6 + pub type ThreadMessageTryRecvResult<T> = Result<T::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type ThreadMessageTryRecvResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::TryRecvError>;
[INFO] [stdout]   |                                                                    +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]  --> src/thread.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]   |
[INFO] [stdout]   = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]           see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]   = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]   |
[INFO] [stdout] 7 - pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout] 7 + pub type ThreadMessageRecvTimeoutResult<T> = Result<T::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |
[INFO] [stdout] help: fully qualify this associated type
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type ThreadMessageRecvTimeoutResult<T: ThreadMessageSink> = Result<<T as /* Trait */>::ThreadMessage, mpsc::RecvTimeoutError>;
[INFO] [stdout]   |                                                                        +  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
[INFO] running `Command { std: "docker" "inspect" "342626b3b067028f2165607199ab552b413586f10a70f94730092b43ceda7175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "342626b3b067028f2165607199ab552b413586f10a70f94730092b43ceda7175", kill_on_drop: false }`
[INFO] [stdout] 342626b3b067028f2165607199ab552b413586f10a70f94730092b43ceda7175
