[INFO] crate sm-ext 0.2.0 is already in cache [INFO] checking sm-ext-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate sm-ext 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate sm-ext 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sm-ext 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sm-ext 0.2.0 [INFO] tweaked toml for crates.io crate sm-ext 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate sm-ext 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 22043e1305af1e50766d6b5629512474b07cd42f34056de6c0bcbcd586dcb015 [INFO] running `"docker" "start" "-a" "22043e1305af1e50766d6b5629512474b07cd42f34056de6c0bcbcd586dcb015"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking c_str_macro v1.0.2 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling sm-ext-derive v0.2.0 [INFO] [stderr] Checking sm-ext v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/data.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | fn test_native(ctx: &IPluginContext, func: IPluginFunction) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/data.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | fn test_native(ctx: &IPluginContext, func: IPluginFunction) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 23 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/data.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | fn test_native(ctx: &IPluginContext, func: IPluginFunction) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sm-ext`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> examples/forwards.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | #[forwards] [INFO] [stderr] | ^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 31 | on_rust_call: fn(a: i32, b: i32, c: &CStr) -> i32, [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `forward_manager` in this scope [INFO] [stderr] --> examples/forwards.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | on_rust_call: fn(a: i32, b: i32, c: &CStr) -> i32, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/forwards.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | fn test_native_call(_ctx: &IPluginContext, a: i32, b: i32) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/forwards.rs:40:44 [INFO] [stderr] | [INFO] [stderr] 40 | fn test_native_call(_ctx: &IPluginContext, a: i32, b: i32) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 22 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/forwards.rs:40:44 [INFO] [stderr] | [INFO] [stderr] 40 | fn test_native_call(_ctx: &IPluginContext, a: i32, b: i32) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/forwards.rs:40:52 [INFO] [stderr] | [INFO] [stderr] 40 | fn test_native_call(_ctx: &IPluginContext, a: i32, b: i32) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 22 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/forwards.rs:40:52 [INFO] [stderr] | [INFO] [stderr] 40 | fn test_native_call(_ctx: &IPluginContext, a: i32, b: i32) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | fn native_obj_new(_ctx: &IPluginContext) -> RustContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:67:19 [INFO] [stderr] | [INFO] [stderr] 67 | fn native_obj_add(_ctx: &IPluginContext, this: &mut RustContext, number: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/handles.rs:67:42 [INFO] [stderr] | [INFO] [stderr] 67 | fn native_obj_add(_ctx: &IPluginContext, this: &mut RustContext, number: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 23 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:67:42 [INFO] [stderr] | [INFO] [stderr] 67 | fn native_obj_add(_ctx: &IPluginContext, this: &mut RustContext, number: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/handles.rs:67:66 [INFO] [stderr] | [INFO] [stderr] 67 | fn native_obj_add(_ctx: &IPluginContext, this: &mut RustContext, number: i32) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 23 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:67:66 [INFO] [stderr] | [INFO] [stderr] 67 | fn native_obj_add(_ctx: &IPluginContext, this: &mut RustContext, number: i32) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | fn native_obj_result(_ctx: &IPluginContext, this: &mut RustContext) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/handles.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | fn native_obj_result(_ctx: &IPluginContext, this: &mut RustContext) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 23 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/handles.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | fn native_obj_result(_ctx: &IPluginContext, this: &mut RustContext) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | fn test_native_add(_ctx: &IPluginContext, a: i32, b: i32) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:21:43 [INFO] [stderr] | [INFO] [stderr] 21 | fn test_native_add(_ctx: &IPluginContext, a: i32, b: i32) -> i32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:21:43 [INFO] [stderr] | [INFO] [stderr] 21 | fn test_native_add(_ctx: &IPluginContext, a: i32, b: i32) -> i32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | fn test_native_add(_ctx: &IPluginContext, a: i32, b: i32) -> i32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `sm-ext`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | fn test_native_add(_ctx: &IPluginContext, a: i32, b: i32) -> i32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | fn test_native_void(_ctx: &IPluginContext) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:39:22 [INFO] [stderr] | [INFO] [stderr] 39 | fn test_native_error(_ctx: &IPluginContext) -> Result<(), &'static str> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:16 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:38 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:38 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:46 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:46 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:54 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:54 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:64 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:64 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:77 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:77 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:90 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:90 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:106 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:106 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> examples/natives.rs:56:122 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> examples/natives.rs:56:122 [INFO] [stderr] | [INFO] [stderr] 56 | fn test_native(ctx: &IPluginContext, a: i32, b: f32, c: &CStr, d: &mut i32, e: &mut f32, f: Option, g: Option, h: Option<&str>) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sm-ext`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sm-ext`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22043e1305af1e50766d6b5629512474b07cd42f34056de6c0bcbcd586dcb015"` [INFO] running `"docker" "rm" "-f" "22043e1305af1e50766d6b5629512474b07cd42f34056de6c0bcbcd586dcb015"` [INFO] [stdout] 22043e1305af1e50766d6b5629512474b07cd42f34056de6c0bcbcd586dcb015