[INFO] fetching crate libprimesieve 0.3.0... [INFO] checking libprimesieve-0.3.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate libprimesieve 0.3.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate libprimesieve 0.3.0 [INFO] finished tweaking crates.io crate libprimesieve 0.3.0 [INFO] tweaked toml for crates.io crate libprimesieve 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libprimesieve 0.3.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate libprimesieve 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `edition` is set on library `libprimesieve` which is deprecated [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3291726574a7001d7a6b79fda1ff208b74639727355146011f6e2afcc9bfd9b9 [INFO] running `Command { std: "docker" "start" "-a" "3291726574a7001d7a6b79fda1ff208b74639727355146011f6e2afcc9bfd9b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3291726574a7001d7a6b79fda1ff208b74639727355146011f6e2afcc9bfd9b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3291726574a7001d7a6b79fda1ff208b74639727355146011f6e2afcc9bfd9b9", kill_on_drop: false }` [INFO] [stdout] 3291726574a7001d7a6b79fda1ff208b74639727355146011f6e2afcc9bfd9b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9c46dedbc68f752ae556873a7a0bb1092318b5fe9d5e99cd62639f459b7f693 [INFO] running `Command { std: "docker" "start" "-a" "b9c46dedbc68f752ae556873a7a0bb1092318b5fe9d5e99cd62639f459b7f693", kill_on_drop: false }` [INFO] [stderr] warning: `edition` is set on library `libprimesieve` which is deprecated [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling libprimesieve v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:71:46 [INFO] [stdout] | [INFO] [stdout] 71 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | generate_primes!(primes_short, c_short, c_ushort, 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | generate_primes!(primes_short, c_short, c_ushort, 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | generate_primes!(primes_ushort, c_ushort, c_ushort, 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | generate_primes!(primes_ushort, c_ushort, c_ushort, 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | generate_primes!(primes_int, c_int, c_uint, 2); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | generate_primes!(primes_int, c_int, c_uint, 2); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | generate_primes!(primes_uint, c_uint, c_uint, 3); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | generate_primes!(primes_uint, c_uint, c_uint, 3); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | generate_primes!(primes_long, c_long, c_ulong, 4); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | generate_primes!(primes_long, c_long, c_ulong, 4); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | generate_primes!(primes_ulong, c_ulong, c_ulong, 5); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | generate_primes!(primes_ulong, c_ulong, c_ulong, 5); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | generate_primes!(primes_longlong, c_longlong, c_ulonglong, 6); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | generate_primes!(primes_longlong, c_longlong, c_ulonglong, 6); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | generate_primes!(primes_ulonglong, c_ulonglong, c_ulonglong, 7); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | generate_primes!(primes_ulonglong, c_ulonglong, c_ulonglong, 7); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | generate_primes!(primes_i16, i16, u16, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | generate_primes!(primes_i16, i16, u16, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | generate_primes!(primes_u16, u16, u16, 9); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | generate_primes!(primes_u16, u16, u16, 9); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | generate_primes!(primes_i32, i32, u32, 10); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | generate_primes!(primes_i32, i32, u32, 10); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | generate_primes!(primes_u32, u32, u32, 11); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | generate_primes!(primes_u32, u32, u32, 11); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | generate_primes!(primes_i64, i64, u64, 12); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | generate_primes!(primes_i64, i64, u64, 12); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | generate_primes!(primes_u64, u64, u64, 13); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | generate_primes!(primes_u64, u64, u64, 13); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libprimesieve` (lib) due to 30 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:71:46 [INFO] [stdout] | [INFO] [stdout] 71 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | generate_primes!(primes_short, c_short, c_ushort, 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | generate_primes!(primes_short, c_short, c_ushort, 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | generate_primes!(primes_ushort, c_ushort, c_ushort, 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | generate_primes!(primes_ushort, c_ushort, c_ushort, 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | generate_primes!(primes_int, c_int, c_uint, 2); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | generate_primes!(primes_int, c_int, c_uint, 2); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | generate_primes!(primes_uint, c_uint, c_uint, 3); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | generate_primes!(primes_uint, c_uint, c_uint, 3); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | generate_primes!(primes_long, c_long, c_ulong, 4); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | generate_primes!(primes_long, c_long, c_ulong, 4); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | generate_primes!(primes_ulong, c_ulong, c_ulong, 5); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | generate_primes!(primes_ulong, c_ulong, c_ulong, 5); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | generate_primes!(primes_longlong, c_longlong, c_ulonglong, 6); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | generate_primes!(primes_longlong, c_longlong, c_ulonglong, 6); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | generate_primes!(primes_ulonglong, c_ulonglong, c_ulonglong, 7); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | generate_primes!(primes_ulonglong, c_ulonglong, c_ulonglong, 7); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | generate_primes!(primes_i16, i16, u16, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | generate_primes!(primes_i16, i16, u16, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | generate_primes!(primes_u16, u16, u16, 9); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | generate_primes!(primes_u16, u16, u16, 9); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | generate_primes!(primes_i32, i32, u32, 10); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | generate_primes!(primes_i32, i32, u32, 10); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | generate_primes!(primes_u32, u32, u32, 11); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | generate_primes!(primes_u32, u32, u32, 11); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | generate_primes!(primes_i64, i64, u64, 12); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | generate_primes!(primes_i64, i64, u64, 12); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:54 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | generate_primes!(primes_u64, u64, u64, 13); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:42:81 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = primesieve_generate_primes(start.try_into().unwrap(), stop.try_into().unwrap(), &mut usz, r#type); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | generate_primes!(primes_u64, u64, u64, 13); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `generate_primes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libprimesieve` (lib test) due to 30 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b9c46dedbc68f752ae556873a7a0bb1092318b5fe9d5e99cd62639f459b7f693", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9c46dedbc68f752ae556873a7a0bb1092318b5fe9d5e99cd62639f459b7f693", kill_on_drop: false }` [INFO] [stdout] b9c46dedbc68f752ae556873a7a0bb1092318b5fe9d5e99cd62639f459b7f693