=> 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 diffr-0.1.4
   Compiling libc v0.2.58
   Compiling bitflags v1.1.0
   Compiling unicode-width v0.1.5
   Compiling textwrap v0.11.0
   Compiling atty v0.2.11
   Compiling ansi_term v0.11.0
   Compiling vec_map v0.8.1
   Compiling strsim v0.8.0
   Compiling clap v2.33.0
   Compiling termcolor v1.1.0
   Compiling diffr-lib v0.1.3 (/scratch/work/textproc/diffr/work/diffr-0.1.4/diffr-lib)
   Compiling diffr v0.1.4 (/scratch/work/textproc/diffr/work/diffr-0.1.4)
error: literal out of range for `usize`
   --> src/main.rs:588:5
    |
588 |     9999999999,
    |     ^^^^^^^^^^
    |
    = note: the literal `9999999999` does not fit into the type `usize` whose range is `0..=4294967295`
    = note: `#[deny(overflowing_literals)]` on by default

error: literal out of range for `usize`
   --> src/main.rs:589:5
    |
589 |     99999999999,
    |     ^^^^^^^^^^^
    |
    = note: the literal `99999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:590:5
    |
590 |     999999999999,
    |     ^^^^^^^^^^^^
    |
    = note: the literal `999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:591:5
    |
591 |     9999999999999,
    |     ^^^^^^^^^^^^^
    |
    = note: the literal `9999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:592:5
    |
592 |     99999999999999,
    |     ^^^^^^^^^^^^^^
    |
    = note: the literal `99999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:593:5
    |
593 |     999999999999999,
    |     ^^^^^^^^^^^^^^^
    |
    = note: the literal `999999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:594:5
    |
594 |     9999999999999999,
    |     ^^^^^^^^^^^^^^^^
    |
    = note: the literal `9999999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:595:5
    |
595 |     99999999999999999,
    |     ^^^^^^^^^^^^^^^^^
    |
    = note: the literal `99999999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:596:5
    |
596 |     999999999999999999,
    |     ^^^^^^^^^^^^^^^^^^
    |
    = note: the literal `999999999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: literal out of range for `usize`
   --> src/main.rs:597:5
    |
597 |     9999999999999999999,
    |     ^^^^^^^^^^^^^^^^^^^
    |
    = note: the literal `9999999999999999999` does not fit into the type `usize` whose range is `0..=4294967295`

error: could not compile `diffr` due to 10 previous errors
*** Error code 101

Stop.
make[1]: stopped in /tree/pkgsrc/textproc/diffr
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/textproc/diffr