[INFO] cloning repository https://github.com/itswester/idk- [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itswester/idk-" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitswester%2Fidk-", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitswester%2Fidk-'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11c258d098a02015d66ebe86c3be116d9010914c [INFO] checking itswester/idk- against try#53f0b05ecbcf011a1f77f1c627304e87ebd05801 for pr-154492-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitswester%2Fidk-" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/itswester/idk- [INFO] finished tweaking git repo https://github.com/itswester/idk- [INFO] tweaked toml for git repo https://github.com/itswester/idk- written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/itswester/idk- on toolchain 53f0b05ecbcf011a1f77f1c627304e87ebd05801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/itswester/idk- 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" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66c07d24a837efeb40afaf8518e9769e0c16cde27ee58bf58a2aabd29ea3b68e [INFO] running `Command { std: "docker" "start" "-a" "66c07d24a837efeb40afaf8518e9769e0c16cde27ee58bf58a2aabd29ea3b68e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66c07d24a837efeb40afaf8518e9769e0c16cde27ee58bf58a2aabd29ea3b68e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66c07d24a837efeb40afaf8518e9769e0c16cde27ee58bf58a2aabd29ea3b68e", kill_on_drop: false }` [INFO] [stdout] 66c07d24a837efeb40afaf8518e9769e0c16cde27ee58bf58a2aabd29ea3b68e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+53f0b05ecbcf011a1f77f1c627304e87ebd05801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 708e14bc569d98d1c14d107d43a5ab3f50a983de8c8b8aa148b07e5f0cff69f4 [INFO] running `Command { std: "docker" "start" "-a" "708e14bc569d98d1c14d107d43a5ab3f50a983de8c8b8aa148b07e5f0cff69f4", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking fd-lock v4.0.4 [INFO] [stderr] Checking rustyline v17.0.2 [INFO] [stderr] Checking RustBrawl v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `Logger` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod Logger; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `Logger`, create file "src/Helpers/Logger.rs" or "src/Helpers/Logger/mod.rs" [INFO] [stdout] = note: if there is a `mod Logger` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `TcpLaserServer` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub mod TcpLaserServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `TcpLaserServer`, create file "src/Network/TcpLaserServer.rs" or "src/Network/TcpLaserServer/mod.rs" [INFO] [stdout] = note: if there is a `mod TcpLaserServer` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `ClientInstance` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub mod ClientInstance; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ClientInstance`, create file "src/Logic/ClientInstance.rs" or "src/Logic/ClientInstance/mod.rs" [INFO] [stdout] = note: if there is a `mod ClientInstance` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `Messaging` [INFO] [stdout] --> src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub mod Messaging; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `Messaging`, create file "src/Protocol/Messaging.rs" or "src/Protocol/Messaging/mod.rs" [INFO] [stdout] = note: if there is a `mod Messaging` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `MessageManager` [INFO] [stdout] --> src/main.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub mod MessageManager; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `MessageManager`, create file "src/Protocol/MessageManager.rs" or "src/Protocol/MessageManager/mod.rs" [INFO] [stdout] = note: if there is a `mod MessageManager` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `PiranhaMessage` [INFO] [stdout] --> src/main.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub mod PiranhaMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `PiranhaMessage`, create file "src/Messaging/PiranhaMessage.rs" or "src/Messaging/PiranhaMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod PiranhaMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LogicLaserMessageFactory` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub mod LogicLaserMessageFactory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LogicLaserMessageFactory`, create file "src/Messaging/LogicLaserMessageFactory.rs" or "src/Messaging/LogicLaserMessageFactory/mod.rs" [INFO] [stdout] = note: if there is a `mod LogicLaserMessageFactory` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `Logger` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod Logger; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `Logger`, create file "src/Helpers/Logger.rs" or "src/Helpers/Logger/mod.rs" [INFO] [stdout] = note: if there is a `mod Logger` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `TcpLaserServer` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub mod TcpLaserServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `TcpLaserServer`, create file "src/Network/TcpLaserServer.rs" or "src/Network/TcpLaserServer/mod.rs" [INFO] [stdout] = note: if there is a `mod TcpLaserServer` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `ClientInstance` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub mod ClientInstance; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ClientInstance`, create file "src/Logic/ClientInstance.rs" or "src/Logic/ClientInstance/mod.rs" [INFO] [stdout] = note: if there is a `mod ClientInstance` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `Messaging` [INFO] [stdout] --> src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub mod Messaging; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `Messaging`, create file "src/Protocol/Messaging.rs" or "src/Protocol/Messaging/mod.rs" [INFO] [stdout] = note: if there is a `mod Messaging` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `MessageManager` [INFO] [stdout] --> src/main.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub mod MessageManager; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `MessageManager`, create file "src/Protocol/MessageManager.rs" or "src/Protocol/MessageManager/mod.rs" [INFO] [stdout] = note: if there is a `mod MessageManager` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `PiranhaMessage` [INFO] [stdout] --> src/main.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub mod PiranhaMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `PiranhaMessage`, create file "src/Messaging/PiranhaMessage.rs" or "src/Messaging/PiranhaMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod PiranhaMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LogicLaserMessageFactory` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub mod LogicLaserMessageFactory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LogicLaserMessageFactory`, create file "src/Messaging/LogicLaserMessageFactory.rs" or "src/Messaging/LogicLaserMessageFactory/mod.rs" [INFO] [stdout] = note: if there is a `mod LogicLaserMessageFactory` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LoginMessage` [INFO] [stdout] --> src/main.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | pub mod LoginMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LoginMessage`, create file "src/Messaging/Messages/Client/LoginMessage.rs" or "src/Messaging/Messages/Client/LoginMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod LoginMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LoginOkMessage` [INFO] [stdout] --> src/main.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | pub mod LoginOkMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LoginOkMessage`, create file "src/Messaging/Messages/Server/LoginOkMessage.rs" or "src/Messaging/Messages/Server/LoginOkMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod LoginOkMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `OwnHomeDataMessage` [INFO] [stdout] --> src/main.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | pub mod OwnHomeDataMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `OwnHomeDataMessage`, create file "src/Messaging/Messages/Server/OwnHomeDataMessage.rs" or "src/Messaging/Messages/Server/OwnHomeDataMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod OwnHomeDataMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `ByteStream` [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub mod ByteStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ByteStream`, create file "src/Datastream/ByteStream.rs" or "src/Datastream/ByteStream/mod.rs" [INFO] [stdout] = note: if there is a `mod ByteStream` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LoginMessage` [INFO] [stdout] --> src/main.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | pub mod LoginMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LoginMessage`, create file "src/Messaging/Messages/Client/LoginMessage.rs" or "src/Messaging/Messages/Client/LoginMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod LoginMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `LoginOkMessage` [INFO] [stdout] --> src/main.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | pub mod LoginOkMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `LoginOkMessage`, create file "src/Messaging/Messages/Server/LoginOkMessage.rs" or "src/Messaging/Messages/Server/LoginOkMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod LoginOkMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `OwnHomeDataMessage` [INFO] [stdout] --> src/main.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | pub mod OwnHomeDataMessage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `OwnHomeDataMessage`, create file "src/Messaging/Messages/Server/OwnHomeDataMessage.rs" or "src/Messaging/Messages/Server/OwnHomeDataMessage/mod.rs" [INFO] [stdout] = note: if there is a `mod OwnHomeDataMessage` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `ByteStream` [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub mod ByteStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ByteStream`, create file "src/Datastream/ByteStream.rs" or "src/Datastream/ByteStream/mod.rs" [INFO] [stdout] = note: if there is a `mod ByteStream` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `colored::Colorize` [INFO] [stdout] --> src/LogicConfiguration.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use colored::Colorize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `colored::Colorize` [INFO] [stdout] --> src/LogicConfiguration.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use colored::Colorize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `RustBrawl` (bin "RustBrawl") due to 11 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `RustBrawl` (bin "RustBrawl" test) due to 11 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "708e14bc569d98d1c14d107d43a5ab3f50a983de8c8b8aa148b07e5f0cff69f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "708e14bc569d98d1c14d107d43a5ab3f50a983de8c8b8aa148b07e5f0cff69f4", kill_on_drop: false }` [INFO] [stdout] 708e14bc569d98d1c14d107d43a5ab3f50a983de8c8b8aa148b07e5f0cff69f4