[INFO] cloning repository https://github.com/dongsub-joung/THeWatcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dongsub-joung/THeWatcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdongsub-joung%2FTHeWatcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdongsub-joung%2FTHeWatcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 27787391c6256682f08819cd23ad269e5b45e3ac
[INFO] checking dongsub-joung/THeWatcher against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdongsub-joung%2FTHeWatcher" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dongsub-joung/THeWatcher
[INFO] finished tweaking git repo https://github.com/dongsub-joung/THeWatcher
[INFO] tweaked toml for git repo https://github.com/dongsub-joung/THeWatcher written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dongsub-joung/THeWatcher on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dongsub-joung/THeWatcher 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v2.0.19
[INFO] [stderr]   Downloaded quote v1.0.47
[INFO] [stderr]   Downloaded thiserror-impl v2.0.19
[INFO] [stderr]   Downloaded proc-macro2 v1.0.107
[INFO] [stderr]   Downloaded syn v3.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1
[INFO] running `Command { std: "docker" "start" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking the_watcher v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `input_handle`
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod input_handle;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `input_handle`, create file "src/input_handle.rs" or "src/input_handle/mod.rs"
[INFO] [stdout]   = note: if there is a `mod input_handle` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pingora_proxy`
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod pingora_proxy;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pingora_proxy`, create file "src/pingora_proxy.rs" or "src/pingora_proxy/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pingora_proxy` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0255]: the name `pingora_proxy` is defined multiple times
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod pingora_proxy;
[INFO] [stdout]   | ------------------ previous definition of the module `pingora_proxy` here
[INFO] [stdout] ...
[INFO] [stdout] 6 | use pingora_proxy;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ `pingora_proxy` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `pingora_proxy` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]   |
[INFO] [stdout] 6 | use pingora_proxy as other_pingora_proxy;
[INFO] [stdout]   |                   ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `input_handle`
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod input_handle;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `input_handle`, create file "src/input_handle.rs" or "src/input_handle/mod.rs"
[INFO] [stdout]   = note: if there is a `mod input_handle` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pingora_proxy`
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod pingora_proxy;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pingora_proxy`, create file "src/pingora_proxy.rs" or "src/pingora_proxy/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pingora_proxy` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0255]: the name `pingora_proxy` is defined multiple times
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod pingora_proxy;
[INFO] [stdout]   | ------------------ previous definition of the module `pingora_proxy` here
[INFO] [stdout] ...
[INFO] [stdout] 6 | use pingora_proxy;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ `pingora_proxy` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `pingora_proxy` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]   |
[INFO] [stdout] 6 | use pingora_proxy as other_pingora_proxy;
[INFO] [stdout]   |                   ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `THeWatcher` in this scope
[INFO] [stdout]   --> src/main.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TheWatcher {
[INFO] [stdout]    | ----------------- similarly named struct `TheWatcher` defined here
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl THeWatcher {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 - impl THeWatcher {
[INFO] [stdout] 19 + impl TheWatcher {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `the_watcher::*`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use the_watcher::*;
[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: `input_handle::*`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use input_handle::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pingora_proxy`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use pingora_proxy;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thiserror::Error`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use thiserror::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NETWORK_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     NETWORK_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NetworkActivityMode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FILE_SYSTEM_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     FILE_SYSTEM_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FileSystemActivityMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MEMORY_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     MEMORY_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryActivityMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `THeWatcher` in this scope
[INFO] [stdout]   --> src/main.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TheWatcher {
[INFO] [stdout]    | ----------------- similarly named struct `TheWatcher` defined here
[INFO] [stdout] ...
[INFO] [stdout] 19 | impl THeWatcher {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 - impl THeWatcher {
[INFO] [stdout] 19 + impl TheWatcher {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `the_watcher::*`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use the_watcher::*;
[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: `input_handle::*`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use input_handle::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pingora_proxy`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use pingora_proxy;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thiserror::Error`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use thiserror::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NETWORK_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     NETWORK_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NetworkActivityMode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FILE_SYSTEM_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     FILE_SYSTEM_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FileSystemActivityMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MEMORY_ACTIVITY_MODE` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     MEMORY_ACTIVITY_MODE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryActivityMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LoggingOptions` doesn't implement `Debug`
[INFO] [stdout]   --> src/main.rs:41:60
[INFO] [stdout]    |
[INFO] [stdout] 41 |             println!("Logging enabled with options: {:?}", options);
[INFO] [stdout]    |                                                     ----   ^^^^^^^ `LoggingOptions` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `LoggingOptions`
[INFO] [stdout] help: consider annotating `LoggingOptions` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  9 + #[derive(Debug)]
[INFO] [stdout] 10 | enum LoggingOptions {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LoggingOptions` doesn't implement `Debug`
[INFO] [stdout]   --> src/main.rs:41:60
[INFO] [stdout]    |
[INFO] [stdout] 41 |             println!("Logging enabled with options: {:?}", options);
[INFO] [stdout]    |                                                     ----   ^^^^^^^ `LoggingOptions` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `LoggingOptions`
[INFO] [stdout] help: consider annotating `LoggingOptions` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  9 + #[derive(Debug)]
[INFO] [stdout] 10 | enum LoggingOptions {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `TheWatcher` in the current scope
[INFO] [stdout]   --> src/main.rs:64:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TheWatcher {
[INFO] [stdout]    | ----------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 64 |     let mut watcher_a = TheWatcher::new(pid, output_path);
[INFO] [stdout]    |                                     ^^^ associated function or constant not found in `TheWatcher`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `TheWatcher` in the current scope
[INFO] [stdout]   --> src/main.rs:64:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TheWatcher {
[INFO] [stdout]    | ----------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 64 |     let mut watcher_a = TheWatcher::new(pid, output_path);
[INFO] [stdout]    |                                     ^^^ associated function or constant not found in `TheWatcher`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0255, E0277, E0425, E0583, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0255`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0255, E0277, E0425, E0583, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0255`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `the_watcher` (bin "the_watcher") due to 6 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `the_watcher` (bin "the_watcher" test) due to 6 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1", kill_on_drop: false }`
[INFO] [stdout] db90d10cd36295e2343f0c00505ac1b9a7e1d98241f4767842d35e5bb09104f1
