+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hcal-0.3.4/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hcal-0.3.4/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for hcal-0.3.4
   Compiling autocfg v1.0.1
   Compiling libc v0.2.81
   Compiling num-traits v0.2.14
   Compiling num-integer v0.1.44
   Compiling memchr v2.4.1
   Compiling num-bigint v0.3.1
   Compiling indexmap v1.6.1
   Compiling num-iter v0.1.42
   Compiling num-rational v0.3.2
   Compiling bitflags v1.2.1
   Compiling hashbrown v0.9.1
error[E0308]: mismatched types
   --> /home/pbulk/build/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
   --> /home/pbulk/build/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
    --> /home/pbulk/build/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
    --> /home/pbulk/build/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
    --> /home/pbulk/build/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
    --> /home/pbulk/build/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
    --> /home/pbulk/build/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
    --> /home/pbulk/build/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.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/hcal
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/hcal