[INFO] fetching crate nonzero_signed 1.0.3... [INFO] testing nonzero_signed-1.0.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate nonzero_signed 1.0.3 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate nonzero_signed 1.0.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nonzero_signed 1.0.3 [INFO] finished tweaking crates.io crate nonzero_signed 1.0.3 [INFO] tweaked toml for crates.io crate nonzero_signed 1.0.3 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed4f8513bbbe022ca1fe045a26fb0fa61015b7bb1b6dc4151bb4060f6653aaac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ed4f8513bbbe022ca1fe045a26fb0fa61015b7bb1b6dc4151bb4060f6653aaac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed4f8513bbbe022ca1fe045a26fb0fa61015b7bb1b6dc4151bb4060f6653aaac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed4f8513bbbe022ca1fe045a26fb0fa61015b7bb1b6dc4151bb4060f6653aaac", kill_on_drop: false }` [INFO] [stdout] ed4f8513bbbe022ca1fe045a26fb0fa61015b7bb1b6dc4151bb4060f6653aaac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fac67678435740a4473e45513ea7a6464b48e4ab574b7fdc41f5db0cf7dde083 [INFO] running `Command { std: "docker" "start" "-a" "fac67678435740a4473e45513ea7a6464b48e4ab574b7fdc41f5db0cf7dde083", kill_on_drop: false }` [INFO] [stderr] Compiling nonzero_signed v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI8::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI16::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI32::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI64::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI128::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroIsize::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `Command { std: "docker" "inspect" "fac67678435740a4473e45513ea7a6464b48e4ab574b7fdc41f5db0cf7dde083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fac67678435740a4473e45513ea7a6464b48e4ab574b7fdc41f5db0cf7dde083", kill_on_drop: false }` [INFO] [stdout] fac67678435740a4473e45513ea7a6464b48e4ab574b7fdc41f5db0cf7dde083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f12ccd83bc91b41b1fd417b53d0c8e35867c9d13f14ac3fd80a49c532142a8c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5f12ccd83bc91b41b1fd417b53d0c8e35867c9d13f14ac3fd80a49c532142a8c", kill_on_drop: false }` [INFO] [stderr] Compiling nonzero_signed v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI8::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI16::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI32::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI64::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI128::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroIsize::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI8::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI16::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI32::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI64::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroI128::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `NonZeroIsize::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stdout] --> src/lib.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | self.0.get() as $zeroable_signed [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | / def_signed!( [INFO] [stdout] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stdout] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stdout] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stdout] ... | [INFO] [stdout] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.98s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonzero_signed-19db8b8806f55db8) [INFO] running `Command { std: "docker" "inspect" "5f12ccd83bc91b41b1fd417b53d0c8e35867c9d13f14ac3fd80a49c532142a8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f12ccd83bc91b41b1fd417b53d0c8e35867c9d13f14ac3fd80a49c532142a8c", kill_on_drop: false }` [INFO] [stdout] 5f12ccd83bc91b41b1fd417b53d0c8e35867c9d13f14ac3fd80a49c532142a8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f941dd5cdc0207a32cb4755cb028a98e14f3027056f29ae31852c45985cd43d2 [INFO] running `Command { std: "docker" "start" "-a" "f941dd5cdc0207a32cb4755cb028a98e14f3027056f29ae31852c45985cd43d2", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroI8`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroI16`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroI32`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroI64`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | NonZeroI64(NonZeroU64, i64, u64), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroI128`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | NonZeroI128(NonZeroU128, i128, u128), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated tuple struct `NonZeroIsize`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroI8::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroI16::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroI32::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroI64::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroI128::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `NonZeroIsize::0`: These became part of std::num in Rust 1.34, please use the std types instead of this crate. [INFO] [stderr] --> src/lib.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | self.0.get() as $zeroable_signed [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | / def_signed!( [INFO] [stderr] 84 | | NonZeroI8(NonZeroU8, i8, u8), [INFO] [stderr] 85 | | NonZeroI16(NonZeroU16, i16, u16), [INFO] [stderr] 86 | | NonZeroI32(NonZeroU32, i32, u32), [INFO] [stderr] ... | [INFO] [stderr] 89 | | NonZeroIsize(NonZeroUsize, isize, usize), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `def_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `nonzero_signed` (lib) generated 18 warnings [INFO] [stderr] warning: `nonzero_signed` (lib test) generated 18 warnings (18 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonzero_signed-19db8b8806f55db8) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::wrapping_test ... ok [INFO] [stderr] Doc-tests nonzero_signed [INFO] [stdout] test tests::format_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - NonZeroI8 (line 88) ... ok [INFO] [stdout] test src/lib.rs - NonZeroI32 (line 88) ... ok [INFO] [stdout] test src/lib.rs - NonZeroI128 (line 88) ... ok [INFO] [stdout] test src/lib.rs - NonZeroIsize (line 88) ... ok [INFO] [stdout] test src/lib.rs - NonZeroI64 (line 88) ... ok [INFO] [stdout] test src/lib.rs - NonZeroI16 (line 88) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f941dd5cdc0207a32cb4755cb028a98e14f3027056f29ae31852c45985cd43d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f941dd5cdc0207a32cb4755cb028a98e14f3027056f29ae31852c45985cd43d2", kill_on_drop: false }` [INFO] [stdout] f941dd5cdc0207a32cb4755cb028a98e14f3027056f29ae31852c45985cd43d2