[INFO] cloning repository https://github.com/suitable-name/kapacitor-udf-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/suitable-name/kapacitor-udf-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuitable-name%2Fkapacitor-udf-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuitable-name%2Fkapacitor-udf-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 13963d9869dbd15114887b2c5b9e0e99e10ac198
[INFO] testing suitable-name/kapacitor-udf-rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuitable-name%2Fkapacitor-udf-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/suitable-name/kapacitor-udf-rs
[INFO] finished tweaking git repo https://github.com/suitable-name/kapacitor-udf-rs
[INFO] tweaked toml for git repo https://github.com/suitable-name/kapacitor-udf-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/suitable-name/kapacitor-udf-rs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/suitable-name/kapacitor-udf-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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a6e01818cd0c9b4ad2e29bd1b946cb1a6964bba81cc3bc38df4777e339178a38
[INFO] running `Command { std: "docker" "start" "-a" "a6e01818cd0c9b4ad2e29bd1b946cb1a6964bba81cc3bc38df4777e339178a38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6e01818cd0c9b4ad2e29bd1b946cb1a6964bba81cc3bc38df4777e339178a38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6e01818cd0c9b4ad2e29bd1b946cb1a6964bba81cc3bc38df4777e339178a38", kill_on_drop: false }`
[INFO] [stdout] a6e01818cd0c9b4ad2e29bd1b946cb1a6964bba81cc3bc38df4777e339178a38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1356f7508af1c1fd3abf498206d0f0c985675d8115a61f5bfc480cce20d29676
[INFO] running `Command { std: "docker" "start" "-a" "1356f7508af1c1fd3abf498206d0f0c985675d8115a61f5bfc480cce20d29676", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.7.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling value-bag v1.9.0
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling piper v0.2.3
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling async-executor v1.13.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling signal-hook-async-std v0.2.2
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerocopy-derive v0.6.6
[INFO] [stderr]    Compiling prost-derive v0.13.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling zerocopy v0.6.6
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling ppv-lite86 v0.2.18
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling polling v3.7.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling async-io v2.3.3
[INFO] [stderr]    Compiling prost v0.13.1
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling prost-types v0.13.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling prost-build v0.13.1
[INFO] [stderr]    Compiling tonic-build v0.12.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling kapacitor-udf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.6
[INFO] [stderr]    Compiling hyper-timeout v0.5.1
[INFO] [stderr]    Compiling tonic v0.12.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.21s
[INFO] running `Command { std: "docker" "inspect" "1356f7508af1c1fd3abf498206d0f0c985675d8115a61f5bfc480cce20d29676", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1356f7508af1c1fd3abf498206d0f0c985675d8115a61f5bfc480cce20d29676", kill_on_drop: false }`
[INFO] [stdout] 1356f7508af1c1fd3abf498206d0f0c985675d8115a61f5bfc480cce20d29676
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3cf65a406198fe1142c050f3ca25b812437323b979fbc17546a1fcf9db999ee
[INFO] running `Command { std: "docker" "start" "-a" "b3cf65a406198fe1142c050f3ca25b812437323b979fbc17546a1fcf9db999ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling signal-hook-async-std v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling kapacitor-udf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.53s
[INFO] running `Command { std: "docker" "inspect" "b3cf65a406198fe1142c050f3ca25b812437323b979fbc17546a1fcf9db999ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3cf65a406198fe1142c050f3ca25b812437323b979fbc17546a1fcf9db999ee", kill_on_drop: false }`
[INFO] [stdout] b3cf65a406198fe1142c050f3ca25b812437323b979fbc17546a1fcf9db999ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1158cca992f990eb7925d884160693ddbdd3f58076e4b9d7848fc32b196d12da
[INFO] running `Command { std: "docker" "start" "-a" "1158cca992f990eb7925d884160693ddbdd3f58076e4b9d7848fc32b196d12da", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kapacitor_udf-36e49b977c0b284a)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests kapacitor_udf
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/stdio_server.rs - stdio_server (line 9) - compile ... FAILED
[INFO] [stdout] test src/socket_server.rs - socket_server::SocketServer::stop (line 202) - compile ... FAILED
[INFO] [stdout] test src/stdio_server.rs - stdio_server::StdioServer::run (line 110) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) ... FAILED
[INFO] [stdout] test src/io.rs - io::read_message (line 131) ... FAILED
[INFO] [stdout] test src/socket_server.rs - socket_server (line 9) - compile ... FAILED
[INFO] [stdout] test src/traits.rs - traits::AccepterTrait::accept (line 127) ... FAILED
[INFO] [stdout] test src/socket_server.rs - socket_server::SocketServer::stop_on_signals (line 151) - compile ... FAILED
[INFO] [stdout] test src/socket_server.rs - socket_server::SocketServer::serve (line 106) - compile ... FAILED
[INFO] [stdout] test src/io.rs - io::write_message (line 85) ... FAILED
[INFO] [stdout] test src/stdio_server.rs - stdio_server::run_udf (line 156) - compile ... FAILED
[INFO] [stdout] test src/stdio_server.rs - stdio_server::run_udf_blocking (line 186) - compile ... FAILED
[INFO] [stdout] test src/stdio_server.rs - stdio_server::StdioServer::new (line 78) - compile ... FAILED
[INFO] [stdout] test src/socket_server.rs - socket_server::SocketServer::new (line 72) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/stdio_server.rs - stdio_server (line 9) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/stdio_server.rs:10:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use your_crate::{StdioServer, YourHandlerImpl};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/socket_server.rs - socket_server::SocketServer::stop (line 202) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/socket_server.rs:203:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use your_crate::{Server, MyAccepter};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/stdio_server.rs - stdio_server::StdioServer::run (line 110) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/stdio_server.rs:111:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use your_crate::{StdioServer, Server, MyHandler};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/lib.rs - (line 20) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `my_udf_crate`
[INFO] [stdout]  --> src/lib.rs:21:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use my_udf_crate::{traits::Handler, agent::Agent, proto};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `my_udf_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `my_udf_crate`, use `cargo add my_udf_crate` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `my_udf_crate`
[INFO] [stdout]  --> src/lib.rs:21:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use my_udf_crate::{traits::Handler, agent::Agent, proto};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `my_udf_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `my_udf_crate`, use `cargo add my_udf_crate` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/io.rs - io::read_message (line 131) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]  --> src/io.rs:134:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use your_crate::io::read_message;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Default` for type `MyMessage`
[INFO] [stdout]  --> src/io.rs:136:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Message, Default)]
[INFO] [stdout]   |          -------  ^^^^^^^ conflicting implementation for `MyMessage`
[INFO] [stdout]   |          |
[INFO] [stdout]   |          first implementation here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/socket_server.rs - socket_server (line 9) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/socket_server.rs:12:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use your_crate::{Server, YourAccepterImpl};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/traits.rs - traits::AccepterTrait::accept (line 127) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/traits.rs:129:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use your_crate::Accepter;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/socket_server.rs - socket_server::SocketServer::stop_on_signals (line 151) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/socket_server.rs:153:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use your_crate::{Server, MyAccepter};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/socket_server.rs - socket_server::SocketServer::serve (line 106) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/socket_server.rs:108:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use your_crate::{Server, MyAccepter};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/io.rs - io::write_message (line 85) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]  --> src/io.rs:88:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use your_crate::io::write_message;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/stdio_server.rs - stdio_server::run_udf (line 156) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/stdio_server.rs:157:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use your_crate::{run_udf, MyHandler};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/stdio_server.rs - stdio_server::run_udf_blocking (line 186) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/stdio_server.rs:187:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use your_crate::{run_udf_blocking, MyHandler};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/stdio_server.rs - stdio_server::StdioServer::new (line 78) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/stdio_server.rs:79:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use your_crate::{StdioServer, Server, MyHandler};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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/socket_server.rs - socket_server::SocketServer::new (line 72) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]  --> src/socket_server.rs:74:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use your_crate::{Server, MyAccepter};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/io.rs - io::read_message (line 131)
[INFO] [stdout]     src/io.rs - io::write_message (line 85)
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout]     src/socket_server.rs - socket_server (line 9)
[INFO] [stdout]     src/socket_server.rs - socket_server::SocketServer::new (line 72)
[INFO] [stdout]     src/socket_server.rs - socket_server::SocketServer::serve (line 106)
[INFO] [stdout]     src/socket_server.rs - socket_server::SocketServer::stop (line 202)
[INFO] [stdout]     src/socket_server.rs - socket_server::SocketServer::stop_on_signals (line 151)
[INFO] [stdout]     src/stdio_server.rs - stdio_server (line 9)
[INFO] [stdout]     src/stdio_server.rs - stdio_server::StdioServer::new (line 78)
[INFO] [stdout]     src/stdio_server.rs - stdio_server::StdioServer::run (line 110)
[INFO] [stdout]     src/stdio_server.rs - stdio_server::run_udf (line 156)
[INFO] [stdout]     src/stdio_server.rs - stdio_server::run_udf_blocking (line 186)
[INFO] [stdout]     src/traits.rs - traits::AccepterTrait::accept (line 127)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "1158cca992f990eb7925d884160693ddbdd3f58076e4b9d7848fc32b196d12da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1158cca992f990eb7925d884160693ddbdd3f58076e4b9d7848fc32b196d12da", kill_on_drop: false }`
[INFO] [stdout] 1158cca992f990eb7925d884160693ddbdd3f58076e4b9d7848fc32b196d12da
