[INFO] crate compiler_builtins 0.1.32 is already in cache [INFO] testing compiler_builtins-0.1.32 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate compiler_builtins 0.1.32 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate compiler_builtins 0.1.32 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate compiler_builtins 0.1.32 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate compiler_builtins 0.1.32 [INFO] tweaked toml for crates.io crate compiler_builtins 0.1.32 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate compiler_builtins 0.1.32 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f2093028b0402946dc3aca27cfb69b9d5571ff46ffc98fc91bf252118fa9056 [INFO] running `Command { std: "docker" "start" "-a" "8f2093028b0402946dc3aca27cfb69b9d5571ff46ffc98fc91bf252118fa9056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f2093028b0402946dc3aca27cfb69b9d5571ff46ffc98fc91bf252118fa9056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f2093028b0402946dc3aca27cfb69b9d5571ff46ffc98fc91bf252118fa9056", kill_on_drop: false }` [INFO] [stdout] 8f2093028b0402946dc3aca27cfb69b9d5571ff46ffc98fc91bf252118fa9056 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86a84fb6fc6bcdd1a11e8bf53b0a811cbfc880a708525c0fd4038e7ed0a19bfc [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" "86a84fb6fc6bcdd1a11e8bf53b0a811cbfc880a708525c0fd4038e7ed0a19bfc", kill_on_drop: false }` [INFO] [stderr] Compiling compiler_builtins v0.1.32 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __floattisf(i: i128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:120:38 [INFO] [stdout] | [INFO] [stdout] 120 | pub extern "C" fn __floattidf(i: i128) -> f64 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | pub extern "C" fn __floatuntisf(i: u128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | pub extern "C" fn __floatuntidf(i: u128) -> f64 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:239:44 [INFO] [stdout] | [INFO] [stdout] 239 | pub extern "C" fn __fixsfti(f: f32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | pub extern "C" fn __fixdfti(f: f64) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:269:47 [INFO] [stdout] | [INFO] [stdout] 269 | pub extern "C" fn __fixunssfti(f: f32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:284:47 [INFO] [stdout] | [INFO] [stdout] 284 | pub extern "C" fn __fixunsdfti(f: f64) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:60 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:52 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:61 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:42 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:51 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:60 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:43 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:61 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:51 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:60 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:43 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:52 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:51 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:60 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:43 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:61 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:53 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:36 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:71 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:43 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:61 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:43 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:52 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:61 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:35 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:44 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:53 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:44 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:53 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:83:36 [INFO] [stdout] | [INFO] [stdout] 83 | pub extern "C" fn __ashlti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:83:53 [INFO] [stdout] | [INFO] [stdout] 83 | pub extern "C" fn __ashlti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 93 | pub extern "C" fn __ashrti3(a: i128, b: u32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:93:53 [INFO] [stdout] | [INFO] [stdout] 93 | pub extern "C" fn __ashrti3(a: i128, b: u32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:103:36 [INFO] [stdout] | [INFO] [stdout] 103 | pub extern "C" fn __lshrti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:103:53 [INFO] [stdout] | [INFO] [stdout] 103 | pub extern "C" fn __lshrti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:43 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:61 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:43 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:61 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:43 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:52 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:61 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:43 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:52 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:36 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:45 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:54 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:54 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:265:39 [INFO] [stdout] | [INFO] [stdout] 265 | pub extern "C" fn __udivmodti4(n: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:266:39 [INFO] [stdout] | [INFO] [stdout] 266 | ... d: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:267:63 [INFO] [stdout] | [INFO] [stdout] 267 | ... rem: Option<&mut u128>) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __floattisf(i: i128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `Command { std: "docker" "inspect" "86a84fb6fc6bcdd1a11e8bf53b0a811cbfc880a708525c0fd4038e7ed0a19bfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86a84fb6fc6bcdd1a11e8bf53b0a811cbfc880a708525c0fd4038e7ed0a19bfc", kill_on_drop: false }` [INFO] [stdout] 86a84fb6fc6bcdd1a11e8bf53b0a811cbfc880a708525c0fd4038e7ed0a19bfc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9226720d90375457807794b71712af8b3d6b8c1b4dcea0e6e16d47555d39297 [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" "d9226720d90375457807794b71712af8b3d6b8c1b4dcea0e6e16d47555d39297", kill_on_drop: false }` [INFO] [stderr] Compiling compiler_builtins v0.1.32 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __floattisf(i: i128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:120:38 [INFO] [stdout] | [INFO] [stdout] 120 | pub extern "C" fn __floattidf(i: i128) -> f64 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | pub extern "C" fn __floatuntisf(i: u128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | pub extern "C" fn __floatuntidf(i: u128) -> f64 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:239:44 [INFO] [stdout] | [INFO] [stdout] 239 | pub extern "C" fn __fixsfti(f: f32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | pub extern "C" fn __fixdfti(f: f64) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:269:47 [INFO] [stdout] | [INFO] [stdout] 269 | pub extern "C" fn __fixunssfti(f: f32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:284:47 [INFO] [stdout] | [INFO] [stdout] 284 | pub extern "C" fn __fixunsdfti(f: f64) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:94:60 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __rust_i128_add(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:52 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:98:61 [INFO] [stdout] | [INFO] [stdout] 98 | pub extern "C" fn __rust_i128_addo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:42 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:51 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:104:60 [INFO] [stdout] | [INFO] [stdout] 104 | pub extern "C" fn __rust_u128_add(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:43 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:108:61 [INFO] [stdout] | [INFO] [stdout] 108 | pub extern "C" fn __rust_u128_addo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:51 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:115:60 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_sub(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:43 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:52 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_i128_subo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:51 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:125:60 [INFO] [stdout] | [INFO] [stdout] 125 | pub extern "C" fn __rust_u128_sub(a: u128, b: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:43 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/addsub.rs:129:61 [INFO] [stdout] | [INFO] [stdout] 129 | pub extern "C" fn __rust_u128_subo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:94:53 [INFO] [stdout] | [INFO] [stdout] 94 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:36 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:107:71 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:43 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:111:61 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:43 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:52 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/mul.rs:117:61 [INFO] [stdout] | [INFO] [stdout] 117 | pub extern "C" fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:35 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:44 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:73:53 [INFO] [stdout] | [INFO] [stdout] 73 | pub extern "C" fn __divti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:44 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/sdiv.rs:88:53 [INFO] [stdout] | [INFO] [stdout] 88 | pub extern "C" fn __modti3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:83:36 [INFO] [stdout] | [INFO] [stdout] 83 | pub extern "C" fn __ashlti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:83:53 [INFO] [stdout] | [INFO] [stdout] 83 | pub extern "C" fn __ashlti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 93 | pub extern "C" fn __ashrti3(a: i128, b: u32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:93:53 [INFO] [stdout] | [INFO] [stdout] 93 | pub extern "C" fn __ashrti3(a: i128, b: u32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:103:36 [INFO] [stdout] | [INFO] [stdout] 103 | pub extern "C" fn __lshrti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:103:53 [INFO] [stdout] | [INFO] [stdout] 103 | pub extern "C" fn __lshrti3(a: u128, b: u32) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:43 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:107:61 [INFO] [stdout] | [INFO] [stdout] 107 | pub extern "C" fn __rust_i128_shlo(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:43 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:111:61 [INFO] [stdout] | [INFO] [stdout] 111 | pub extern "C" fn __rust_u128_shlo(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:43 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:52 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(i128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:115:61 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __rust_i128_shro(a: i128, b: u128) -> (i128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:43 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:52 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `(u128, bool)`, which is not FFI-safe [INFO] [stdout] --> src/int/shift.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | pub extern "C" fn __rust_u128_shro(a: u128, b: u128) -> (u128, bool) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider using a struct instead [INFO] [stdout] = note: tuples have unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:36 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:45 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:246:54 [INFO] [stdout] | [INFO] [stdout] 246 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:252:54 [INFO] [stdout] | [INFO] [stdout] 252 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:265:39 [INFO] [stdout] | [INFO] [stdout] 265 | pub extern "C" fn __udivmodti4(n: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:266:39 [INFO] [stdout] | [INFO] [stdout] 266 | ... d: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/int/udiv.rs:267:63 [INFO] [stdout] | [INFO] [stdout] 267 | ... rem: Option<&mut u128>) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/float/conv.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | pub extern "C" fn __floattisf(i: i128) -> f32 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `panic_handler` [INFO] [stdout] --> examples/intrinsics.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | extern crate panic_handler; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `compiler_builtins`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d9226720d90375457807794b71712af8b3d6b8c1b4dcea0e6e16d47555d39297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9226720d90375457807794b71712af8b3d6b8c1b4dcea0e6e16d47555d39297", kill_on_drop: false }` [INFO] [stdout] d9226720d90375457807794b71712af8b3d6b8c1b4dcea0e6e16d47555d39297