[INFO] fetching crate nonzero_signed 1.0.3... [INFO] checking nonzero_signed-1.0.3 against try#b1375b2484512d46eeace16657e5b4a5450c610b for pr-112743 [INFO] extracting crate nonzero_signed 1.0.3 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate nonzero_signed 1.0.3 on toolchain b1375b2484512d46eeace16657e5b4a5450c610b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "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-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3cfdf788ebb300261de35cc0a4451ae8e4602bbf239bfd368e39fafe10cc460 [INFO] running `Command { std: "docker" "start" "-a" "c3cfdf788ebb300261de35cc0a4451ae8e4602bbf239bfd368e39fafe10cc460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3cfdf788ebb300261de35cc0a4451ae8e4602bbf239bfd368e39fafe10cc460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3cfdf788ebb300261de35cc0a4451ae8e4602bbf239bfd368e39fafe10cc460", kill_on_drop: false }` [INFO] [stdout] c3cfdf788ebb300261de35cc0a4451ae8e4602bbf239bfd368e39fafe10cc460 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4007d09a8d19d42a5e828ebf2147f5370bed0e57c9c6541fd66bbb3ea0fd48e [INFO] running `Command { std: "docker" "start" "-a" "f4007d09a8d19d42a5e828ebf2147f5370bed0e57c9c6541fd66bbb3ea0fd48e", kill_on_drop: false }` [INFO] [stderr] Compiling nonzero_signed v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `NonZeroI8` is ambiguous [INFO] [stdout] --> src/lib.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | assert!(NonZeroI8::new(0).is_none()); [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `NonZeroI8` could refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [INFO] [stdout] note: `NonZeroI8` could also refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `NonZeroI8` is ambiguous [INFO] [stdout] --> src/lib.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | assert!(NonZeroI8::new(-5).unwrap().get() == -5); [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `NonZeroI8` could refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [INFO] [stdout] note: `NonZeroI8` could also refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `NonZeroI8` is ambiguous [INFO] [stdout] --> src/lib.rs:104:34 [INFO] [stdout] | [INFO] [stdout] 104 | assert_eq!(format!("{}", NonZeroI8::new(-5).unwrap()), "-5") [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `NonZeroI8` could refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [INFO] [stdout] note: `NonZeroI8` could also refer to the struct imported here [INFO] [stdout] --> src/lib.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `NonZeroI8` to disambiguate [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 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 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 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 `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 `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 `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 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 `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 `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 `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 `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 `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: 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] error: aborting due to 3 previous errors; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nonzero_signed` (lib test) due to 4 previous errors; 18 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f4007d09a8d19d42a5e828ebf2147f5370bed0e57c9c6541fd66bbb3ea0fd48e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4007d09a8d19d42a5e828ebf2147f5370bed0e57c9c6541fd66bbb3ea0fd48e", kill_on_drop: false }` [INFO] [stdout] f4007d09a8d19d42a5e828ebf2147f5370bed0e57c9c6541fd66bbb3ea0fd48e