+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openjdk17-17.0.4.1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openjdk17-17.0.4.1/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 ===> Building for openjdk17-17.0.4.1 Note: Command line contains non-control variables: * _PKGSRC_BARRIER=yes * _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-2021Q4-x86_64 * _PATH_ORIG=/sbin:/usr/sbin:/usr/bin:/opt/tools/bin * _MAKE=/opt/local/bin/bmake * _CC=gcc * WRKLOG=/tmp/bulklog/openjdk17-17.0.4.1/work.log * PKGTOOLS_VERSION=20211115 * OS_VERSION=5.11 * OPSYS_VERSION=051100 * OPSYS=SunOS * LOWER_OPSYS=solaris * DEPENDS_TARGET=/nonexistent * BATCH=1 * ALLOW_VULNERABLE_PACKAGES= * .MAKE.LEVEL.ENV=MAKELEVEL Make sure it is not mistyped, and that you intend to override this variable. 'make help' will list known control variables. Note: Command line contains non-control variables: * _PKGSRC_BARRIER=yes * _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-2021Q4-x86_64 * _PATH_ORIG=/sbin:/usr/sbin:/usr/bin:/opt/tools/bin * _MAKE=/opt/local/bin/bmake * _CC=gcc * WRKLOG=/tmp/bulklog/openjdk17-17.0.4.1/work.log * PKGTOOLS_VERSION=20211115 * OS_VERSION=5.11 * OPSYS_VERSION=051100 * OPSYS=SunOS * LOWER_OPSYS=solaris * DEPENDS_TARGET=/nonexistent * BATCH=1 * ALLOW_VULNERABLE_PACKAGES= * .MAKE.LEVEL.ENV=MAKELEVEL Make sure it is not mistyped, and that you intend to override this variable. 'make help' will list known control variables. Building target 'images' in configuration 'solaris-x86_64-server-release' Compiling 8 files for BUILD_TOOLS_LANGTOOLS Compiling 16 properties into resource bundles for jdk.compiler Parsing 2 properties into enum-like class for jdk.compiler Compiling 13 properties into resource bundles for jdk.javadoc Compiling 127 files for BUILD_java.compiler.interim Compiling 402 files for BUILD_jdk.compiler.interim Compiling 229 files for BUILD_jdk.javadoc.interim Compiling 31 files for BUILD_JRTFS Creating support/modules_libs/java.base/jrt-fs.jar Compiling 186 files for BUILD_TOOLS_JDK Compiling 2 files for COMPILE_DEPEND /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template:127:7: warning: "__linux__" is not defined, evaluates to 0 [-Wundef] 127 | #elif __linux__ | ^~~~~~~~~ Compiling 11 properties into resource bundles for java.base Compiling 6 properties into resource bundles for java.base Compiling 3062 files for java.base Compiling 127 files for java.compiler Compiling 2 files for BUILD_BREAKITERATOR_BASE Compiling 2 files for BUILD_BREAKITERATOR_LD Compiling 1 files for BUILD_TOOLS_HOTSPOT Creating hotspot/variant-server/tools/adlc/adlc from 13 file(s) Compiling 2 files for BUILD_JVMTI_TOOLS Creating support/modules_libs/java.base/server/libjvm.so from 983 file(s) /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/attachListener_solaris.cpp:289:32: warning: 'SolarisAttachOperation* create_detachall_operation()' defined but not used [-Wunused-function] 289 | static SolarisAttachOperation* create_detachall_operation() { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/attachListener_solaris.cpp: In static member function 'static int SolarisAttachListener::create_door()': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/attachListener_solaris.cpp:406:51: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1025 [-Wformat-truncation=] 406 | snprintf(initial_path, sizeof(initial_path), "%s.tmp", door_path); | ^~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/attachListener_solaris.cpp:406:11: note: 'snprintf' output between 5 and 1029 bytes into a destination of size 1025 406 | snprintf(initial_path, sizeof(initial_path), "%s.tmp", door_path); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_perf_solaris.cpp: In function 'int get_info(const char*, void*, size_t, off_t)': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_perf_solaris.cpp:81:29: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 81 | if (pread(fd, info, s, o) != s) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp: In function 'void* thread_native_entry(void*)': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp:569:26: warning: comparison of integer expressions of different signedness: 'OSThread::thread_id_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 569 | if (osthr->thread_id() != -1) { | ~~~~~~~~~~~~~~~~~~~^~~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static size_t os::numa_get_groups_num()': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp:1777:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 1777 | return n != -1 ? n : 1; | ~~^~~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static char* os::scan_pages(char*, char*, os::page_info*, os::page_info*)': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp:1913:34: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 1913 | if (outdata[types * i] != page_expected->lgrp_id) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/utilities/globalDefinitions.hpp:29, from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/memory/allocation.hpp:29, from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/memory/arena.hpp:28, from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/runtime/handles.hpp:28, from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/classfile/classLoader.hpp:29, from /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp:27: /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp: In function 'u_char* resolve_symbol(const char*)': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/share/utilities/debug.hpp:109:63: warning: format not a string literal and no format arguments [-Wformat-security] 109 | report_fatal(INTERNAL_ERROR, __FILE__, __LINE__, __VA_ARGS__); \ | ^ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/hotspot/os/solaris/os_solaris.cpp:2714:5: note: in expansion of macro 'fatal' 2714 | fatal(dlerror()); | ^~~~~ Creating support/modules_libs/java.base/libverify.so from 1 file(s) Creating support/modules_libs/java.base/libjava.so from 58 file(s) /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c: In function 'getPsinfo': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c:653:13: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 653 | if (ret < sizeof(psinfo_t)) { | ^ Creating support/native/java.base/libfdlibm.a from 57 file(s) Creating support/modules_libs/java.base/libzip.so from 5 file(s) Creating support/modules_libs/java.base/libjimage.so from 6 file(s) Creating support/modules_libs/java.base/libjli.so from 8 file(s) Creating support/modules_libs/java.base/libnet.so from 21 file(s) /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c: In function 'enumIPv4Interfaces': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1764:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 1764 | for (i = 0; i < numifs.lifn_count; i++, ifreqP++) { | ^ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c: In function 'enumIPv6Interfaces': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1838:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 1838 | for (i = 0; i < numifs.lifn_count; i++, ifreqP++) { | ^ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c: In function 'getMacFromDevice': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1944:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 1944 | if (msg.len < DL_PHYS_ADDR_ACK_SIZE || dlpaack->dl_primitive != DL_PHYS_ADDR_ACK) { | ^ In function 'getFlags', inlined from 'addif' at /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:995:13: /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:2036:5: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 2036 | strncpy(if2.lifr_name, ifname, sizeof(if2.lifr_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'getIndex', inlined from 'addif' at /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1023:26: /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1873:5: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 1873 | strncpy(if2.lifr_name, name, sizeof(if2.lifr_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'getIndex', inlined from 'addif' at /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1055:29: /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/NetworkInterface.c:1873:5: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 1873 | strncpy(if2.lifr_name, name, sizeof(if2.lifr_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/ResolverConfigurationImpl.c: In function 'Java_sun_net_dns_ResolverConfigurationImpl_fallbackDomain0': /home/pbulk/build/joyent/openjdk17/work/jdk-il-jdk-17.0.4.1-ga/src/java.base/unix/native/libnet/ResolverConfigurationImpl.c:91:30: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 91 | if ((ret > 0) && (ret