+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tealdeer-1.6.1nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tealdeer-1.6.1nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for tealdeer-1.6.1nb1
   Compiling libc v0.2.135
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.15.0
   Compiling log v0.4.17
   Compiling cc v1.0.73
   Compiling pin-project-lite v0.2.9
   Compiling memchr v2.5.0
   Compiling ring v0.16.20
   Compiling bytes v1.2.1
   Compiling proc-macro2 v1.0.47
   Compiling futures-core v0.3.25
   Compiling tokio v1.21.2
   Compiling quote v1.0.21
   Compiling version_check v0.9.4
   Compiling unicode-ident v1.0.5
   Compiling mio v0.8.4
   Compiling slab v0.4.7
   Compiling indexmap v1.9.1
   Compiling socket2 v0.4.7
   Compiling num_cpus v1.13.1
   Compiling itoa v1.0.4
   Compiling untrusted v0.7.1
   Compiling futures-task v0.3.25
   Compiling spin v0.5.2
   Compiling tracing-core v0.1.30
   Compiling hashbrown v0.12.3
   Compiling futures-util v0.3.25
   Compiling syn v1.0.103
   Compiling fnv v1.0.7
   Compiling http v0.2.8
   Compiling tracing v0.1.37
   Compiling proc-macro-error-attr v1.0.4
   Compiling tinyvec_macros v0.1.0
   Compiling futures-sink v0.3.25
   Compiling pin-utils v0.1.0
   Compiling rustls v0.20.7
   Compiling futures-io v0.3.25
   Compiling futures-channel v0.3.25
   Compiling serde v1.0.147
   Compiling httparse v1.8.0
   Compiling tokio-util v0.7.4
   Compiling tinyvec v1.6.0
   Compiling webpki v0.22.0
   Compiling sct v0.7.0
   Compiling proc-macro-error v1.0.4
   Compiling try-lock v0.2.3
   Compiling percent-encoding v2.2.0
   Compiling crc32fast v1.3.2
   Compiling form_urlencoded v1.1.0
   Compiling want v0.3.0
   Compiling unicode-normalization v0.1.22
   Compiling h2 v0.3.14
   Compiling http-body v0.4.5
   Compiling dirs-sys v0.3.7
   Compiling encoding_rs v0.8.31
   Compiling base64 v0.13.1
   Compiling tower-service v0.3.2
   Compiling adler v1.0.2
   Compiling unicode-bidi v0.3.8
   Compiling httpdate v1.0.2
   Compiling hyper v0.14.20
   Compiling idna v0.3.0
   Compiling miniz_oxide v0.5.4
   Compiling rustls-pemfile v1.0.1
   Compiling dirs v4.0.0
   Compiling tokio-rustls v0.23.4
   Compiling heck v0.4.0
   Compiling anyhow v1.0.66
   Compiling openssl-probe v0.1.5
   Compiling ryu v1.0.11
   Compiling os_str_bytes v6.3.0
   Compiling serde_derive v1.0.147
   Compiling clap_lex v0.2.4
   Compiling serde_urlencoded v0.7.1
   Compiling rustls-native-certs v0.6.2
   Compiling clap_derive v3.2.18
   Compiling flate2 v1.0.24
   Compiling hyper-rustls v0.23.0
   Compiling xdg v2.4.1
   Compiling url v2.3.1
   Compiling errno v0.2.8
   Compiling atty v0.2.14
   Compiling mime v0.3.16
   Compiling bitflags v1.3.2
   Compiling ipnet v2.5.0
   Compiling termcolor v1.1.3
   Compiling same-file v1.0.6
   Compiling textwrap v0.15.1
   Compiling strsim v0.10.0
   Compiling byteorder v1.4.3
   Compiling zip v0.6.3
   Compiling clap v3.2.22
   Compiling walkdir v2.3.2
   Compiling reqwest v0.11.12
   Compiling pager v0.16.1
   Compiling app_dirs2 v2.5.4
   Compiling toml v0.5.9
   Compiling yansi v0.5.1
   Compiling tealdeer v1.6.1 (/home/pbulk/build/sysutils/tealdeer/work/tealdeer-1.6.1)
error[E0599]: no variant or associated item named `Other` found for enum `PlatformType` in the current scope
  --> src/types.rs:87:15
   |
11 | pub enum PlatformType {
   | --------------------- variant or associated item `Other` not found for this enum
...
87 |         Self::Other
   |               ^^^^^ variant or associated item not found in `PlatformType`
   |
note: if you're trying to build a new `PlatformType`, consider using `PlatformType::current` which returns `PlatformType`
  --> src/types.rs:86:5
   |
86 |     pub fn current() -> Self {
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0599`.
error: could not compile `tealdeer` (bin "tldr") due to 1 previous error
*** Error code 101

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/tealdeer
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/tealdeer