[INFO] fetching crate yuuang-test-napi 1.7.6... [INFO] checking yuuang-test-napi-1.7.6 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate yuuang-test-napi 1.7.6 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate yuuang-test-napi 1.7.6 [INFO] finished tweaking crates.io crate yuuang-test-napi 1.7.6 [INFO] tweaked toml for crates.io crate yuuang-test-napi 1.7.6 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yuuang-test-napi 1.7.6 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 20 packages to latest compatible versions [INFO] [stderr] Adding napi-sys v1.1.2 (available: v3.1.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 891ac214322dd55a0e653bf344108fb52be7b60479127b5983b3b6660a66aedc [INFO] running `Command { std: "docker" "start" "-a" "891ac214322dd55a0e653bf344108fb52be7b60479127b5983b3b6660a66aedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "891ac214322dd55a0e653bf344108fb52be7b60479127b5983b3b6660a66aedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "891ac214322dd55a0e653bf344108fb52be7b60479127b5983b3b6660a66aedc", kill_on_drop: false }` [INFO] [stdout] 891ac214322dd55a0e653bf344108fb52be7b60479127b5983b3b6660a66aedc [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=forbid -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 540c6db00f31c72e5e36155adca5706393239bf8872416bfee7de939f0ca4319 [INFO] running `Command { std: "docker" "start" "-a" "540c6db00f31c72e5e36155adca5706393239bf8872416bfee7de939f0ca4319", kill_on_drop: false }` [INFO] [stderr] Checking napi-sys v1.1.2 [INFO] [stderr] Checking yuuang-test-napi v1.7.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `value_type` is never read [INFO] [stdout] --> src/js_values/value.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Value { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | pub value_type: ValueType, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/env.rs:1016:35 [INFO] [stdout] | [INFO] [stdout] 1016 | pub fn spawn(&self, task: T) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1016 | pub fn spawn(&self, task: T) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/env.rs:1372:3 [INFO] [stdout] | [INFO] [stdout] 1372 | Box::from_raw(tagged_object); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1372 | let _ = Box::from_raw(tagged_object); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | impl_napi_value_trait!(JsUndefined, Undefined); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | impl_napi_value_trait!(JsNull, Null); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | impl_napi_value_trait!(JsBoolean, Boolean); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | impl_napi_value_trait!(JsBuffer, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | impl_napi_value_trait!(JsArrayBuffer, Object); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | impl_napi_value_trait!(JsTypedArray, Object); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 638 | impl_napi_value_trait!(JsDataView, Object); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | impl_napi_value_trait!(JsNumber, Number); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | impl_napi_value_trait!(JsString, String); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | impl_napi_value_trait!(JsObject, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | impl_napi_value_trait!(JsGlobal, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 645 | impl_napi_value_trait!(JsTimeout, Object); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | impl_napi_value_trait!(JsFunction, Function); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 647 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 648 | impl_napi_value_trait!(JsSymbol, Symbol); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 689 | unsafe { type_of!(self.0.env, self.0.value) } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `value_type` is never read [INFO] [stdout] --> src/js_values/value.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Value { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | pub value_type: ValueType, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Value` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/env.rs:1016:35 [INFO] [stdout] | [INFO] [stdout] 1016 | pub fn spawn(&self, task: T) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1016 | pub fn spawn(&self, task: T) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/env.rs:1372:3 [INFO] [stdout] | [INFO] [stdout] 1372 | Box::from_raw(tagged_object); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1372 | let _ = Box::from_raw(tagged_object); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | impl_napi_value_trait!(JsUndefined, Undefined); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | impl_napi_value_trait!(JsNull, Null); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | impl_napi_value_trait!(JsBoolean, Boolean); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | impl_napi_value_trait!(JsBuffer, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | impl_napi_value_trait!(JsArrayBuffer, Object); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | impl_napi_value_trait!(JsTypedArray, Object); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 638 | impl_napi_value_trait!(JsDataView, Object); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | impl_napi_value_trait!(JsNumber, Number); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | impl_napi_value_trait!(JsString, String); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | impl_napi_value_trait!(JsObject, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | impl_napi_value_trait!(JsGlobal, Object); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 645 | impl_napi_value_trait!(JsTimeout, Object); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | impl_napi_value_trait!(JsFunction, Function); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 647 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 648 | impl_napi_value_trait!(JsSymbol, Symbol); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` which comes from the expansion of the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> src/js_values/mod.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | .and_then(|_| ValueType::try_from(value_type).or_else(|_| Ok(ValueType::Unknown))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 689 | unsafe { type_of!(self.0.env, self.0.value) } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yuuang-test-napi` (lib) due to 16 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `yuuang-test-napi` (lib test) due to 16 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "540c6db00f31c72e5e36155adca5706393239bf8872416bfee7de939f0ca4319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "540c6db00f31c72e5e36155adca5706393239bf8872416bfee7de939f0ca4319", kill_on_drop: false }` [INFO] [stdout] 540c6db00f31c72e5e36155adca5706393239bf8872416bfee7de939f0ca4319