[INFO] crate guile-sys 0.1.1 is already in cache [INFO] testing guile-sys-0.1.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate guile-sys 0.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate guile-sys 0.1.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate guile-sys 0.1.1 [INFO] finished tweaking crates.io crate guile-sys 0.1.1 [INFO] tweaked toml for crates.io crate guile-sys 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c81eff78774a8b9f89220c806ed81bf945b07059c7aa84b643c2ca2182e184d [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" "3c81eff78774a8b9f89220c806ed81bf945b07059c7aa84b643c2ca2182e184d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c81eff78774a8b9f89220c806ed81bf945b07059c7aa84b643c2ca2182e184d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c81eff78774a8b9f89220c806ed81bf945b07059c7aa84b643c2ca2182e184d", kill_on_drop: false }` [INFO] [stdout] 3c81eff78774a8b9f89220c806ed81bf945b07059c7aa84b643c2ca2182e184d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e140ebce8024ef4ead922d0270e984141e2fbcbd52a40cd50536b1d65aa6977 [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" "0e140ebce8024ef4ead922d0270e984141e2fbcbd52a40cd50536b1d65aa6977", kill_on_drop: false }` [INFO] [stderr] Compiling guile-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3281:33 [INFO] [stdout] | [INFO] [stdout] 3281 | pub fn __gmp_randinit(arg1: gmp_randstate_t, arg2: gmp_randalg_t, ...); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3282:41 [INFO] [stdout] | [INFO] [stdout] 3282 | pub fn __gmp_randinit_default(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3283:41 [INFO] [stdout] | [INFO] [stdout] 3283 | pub fn __gmp_randinit_lc_2exp(arg1: gmp_randstate_t, arg2: mpz_srcptr, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3286:46 [INFO] [stdout] | [INFO] [stdout] 3286 | pub fn __gmp_randinit_lc_2exp_size(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3289:36 [INFO] [stdout] | [INFO] [stdout] 3289 | pub fn __gmp_randinit_mt(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3290:37 [INFO] [stdout] | [INFO] [stdout] 3290 | pub fn __gmp_randinit_set(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3292:33 [INFO] [stdout] | [INFO] [stdout] 3292 | pub fn __gmp_randseed(arg1: gmp_randstate_t, arg2: mpz_srcptr); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3293:36 [INFO] [stdout] | [INFO] [stdout] 3293 | pub fn __gmp_randseed_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3295:34 [INFO] [stdout] | [INFO] [stdout] 3295 | pub fn __gmp_randclear(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3296:36 [INFO] [stdout] | [INFO] [stdout] 3296 | pub fn __gmp_urandomb_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3299:36 [INFO] [stdout] | [INFO] [stdout] 3299 | pub fn __gmp_urandomm_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3517:49 [INFO] [stdout] | [INFO] [stdout] 3517 | pub fn __gmpz_rrandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3568:49 [INFO] [stdout] | [INFO] [stdout] 3568 | pub fn __gmpz_urandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3570:49 [INFO] [stdout] | [INFO] [stdout] 3570 | pub fn __gmpz_urandomm(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed4; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:34 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:47 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4208:26 [INFO] [stdout] | [INFO] [stdout] 4208 | pub fn setjmp(__env: jmp_buf) -> c_int; [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4217:30 [INFO] [stdout] | [INFO] [stdout] 4217 | pub fn siglongjmp(__env: sigjmp_buf, __val: c_int); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4540:36 [INFO] [stdout] | [INFO] [stdout] 4540 | pub fn scm_to_mpz(x: SCM, rop: mpz_t); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4541:30 [INFO] [stdout] | [INFO] [stdout] 4541 | pub fn scm_from_mpz(rop: mpz_t) -> SCM; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8145:30 [INFO] [stdout] | [INFO] [stdout] 8145 | arg3: __gnuc_va_list, arg4: *mut c_int) [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8149:31 [INFO] [stdout] | [INFO] [stdout] 8149 | arg3: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8208:28 [INFO] [stdout] | [INFO] [stdout] 8208 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8210:27 [INFO] [stdout] | [INFO] [stdout] 8210 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8213:28 [INFO] [stdout] | [INFO] [stdout] 8213 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8219:29 [INFO] [stdout] | [INFO] [stdout] 8219 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8222:28 [INFO] [stdout] | [INFO] [stdout] 8222 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8235:27 [INFO] [stdout] | [INFO] [stdout] 8235 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8237:26 [INFO] [stdout] | [INFO] [stdout] 8237 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8240:27 [INFO] [stdout] | [INFO] [stdout] 8240 | __arg: __gnuc_va_list) -> c_int; [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: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "0e140ebce8024ef4ead922d0270e984141e2fbcbd52a40cd50536b1d65aa6977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e140ebce8024ef4ead922d0270e984141e2fbcbd52a40cd50536b1d65aa6977", kill_on_drop: false }` [INFO] [stdout] 0e140ebce8024ef4ead922d0270e984141e2fbcbd52a40cd50536b1d65aa6977 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e07136d9b96b1871566f5417d2bf5323f010a5818858edc80b7b83934298033 [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" "4e07136d9b96b1871566f5417d2bf5323f010a5818858edc80b7b83934298033", kill_on_drop: false }` [INFO] [stderr] Compiling guile-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3281:33 [INFO] [stdout] | [INFO] [stdout] 3281 | pub fn __gmp_randinit(arg1: gmp_randstate_t, arg2: gmp_randalg_t, ...); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3282:41 [INFO] [stdout] | [INFO] [stdout] 3282 | pub fn __gmp_randinit_default(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3283:41 [INFO] [stdout] | [INFO] [stdout] 3283 | pub fn __gmp_randinit_lc_2exp(arg1: gmp_randstate_t, arg2: mpz_srcptr, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3286:46 [INFO] [stdout] | [INFO] [stdout] 3286 | pub fn __gmp_randinit_lc_2exp_size(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3289:36 [INFO] [stdout] | [INFO] [stdout] 3289 | pub fn __gmp_randinit_mt(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3290:37 [INFO] [stdout] | [INFO] [stdout] 3290 | pub fn __gmp_randinit_set(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3292:33 [INFO] [stdout] | [INFO] [stdout] 3292 | pub fn __gmp_randseed(arg1: gmp_randstate_t, arg2: mpz_srcptr); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3293:36 [INFO] [stdout] | [INFO] [stdout] 3293 | pub fn __gmp_randseed_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3295:34 [INFO] [stdout] | [INFO] [stdout] 3295 | pub fn __gmp_randclear(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3296:36 [INFO] [stdout] | [INFO] [stdout] 3296 | pub fn __gmp_urandomb_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3299:36 [INFO] [stdout] | [INFO] [stdout] 3299 | pub fn __gmp_urandomm_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3517:49 [INFO] [stdout] | [INFO] [stdout] 3517 | pub fn __gmpz_rrandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3568:49 [INFO] [stdout] | [INFO] [stdout] 3568 | pub fn __gmpz_urandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3570:49 [INFO] [stdout] | [INFO] [stdout] 3570 | pub fn __gmpz_urandomm(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed4; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:34 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:47 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4208:26 [INFO] [stdout] | [INFO] [stdout] 4208 | pub fn setjmp(__env: jmp_buf) -> c_int; [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4217:30 [INFO] [stdout] | [INFO] [stdout] 4217 | pub fn siglongjmp(__env: sigjmp_buf, __val: c_int); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4540:36 [INFO] [stdout] | [INFO] [stdout] 4540 | pub fn scm_to_mpz(x: SCM, rop: mpz_t); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4541:30 [INFO] [stdout] | [INFO] [stdout] 4541 | pub fn scm_from_mpz(rop: mpz_t) -> SCM; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8145:30 [INFO] [stdout] | [INFO] [stdout] 8145 | arg3: __gnuc_va_list, arg4: *mut c_int) [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8149:31 [INFO] [stdout] | [INFO] [stdout] 8149 | arg3: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8208:28 [INFO] [stdout] | [INFO] [stdout] 8208 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8210:27 [INFO] [stdout] | [INFO] [stdout] 8210 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8213:28 [INFO] [stdout] | [INFO] [stdout] 8213 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8219:29 [INFO] [stdout] | [INFO] [stdout] 8219 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8222:28 [INFO] [stdout] | [INFO] [stdout] 8222 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8235:27 [INFO] [stdout] | [INFO] [stdout] 8235 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8237:26 [INFO] [stdout] | [INFO] [stdout] 8237 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8240:27 [INFO] [stdout] | [INFO] [stdout] 8240 | __arg: __gnuc_va_list) -> c_int; [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: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3281:33 [INFO] [stdout] | [INFO] [stdout] 3281 | pub fn __gmp_randinit(arg1: gmp_randstate_t, arg2: gmp_randalg_t, ...); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3282:41 [INFO] [stdout] | [INFO] [stdout] 3282 | pub fn __gmp_randinit_default(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3283:41 [INFO] [stdout] | [INFO] [stdout] 3283 | pub fn __gmp_randinit_lc_2exp(arg1: gmp_randstate_t, arg2: mpz_srcptr, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3286:46 [INFO] [stdout] | [INFO] [stdout] 3286 | pub fn __gmp_randinit_lc_2exp_size(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3289:36 [INFO] [stdout] | [INFO] [stdout] 3289 | pub fn __gmp_randinit_mt(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3290:37 [INFO] [stdout] | [INFO] [stdout] 3290 | pub fn __gmp_randinit_set(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3292:33 [INFO] [stdout] | [INFO] [stdout] 3292 | pub fn __gmp_randseed(arg1: gmp_randstate_t, arg2: mpz_srcptr); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3293:36 [INFO] [stdout] | [INFO] [stdout] 3293 | pub fn __gmp_randseed_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3295:34 [INFO] [stdout] | [INFO] [stdout] 3295 | pub fn __gmp_randclear(arg1: gmp_randstate_t); [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3296:36 [INFO] [stdout] | [INFO] [stdout] 3296 | pub fn __gmp_urandomb_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3299:36 [INFO] [stdout] | [INFO] [stdout] 3299 | pub fn __gmp_urandomm_ui(arg1: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3517:49 [INFO] [stdout] | [INFO] [stdout] 3517 | pub fn __gmpz_rrandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3568:49 [INFO] [stdout] | [INFO] [stdout] 3568 | pub fn __gmpz_urandomb(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3570:49 [INFO] [stdout] | [INFO] [stdout] 3570 | pub fn __gmpz_urandomm(arg1: mpz_ptr, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed4; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:34 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct_Unnamed6; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:3716:47 [INFO] [stdout] | [INFO] [stdout] 3716 | pub fn __gmpf_urandomb(arg1: mpf_t, arg2: gmp_randstate_t, [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4208:26 [INFO] [stdout] | [INFO] [stdout] 4208 | pub fn setjmp(__env: jmp_buf) -> c_int; [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: `extern` block uses type `[Struct___jmp_buf_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4217:30 [INFO] [stdout] | [INFO] [stdout] 4217 | pub fn siglongjmp(__env: sigjmp_buf, __val: c_int); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4540:36 [INFO] [stdout] | [INFO] [stdout] 4540 | pub fn scm_to_mpz(x: SCM, rop: mpz_t); [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: `extern` block uses type `[Struct_Unnamed2; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4541:30 [INFO] [stdout] | [INFO] [stdout] 4541 | pub fn scm_from_mpz(rop: mpz_t) -> SCM; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8145:30 [INFO] [stdout] | [INFO] [stdout] 8145 | arg3: __gnuc_va_list, arg4: *mut c_int) [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8149:31 [INFO] [stdout] | [INFO] [stdout] 8149 | arg3: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8208:28 [INFO] [stdout] | [INFO] [stdout] 8208 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8210:27 [INFO] [stdout] | [INFO] [stdout] 8210 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8213:28 [INFO] [stdout] | [INFO] [stdout] 8213 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8219:29 [INFO] [stdout] | [INFO] [stdout] 8219 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8222:28 [INFO] [stdout] | [INFO] [stdout] 8222 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8235:27 [INFO] [stdout] | [INFO] [stdout] 8235 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8237:26 [INFO] [stdout] | [INFO] [stdout] 8237 | __arg: __gnuc_va_list) -> c_int; [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: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:8240:27 [INFO] [stdout] | [INFO] [stdout] 8240 | __arg: __gnuc_va_list) -> c_int; [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] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.guile_sys.dyasrth1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.guile_sys.dyasrth1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.guile_sys.dyasrth1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.guile_sys.dyasrth1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.guile_sys.dyasrth1-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc" "/opt/rustwide/target/debug/deps/guile_sys-7639c399c3a05ecc.8ttxfakuzay741w.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lguile-2.0" "-lguile-2.0" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lguile-2.0 [INFO] [stdout] /usr/bin/ld: cannot find -lguile-2.0 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `guile-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "4e07136d9b96b1871566f5417d2bf5323f010a5818858edc80b7b83934298033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e07136d9b96b1871566f5417d2bf5323f010a5818858edc80b7b83934298033", kill_on_drop: false }` [INFO] [stdout] 4e07136d9b96b1871566f5417d2bf5323f010a5818858edc80b7b83934298033