=> 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 libc v0.2.81
   Compiling memchr v2.4.1
   Compiling bitflags v1.2.1
   Compiling hashbrown v0.9.1
   Compiling termcolor v1.1.2
   Compiling lazy_static v1.4.0
   Compiling strsim v0.10.0
   Compiling textwrap v0.14.2
   Compiling num-traits v0.2.14
   Compiling num-integer v0.1.44
   Compiling num-bigint v0.3.1
   Compiling num-iter v0.1.42
   Compiling num-rational v0.3.2
   Compiling indexmap v1.6.1
   Compiling atty v0.2.14
   Compiling time v0.1.44
   Compiling os_str_bytes v6.0.0
   Compiling aho-corasick v0.7.15
   Compiling thread_local v1.0.1
   Compiling radix_fmt v1.0.0
   Compiling regex-syntax v0.6.21
   Compiling clap v3.1.0
   Compiling num-complex v0.3.1
   Compiling chrono v0.4.19
error[E0308]: mismatched types
   --> /pbulk/work/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
   --> /pbulk/work/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
    --> /pbulk/work/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
    --> /pbulk/work/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
    --> /pbulk/work/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
    --> /pbulk/work/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
    --> /pbulk/work/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
    --> /pbulk/work/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
warning: build failed, waiting for other jobs to finish...
*** Error code 101

Stop.
make[1]: stopped in /usr/pkgsrc/sysutils/hcal
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/sysutils/hcal