[INFO] fetching crate marine-sqlite-connector 0.5.1... [INFO] testing marine-sqlite-connector-0.5.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate marine-sqlite-connector 0.5.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate marine-sqlite-connector 0.5.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate marine-sqlite-connector 0.5.1 [INFO] finished tweaking crates.io crate marine-sqlite-connector 0.5.1 [INFO] tweaked toml for crates.io crate marine-sqlite-connector 0.5.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate marine-sqlite-connector 0.5.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 25a3a85f4dca32185e50a6b0cf7d2235bfa13e12feee71acdac741440d641060 [INFO] running `Command { std: "docker" "start" "-a" "25a3a85f4dca32185e50a6b0cf7d2235bfa13e12feee71acdac741440d641060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25a3a85f4dca32185e50a6b0cf7d2235bfa13e12feee71acdac741440d641060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25a3a85f4dca32185e50a6b0cf7d2235bfa13e12feee71acdac741440d641060", kill_on_drop: false }` [INFO] [stdout] 25a3a85f4dca32185e50a6b0cf7d2235bfa13e12feee71acdac741440d641060 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a4e1b208d564781a2803ab50457edf8f84d1c17ed6898a8467d12435eedf686 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2a4e1b208d564781a2803ab50457edf8f84d1c17ed6898a8467d12435eedf686", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling marine-timestamp-macro v0.6.10 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling marine-macro-impl v0.6.10 [INFO] [stderr] Compiling marine-macro v0.6.10 [INFO] [stderr] Compiling marine-rs-sdk-main v0.6.10 [INFO] [stderr] Compiling marine-rs-sdk v0.6.10 [INFO] [stderr] Compiling marine-sqlite-connector v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:38 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:61 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBOpenDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:70 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub struct DBOpenDescriptor { [INFO] [stdout] 9 | | pub ret_code: i32, [INFO] [stdout] 10 | | pub db_handle: u32, [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:53:52 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn sqlite3_prepare_v2(db_handle: u32, sql: &str) -> DBPrepareDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBPrepareDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:53:61 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn sqlite3_prepare_v2(db_handle: u32, sql: &str) -> DBPrepareDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / pub struct DBPrepareDescriptor { [INFO] [stdout] 16 | | pub ret_code: i32, [INFO] [stdout] 17 | | pub stmt_handle: u32, [INFO] [stdout] 18 | | pub tail: u32, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | sql: &str, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBExecDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | ) -> DBExecDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / pub struct DBExecDescriptor { [INFO] [stdout] 24 | | pub ret_code: i32, [INFO] [stdout] 25 | | pub err_msg: String, [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:84:46 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn sqlite3_errmsg(db_handle: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:93:61 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn sqlite3_column_name(stmt_handle: u32, N: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `Vec`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:102:64 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn sqlite3_bind_blob(stmt_handle: u32, pos: i32, blob: &Vec, xDel: i32) -> i32; [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:114:64 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn sqlite3_bind_text(stmt_handle: u32, pos: i32, text: &str, xDel: i32) -> i32; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `Vec`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:120:64 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn sqlite3_column_blob(stmt_handle: u32, icol: i32) -> Vec; [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:129:64 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn sqlite3_column_text(stmt_handle: u32, icol: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.85s [INFO] running `Command { std: "docker" "inspect" "2a4e1b208d564781a2803ab50457edf8f84d1c17ed6898a8467d12435eedf686", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a4e1b208d564781a2803ab50457edf8f84d1c17ed6898a8467d12435eedf686", kill_on_drop: false }` [INFO] [stdout] 2a4e1b208d564781a2803ab50457edf8f84d1c17ed6898a8467d12435eedf686 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a6444ab0b827783915af28f323d101c9ab8a60f2ada32edcece100fcf9b5e89 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a6444ab0b827783915af28f323d101c9ab8a60f2ada32edcece100fcf9b5e89", kill_on_drop: false }` [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling cranelift-entity v0.59.0 [INFO] [stderr] Compiling cranelift-codegen-shared v0.59.0 [INFO] [stderr] Compiling wasmparser v0.59.0 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling marine-utils v0.2.0 [INFO] [stderr] Compiling cmd_lib v0.7.8 [INFO] [stderr] Compiling random v0.12.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling blake3 v0.3.8 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling page_size v0.4.2 [INFO] [stderr] Compiling errno v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling pwasm-utils v0.12.0 [INFO] [stderr] Compiling raw-cpuid v7.0.4 [INFO] [stderr] Compiling temporary v0.6.3 [INFO] [stderr] Compiling cranelift-codegen-meta v0.59.0 [INFO] [stderr] Compiling cranelift-bforest v0.59.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling variant_count v1.1.0 [INFO] [stderr] Compiling walrus-macro v0.18.0 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling typetag-impl v0.1.7 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde-bench v0.0.7 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling generational-arena v0.2.8 [INFO] [stderr] Compiling fluence-it-types v0.3.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling gimli v0.20.0 [INFO] [stderr] Compiling typetag v0.1.7 [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:38 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:61 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBOpenDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:39:70 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn sqlite3_open_v2(filename: &str, flags: i32, vfs: &str) -> DBOpenDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub struct DBOpenDescriptor { [INFO] [stdout] 9 | | pub ret_code: i32, [INFO] [stdout] 10 | | pub db_handle: u32, [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:53:52 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn sqlite3_prepare_v2(db_handle: u32, sql: &str) -> DBPrepareDescriptor; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBPrepareDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:53:61 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn sqlite3_prepare_v2(db_handle: u32, sql: &str) -> DBPrepareDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / pub struct DBPrepareDescriptor { [INFO] [stdout] 16 | | pub ret_code: i32, [INFO] [stdout] 17 | | pub stmt_handle: u32, [INFO] [stdout] 18 | | pub tail: u32, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | sql: &str, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `DBExecDescriptor`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | ) -> DBExecDescriptor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / pub struct DBExecDescriptor { [INFO] [stdout] 24 | | pub ret_code: i32, [INFO] [stdout] 25 | | pub err_msg: String, [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:84:46 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn sqlite3_errmsg(db_handle: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:93:61 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn sqlite3_column_name(stmt_handle: u32, N: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `Vec`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:102:64 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn sqlite3_bind_blob(stmt_handle: u32, pos: i32, blob: &Vec, xDel: i32) -> i32; [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:114:64 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn sqlite3_bind_text(stmt_handle: u32, pos: i32, text: &str, xDel: i32) -> i32; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `Vec`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:120:64 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn sqlite3_column_blob(stmt_handle: u32, icol: i32) -> Vec; [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `String`, which is not FFI-safe [INFO] [stdout] --> src/sqlite3_connector/import_functions.rs:129:64 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn sqlite3_column_text(stmt_handle: u32, icol: u32) -> String; [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cargo_toml v0.8.1 [INFO] [stderr] Compiling walrus v0.18.0 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling it-lilo v0.1.0 [INFO] [stderr] Compiling wasmer-runtime-core-fl v0.17.1 [INFO] [stderr] Compiling wasmer-interface-types-fl v0.20.1 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling marine-it-interfaces v0.4.0 [INFO] [stderr] Compiling cranelift-codegen v0.59.0 [INFO] [stderr] Compiling marine-module-interface v0.1.4 [INFO] [stderr] Compiling wasmer-wasi-fl v0.17.1 [INFO] [stderr] Compiling marine-module-info-parser v0.2.0 [INFO] [stderr] Compiling marine-it-parser v0.6.5 [INFO] [stderr] Compiling marine-it-generator v0.5.3 [INFO] [stderr] Compiling wasmer-clif-fork-frontend v0.59.0 [INFO] [stderr] Compiling cranelift-native v0.59.0 [INFO] [stderr] Compiling wasmer-clif-fork-wasm v0.59.0 [INFO] [stderr] Compiling wasmer-clif-backend-fl v0.17.0 [INFO] [stderr] Compiling wasmer-runtime-fl v0.17.1 [INFO] [stderr] Compiling marine-runtime v0.7.0 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/marine-runtime-0.7.0/src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #![feature(get_mut_unchecked)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/marine-runtime-0.7.0/src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/marine-runtime-0.7.0/src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #![feature(stmt_expr_attributes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `marine-runtime` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "3a6444ab0b827783915af28f323d101c9ab8a60f2ada32edcece100fcf9b5e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a6444ab0b827783915af28f323d101c9ab8a60f2ada32edcece100fcf9b5e89", kill_on_drop: false }` [INFO] [stdout] 3a6444ab0b827783915af28f323d101c9ab8a60f2ada32edcece100fcf9b5e89