[INFO] fetching crate rquickjs-core 0.9.0... [INFO] testing rquickjs-core-0.9.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate rquickjs-core 0.9.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate rquickjs-core 0.9.0 [INFO] finished tweaking crates.io crate rquickjs-core 0.9.0 [INFO] tweaked toml for crates.io crate rquickjs-core 0.9.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rquickjs-core 0.9.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rquickjs-core 0.9.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cde759a64789df6daa0be4ea955598adef5e0ace6283deb0d9f38eaee6b085ae [INFO] running `Command { std: "docker" "start" "-a" "cde759a64789df6daa0be4ea955598adef5e0ace6283deb0d9f38eaee6b085ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cde759a64789df6daa0be4ea955598adef5e0ace6283deb0d9f38eaee6b085ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde759a64789df6daa0be4ea955598adef5e0ace6283deb0d9f38eaee6b085ae", kill_on_drop: false }` [INFO] [stdout] cde759a64789df6daa0be4ea955598adef5e0ace6283deb0d9f38eaee6b085ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0eb3d8c288fd12fa60cd590c3a8801bdf65c64425bd782ed4f5129f1df12352 [INFO] running `Command { std: "docker" "start" "-a" "c0eb3d8c288fd12fa60cd590c3a8801bdf65c64425bd782ed4f5129f1df12352", kill_on_drop: false }` [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling rquickjs-sys v0.9.0 [INFO] [stderr] Compiling rquickjs-core v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Uninitialized` is never constructed [INFO] [stdout] --> src/value.rs:759:5 [INFO] [stdout] | [INFO] [stdout] 759 | Uninitialized new_uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `into_value` and `from_value` are never used [INFO] [stdout] --> src/value.rs:728:24 [INFO] [stdout] | [INFO] [stdout] 726 | impl $type { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] 727 | /// Convert into value [INFO] [stdout] 728 | pub fn into_value<'js>(self, ctx: Ctx<'js>) -> Value<'js> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 733 | pub fn from_value<'js>(value: Value<'js>) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 757 | / void_types! { [INFO] [stdout] 758 | | /// The placeholder which treated as uninitialized JS value [INFO] [stdout] 759 | | Uninitialized new_uninitialized; [INFO] [stdout] ... | [INFO] [stdout] 765 | | Null new_null; [INFO] [stdout] 766 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrow` is never constructed [INFO] [stdout] --> src/class/cell.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct WriteBorrow<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrowMut` is never constructed [INFO] [stdout] --> src/class/cell.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub struct WriteBorrowMut<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn lock(&self) -> Lock { [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] 32 | pub fn lock(&self) -> Lock<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:246:28 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/opaque.rs:164:28 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/userdata.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context/ctx.rs:473:24 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.83s [INFO] running `Command { std: "docker" "inspect" "c0eb3d8c288fd12fa60cd590c3a8801bdf65c64425bd782ed4f5129f1df12352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0eb3d8c288fd12fa60cd590c3a8801bdf65c64425bd782ed4f5129f1df12352", kill_on_drop: false }` [INFO] [stdout] c0eb3d8c288fd12fa60cd590c3a8801bdf65c64425bd782ed4f5129f1df12352 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e3c90543280c69cc0d7ed002f66c5774ac2510560d8cfef7e482e1bb61bda48 [INFO] running `Command { std: "docker" "start" "-a" "3e3c90543280c69cc0d7ed002f66c5774ac2510560d8cfef7e482e1bb61bda48", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling winnow v0.6.25 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling rquickjs-sys v0.8.1 [INFO] [stderr] Compiling target-triple v0.1.3 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stdout] warning: struct `Uninitialized` is never constructed [INFO] [stdout] --> src/value.rs:759:5 [INFO] [stdout] | [INFO] [stdout] 759 | Uninitialized new_uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `into_value` and `from_value` are never used [INFO] [stdout] --> src/value.rs:728:24 [INFO] [stdout] | [INFO] [stdout] 726 | impl $type { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] 727 | /// Convert into value [INFO] [stdout] 728 | pub fn into_value<'js>(self, ctx: Ctx<'js>) -> Value<'js> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 733 | pub fn from_value<'js>(value: Value<'js>) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 757 | / void_types! { [INFO] [stdout] 758 | | /// The placeholder which treated as uninitialized JS value [INFO] [stdout] 759 | | Uninitialized new_uninitialized; [INFO] [stdout] ... | [INFO] [stdout] 765 | | Null new_null; [INFO] [stdout] 766 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrow` is never constructed [INFO] [stdout] --> src/class/cell.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct WriteBorrow<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrowMut` is never constructed [INFO] [stdout] --> src/class/cell.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub struct WriteBorrowMut<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn lock(&self) -> Lock { [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] 32 | pub fn lock(&self) -> Lock<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:246:28 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/opaque.rs:164:28 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/userdata.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context/ctx.rs:473:24 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling trybuild v1.0.103 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rquickjs-core v0.8.1 [INFO] [stderr] Compiling rquickjs v0.8.1 [INFO] [stderr] Compiling rquickjs-core v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Uninitialized` is never constructed [INFO] [stdout] --> src/value.rs:759:5 [INFO] [stdout] | [INFO] [stdout] 759 | Uninitialized new_uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `into_value` and `from_value` are never used [INFO] [stdout] --> src/value.rs:728:24 [INFO] [stdout] | [INFO] [stdout] 726 | impl $type { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] 727 | /// Convert into value [INFO] [stdout] 728 | pub fn into_value<'js>(self, ctx: Ctx<'js>) -> Value<'js> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 733 | pub fn from_value<'js>(value: Value<'js>) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 757 | / void_types! { [INFO] [stdout] 758 | | /// The placeholder which treated as uninitialized JS value [INFO] [stdout] 759 | | Uninitialized new_uninitialized; [INFO] [stdout] ... | [INFO] [stdout] 765 | | Null new_null; [INFO] [stdout] 766 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrow` is never constructed [INFO] [stdout] --> src/class/cell.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct WriteBorrow<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WriteBorrowMut` is never constructed [INFO] [stdout] --> src/class/cell.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub struct WriteBorrowMut<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn lock(&self) -> Lock { [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] 32 | pub fn lock(&self) -> Lock<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/safe_ref.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn try_lock(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/array_buffer.rs:246:28 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/opaque.rs:164:28 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/runtime/userdata.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn get<'js, U>(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context/ctx.rs:473:24 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 473 | pub fn userdata(&self) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 25.92s [INFO] running `Command { std: "docker" "inspect" "3e3c90543280c69cc0d7ed002f66c5774ac2510560d8cfef7e482e1bb61bda48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e3c90543280c69cc0d7ed002f66c5774ac2510560d8cfef7e482e1bb61bda48", kill_on_drop: false }` [INFO] [stdout] 3e3c90543280c69cc0d7ed002f66c5774ac2510560d8cfef7e482e1bb61bda48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d94867fbe40fdf8460f6d33772751bd81829b96d5711979e6c4079092191dda1 [INFO] running `Command { std: "docker" "start" "-a" "d94867fbe40fdf8460f6d33772751bd81829b96d5711979e6c4079092191dda1", kill_on_drop: false }` [INFO] [stderr] warning: struct `Uninitialized` is never constructed [INFO] [stderr] --> src/value.rs:759:5 [INFO] [stderr] | [INFO] [stderr] 759 | Uninitialized new_uninitialized; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated items `into_value` and `from_value` are never used [INFO] [stderr] --> src/value.rs:728:24 [INFO] [stderr] | [INFO] [stderr] 726 | impl $type { [INFO] [stderr] | ---------- associated items in this implementation [INFO] [stderr] 727 | /// Convert into value [INFO] [stderr] 728 | pub fn into_value<'js>(self, ctx: Ctx<'js>) -> Value<'js> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 733 | pub fn from_value<'js>(value: Value<'js>) -> Result { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 757 | / void_types! { [INFO] [stderr] 758 | | /// The placeholder which treated as uninitialized JS value [INFO] [stderr] 759 | | Uninitialized new_uninitialized; [INFO] [stderr] ... | [INFO] [stderr] 765 | | Null new_null; [INFO] [stderr] 766 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `void_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `WriteBorrow` is never constructed [INFO] [stderr] --> src/class/cell.rs:111:12 [INFO] [stderr] | [INFO] [stderr] 111 | pub struct WriteBorrow<'a, T> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `WriteBorrowMut` is never constructed [INFO] [stderr] --> src/class/cell.rs:131:12 [INFO] [stderr] | [INFO] [stderr] 131 | pub struct WriteBorrowMut<'a, T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/safe_ref.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn lock(&self) -> Lock { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 32 | pub fn lock(&self) -> Lock<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/safe_ref.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn try_lock(&self) -> Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 44 | pub fn try_lock(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/value/array_buffer.rs:241:36 [INFO] [stderr] | [INFO] [stderr] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 241 | pub unsafe fn ref_array_buffer(&self) -> &ArrayBuffer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/value/array_buffer.rs:246:28 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 246 | pub fn as_array_buffer(&self) -> Option<&ArrayBuffer<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/runtime/opaque.rs:164:28 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn get_userdata(&self) -> Option> [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 164 | pub fn get_userdata(&self) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/runtime/userdata.rs:147:24 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn get<'js, U>(&self) -> Option> [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 147 | pub fn get<'js, U>(&self) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context/ctx.rs:473:24 [INFO] [stderr] | [INFO] [stderr] 473 | pub fn userdata(&self) -> Option> [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 473 | pub fn userdata(&self) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `rquickjs-core` (lib) generated 11 warnings (run `cargo fix --lib -p rquickjs-core` to apply 7 suggestions) [INFO] [stderr] warning: `rquickjs-core` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rquickjs_core-62885956c8eb635f) [INFO] [stdout] [INFO] [stdout] running 107 tests [INFO] [stdout] test class::test::generic_types ... ok [INFO] [stdout] test context::base::test::base ... ok [INFO] [stdout] test class::test::get_prototype ... ok [INFO] [stdout] test class::test::trace ... ok [INFO] [stdout] test class::test::constructor ... ok [INFO] [stdout] test context::base::test::minimal ... ok [INFO] [stdout] test class::test::extend_class ... ok [INFO] [stdout] test context::base::test::basic ... ok [INFO] [stdout] test context::builder::tests::all_intrinsinces ... ok [INFO] [stdout] test context::base::test::module ... ok [INFO] [stdout] test context::ctx::test::eval ... ok [INFO] [stdout] test context::ctx::test::eval_minimal_test ... ok [INFO] [stdout] test context::ctx::test::exports ... ok [INFO] [stdout] test context::ctx::test::json_stringify ... ok [INFO] [stdout] test value::array::test::into_iter ... ok [INFO] [stdout] test persistent::test::different_context ... ok [INFO] [stdout] test context::ctx::test::eval_with_options_no_strict_sloppy_code ... ok [INFO] [stdout] test runtime::base::test::base_runtime ... ok [INFO] [stdout] test context::ctx::test::json_parse ... ok [INFO] [stdout] test persistent::test::persistent_function ... ok [INFO] [stdout] test runtime::raw::test::promise_rejection_handler ... ok [INFO] [stdout] test value::array::test::collect_js ... ok [INFO] [stdout] test value::array::test::from_javascript ... ok [INFO] [stdout] test value::array::test::iter ... ok [INFO] [stdout] test value::array_buffer::test::into_javascript_f32 ... ok [INFO] [stdout] test value::atom::predefined::test::string_correct ... ok [INFO] [stdout] test value::array_buffer::test::from_javascript_i8 ... ok [INFO] [stdout] test value::array_buffer::test::into_javascript_i8 ... ok [INFO] [stdout] test value::bigint::test::from_javascript ... ok [INFO] [stdout] test value::array::test::into_object ... ok [INFO] [stdout] test value::bigint::test::to_javascript ... ok [INFO] [stdout] test value::convert::into::test::system_time_to_js ... ok [INFO] [stdout] test value::convert::into::test::char_to_js ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_1_arg_and_return ... ok [INFO] [stdout] test value::function::test::apply_rust_fn_with_this_and_args ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_1_arg_deferred ... ok [INFO] [stdout] test value::array_buffer::test::as_bytes ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_no_args_and_no_return ... ok [INFO] [stdout] test value::function::test::bind_rust_fn_with_this_and_call_with_args ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_rest_args_and_return ... ok [INFO] [stdout] test value::array_buffer::test::from_javascript_f32 ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_no_args_and_return ... ok [INFO] [stdout] test value::convert::from::test::js_to_system_time ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_var_args_and_return ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_2_args_and_return ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_this_and_no_args_and_return ... ok [INFO] [stdout] test value::function::test::call_rust_fn_with_this_and_args ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_no_args_and_throw ... ok [INFO] [stdout] test value::function::test::call_js_fn_with_this_and_1_arg_and_return ... ok [INFO] [stdout] test value::function::test::call_rust_fn_with_ctx_and_value ... ok [INFO] [stdout] test value::function::test::multiple_const_callbacks ... ok [INFO] [stdout] test value::function::test::call_rust_fn_with_var_args ... ok [INFO] [stdout] test persistent::test::persistent_value ... ok [INFO] [stdout] test value::function::test::const_callback ... ok [INFO] [stdout] test value::function::test::js_fn_wrappers ... ok [INFO] [stdout] test value::function::test::call_rust_fn_with_rest_args ... ok [INFO] [stdout] test value::module::test::from_rust_def_eval ... ok [INFO] [stdout] test value::function::test::mutable_callback_which_can_fail ... ok [INFO] [stdout] test value::function::test::mutable_callback_with_ctx_which_reads_globals ... ok [INFO] [stdout] test value::module::test::import_async ... ok [INFO] [stdout] test value::module::test::import ... ok [INFO] [stdout] test value::module::test::access_before_fully_evaluating_module ... ok [INFO] [stdout] test value::function::test::static_callback ... ok [INFO] [stdout] test value::module::test::from_javascript ... ok [INFO] [stdout] test value::module::test::eval_crashing_module_inside_module ... ok [INFO] [stdout] test value::module::test::from_rust_def ... ok [INFO] [stdout] test value::module::test::import_native ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_configurable ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_not_enumerable ... ok [INFO] [stdout] test value::object::property::test::property_with_getter_only ... ok [INFO] [stdout] test value::object::property::test::property_with_undefined ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_enumerable ... ok [INFO] [stdout] test value::object::property::test::property_with_value ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_writable ... ok [INFO] [stdout] test value::function::test::mutable_callback ... ok [INFO] [stdout] test value::object::test::collect_js ... ok [INFO] [stdout] test value::object::test::into_iter ... ok [INFO] [stdout] test value::object::test::from_javascript ... ok [INFO] [stdout] test value::object::property::test::property_with_getter_and_setter ... ok [INFO] [stdout] test value::object::test::types ... ok [INFO] [stdout] test value::string::test::from_javascript ... ok [INFO] [stdout] test value::object::test::iter_take ... ok [INFO] [stdout] test value::object::test::own_keys_iter ... ok [INFO] [stdout] test value::object::test::own_props_iter ... ok [INFO] [stdout] test value::promise::test::promise_then ... ok [INFO] [stdout] test value::test::type_matches ... ok [INFO] [stdout] test value::string::test::from_javascript_c ... ok [INFO] [stdout] test value::string::test::to_javascript_c ... ok [INFO] [stdout] test value::typed_array::test::from_javascript_f32 ... ok [INFO] [stdout] test value::string::test::to_javascript ... ok [INFO] [stdout] test value::typed_array::test::as_bytes ... ok [INFO] [stdout] test value::typed_array::test::from_javascript_i8 ... ok [INFO] [stdout] test value::typed_array::test::into_javascript_f32 ... ok [INFO] [stdout] test value::symbol::test::description ... ok [INFO] [stdout] test context::base::test::exception - should panic ... ok [INFO] [stdout] test value::typed_array::test::is_typed_array ... ok [INFO] [stdout] test value::typed_array::test::into_javascript_i8 ... ok [INFO] [stdout] test context::ctx::test::eval_with_sloppy_code - should panic ... ok [INFO] [stdout] test context::ctx::test::eval_with_options_strict_sloppy_code - should panic ... ok [INFO] [stdout] test persistent::test::different_runtime - should panic ... ok [INFO] [stdout] test value::function::test::recursively_called_mutable_callback - should panic ... ok [INFO] [stdout] test value::function::test::repeatedly_called_once_callback - should panic ... ok [INFO] [stdout] test value::module::test::import_crashing - should panic ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_not_configurable - should panic ... ok [INFO] [stdout] test value::object::property::test::property_with_data_descriptor_readonly - should panic ... ok [INFO] [stdout] test context::ctx::test::userdata ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests rquickjs_core [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/js_lifetime.rs - js_lifetime::JsLifetime (line 55) - compile ... ok [INFO] [stdout] test src/value/module.rs - value::module::module_init (line 18) ... ok [INFO] [stdout] test src/value/exception.rs - value::exception::Exception<'js>::throw_message (line 92) ... ok [INFO] [stdout] test src/result.rs - result::CatchResultExt (line 580) ... ok [INFO] [stdout] test src/js_lifetime.rs - js_lifetime::JsLifetime (line 41) ... ok [INFO] [stdout] test src/js_lifetime.rs - js_lifetime::JsLifetime (line 67) - compile ... ok [INFO] [stdout] test src/context/ctx.rs - context::ctx::Ctx<'js>::catch (line 221) ... ok [INFO] [stdout] test src/js_lifetime.rs - js_lifetime::JsLifetime (line 28) ... ok [INFO] [stdout] test src/persistent.rs - persistent::Persistent (line 11) ... ok [INFO] [stdout] test src/value/object/property.rs - value::object::property::Object<'js>::prop (line 8) ... ok [INFO] [stdout] test src/value/convert.rs - value::convert::Coerced (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d94867fbe40fdf8460f6d33772751bd81829b96d5711979e6c4079092191dda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d94867fbe40fdf8460f6d33772751bd81829b96d5711979e6c4079092191dda1", kill_on_drop: false }` [INFO] [stdout] d94867fbe40fdf8460f6d33772751bd81829b96d5711979e6c4079092191dda1