[INFO] fetching crate consistenttime 0.2.0...
[INFO] testing consistenttime-0.2.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate consistenttime 0.2.0 into /workspace/builds/worker-1-tc2/source
[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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate consistenttime 0.2.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfc82860f83dfc61324b0837fd92fd3c4113d183a53f2182dcb3a16ff1c2328a
[INFO] running `Command { std: "docker" "start" "-a" "cfc82860f83dfc61324b0837fd92fd3c4113d183a53f2182dcb3a16ff1c2328a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfc82860f83dfc61324b0837fd92fd3c4113d183a53f2182dcb3a16ff1c2328a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfc82860f83dfc61324b0837fd92fd3c4113d183a53f2182dcb3a16ff1c2328a", kill_on_drop: false }`
[INFO] [stdout] cfc82860f83dfc61324b0837fd92fd3c4113d183a53f2182dcb3a16ff1c2328a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a56717e547be7b7d870034353a3504c6e983f41d425267525a30c347861a57c3
[INFO] running `Command { std: "docker" "start" "-a" "a56717e547be7b7d870034353a3504c6e983f41d425267525a30c347861a57c3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling 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]     = help: consider using a raw pointer instead
[INFO] [stdout]     = note: slices have no C equivalent
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 279 | / ct_select_gen!(ct_select_u8,MAX_U8,u8;;
[INFO] [stdout] 280 | |     test_ct_select_u8,155,4);
[INFO] [stdout]     | |____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 281 | / ct_select_gen!(ct_select_u16,MAX_U16,u16;;
[INFO] [stdout] 282 | |     test_ct_select_u16,30597,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 283 | / ct_select_gen!(ct_select_u32,MAX_U32,u32;;
[INFO] [stdout] 284 | |     test_ct_select_u32,0x0DD74AA2,4);
[INFO] [stdout]     | |____________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 285 | / ct_select_gen!(ct_select_u64,MAX_U64,u64;;
[INFO] [stdout] 286 | |     test_ct_select_u64,155,4);
[INFO] [stdout]     | |_____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 287 | / ct_select_gen!(ct_select_usize,MAX_USIZE,usize;;
[INFO] [stdout] 288 | |     test_ct_select_usize,155,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "a56717e547be7b7d870034353a3504c6e983f41d425267525a30c347861a57c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a56717e547be7b7d870034353a3504c6e983f41d425267525a30c347861a57c3", kill_on_drop: false }`
[INFO] [stdout] a56717e547be7b7d870034353a3504c6e983f41d425267525a30c347861a57c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f702a49903d71bb2a4e930135c2fea83c2ab6c0167eeb95b5d9a73ea94c7a2a6
[INFO] running `Command { std: "docker" "start" "-a" "f702a49903d71bb2a4e930135c2fea83c2ab6c0167eeb95b5d9a73ea94c7a2a6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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]     = help: consider using a raw pointer instead
[INFO] [stdout]     = note: slices have no C equivalent
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 279 | / ct_select_gen!(ct_select_u8,MAX_U8,u8;;
[INFO] [stdout] 280 | |     test_ct_select_u8,155,4);
[INFO] [stdout]     | |____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 281 | / ct_select_gen!(ct_select_u16,MAX_U16,u16;;
[INFO] [stdout] 282 | |     test_ct_select_u16,30597,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 283 | / ct_select_gen!(ct_select_u32,MAX_U32,u32;;
[INFO] [stdout] 284 | |     test_ct_select_u32,0x0DD74AA2,4);
[INFO] [stdout]     | |____________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 285 | / ct_select_gen!(ct_select_u64,MAX_U64,u64;;
[INFO] [stdout] 286 | |     test_ct_select_u64,155,4);
[INFO] [stdout]     | |_____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 287 | / ct_select_gen!(ct_select_usize,MAX_USIZE,usize;;
[INFO] [stdout] 288 | |     test_ct_select_usize,155,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling consistenttime v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let t_val: u8 = unsafe{ ::core::mem::transmute(t) };
[INFO] [stdout]     |                             ----------------------^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `u8::from`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 |     let f_val: u8 = unsafe{ ::core::mem::transmute(f) };
[INFO] [stdout]     |                             ----------------------^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `u8::from`
[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]     = help: consider using a raw pointer instead
[INFO] [stdout]     = note: slices have no C equivalent
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (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 the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 279 | / ct_select_gen!(ct_select_u8,MAX_U8,u8;;
[INFO] [stdout] 280 | |     test_ct_select_u8,155,4);
[INFO] [stdout]     | |____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 281 | / ct_select_gen!(ct_select_u16,MAX_U16,u16;;
[INFO] [stdout] 282 | |     test_ct_select_u16,30597,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 283 | / ct_select_gen!(ct_select_u32,MAX_U32,u32;;
[INFO] [stdout] 284 | |     test_ct_select_u32,0x0DD74AA2,4);
[INFO] [stdout]     | |____________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 285 | / ct_select_gen!(ct_select_u64,MAX_U64,u64;;
[INFO] [stdout] 286 | |     test_ct_select_u64,155,4);
[INFO] [stdout]     | |_____________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:257:34
[INFO] [stdout]     |
[INFO] [stdout] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stdout]     |                                    -----^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u8::from`
[INFO] [stdout] ...
[INFO] [stdout] 287 | / ct_select_gen!(ct_select_usize,MAX_USIZE,usize;;
[INFO] [stdout] 288 | |     test_ct_select_usize,155,4);
[INFO] [stdout]     | |_______________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ct_select_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (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 the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "f702a49903d71bb2a4e930135c2fea83c2ab6c0167eeb95b5d9a73ea94c7a2a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f702a49903d71bb2a4e930135c2fea83c2ab6c0167eeb95b5d9a73ea94c7a2a6", kill_on_drop: false }`
[INFO] [stdout] f702a49903d71bb2a4e930135c2fea83c2ab6c0167eeb95b5d9a73ea94c7a2a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a1673e108cc4fb7f32eb88f31a938aab19a2ae3ed6b4161f7e11d882a86da40f
[INFO] running `Command { std: "docker" "start" "-a" "a1673e108cc4fb7f32eb88f31a938aab19a2ae3ed6b4161f7e11d882a86da40f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `extern` fn uses type `[u8]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:37
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;;
[INFO] [stderr] 226 | |     test_ct_u8_slice_eq, MAX_U8);
[INFO] [stderr]     | |________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u8]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:50
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 225 | / ct_eq_slice_gen!(ct_u8_slice_eq,ct_u8_eq,u8;;
[INFO] [stderr] 226 | |     test_ct_u8_slice_eq, MAX_U8);
[INFO] [stderr]     | |________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u16]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:37
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;;
[INFO] [stderr] 228 | |     test_ct_u16_slice_eq, MAX_U16);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u16]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:50
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 227 | / ct_eq_slice_gen!(ct_u16_slice_eq,ct_u16_eq,u16;;
[INFO] [stderr] 228 | |     test_ct_u16_slice_eq, MAX_U16);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u32]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:37
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;;
[INFO] [stderr] 230 | |     test_ct_u32_slice_eq, MAX_U32);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u32]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:50
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 229 | / ct_eq_slice_gen!(ct_u32_slice_eq,ct_u32_eq,u32;;
[INFO] [stderr] 230 | |     test_ct_u32_slice_eq, MAX_U32);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u64]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:37
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;;
[INFO] [stderr] 232 | |     test_ct_u64_slice_eq, MAX_U64);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u64]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:50
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 231 | / ct_eq_slice_gen!(ct_u64_slice_eq,ct_u64_eq,u64;;
[INFO] [stderr] 232 | |     test_ct_u64_slice_eq, MAX_U64);
[INFO] [stderr]     | |__________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: `extern` fn uses type `[usize]`, which is not FFI-safe
[INFO] [stdout] running 26 tests
[INFO] [stderr]    --> src/lib.rs:199:37
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                       ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;;
[INFO] [stderr] 234 | |     test_ct_usize_slice_eq, MAX_USIZE);
[INFO] [stderr]     | |______________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[usize]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:199:50
[INFO] [stderr]     |
[INFO] [stderr] 199 |           pub extern "C" fn $name( x: &[$code], y: &[$code]) -> bool {
[INFO] [stderr]     |                                                    ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 233 | / ct_eq_slice_gen!(ct_usize_slice_eq,ct_usize_eq,usize;;
[INFO] [stderr] 234 | |     test_ct_usize_slice_eq, MAX_USIZE);
[INFO] [stderr]     | |______________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_eq_slice_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 279 | / ct_select_gen!(ct_select_u8,MAX_U8,u8;;
[INFO] [stderr] 280 | |     test_ct_select_u8,155,4);
[INFO] [stderr]     | |____________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 281 | / ct_select_gen!(ct_select_u16,MAX_U16,u16;;
[INFO] [stderr] 282 | |     test_ct_select_u16,30597,4);
[INFO] [stderr]     | |_______________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 283 | / ct_select_gen!(ct_select_u32,MAX_U32,u32;;
[INFO] [stderr] 284 | |     test_ct_select_u32,0x0DD74AA2,4);
[INFO] [stderr]     | |____________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 285 | / ct_select_gen!(ct_select_u64,MAX_U64,u64;;
[INFO] [stderr] 286 | |     test_ct_select_u64,155,4);
[INFO] [stderr]     | |_____________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 287 | / ct_select_gen!(ct_select_usize,MAX_USIZE,usize;;
[INFO] [stderr] 288 | |     test_ct_select_usize,155,4);
[INFO] [stderr]     | |_______________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u8]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:48
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;;
[INFO] [stderr] 339 | |     test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic);
[INFO] [stderr]     | |_________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u8]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:65
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                                   ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 338 | / ct_constant_copy_gen!(ct_copy_u8,MAX_U8,u8,ct_select_u8;;
[INFO] [stderr] 339 | |     test_ct_copy_u8,ct_u8_slice_eq,test_ct_copy_u8_panic);
[INFO] [stderr]     | |_________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u16]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:48
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;;
[INFO] [stderr] 341 | |     test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic);
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test test_bool_representation ... ok
[INFO] [stderr] 
[INFO] [stdout] test test_ct_copy_u16 ... ok
[INFO] [stderr] warning: `extern` fn uses type `[u16]`, which is not FFI-safe
[INFO] [stdout] test test_ct_copy_u32 ... ok
[INFO] [stderr]    --> src/lib.rs:303:65
[INFO] [stdout] test test_ct_copy_u64 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test test_ct_copy_u8 ... ok
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stdout] test test_ct_copy_usize ... ok
[INFO] [stderr]     |                                                                   ^^^^^^^^ not FFI-safe
[INFO] [stdout] test test_ct_select_u16 ... ok
[INFO] [stderr] ...
[INFO] [stdout] test test_ct_select_u32 ... ok
[INFO] [stderr] 340 | / ct_constant_copy_gen!(ct_copy_u16,MAX_U16,u16,ct_select_u16;;
[INFO] [stdout] test test_ct_select_u64 ... ok
[INFO] [stderr] 341 | |     test_ct_copy_u16,ct_u16_slice_eq,test_ct_copy_u16_panic);
[INFO] [stdout] test test_ct_select_usize ... ok
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stdout] test test_ct_select_u8 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test test_ct_u16_eq ... ok
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stdout] test test_ct_u16_slice_eq ... ok
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stdout] test test_ct_u32_eq ... ok
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test test_ct_u32_slice_eq ... ok
[INFO] [stderr] 
[INFO] [stdout] test test_ct_u64_slice_eq ... ok
[INFO] [stderr] warning: `extern` fn uses type `[u32]`, which is not FFI-safe
[INFO] [stdout] test test_ct_u8_eq ... ok
[INFO] [stderr]    --> src/lib.rs:303:48
[INFO] [stdout] test test_ct_u8_slice_eq ... ok
[INFO] [stderr]     |
[INFO] [stdout] test test_ct_usize_eq ... ok
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stdout] test test_ct_usize_slice_eq ... ok
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout] test test_ct_u64_eq ... ok
[INFO] [stderr] ...
[INFO] [stderr] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;;
[INFO] [stderr] 343 | |     test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic);
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u32]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:65
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                                   ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 342 | / ct_constant_copy_gen!(ct_copy_u32,MAX_U32,u32,ct_select_u32;;
[INFO] [stderr] 343 | |     test_ct_copy_u32,ct_u32_slice_eq,test_ct_copy_u32_panic);
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u64]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:48
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;;
[INFO] [stderr] 345 | |     test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic);
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[u64]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:65
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                                   ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 344 | / ct_constant_copy_gen!(ct_copy_u64,MAX_U64,u64,ct_select_u64;;
[INFO] [stderr] 345 | |     test_ct_copy_u64,ct_u64_slice_eq,test_ct_copy_u64_panic);
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[usize]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:48
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;;
[INFO] [stderr] 347 | |     test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic);
[INFO] [stderr]     | |__________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `[usize]`, which is not FFI-safe
[INFO] [stderr]    --> src/lib.rs:303:65
[INFO] [stderr]     |
[INFO] [stderr] 303 |           pub extern "C" fn $name(flag: bool, x: &mut [$code], y: &[$code]) {
[INFO] [stderr]     |                                                                   ^^^^^^^^ not FFI-safe
[INFO] [stderr] ...
[INFO] [stderr] 346 | / ct_constant_copy_gen!(ct_copy_usize,MAX_USIZE,usize,ct_select_usize;;
[INFO] [stderr] 347 | |     test_ct_copy_usize,ct_usize_slice_eq,test_ct_copy_usize_panic);
[INFO] [stderr]     | |__________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a raw pointer instead
[INFO] [stderr]     = note: slices have no C equivalent
[INFO] [stderr]     = note: this warning originates in the macro `ct_constant_copy_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `consistenttime` (lib) generated 25 warnings (run `cargo fix --lib -p consistenttime` to apply 5 suggestions)
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:110:29
[INFO] [stderr]     |
[INFO] [stderr] 110 |     let t_val: u8 = unsafe{ ::core::mem::transmute(t) };
[INFO] [stderr]     |                             ----------------------^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `u8::from`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:29
[INFO] [stderr]     |
[INFO] [stderr] 111 |     let f_val: u8 = unsafe{ ::core::mem::transmute(f) };
[INFO] [stderr]     |                             ----------------------^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `u8::from`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:257:34
[INFO] [stderr]     |
[INFO] [stderr] 257 |               let val: u8 = unsafe{trans(flag)};
[INFO] [stderr]     |                                    -----^^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u8::from`
[INFO] [stderr] ...
[INFO] [stderr] 279 | / ct_select_gen!(ct_select_u8,MAX_U8,u8;;
[INFO] [stderr] 280 | |     test_ct_select_u8,155,4);
[INFO] [stderr]     | |____________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ct_select_gen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `consistenttime` (lib test) generated 27 warnings (24 duplicates) (run `cargo fix --lib -p consistenttime --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/consistenttime-16edeee3e11d6eab)
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ct_copy_u32_panic' (21) panicked at src/lib.rs:342:1:
[INFO] [stdout] Consistent Time: Attempted to copy between non-equal lens
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56303236f812 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56303236f812 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56303236f812 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56303236f812 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56303238406a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56303238406a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x563032374616 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x563032374616 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56303234dfaf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56303234dfaf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x563032367b49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56303230357e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56303230357e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x563032367d02 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x563032367d02 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56303234e09a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x563032343259 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56303234eebd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5630323846dc - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5630323846a2 - core[585f66e14d78f9ba]::panicking::panic
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5630322f5bc8 - ct_copy_u32
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:307:17
[INFO] [stdout]   21:     0x5630322f3ec5 - consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:334:13
[INFO] [stdout]   22:     0x5630322ec047 - consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:328:25
[INFO] [stdout]   23:     0x5630322f5776 - <consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5630322f792b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5630322f792b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x56303230418a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x56303230418a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x56303230418a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56303230418a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56303230418a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56303230418a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x56303230418a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5630322fe654 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5630322fe654 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x563032306c82 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x563032306c82 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x563032306c82 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x563032306c82 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x563032306c82 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x563032306c82 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x563032306c82 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56303236f0bf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x56303236f0bf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7a36cf666aa4 - <unknown>
[INFO] [stdout]   45:     0x7a36cf6f3a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] thread 'test_ct_copy_u32_panic' (21) panicked at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:225:5:
[INFO] [stderr] panic in a function that cannot unwind
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x56303236f812 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x56303236f812 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x56303236f812 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x56303236f812 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x56303238406a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x56303238406a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stderr]    6:     0x563032375376 - std[3f03f8b59f91bef1]::io::default_write_fmt::<std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x563032375376 - <std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]    8:     0x56303234dfaf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x56303234dfaf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x563032367b11 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x56303230357e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stderr]   12:     0x56303230357e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x563032367d02 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stderr]   14:     0x563032367d02 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stderr]   15:     0x56303234e09a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stderr]   16:     0x563032343259 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   17:     0x56303234eebd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stderr]   18:     0x56303238455d - core[585f66e14d78f9ba]::panicking::panic_nounwind_fmt::runtime
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x56303238455d - core[585f66e14d78f9ba]::panicking::panic_nounwind_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/intrinsics/mod.rs:2431:9
[INFO] [stderr]   20:     0x5630323844db - core[585f66e14d78f9ba]::panicking::panic_nounwind
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:225:5
[INFO] [stderr]   21:     0x563032384667 - core[585f66e14d78f9ba]::panicking::panic_cannot_unwind
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:337:5
[INFO] [stderr]   22:     0x5630322f5bd3 - ct_copy_u32
[INFO] [stderr]                                at /opt/rustwide/workdir/src/lib.rs:303:9
[INFO] [stderr]   23:     0x5630322f3ec5 - consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic
[INFO] [stderr]                                at /opt/rustwide/workdir/src/lib.rs:334:13
[INFO] [stderr]   24:     0x5630322ec047 - consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/src/lib.rs:328:25
[INFO] [stderr]   25:     0x5630322f5776 - <consistenttime[81fd206ca4fb66ce]::test_ct_copy_u32_panic::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   26:     0x5630322f792b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   27:     0x5630322f792b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stderr]   28:     0x56303230418a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stderr]   29:     0x56303230418a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   30:     0x56303230418a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stderr]   31:     0x56303230418a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stderr]   32:     0x56303230418a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stderr]   33:     0x56303230418a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stderr]   34:     0x56303230418a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stderr]   35:     0x5630322fe654 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stderr]   36:     0x5630322fe654 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   37:     0x563032306c82 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stderr]   38:     0x563032306c82 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   39:     0x563032306c82 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stderr]   40:     0x563032306c82 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stderr]   41:     0x563032306c82 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stderr]   42:     0x563032306c82 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stderr]   43:     0x563032306c82 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   44:     0x56303236f0bf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stderr]   45:     0x56303236f0bf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stderr]   46:     0x7a36cf666aa4 - <unknown>
[INFO] [stderr]   47:     0x7a36cf6f3a64 - clone
[INFO] [stderr]   48:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/consistenttime-16edeee3e11d6eab` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "a1673e108cc4fb7f32eb88f31a938aab19a2ae3ed6b4161f7e11d882a86da40f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1673e108cc4fb7f32eb88f31a938aab19a2ae3ed6b4161f7e11d882a86da40f", kill_on_drop: false }`
[INFO] [stdout] a1673e108cc4fb7f32eb88f31a938aab19a2ae3ed6b4161f7e11d882a86da40f
