[INFO] fetching crate consistenttime 0.2.0... [INFO] checking consistenttime-0.2.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate consistenttime 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate consistenttime 0.2.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate consistenttime 0.2.0 [INFO] finished tweaking crates.io crate consistenttime 0.2.0 [INFO] tweaked toml for crates.io crate consistenttime 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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] 28ccdf2e6cb9eada4fccf027bd9d72e4a74b7aa5fdff3718eeffab2428b7c202 [INFO] running `Command { std: "docker" "start" "-a" "28ccdf2e6cb9eada4fccf027bd9d72e4a74b7aa5fdff3718eeffab2428b7c202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28ccdf2e6cb9eada4fccf027bd9d72e4a74b7aa5fdff3718eeffab2428b7c202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ccdf2e6cb9eada4fccf027bd9d72e4a74b7aa5fdff3718eeffab2428b7c202", kill_on_drop: false }` [INFO] [stdout] 28ccdf2e6cb9eada4fccf027bd9d72e4a74b7aa5fdff3718eeffab2428b7c202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3d160adbd053034388a9b01e7bb3f2f450dbf32358bde57da0eac4fedd8fc12 [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" "b3d160adbd053034388a9b01e7bb3f2f450dbf32358bde57da0eac4fedd8fc12", kill_on_drop: false }` [INFO] [stderr] Checking consistenttime v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;; [INFO] [stdout] 226 | | test_ct_u8_slice_eq, MAX_U8); [INFO] [stdout] | |_________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;; [INFO] [stdout] 226 | | test_ct_u8_slice_eq, MAX_U8); [INFO] [stdout] | |_________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;; [INFO] [stdout] 228 | | test_ct_u16_slice_eq, MAX_U16); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;; [INFO] [stdout] 228 | | test_ct_u16_slice_eq, MAX_U16); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;; [INFO] [stdout] 230 | | test_ct_u32_slice_eq, MAX_U32); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;; [INFO] [stdout] 230 | | test_ct_u32_slice_eq, MAX_U32); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;; [INFO] [stdout] 232 | | test_ct_u64_slice_eq, MAX_U64); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;; [INFO] [stdout] 232 | | test_ct_u64_slice_eq, MAX_U64); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;; [INFO] [stdout] 234 | | test_ct_usize_slice_eq, MAX_USIZE); [INFO] [stdout] | |_______________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;; [INFO] [stdout] 234 | | test_ct_usize_slice_eq, MAX_USIZE); [INFO] [stdout] | |_______________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;; [INFO] [stdout] 339 | | test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;; [INFO] [stdout] 339 | | test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;; [INFO] [stdout] 341 | | test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;; [INFO] [stdout] 341 | | test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;; [INFO] [stdout] 343 | | test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;; [INFO] [stdout] 343 | | test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;; [INFO] [stdout] 345 | | test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;; [INFO] [stdout] 345 | | test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;; [INFO] [stdout] 347 | | test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;; [INFO] [stdout] 347 | | test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;; [INFO] [stdout] 226 | | test_ct_u8_slice_eq, MAX_U8); [INFO] [stdout] | |_________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;; [INFO] [stdout] 226 | | test_ct_u8_slice_eq, MAX_U8); [INFO] [stdout] | |_________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;; [INFO] [stdout] 228 | | test_ct_u16_slice_eq, MAX_U16); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;; [INFO] [stdout] 228 | | test_ct_u16_slice_eq, MAX_U16); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;; [INFO] [stdout] 230 | | test_ct_u32_slice_eq, MAX_U32); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;; [INFO] [stdout] 230 | | test_ct_u32_slice_eq, MAX_U32); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;; [INFO] [stdout] 232 | | test_ct_u64_slice_eq, MAX_U64); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;; [INFO] [stdout] 232 | | test_ct_u64_slice_eq, MAX_U64); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;; [INFO] [stdout] 234 | | test_ct_usize_slice_eq, MAX_USIZE); [INFO] [stdout] | |_______________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:199:50 [INFO] [stdout] | [INFO] [stdout] 199 | pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;; [INFO] [stdout] 234 | | test_ct_usize_slice_eq, MAX_USIZE); [INFO] [stdout] | |_______________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;; [INFO] [stdout] 339 | | test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u8]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;; [INFO] [stdout] 339 | | test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;; [INFO] [stdout] 341 | | test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u16]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;; [INFO] [stdout] 341 | | test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;; [INFO] [stdout] 343 | | test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u32]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;; [INFO] [stdout] 343 | | test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;; [INFO] [stdout] 345 | | test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[u64]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;; [INFO] [stdout] 345 | | test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;; [INFO] [stdout] 347 | | test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `[usize]`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:303:65 [INFO] [stdout] | [INFO] [stdout] 303 | pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] ... [INFO] [stdout] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;; [INFO] [stdout] 347 | | test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a raw pointer instead [INFO] [stdout] = note: slices have no C equivalent [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "b3d160adbd053034388a9b01e7bb3f2f450dbf32358bde57da0eac4fedd8fc12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3d160adbd053034388a9b01e7bb3f2f450dbf32358bde57da0eac4fedd8fc12", kill_on_drop: false }` [INFO] [stdout] b3d160adbd053034388a9b01e7bb3f2f450dbf32358bde57da0eac4fedd8fc12