[INFO] cloning repository https://github.com/rusthing/wheel-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rusthing/wheel-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusthing%2Fwheel-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusthing%2Fwheel-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a139f118c218e571ed62515ce68b860d2c2f5a1b
[INFO] testing rusthing/wheel-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusthing%2Fwheel-rs" "/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/rusthing/wheel-rs
[INFO] finished tweaking git repo https://github.com/rusthing/wheel-rs
[INFO] tweaked toml for git repo https://github.com/rusthing/wheel-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rusthing/wheel-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rusthing/wheel-rs 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" "+beta-2026-03-05" "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] 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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d57a2dcda8d3256d7726275dd2622aeed21b6f8c92df50aa51b93f629f997c50
[INFO] running `Command { std: "docker" "start" "-a" "d57a2dcda8d3256d7726275dd2622aeed21b6f8c92df50aa51b93f629f997c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d57a2dcda8d3256d7726275dd2622aeed21b6f8c92df50aa51b93f629f997c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d57a2dcda8d3256d7726275dd2622aeed21b6f8c92df50aa51b93f629f997c50", kill_on_drop: false }`
[INFO] [stdout] d57a2dcda8d3256d7726275dd2622aeed21b6f8c92df50aa51b93f629f997c50
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f75c978bb16ea3d8dcda662d9522d1eb1816e0cfa29f0334aff5b46f126b491
[INFO] running `Command { std: "docker" "start" "-a" "0f75c978bb16ea3d8dcda662d9522d1eb1816e0cfa29f0334aff5b46f126b491", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling nix v0.31.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling dns-lookup v3.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling wheel-rs v1.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.58s
[INFO] running `Command { std: "docker" "inspect" "0f75c978bb16ea3d8dcda662d9522d1eb1816e0cfa29f0334aff5b46f126b491", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f75c978bb16ea3d8dcda662d9522d1eb1816e0cfa29f0334aff5b46f126b491", kill_on_drop: false }`
[INFO] [stdout] 0f75c978bb16ea3d8dcda662d9522d1eb1816e0cfa29f0334aff5b46f126b491
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c44ee5ab12b65bec6306a8826bb327979727496af4febb0c7b9c2877a2cb25c
[INFO] running `Command { std: "docker" "start" "-a" "4c44ee5ab12b65bec6306a8826bb327979727496af4febb0c7b9c2877a2cb25c", kill_on_drop: false }`
[INFO] [stderr]    Compiling wheel-rs v1.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s
[INFO] running `Command { std: "docker" "inspect" "4c44ee5ab12b65bec6306a8826bb327979727496af4febb0c7b9c2877a2cb25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c44ee5ab12b65bec6306a8826bb327979727496af4febb0c7b9c2877a2cb25c", kill_on_drop: false }`
[INFO] [stdout] 4c44ee5ab12b65bec6306a8826bb327979727496af4febb0c7b9c2877a2cb25c
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bcb7923ec0554980a1d11b25e1148de2a1fc3b60d6f0d67b47fa5dd1b27d6ea4
[INFO] running `Command { std: "docker" "start" "-a" "bcb7923ec0554980a1d11b25e1148de2a1fc3b60d6f0d67b47fa5dd1b27d6ea4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wheel_rs-14985798da0f2bf8)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test urn_utils::tests::test_urn_with_complex_url ... ok
[INFO] [stdout] test urn_utils::tests::test_http_prefix_urls ... ok
[INFO] [stdout] test urn_utils::tests::test_urn_new ... ok
[INFO] [stdout] test urn_utils::tests::test_urn_with_empty_url - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wheel_rs
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test src/process/process/process_error.rs - process::process::process_error::ProcessError::TerminateProcessTimeout (line 40) ... FAILED
[INFO] [stdout] test src/file_utils.rs - file_utils::calc_hash (line 80) ... FAILED
[INFO] [stdout] test src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::InvalidInstruction (line 21) ... FAILED
[INFO] [stdout] test src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::RegisterSignalHandler (line 51) ... FAILED
[INFO] [stdout] test src/cmd/spawn/cmd_utils.rs - cmd::spawn::cmd_utils::execute (line 38) ... FAILED
[INFO] [stdout] test src/process/pid/pid_file_guard.rs - process::pid::pid_file_guard::PidFileGuard::new (line 46) ... FAILED
[INFO] [stdout] test src/serde/duration_option_serde.rs - serde::duration_option_serde::deserialize (line 58) ... FAILED
[INFO] [stdout] test src/serde/duration_option_serde.rs - serde::duration_option_serde::serialize (line 30) ... FAILED
[INFO] [stdout] test src/serde/duration_serde.rs - serde::duration_serde::deserialize (line 54) ... FAILED
[INFO] [stdout] test src/serde/duration_serde.rs - serde::duration_serde (line 9) ... FAILED
[INFO] [stdout] test src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::SendSignal (line 36) ... FAILED
[INFO] [stdout] test src/serde/duration_option_serde.rs - serde::duration_option_serde (line 9) ... FAILED
[INFO] [stdout] test src/process/pid/pid_utils.rs - process::pid::pid_utils::get_pid_file_path (line 29) ... FAILED
[INFO] [stdout] test src/file_utils.rs - file_utils::is_cross_device_error (line 119) ... ok
[INFO] [stdout] test src/process/process/process_utils.rs - process::process::process_utils::terminate_process (line 31) ... FAILED
[INFO] [stdout] test src/serde/duration_serde.rs - serde::duration_serde::serialize (line 31) ... FAILED
[INFO] [stdout] test src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::deserialize (line 46) ... FAILED
[INFO] [stdout] test src/cmd/std/cmd_utils.rs - cmd::std::cmd_utils::execute (line 34) ... ok
[INFO] [stdout] test src/serde/vec_option_serde.rs - serde::vec_option_serde::serialize (line 21) ... FAILED
[INFO] [stdout] test src/serde/vec_serde.rs - serde::vec_serde::deserialize (line 47) ... FAILED
[INFO] [stdout] test src/serde/path_buf_serde.rs - serde::path_buf_serde::deserialize (line 42) ... FAILED
[INFO] [stdout] test src/process/process/process_error.rs - process::process::process_error::ProcessError::CheckProcess (line 21) ... FAILED
[INFO] [stdout] test src/serde/log_filter_option_serde.rs - serde::log_filter_option_serde (line 18) ... FAILED
[INFO] [stdout] test src/dns_utils.rs - dns_utils::parse_host_port (line 74) ... ok
[INFO] [stdout] test src/dns_utils.rs - dns_utils (line 7) ... ok
[INFO] [stdout] test src/time_utils.rs - time_utils (line 7) ... FAILED
[INFO] [stdout] test src/serde/vec_option_serde.rs - serde::vec_option_serde::deserialize (line 44) ... FAILED
[INFO] [stdout] test src/serde/vec_serde.rs - serde::vec_serde::serialize (line 20) ... FAILED
[INFO] [stdout] test src/file_utils.rs - file_utils (line 11) ... ok
[INFO] [stdout] test src/file_utils.rs - file_utils::get_file_ext (line 44) ... FAILED
[INFO] [stdout] test src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::serialize (line 19) ... FAILED
[INFO] [stdout] test src/serde/rotation_serde.rs - serde::rotation_serde::deserialize (line 64) ... FAILED
[INFO] [stdout] test src/serde/path_buf_serde.rs - serde::path_buf_serde::serialize (line 18) ... FAILED
[INFO] [stdout] test src/dns_utils.rs - dns_utils::parse_host (line 33) ... ok
[INFO] [stdout] test src/urn_utils.rs - urn_utils::Method::to_string (line 41) ... ok
[INFO] [stdout] test src/time_utils.rs - time_utils::get_current_timestamp (line 31) ... ok
[INFO] [stdout] test src/urn_utils.rs - urn_utils::Urn::new (line 91) ... ok
[INFO] [stdout] test src/urn_utils.rs - urn_utils (line 9) ... ok
[INFO] [stdout] test src/serde/rotation_serde.rs - serde::rotation_serde (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/process/process/process_error.rs - process::process::process_error::ProcessError::TerminateProcessTimeout (line 40) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::process`
[INFO] [stdout]   --> src/process/process/process_error.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | use crate::process::ProcessError;
[INFO] [stdout]    |            ^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 41 | use crate::std::process::ProcessError;
[INFO] [stdout]    |            +++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/file_utils.rs - file_utils::calc_hash (line 80) stdout ----
[INFO] [stdout] error[E0277]: `Result<String, std::io::Error>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/file_utils.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 | println!("文件哈希值: {}", hash);
[INFO] [stdout]    |                       --   ^^^^ `Result<String, std::io::Error>` cannot be formatted with the default formatter
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<String, std::io::Error>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::InvalidInstruction (line 21) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::signal`
[INFO] [stdout]   --> src/process/signal/signal_error.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::signal::SignalError;
[INFO] [stdout]    |            ^^^^^^ could not find `signal` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::RegisterSignalHandler (line 51) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::signal`
[INFO] [stdout]   --> src/process/signal/signal_error.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | use crate::signal::SignalError;
[INFO] [stdout]    |            ^^^^^^ could not find `signal` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cmd/spawn/cmd_utils.rs - cmd::spawn::cmd_utils::execute (line 38) stdout ----
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> src/cmd/spawn/cmd_utils.rs:46:13
[INFO] [stdout]     |
[INFO] [stdout]  46 | let child = execute("ls", &["-l"], data_sender, process_exit_sender, None);
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: expected `Sender<()>`, found `Sender<_>`
[INFO] [stdout]    --> src/cmd/spawn/cmd_utils.rs:46:49
[INFO] [stdout]     |
[INFO] [stdout]  46 | let child = execute("ls", &["-l"], data_sender, process_exit_sender, None);
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `std::sync::mpsc::Sender<_>` and `tokio::sync::oneshot::Sender<()>` have similar names, but are actually distinct types
[INFO] [stdout] note: `std::sync::mpsc::Sender<_>` is defined in crate `std`
[INFO] [stdout]    --> /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/mpsc.rs:333:0
[INFO] [stdout] note: `tokio::sync::oneshot::Sender<()>` is defined in crate `tokio`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub struct Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: expected `usize`, found `Option<_>`
[INFO] [stdout]    --> src/cmd/spawn/cmd_utils.rs:46:70
[INFO] [stdout]     |
[INFO] [stdout]  46 | let child = execute("ls", &["-l"], data_sender, process_exit_sender, None);
[INFO] [stdout]     |                                                                      ^^^^
[INFO] [stdout]     = note: expected type `usize`
[INFO] [stdout]                found enum `Option<_>`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/cmd/spawn/cmd_utils.rs:47:8
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub fn execute(
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/pid/pid_file_guard.rs - process::pid::pid_file_guard::PidFileGuard::new (line 46) stdout ----
[INFO] [stdout] error[E0433]: cannot find `process` in `crate`
[INFO] [stdout]   --> src/process/pid/pid_file_guard.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | use crate::process::pid::PidFileGuard;
[INFO] [stdout]    |            ^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 48 | use crate::std::process::pid::PidFileGuard;
[INFO] [stdout]    |            +++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_option_serde.rs - serde::duration_option_serde::deserialize (line 58) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_option_serde.rs - serde::duration_option_serde::serialize (line 30) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_serde.rs - serde::duration_serde::deserialize (line 54) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/duration_serde.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_serde.rs - serde::duration_serde (line 9) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/duration_serde.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/duration_serde.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/duration_serde.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/duration_serde.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/duration_serde.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[serde(with = "wheel_rs::serde::duration_serde")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::SendSignal (line 36) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::signal`
[INFO] [stdout]   --> src/process/signal/signal_error.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | use crate::signal::SignalError;
[INFO] [stdout]    |            ^^^^^^ could not find `signal` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_option_serde.rs - serde::duration_option_serde (line 9) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/duration_option_serde.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[serde(with = "wheel_rs::serde::duration_option_serde")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/pid/pid_utils.rs - process::pid::pid_utils::get_pid_file_path (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `wheel_rs::process::pid_utils`
[INFO] [stdout]   --> src/process/pid/pid_utils.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | use wheel_rs::process::pid_utils::get_pid_file_path;
[INFO] [stdout]    |                        ^^^^^^^^^ could not find `pid_utils` in `process`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/process/process_utils.rs - process::process::process_utils::terminate_process (line 31) stdout ----
[INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled.
[INFO] [stdout]   --> src/process/process/process_utils.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[tokio::main]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/duration_serde.rs - serde::duration_serde::serialize (line 31) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/duration_serde.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::deserialize (line 46) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | use serde::{Serialize, Deserialize};
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 | use serde::{Serialize, Deserialize};
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[serde(
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/vec_option_serde.rs - serde::vec_option_serde::serialize (line 21) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/serde/vec_option_serde.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct Example {
[INFO] [stdout]    |                -^
[INFO] [stdout]    |                |
[INFO] [stdout]    |                unclosed delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/vec_serde.rs - serde::vec_serde::deserialize (line 47) stdout ----
[INFO] [stdout] error: found invalid character; only `#` is allowed in raw string delimitation: '
[INFO] [stdout]   --> src/serde/vec_serde.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | let json = r#'{"tags": ["tag1", "tag2"]}'#;
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/path_buf_serde.rs - serde::path_buf_serde::deserialize (line 42) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 | use serde::{Serialize, Deserialize};
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:43:24
[INFO] [stdout]    |
[INFO] [stdout] 43 | use serde::{Serialize, Deserialize};
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:49:3
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[serde(
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/process/process/process_error.rs - process::process::process_error::ProcessError::CheckProcess (line 21) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::process`
[INFO] [stdout]   --> src/process/process/process_error.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::process::ProcessError;
[INFO] [stdout]    |            ^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::std::process::ProcessError;
[INFO] [stdout]    |            +++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/log_filter_option_serde.rs - serde::log_filter_option_serde (line 18) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/log_filter_option_serde.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/log_filter_option_serde.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/log_filter_option_serde.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/log_filter_option_serde.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/log_filter_option_serde.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[serde(with = "wheel_rs::serde::log_filter_serde")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/time_utils.rs - time_utils (line 7) stdout ----
[INFO] [stdout] error[E0277]: `Result<u128, SystemTimeError>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/time_utils.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 | println!("当前时间戳: {}", timestamp);
[INFO] [stdout]    |                       --   ^^^^^^^^^ `Result<u128, SystemTimeError>` cannot be formatted with the default formatter
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<u128, SystemTimeError>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/vec_option_serde.rs - serde::vec_option_serde::deserialize (line 44) stdout ----
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/vec_option_serde.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/vec_option_serde.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | use serde::Deserialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/vec_option_serde.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[serde(deserialize_with = "crate::serde::vec_option_serde::deserialize")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/vec_serde.rs - serde::vec_serde::serialize (line 20) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/vec_serde.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/vec_serde.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/vec_serde.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[serde(serialize_with = "crate::serde::vec_serde::serialize")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/file_utils.rs - file_utils::get_file_ext (line 44) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (392) panicked at src/file_utils.rs:9:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "file_without_extension"
[INFO] [stdout]  right: ""
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61ee3aca891a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61ee3aca891a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61ee3aca891a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61ee3aca891a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61ee3acb934a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61ee3acb934a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61ee3acabc92 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61ee3acabc92 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61ee3ac9496f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61ee3ac9496f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61ee3aca4e91 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x61ee3aca504b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x61ee3ac94a28 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x61ee3ac8c7a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x61ee3ac9520d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x61ee3acb9b1c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x61ee3acb9a33 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   17:     0x61ee3ac7d3ce - core::panicking::assert_failed::h7563ccfa93e4af85
[INFO] [stdout]   18:     0x61ee3ac7d5fa - rust_out::main::_doctest_main_src_file_utils_rs_44_0::h6290ffceb9eaeffb
[INFO] [stdout]   19:     0x61ee3ac7d446 - rust_out::main::hbc8fb3ef9073494f
[INFO] [stdout]   20:     0x61ee3ac7d343 - core::ops::function::FnOnce::call_once::h8578f0c031e386ae
[INFO] [stdout]   21:     0x61ee3ac7d326 - std::sys::backtrace::__rust_begin_short_backtrace::hb54d2daf111ce867
[INFO] [stdout]   22:     0x61ee3ac7d309 - std::rt::lang_start::{{closure}}::h94e8fd5c8cccecfa
[INFO] [stdout]   23:     0x61ee3aca4614 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   25:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   26:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x61ee3aca4614 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x61ee3aca4614 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61ee3aca4614 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x61ee3ac7d2f1 - std::rt::lang_start::h7f170e4d70be7fa1
[INFO] [stdout]   33:     0x61ee3ac7d645 - main
[INFO] [stdout]   34:     0x7f81e69481ca - <unknown>
[INFO] [stdout]   35:     0x7f81e694828b - __libc_start_main
[INFO] [stdout]   36:     0x61ee3ac7d205 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::serialize (line 19) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/path_buf_option_serde.rs:25:3
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[serde(serialize_with = "crate::serde::path_buf_option_serde::serialize")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/rotation_serde.rs - serde::rotation_serde::deserialize (line 64) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> src/serde/rotation_serde.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 | use serde_json;
[INFO] [stdout]    |     ^^^^^^^^^^ no external crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/path_buf_serde.rs - serde::path_buf_serde::serialize (line 18) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/path_buf_serde.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[serde(serialize_with = "crate::serde::path_buf_serde::serialize")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/serde/rotation_serde.rs - serde::rotation_serde (line 8) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/serde/rotation_serde.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/rotation_serde.rs:10:26
[INFO] [stdout]    |
[INFO] [stdout] 10 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/serde/rotation_serde.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/serde/rotation_serde.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/serde/rotation_serde.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[serde(with = "wheel_rs::serde::rotation_serde")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/cmd/spawn/cmd_utils.rs - cmd::spawn::cmd_utils::execute (line 38)
[INFO] [stdout]     src/file_utils.rs - file_utils::calc_hash (line 80)
[INFO] [stdout]     src/file_utils.rs - file_utils::get_file_ext (line 44)
[INFO] [stdout]     src/process/pid/pid_file_guard.rs - process::pid::pid_file_guard::PidFileGuard::new (line 46)
[INFO] [stdout]     src/process/pid/pid_utils.rs - process::pid::pid_utils::get_pid_file_path (line 29)
[INFO] [stdout]     src/process/process/process_error.rs - process::process::process_error::ProcessError::CheckProcess (line 21)
[INFO] [stdout]     src/process/process/process_error.rs - process::process::process_error::ProcessError::TerminateProcessTimeout (line 40)
[INFO] [stdout]     src/process/process/process_utils.rs - process::process::process_utils::terminate_process (line 31)
[INFO] [stdout]     src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::InvalidInstruction (line 21)
[INFO] [stdout]     src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::RegisterSignalHandler (line 51)
[INFO] [stdout]     src/process/signal/signal_error.rs - process::signal::signal_error::SignalError::SendSignal (line 36)
[INFO] [stdout]     src/serde/duration_option_serde.rs - serde::duration_option_serde (line 9)
[INFO] [stdout]     src/serde/duration_option_serde.rs - serde::duration_option_serde::deserialize (line 58)
[INFO] [stdout]     src/serde/duration_option_serde.rs - serde::duration_option_serde::serialize (line 30)
[INFO] [stdout]     src/serde/duration_serde.rs - serde::duration_serde (line 9)
[INFO] [stdout]     src/serde/duration_serde.rs - serde::duration_serde::deserialize (line 54)
[INFO] [stdout]     src/serde/duration_serde.rs - serde::duration_serde::serialize (line 31)
[INFO] [stdout]     src/serde/log_filter_option_serde.rs - serde::log_filter_option_serde (line 18)
[INFO] [stdout]     src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::deserialize (line 46)
[INFO] [stdout]     src/serde/path_buf_option_serde.rs - serde::path_buf_option_serde::serialize (line 19)
[INFO] [stdout]     src/serde/path_buf_serde.rs - serde::path_buf_serde::deserialize (line 42)
[INFO] [stdout]     src/serde/path_buf_serde.rs - serde::path_buf_serde::serialize (line 18)
[INFO] [stdout]     src/serde/rotation_serde.rs - serde::rotation_serde (line 8)
[INFO] [stdout]     src/serde/rotation_serde.rs - serde::rotation_serde::deserialize (line 64)
[INFO] [stdout]     src/serde/vec_option_serde.rs - serde::vec_option_serde::deserialize (line 44)
[INFO] [stdout]     src/serde/vec_option_serde.rs - serde::vec_option_serde::serialize (line 21)
[INFO] [stdout]     src/serde/vec_serde.rs - serde::vec_serde::deserialize (line 47)
[INFO] [stdout]     src/serde/vec_serde.rs - serde::vec_serde::serialize (line 20)
[INFO] [stdout]     src/time_utils.rs - time_utils (line 7)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 29 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.53s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.95s; merged doctests compilation took 0.41s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bcb7923ec0554980a1d11b25e1148de2a1fc3b60d6f0d67b47fa5dd1b27d6ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcb7923ec0554980a1d11b25e1148de2a1fc3b60d6f0d67b47fa5dd1b27d6ea4", kill_on_drop: false }`
[INFO] [stdout] bcb7923ec0554980a1d11b25e1148de2a1fc3b60d6f0d67b47fa5dd1b27d6ea4
