[INFO] cloning repository https://github.com/000dry/bidu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/000dry/bidu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F000dry%2Fbidu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F000dry%2Fbidu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6ed2ee9d39637395bbdb1af0b7291f46df689ab
[INFO] checking 000dry/bidu against master#3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0 for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F000dry%2Fbidu" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/000dry/bidu
[INFO] finished tweaking git repo https://github.com/000dry/bidu
[INFO] tweaked toml for git repo https://github.com/000dry/bidu written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/000dry/bidu on toolchain 3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/000dry/bidu 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" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccc16fe4db6c5ee2e685b762e64eb50ea965998472f03ac5f438d30a520831bc
[INFO] running `Command { std: "docker" "start" "-a" "ccc16fe4db6c5ee2e685b762e64eb50ea965998472f03ac5f438d30a520831bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccc16fe4db6c5ee2e685b762e64eb50ea965998472f03ac5f438d30a520831bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccc16fe4db6c5ee2e685b762e64eb50ea965998472f03ac5f438d30a520831bc", kill_on_drop: false }`
[INFO] [stdout] ccc16fe4db6c5ee2e685b762e64eb50ea965998472f03ac5f438d30a520831bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 855e8631adce9f31a3b69e871f6f3fd8f44b5ca6b28635e5d72c14b2e66473d3
[INFO] running `Command { std: "docker" "start" "-a" "855e8631adce9f31a3b69e871f6f3fd8f44b5ca6b28635e5d72c14b2e66473d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling neon-build v0.10.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking neon-runtime v0.10.1
[INFO] [stderr]    Compiling neon v0.10.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn-mid v0.5.4
[INFO] [stderr]    Compiling neon-macros v0.10.1
[INFO] [stderr]     Checking bidu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let js_value_valid: JsValue = boolean.upcast();
[INFO] [stdout]    |                             -------   ^^^^^^^^^^^^^^^^ expected `JsValue`, found `Handle<'_, _>`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::prelude::JsValue`
[INFO] [stdout]               found struct `neon::handle::Handle<'_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Ok(js_value_valid)
[INFO] [stdout]    |         -- ^^^^^^^^^^^^^^ expected `Handle<'_, JsValue>`, found `JsValue`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::handle::Handle<'_, neon::prelude::JsValue>`
[INFO] [stdout]               found struct `neon::prelude::JsValue`
[INFO] [stdout] help: the type constructed contains `neon::prelude::JsValue` due to the type of the argument passed
[INFO] [stdout]   --> src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Ok(js_value_valid)
[INFO] [stdout]    |         ^^^--------------^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            this argument influences the type of `Ok`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0/library/core/src/result.rs:552:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let js_value_invalid: JsValue = invalid_message.upcast();
[INFO] [stdout]    |                               -------   ^^^^^^^^^^^^^^^^^^^^^^^^ expected `JsValue`, found `Handle<'_, _>`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::prelude::JsValue`
[INFO] [stdout]               found struct `neon::handle::Handle<'_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |         Ok(js_value_invalid)
[INFO] [stdout]    |         -- ^^^^^^^^^^^^^^^^ expected `Handle<'_, JsValue>`, found `JsValue`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::handle::Handle<'_, neon::prelude::JsValue>`
[INFO] [stdout]               found struct `neon::prelude::JsValue`
[INFO] [stdout] help: the type constructed contains `neon::prelude::JsValue` due to the type of the argument passed
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         Ok(js_value_invalid)
[INFO] [stdout]    |         ^^^----------------^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            this argument influences the type of `Ok`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0/library/core/src/result.rs:552:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let js_value_valid: JsValue = boolean.upcast();
[INFO] [stdout]    |                             -------   ^^^^^^^^^^^^^^^^ expected `JsValue`, found `Handle<'_, _>`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::prelude::JsValue`
[INFO] [stdout]               found struct `neon::handle::Handle<'_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bidu` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Ok(js_value_valid)
[INFO] [stdout]    |         -- ^^^^^^^^^^^^^^ expected `Handle<'_, JsValue>`, found `JsValue`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::handle::Handle<'_, neon::prelude::JsValue>`
[INFO] [stdout]               found struct `neon::prelude::JsValue`
[INFO] [stdout] help: the type constructed contains `neon::prelude::JsValue` due to the type of the argument passed
[INFO] [stdout]   --> src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Ok(js_value_valid)
[INFO] [stdout]    |         ^^^--------------^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            this argument influences the type of `Ok`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0/library/core/src/result.rs:552:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let js_value_invalid: JsValue = invalid_message.upcast();
[INFO] [stdout]    |                               -------   ^^^^^^^^^^^^^^^^^^^^^^^^ expected `JsValue`, found `Handle<'_, _>`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::prelude::JsValue`
[INFO] [stdout]               found struct `neon::handle::Handle<'_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |         Ok(js_value_invalid)
[INFO] [stdout]    |         -- ^^^^^^^^^^^^^^^^ expected `Handle<'_, JsValue>`, found `JsValue`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `neon::handle::Handle<'_, neon::prelude::JsValue>`
[INFO] [stdout]               found struct `neon::prelude::JsValue`
[INFO] [stdout] help: the type constructed contains `neon::prelude::JsValue` due to the type of the argument passed
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         Ok(js_value_invalid)
[INFO] [stdout]    |         ^^^----------------^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            this argument influences the type of `Ok`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0/library/core/src/result.rs:552:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bidu` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "855e8631adce9f31a3b69e871f6f3fd8f44b5ca6b28635e5d72c14b2e66473d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "855e8631adce9f31a3b69e871f6f3fd8f44b5ca6b28635e5d72c14b2e66473d3", kill_on_drop: false }`
[INFO] [stdout] 855e8631adce9f31a3b69e871f6f3fd8f44b5ca6b28635e5d72c14b2e66473d3
