[INFO] fetching crate napi 2.16.17... [INFO] checking napi-2.16.17 against try#1d0e7c032bf9b905a3165592072b5cc63c491d50 for pr-133502-5 [INFO] extracting crate napi 2.16.17 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate napi 2.16.17 on toolchain 1d0e7c032bf9b905a3165592072b5cc63c491d50 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate napi 2.16.17 [INFO] finished tweaking crates.io crate napi 2.16.17 [INFO] tweaked toml for crates.io crate napi 2.16.17 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate napi 2.16.17 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" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d27adb8e0dad4eb7e0f161bd91a77471db3cc334be5db01c196e21aa2019cbd [INFO] running `Command { std: "docker" "start" "-a" "8d27adb8e0dad4eb7e0f161bd91a77471db3cc334be5db01c196e21aa2019cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d27adb8e0dad4eb7e0f161bd91a77471db3cc334be5db01c196e21aa2019cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d27adb8e0dad4eb7e0f161bd91a77471db3cc334be5db01c196e21aa2019cbd", kill_on_drop: false }` [INFO] [stdout] 8d27adb8e0dad4eb7e0f161bd91a77471db3cc334be5db01c196e21aa2019cbd [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93dfae62790da881bdaf3ebc094170dd4bee349ed0b73d90bdab1142016e15ef [INFO] running `Command { std: "docker" "start" "-a" "93dfae62790da881bdaf3ebc094170dd4bee349ed0b73d90bdab1142016e15ef", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Checking once_cell v1.21.0 [INFO] [stderr] Checking napi-sys v2.4.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling ctor v0.2.9 [INFO] [stderr] Checking napi v2.16.17 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | impl TypeName for JsExternal { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | impl ValidateNapiValue for JsExternal {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:660:24 [INFO] [stdout] | [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | impl TypeName for JsExternal { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | impl ValidateNapiValue for JsExternal {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:660:24 [INFO] [stdout] | [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `js_values::JsExternal`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:167:48 [INFO] [stdout] | [INFO] [stdout] 167 | unsafe { JsUnknown::from_raw_unchecked(self.0.env, self.0.value) } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:167:60 [INFO] [stdout] | [INFO] [stdout] 167 | unsafe { JsUnknown::from_raw_unchecked(self.0.env, self.0.value) } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:173:36 [INFO] [stdout] | [INFO] [stdout] 173 | sys::napi_coerce_to_bool(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:173:48 [INFO] [stdout] | [INFO] [stdout] 173 | sys::napi_coerce_to_bool(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:185:38 [INFO] [stdout] | [INFO] [stdout] 185 | sys::napi_coerce_to_number(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:185:50 [INFO] [stdout] | [INFO] [stdout] 185 | sys::napi_coerce_to_number(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:188:16 [INFO] [stdout] | [INFO] [stdout] 188 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | sys::napi_coerce_to_string(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:197:50 [INFO] [stdout] | [INFO] [stdout] 197 | sys::napi_coerce_to_string(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 200 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:209:38 [INFO] [stdout] | [INFO] [stdout] 209 | sys::napi_coerce_to_object(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:209:50 [INFO] [stdout] | [INFO] [stdout] 209 | sys::napi_coerce_to_object(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 212 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:227:53 [INFO] [stdout] | [INFO] [stdout] 227 | check_status!(unsafe { sys::napi_is_promise(self.0.env, self.0.value, &mut is_promise) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:227:65 [INFO] [stdout] | [INFO] [stdout] 227 | check_status!(unsafe { sys::napi_is_promise(self.0.env, self.0.value, &mut is_promise) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:233:51 [INFO] [stdout] | [INFO] [stdout] 233 | check_status!(unsafe { sys::napi_is_error(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:233:63 [INFO] [stdout] | [INFO] [stdout] 233 | check_status!(unsafe { sys::napi_is_error(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:239:56 [INFO] [stdout] | [INFO] [stdout] 239 | check_status!(unsafe { sys::napi_is_typedarray(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:239:68 [INFO] [stdout] | [INFO] [stdout] 239 | check_status!(unsafe { sys::napi_is_typedarray(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:245:54 [INFO] [stdout] | [INFO] [stdout] 245 | check_status!(unsafe { sys::napi_is_dataview(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:245:66 [INFO] [stdout] | [INFO] [stdout] 245 | check_status!(unsafe { sys::napi_is_dataview(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:251:51 [INFO] [stdout] | [INFO] [stdout] 251 | check_status!(unsafe { sys::napi_is_array(self.0.env, self.0.value, &mut is_array) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:251:63 [INFO] [stdout] | [INFO] [stdout] 251 | check_status!(unsafe { sys::napi_is_array(self.0.env, self.0.value, &mut is_array) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | check_status!(unsafe { sys::napi_is_buffer(self.0.env, self.0.value, &mut is_buffer) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:257:64 [INFO] [stdout] | [INFO] [stdout] 257 | check_status!(unsafe { sys::napi_is_buffer(self.0.env, self.0.value, &mut is_buffer) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:267:32 [INFO] [stdout] | [INFO] [stdout] 267 | sys::napi_instanceof(self.0.env, self.0.value, constructor.raw(), &mut result) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:267:44 [INFO] [stdout] | [INFO] [stdout] 267 | sys::napi_instanceof(self.0.env, self.0.value, constructor.raw(), &mut result) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:167:48 [INFO] [stdout] | [INFO] [stdout] 167 | unsafe { JsUnknown::from_raw_unchecked(self.0.env, self.0.value) } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:167:60 [INFO] [stdout] | [INFO] [stdout] 167 | unsafe { JsUnknown::from_raw_unchecked(self.0.env, self.0.value) } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:173:36 [INFO] [stdout] | [INFO] [stdout] 173 | sys::napi_coerce_to_bool(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:173:48 [INFO] [stdout] | [INFO] [stdout] 173 | sys::napi_coerce_to_bool(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:185:38 [INFO] [stdout] | [INFO] [stdout] 185 | sys::napi_coerce_to_number(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:185:50 [INFO] [stdout] | [INFO] [stdout] 185 | sys::napi_coerce_to_number(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:188:16 [INFO] [stdout] | [INFO] [stdout] 188 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | sys::napi_coerce_to_string(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:197:50 [INFO] [stdout] | [INFO] [stdout] 197 | sys::napi_coerce_to_string(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 200 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:209:38 [INFO] [stdout] | [INFO] [stdout] 209 | sys::napi_coerce_to_object(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:209:50 [INFO] [stdout] | [INFO] [stdout] 209 | sys::napi_coerce_to_object(self.0.env, self.0.value, &mut new_raw_value) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 212 | env: self.0.env, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:227:53 [INFO] [stdout] | [INFO] [stdout] 227 | check_status!(unsafe { sys::napi_is_promise(self.0.env, self.0.value, &mut is_promise) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:227:65 [INFO] [stdout] | [INFO] [stdout] 227 | check_status!(unsafe { sys::napi_is_promise(self.0.env, self.0.value, &mut is_promise) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:233:51 [INFO] [stdout] | [INFO] [stdout] 233 | check_status!(unsafe { sys::napi_is_error(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:233:63 [INFO] [stdout] | [INFO] [stdout] 233 | check_status!(unsafe { sys::napi_is_error(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:239:56 [INFO] [stdout] | [INFO] [stdout] 239 | check_status!(unsafe { sys::napi_is_typedarray(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:239:68 [INFO] [stdout] | [INFO] [stdout] 239 | check_status!(unsafe { sys::napi_is_typedarray(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:245:54 [INFO] [stdout] | [INFO] [stdout] 245 | check_status!(unsafe { sys::napi_is_dataview(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:245:66 [INFO] [stdout] | [INFO] [stdout] 245 | check_status!(unsafe { sys::napi_is_dataview(self.0.env, self.0.value, &mut result) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:251:51 [INFO] [stdout] | [INFO] [stdout] 251 | check_status!(unsafe { sys::napi_is_array(self.0.env, self.0.value, &mut is_array) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:251:63 [INFO] [stdout] | [INFO] [stdout] 251 | check_status!(unsafe { sys::napi_is_array(self.0.env, self.0.value, &mut is_array) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | check_status!(unsafe { sys::napi_is_buffer(self.0.env, self.0.value, &mut is_buffer) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:257:64 [INFO] [stdout] | [INFO] [stdout] 257 | check_status!(unsafe { sys::napi_is_buffer(self.0.env, self.0.value, &mut is_buffer) })?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:267:32 [INFO] [stdout] | [INFO] [stdout] 267 | sys::napi_instanceof(self.0.env, self.0.value, constructor.raw(), &mut result) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:267:44 [INFO] [stdout] | [INFO] [stdout] 267 | sys::napi_instanceof(self.0.env, self.0.value, constructor.raw(), &mut result) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 660 | impl_js_value_methods!(JsExternal); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_js_value_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.0.value [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | self.0.value [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.0.value [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `js_values::JsExternal::0`: Please use `External` instead [INFO] [stdout] --> src/js_values/mod.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | self.0.value [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 690 | impl_napi_value_trait!(JsExternal, External); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_napi_value_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s [INFO] running `Command { std: "docker" "inspect" "93dfae62790da881bdaf3ebc094170dd4bee349ed0b73d90bdab1142016e15ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93dfae62790da881bdaf3ebc094170dd4bee349ed0b73d90bdab1142016e15ef", kill_on_drop: false }` [INFO] [stdout] 93dfae62790da881bdaf3ebc094170dd4bee349ed0b73d90bdab1142016e15ef