+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/auto-admin-0.8.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/auto-admin-0.8.0/work.log
=> Checksum BLAKE2s OK for auto-admin-0.8.0.tar.gz
=> Checksum SHA512 OK for auto-admin-0.8.0.tar.gz
===> Installing dependencies for auto-admin-0.8.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for auto-admin-0.8.0
===> Extracting for auto-admin-0.8.0
===> Patching for auto-admin-0.8.0
===> Creating toolchain wrappers for auto-admin-0.8.0
===> Configuring for auto-admin-0.8.0
=> Substituting "prefix" in User-scripts/auto-pkgsrc-prefix User-scripts/auto-pkgsrc-dir
=> Checking for portability problems in extracted files
ERROR: [check-portability] => Found test ... == ...:
ERROR: [check-portability] Sys-scripts/auto-check-ports-branch:111: if [ $repo_branch == latest -o 0"$new_branch_hash" != 0'' ] \

Explanation:
===========================================================================
The "test" command, as well as the "[" command, are not required to know
the "==" operator. Only a few implementations like bash and some
versions of ksh support it.

When you run "test foo == foo" on a platform that does not support the
"==" operator, the result will be "false" instead of "true". This can
lead to unexpected behavior.

There are two ways to fix this error message. If the file that contains
the "test ==" is needed for building the package, you should create a
patch for it, replacing the "==" operator with "=". If the file is not
needed, add its name to the CHECK_PORTABILITY_SKIP variable in the
package Makefile.
===========================================================================
    
*** Error code 1

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

Stop.
bmake: stopped making "configure" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/auto-admin