[INFO] fetching crate libr 0.1.0... [INFO] testing libr-0.1.0 against beta-2025-12-22 for beta-1.93-4 [INFO] extracting crate libr 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate libr 0.1.0 [INFO] finished tweaking crates.io crate libr 0.1.0 [INFO] tweaked toml for crates.io crate libr 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libr 0.1.0 on toolchain beta-2025-12-22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-12-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-12-22" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-12-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-12-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4453ee18fe99671e7910ace92733411bb6be70e5eca551ed5e33ff6b449f23b [INFO] running `Command { std: "docker" "start" "-a" "f4453ee18fe99671e7910ace92733411bb6be70e5eca551ed5e33ff6b449f23b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4453ee18fe99671e7910ace92733411bb6be70e5eca551ed5e33ff6b449f23b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4453ee18fe99671e7910ace92733411bb6be70e5eca551ed5e33ff6b449f23b", kill_on_drop: false }` [INFO] [stdout] f4453ee18fe99671e7910ace92733411bb6be70e5eca551ed5e33ff6b449f23b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-12-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cf0e9df242e29a322099a7b4b677dfaab0006435c816a8e03e87438157c4e31 [INFO] running `Command { std: "docker" "start" "-a" "5cf0e9df242e29a322099a7b4b677dfaab0006435c816a8e03e87438157c4e31", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling libr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/error.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/applic.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/blas.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/callbacks.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/connections.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/lapack.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/linpack.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/memory.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_NULL` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | PARSE_NULL = 0, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseNull` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_OK` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | PARSE_OK, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ParseOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_INCOMPLETE` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | PARSE_INCOMPLETE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseIncomplete` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_ERROR` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | PARSE_ERROR, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_EOF` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PARSE_EOF, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ParseEof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/parse.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/print.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NORESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | SA_NORESTORE = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaNorestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_RESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | SA_RESTORE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaRestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_DEFAULT` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | SA_DEFAULT, // was === SA_RESTORE [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaDefault` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NOSAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | SA_NOSAVE, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SaNosave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | SA_SAVE, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SaSave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVEASK` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | SA_SAVEASK, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSaveask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SUICIDE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | SA_SUICIDE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSuicide` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/r_startup.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_ANY_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | R_ANY_SYM = 0, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RAnySym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_C_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | R_C_SYM, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RCSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_CALL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | R_CALL_SYM, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RCallSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_FORTRAN_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | R_FORTRAN_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RFortranSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_EXTERNAL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | R_EXTERNAL_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RExternalSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rdynload.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rs.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/utils.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/math.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::libextern::*` [INFO] [stdout] --> src/internals.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use super::ext::libextern::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::random::*` [INFO] [stdout] --> src/r.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use super::ext::random::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/r.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:45:48 [INFO] [stdout] | [INFO] [stdout] 45 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:9:56 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn Rvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:10:57 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn REvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s [INFO] running `Command { std: "docker" "inspect" "5cf0e9df242e29a322099a7b4b677dfaab0006435c816a8e03e87438157c4e31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cf0e9df242e29a322099a7b4b677dfaab0006435c816a8e03e87438157c4e31", kill_on_drop: false }` [INFO] [stdout] 5cf0e9df242e29a322099a7b4b677dfaab0006435c816a8e03e87438157c4e31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-12-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 756c0bdad49ba31f165ea3fe70da7242d56afec1388c148778f99fd9df9b1a59 [INFO] running `Command { std: "docker" "start" "-a" "756c0bdad49ba31f165ea3fe70da7242d56afec1388c148778f99fd9df9b1a59", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/error.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/applic.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/blas.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/callbacks.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/connections.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/lapack.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/linpack.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/memory.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_NULL` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | PARSE_NULL = 0, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseNull` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_OK` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | PARSE_OK, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ParseOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_INCOMPLETE` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | PARSE_INCOMPLETE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseIncomplete` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_ERROR` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | PARSE_ERROR, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_EOF` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PARSE_EOF, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ParseEof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/parse.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/print.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NORESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | SA_NORESTORE = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaNorestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_RESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | SA_RESTORE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaRestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_DEFAULT` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | SA_DEFAULT, // was === SA_RESTORE [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaDefault` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NOSAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | SA_NOSAVE, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SaNosave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | SA_SAVE, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SaSave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVEASK` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | SA_SAVEASK, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSaveask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SUICIDE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | SA_SUICIDE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSuicide` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/r_startup.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_ANY_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | R_ANY_SYM = 0, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RAnySym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_C_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | R_C_SYM, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RCSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_CALL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | R_CALL_SYM, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RCallSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_FORTRAN_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | R_FORTRAN_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RFortranSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_EXTERNAL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | R_EXTERNAL_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RExternalSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rdynload.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rs.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/utils.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/math.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::libextern::*` [INFO] [stdout] --> src/internals.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use super::ext::libextern::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::random::*` [INFO] [stdout] --> src/r.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use super::ext::random::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/r.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:45:48 [INFO] [stdout] | [INFO] [stdout] 45 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:9:56 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn Rvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:10:57 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn REvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Rf_endEmbeddedR` and `Rf_initEmbeddedR` [INFO] [stdout] --> examples/03-embedded-parse-eval.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use libr::embedded::{self, Rf_endEmbeddedR, Rf_initEmbeddedR}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::c_int` [INFO] [stdout] --> examples/02-embedded-named-call.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Rf_endEmbeddedR` and `Rf_initEmbeddedR` [INFO] [stdout] --> examples/02-embedded-named-call.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | use libr::embedded::{self, Rf_endEmbeddedR, Rf_initEmbeddedR}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcIawPNl/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblibr-fb1f28c02835dd25,liblibc-21c65d3cecbb2f0e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lR" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIawPNl/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/R/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/01_embedded_print-fd7c93e7d624e282" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,--export-dynamic" "-Wl,-Bsymbolic-functions" "-Wl,-z,relro" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: Rlog1p [INFO] [stdout] >>> referenced by math.rs:56 (src/math.rs:56) [INFO] [stdout] >>> libr-fb1f28c02835dd25.libr.afc42f30ce0bac2d-cgu.0.rcgu.o:(libr::math::log1p::hf26b7710c6b32ad0) in archive /opt/rustwide/target/debug/deps/liblibr-fb1f28c02835dd25.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/error.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/applic.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/arith.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/blas.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/callbacks.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/connections.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/lapack.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/linpack.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/memory.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_NULL` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | PARSE_NULL = 0, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseNull` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_OK` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | PARSE_OK, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ParseOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_INCOMPLETE` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | PARSE_INCOMPLETE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseIncomplete` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_ERROR` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | PARSE_ERROR, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ParseError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PARSE_EOF` should have an upper camel case name [INFO] [stdout] --> src/ext/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PARSE_EOF, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ParseEof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/parse.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/print.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NORESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | SA_NORESTORE = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaNorestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_RESTORE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | SA_RESTORE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaRestore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_DEFAULT` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | SA_DEFAULT, // was === SA_RESTORE [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaDefault` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_NOSAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | SA_NOSAVE, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SaNosave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | SA_SAVE, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SaSave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SAVEASK` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | SA_SAVEASK, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSaveask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SA_SUICIDE` should have an upper camel case name [INFO] [stdout] --> src/ext/r_startup.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | SA_SUICIDE, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `SaSuicide` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/r_startup.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_ANY_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | R_ANY_SYM = 0, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RAnySym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_C_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | R_C_SYM, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RCSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_CALL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | R_CALL_SYM, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RCallSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_FORTRAN_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | R_FORTRAN_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RFortranSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `R_EXTERNAL_SYM` should have an upper camel case name [INFO] [stdout] --> src/ext/rdynload.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | R_EXTERNAL_SYM, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RExternalSym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rdynload.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/rs.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ext/utils.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/math.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/interface.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::libextern::*` [INFO] [stdout] --> src/internals.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use super::ext::libextern::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/internals.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/embedded.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ext::random::*` [INFO] [stdout] --> src/r.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use super::ext::random::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/r.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libr` (example "01-embedded-print") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcQT4YMN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblibr-fb1f28c02835dd25,liblibc-21c65d3cecbb2f0e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lR" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcQT4YMN/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/R/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/00_mainloop-92aea3efd7405ded" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,--export-dynamic" "-Wl,-Bsymbolic-functions" "-Wl,-z,relro" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: Rlog1p [INFO] [stdout] >>> referenced by math.rs:56 (src/math.rs:56) [INFO] [stdout] >>> libr-fb1f28c02835dd25.libr.afc42f30ce0bac2d-cgu.0.rcgu.o:(libr::math::log1p::hf26b7710c6b32ad0) in archive /opt/rustwide/target/debug/deps/liblibr-fb1f28c02835dd25.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libr` (example "00-mainloop") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcm1jZb7/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblibr-fb1f28c02835dd25,liblibc-21c65d3cecbb2f0e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lR" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcm1jZb7/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/R/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/03_embedded_parse_eval-e8b854366a9867f0" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,--export-dynamic" "-Wl,-Bsymbolic-functions" "-Wl,-z,relro" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: Rlog1p [INFO] [stdout] >>> referenced by math.rs:56 (src/math.rs:56) [INFO] [stdout] >>> libr-fb1f28c02835dd25.libr.afc42f30ce0bac2d-cgu.0.rcgu.o:(libr::math::log1p::hf26b7710c6b32ad0) in archive /opt/rustwide/target/debug/deps/liblibr-fb1f28c02835dd25.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcbndxi6/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblibr-fb1f28c02835dd25,liblibc-21c65d3cecbb2f0e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lR" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbndxi6/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/R/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/02_embedded_named_call-87ddb3506167c023" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,--export-dynamic" "-Wl,-Bsymbolic-functions" "-Wl,-z,relro" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: Rlog1p [INFO] [stdout] >>> referenced by math.rs:56 (src/math.rs:56) [INFO] [stdout] >>> libr-fb1f28c02835dd25.libr.afc42f30ce0bac2d-cgu.0.rcgu.o:(libr::math::log1p::hf26b7710c6b32ad0) in archive /opt/rustwide/target/debug/deps/liblibr-fb1f28c02835dd25.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libr` (example "02-embedded-named-call") due to 1 previous error; 2 warnings emitted [INFO] [stderr] error: could not compile `libr` (example "03-embedded-parse-eval") due to 1 previous error; 1 warning emitted [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:45:48 [INFO] [stdout] | [INFO] [stdout] 45 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canCache` should have a snake case name [INFO] [stdout] --> src/ext/callbacks.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | ... canCache: *mut Rboolean, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `can_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:9:56 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn Rvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/ext/print.rs:10:57 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn REvprintf(arg1: *const ::libc::c_char, arg2: va_list) -> (); [INFO] [stdout] | ^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "756c0bdad49ba31f165ea3fe70da7242d56afec1388c148778f99fd9df9b1a59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "756c0bdad49ba31f165ea3fe70da7242d56afec1388c148778f99fd9df9b1a59", kill_on_drop: false }` [INFO] [stdout] 756c0bdad49ba31f165ea3fe70da7242d56afec1388c148778f99fd9df9b1a59