Skip to content

Disabling multi with for now #560

Disabling multi with for now

Disabling multi with for now #560

Triggered via push July 11, 2023 08:23
Status Failure
Total duration 2m 33s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: test
publish
0s
publish
update-bindings
0s
update-bindings
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 25 warnings
format
Process completed with exit code 1.
failed to resolve: use of undeclared type `Func`: examples/module-loader/src/main.rs#L39
error[E0433]: failed to resolve: use of undeclared type `Func` --> examples/module-loader/src/main.rs:39:29 | 39 | global.set("print", Func::new("print", print)).unwrap(); | ^^^^ use of undeclared type `Func` | help: consider importing this struct | 1 + use rquickjs::prelude::Func; |
failed to resolve: could not find `bind` in `rquickjs`: examples/module-loader/src/bundle/using_macro.rs#L1
error[E0433]: failed to resolve: could not find `bind` in `rquickjs` --> examples/module-loader/src/bundle/using_macro.rs:1:13 | 1 | #[rquickjs::bind(module, public)] | ^^^^ could not find `bind` in `rquickjs`
unresolved import `using_macro::NativeModule`: examples/module-loader/src/bundle.rs#L11
error[E0432]: unresolved import `using_macro::NativeModule` --> examples/module-loader/src/bundle.rs:11:9 | 11 | pub use using_macro::NativeModule; | ^^^^^^^^^^^^^------------ | | | | | help: a similar name exists in the module: `native_module` | no `NativeModule` in `bundle::using_macro`
check
Clippy had exited with the 101 exit code
failed to resolve: could not find `bind` in `rquickjs`: examples/native-module/src/using_macro.rs#L1
error[E0433]: failed to resolve: could not find `bind` in `rquickjs` --> examples/native-module/src/using_macro.rs:1:13 | 1 | #[rquickjs::bind(module, public)] | ^^^^ could not find `bind` in `rquickjs`
unresolved import `using_macro::NativeModule`: examples/native-module/src/lib.rs#L11
error[E0432]: unresolved import `using_macro::NativeModule` --> examples/native-module/src/lib.rs:11:5 | 11 | use using_macro::NativeModule; | ^^^^^^^^^^^^^------------ | | | | | help: a similar name exists in the module: `native_module` | no `NativeModule` in `using_macro`
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused import: `function::FuncArg`: examples/module-loader/src/main.rs#L2
warning: unused import: `function::FuncArg` --> examples/module-loader/src/main.rs:2:5 | 2 | function::FuncArg, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default
unused variable: `val`: core/src/persistent.rs#L205
warning: unused variable: `val` --> core/src/persistent.rs:205:37 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_val`
unused variable: `ctx`: core/src/persistent.rs#L205
warning: unused variable: `ctx` --> core/src/persistent.rs:205:22 | 205 | pub fn save<'js>(ctx: Ctx<'js>, val: T) -> Persistent<T::Target<'static>> | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `rt`: core/src/runtime/raw.rs#L144
warning: unused variable: `rt` --> core/src/runtime/raw.rs:144:35 | 144 | pub(crate) unsafe fn init_raw(rt: *mut qjs::JSRuntime) { | ^^ help: if this is intentional, prefix it with an underscore: `_rt` | = note: `#[warn(unused_variables)]` on by default

Artifacts

Produced during runtime
Name Size
docs Expired
12.5 MB