=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for hcal-0.3.4 Compiling autocfg v1.0.1 Compiling num-traits v0.2.14 Compiling num-integer v0.1.44 Compiling libc v0.2.81 Compiling memchr v2.4.1 Compiling num-bigint v0.3.1 Compiling num-iter v0.1.42 Compiling num-rational v0.3.2 Compiling indexmap v1.6.1 Compiling bitflags v1.2.1 error[E0308]: mismatched types --> /tmp/sysutils/hcal/work/vendor/num-bigint-0.3.1/src/biguint.rs:208:19 | 208 | .div_ceil(&big_digit::BITS.into()) | -------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `&_` | | | arguments to this method are incorrect | = note: expected type `u64` found reference `&_` note: method defined here --> /tmp/lang/rust/work/rustc-1.73.0-src/library/core/src/num/mod.rs:1167:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 208 - .div_ceil(&big_digit::BITS.into()) 208 + .div_ceil(big_digit::BITS.into()) | error[E0308]: mismatched types --> /tmp/sysutils/hcal/work/vendor/num-bigint-0.3.1/src/biguint.rs:1712:54 | 1712 | let root_scale = extra_bits.div_ceil(&n64); | -------- ^^^^ expected `u64`, found `&u64` | | | arguments to this method are incorrect | note: method defined here --> /tmp/lang/rust/work/rustc-1.73.0-src/library/core/src/num/mod.rs:1167:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 1712 - let root_scale = extra_bits.div_ceil(&n64); 1712 + let root_scale = extra_bits.div_ceil(n64); | error[E0308]: mismatched types --> /tmp/sysutils/hcal/work/vendor/num-bigint-0.3.1/src/biguint.rs:2128:19 | 2128 | .div_ceil(&u64::from(bits)) | -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64` | | | arguments to this method are incorrect | note: method defined here --> /tmp/lang/rust/work/rustc-1.73.0-src/library/core/src/num/mod.rs:1167:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 2128 - .div_ceil(&u64::from(bits)) 2128 + .div_ceil(u64::from(bits)) | error[E0308]: mismatched types --> /tmp/sysutils/hcal/work/vendor/num-bigint-0.3.1/src/biguint.rs:2156:19 | 2156 | .div_ceil(&u64::from(bits)) | -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64` | | | arguments to this method are incorrect | note: method defined here --> /tmp/lang/rust/work/rustc-1.73.0-src/library/core/src/num/mod.rs:1167:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 2156 - .div_ceil(&u64::from(bits)) 2156 + .div_ceil(u64::from(bits)) | For more information about this error, try `rustc --explain E0308`. error: could not compile `num-bigint` (lib) due to 4 previous errors *** Error code 101 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/hcal *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/hcal