[INFO] fetching crate jsonrpc-stdio-server 18.0.0...
[INFO] checking jsonrpc-stdio-server-18.0.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate jsonrpc-stdio-server 18.0.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate jsonrpc-stdio-server 18.0.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate jsonrpc-stdio-server 18.0.0
[INFO] finished tweaking crates.io crate jsonrpc-stdio-server 18.0.0
[INFO] tweaked toml for crates.io crate jsonrpc-stdio-server 18.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate jsonrpc-stdio-server 18.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio v1.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d41699b30f21d79a368609ad95373af8e70bdc97142c96069fea1b4e8b9d072e
[INFO] running `Command { std: "docker" "start" "-a" "d41699b30f21d79a368609ad95373af8e70bdc97142c96069fea1b4e8b9d072e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d41699b30f21d79a368609ad95373af8e70bdc97142c96069fea1b4e8b9d072e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d41699b30f21d79a368609ad95373af8e70bdc97142c96069fea1b4e8b9d072e", kill_on_drop: false }`
[INFO] [stdout] d41699b30f21d79a368609ad95373af8e70bdc97142c96069fea1b4e8b9d072e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c96ace3f92e08410443113590e79ec0be2ffd0b1b1e5119ea136a1e6ed48dae
[INFO] running `Command { std: "docker" "start" "-a" "4c96ace3f92e08410443113590e79ec0be2ffd0b1b1e5119ea136a1e6ed48dae", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling tokio v1.8.2
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.64
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]     Checking tokio-util v0.6.7
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking jsonrpc-core v18.0.0
[INFO] [stderr]     Checking jsonrpc-stdio-server v18.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled.
[INFO] [stdout]  --> examples/stdio.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[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] 
[INFO] [stdout] warning: unused import: `jsonrpc_stdio_server::jsonrpc_core::*`
[INFO] [stdout]  --> examples/stdio.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use jsonrpc_stdio_server::jsonrpc_core::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jsonrpc_stdio_server::ServerBuilder`
[INFO] [stdout]  --> examples/stdio.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use jsonrpc_stdio_server::ServerBuilder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `stdio`
[INFO] [stdout]   --> examples/stdio.rs:11:2
[INFO] [stdout]    |
[INFO] [stdout] 11 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `examples/stdio.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jsonrpc-stdio-server` (example "stdio") due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4c96ace3f92e08410443113590e79ec0be2ffd0b1b1e5119ea136a1e6ed48dae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c96ace3f92e08410443113590e79ec0be2ffd0b1b1e5119ea136a1e6ed48dae", kill_on_drop: false }`
[INFO] [stdout] 4c96ace3f92e08410443113590e79ec0be2ffd0b1b1e5119ea136a1e6ed48dae
[INFO] checking jsonrpc-stdio-server-18.0.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate jsonrpc-stdio-server 18.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate jsonrpc-stdio-server 18.0.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate jsonrpc-stdio-server 18.0.0
[INFO] finished tweaking crates.io crate jsonrpc-stdio-server 18.0.0
[INFO] tweaked toml for crates.io crate jsonrpc-stdio-server 18.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate jsonrpc-stdio-server 18.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6baa5c04949988e3658934e6773c0b6a4f2335c81755171defcfa5d8b241132b
[INFO] running `Command { std: "docker" "start" "-a" "6baa5c04949988e3658934e6773c0b6a4f2335c81755171defcfa5d8b241132b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6baa5c04949988e3658934e6773c0b6a4f2335c81755171defcfa5d8b241132b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6baa5c04949988e3658934e6773c0b6a4f2335c81755171defcfa5d8b241132b", kill_on_drop: false }`
[INFO] [stdout] 6baa5c04949988e3658934e6773c0b6a4f2335c81755171defcfa5d8b241132b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f35d6158df11d4a777495805c631a0a39ab6b066f2a273a745775211f08dcad7
[INFO] running `Command { std: "docker" "start" "-a" "f35d6158df11d4a777495805c631a0a39ab6b066f2a273a745775211f08dcad7", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling tokio v1.8.2
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.64
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]     Checking tokio-util v0.6.7
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking jsonrpc-core v18.0.0
[INFO] [stderr]     Checking jsonrpc-stdio-server v18.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled.
[INFO] [stdout]  --> examples/stdio.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[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] 
[INFO] [stdout] warning: unused import: `jsonrpc_stdio_server::jsonrpc_core::*`
[INFO] [stdout]  --> examples/stdio.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use jsonrpc_stdio_server::jsonrpc_core::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jsonrpc_stdio_server::ServerBuilder`
[INFO] [stdout]  --> examples/stdio.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use jsonrpc_stdio_server::ServerBuilder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `stdio`
[INFO] [stdout]   --> examples/stdio.rs:11:2
[INFO] [stdout]    |
[INFO] [stdout] 11 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `examples/stdio.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jsonrpc-stdio-server` (example "stdio") due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f35d6158df11d4a777495805c631a0a39ab6b066f2a273a745775211f08dcad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f35d6158df11d4a777495805c631a0a39ab6b066f2a273a745775211f08dcad7", kill_on_drop: false }`
[INFO] [stdout] f35d6158df11d4a777495805c631a0a39ab6b066f2a273a745775211f08dcad7
