+ 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/openjdk14-14.0.2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openjdk14-14.0.2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for openjdk14-14.0.2 Note: Command line contains non-control variables: * _UNAME_V=joyent_20210826T002459Z * _PKGSRC_BARRIER=yes * _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-trunk-x86_64 * _PATH_ORIG=/sbin:/usr/sbin:/usr/bin:/opt/tools/bin * _NEED_NEWER_GCC=NO * _MAKE=/opt/local/bin/bmake * _GCC_VERSION=10.3.0 * _GCC_REQD=12.2.0 * _CC=gcc * WRKLOG=/tmp/bulklog/openjdk14-14.0.2/work.log * UNPRIVILEGED_USER=pbulk * UNPRIVILEGED_GROUPS=pbulk * UNPRIVILEGED_GROUP=pbulk * 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: * _UNAME_V=joyent_20210826T002459Z * _PKGSRC_BARRIER=yes * _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-trunk-x86_64 * _PATH_ORIG=/sbin:/usr/sbin:/usr/bin:/opt/tools/bin * _NEED_NEWER_GCC=NO * _MAKE=/opt/local/bin/bmake * _GCC_VERSION=10.3.0 * _GCC_REQD=12.2.0 * _CC=gcc * WRKLOG=/tmp/bulklog/openjdk14-14.0.2/work.log * UNPRIVILEGED_USER=pbulk * UNPRIVILEGED_GROUPS=pbulk * UNPRIVILEGED_GROUP=pbulk * 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 19 properties into resource bundles for jdk.compiler Parsing 2 properties into enum-like class for jdk.compiler Compiling 10 properties into resource bundles for jdk.javadoc Compiling 127 files for BUILD_java.compiler.interim Compiling 405 files for BUILD_jdk.compiler.interim Compiling 220 files for BUILD_jdk.javadoc.interim Compiling 172 files for BUILD_TOOLS_JDK Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Compiling 2 files for COMPILE_DEPEND Compiling 11 properties into resource bundles for java.base Compiling 6 properties into resource bundles for java.base Compiling 3008 files for java.base Compiling 2 files for BUILD_BREAKITERATOR_BASE Compiling 2 files for BUILD_BREAKITERATOR_LD Compiling 1 files for BUILD_JFR_TOOLS 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 929 file(s) /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp: In static member function 'static int SolarisAttachListener::create_door()': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp:435:60: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int' [-Wformat=] 435 | log_debug(attach)("unable to create door - rename %s to %s failed (%d)", errno); | ~^ | | | char* | %d /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp:435:66: warning: format '%s' expects a matching 'char*' argument [-Wformat=] 435 | log_debug(attach)("unable to create door - rename %s to %s failed (%d)", errno); | ~^ | | | char* /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp:435:77: warning: format '%d' expects a matching 'int' argument [-Wformat=] 435 | log_debug(attach)("unable to create door - rename %s to %s failed (%d)", errno); | ~^ | | | int /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp: At global scope: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/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/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/attachListener_solaris.cpp: In static member function 'static int SolarisAttachListener::create_door()': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/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/openjdk14/work/jdk14u-55692db5e928/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); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'void SharedClassPathEntry::set_name(const char*, Thread*)', inlined from 'void SharedClassPathEntry::init_as_non_existent(const char*, Thread*)' at /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/memory/filemap.cpp:248:11, inlined from 'static void FileMapInfo::allocate_shared_path_table()' at /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/memory/filemap.cpp:406:41: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/memory/filemap.cpp:291:9: warning: 'char* std::strcpy(char*, const char*)' writing 1 or more bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 291 | strcpy(_name->data(), name); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp: In function 'int get_info(const char*, void*, size_t, off_t)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/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/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp: In member function 'int NetworkPerformanceInterface::NetworkPerformance::network_utilization(NetworkInterface**) const': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp:781:23: warning: comparison of integer expressions of different signedness: 'int' and 'uint_t' {aka 'unsigned int'} [-Wsign-compare] 781 | for (int i = 0; i < k->ks_ndata; ++i) { | ~~^~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp: At global scope: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp:104:12: warning: 'int get_usage(prusage_t*)' defined but not used [-Wunused-function] 104 | static int get_usage(prusage_t* usage) { | ^~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_perf_solaris.cpp:97:12: warning: 'int get_psinfo(char*, psinfo_t*)' defined but not used [-Wunused-function] 97 | static int get_psinfo(char* file, psinfo_t* info) { | ^~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static void os::init_system_properties_values()': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:505:21: warning: comparison of integer expressions of different signedness: 'int' and 'uint_t' {aka 'unsigned int'} [-Wsign-compare] 505 | for (i = 0; i < info->dls_cnt; i++, path++) { | ~~^~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'void* thread_native_entry(void*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:595:26: warning: comparison of integer expressions of different signedness: 'OSThread::thread_id_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 595 | if (osthr->thread_id() != -1) { | ~~~~~~~~~~~~~~~~~~~^~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:599:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'OSThread::thread_id_t' {aka 'unsigned int'} [-Wformat=] 599 | tty->print_cr("Starting Thread " INTPTR_FORMAT ", LWP is " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 600 | INTPTR_FORMAT ", setting priority: %d\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 601 | osthr->thread_id(), osthr->lwp_id(), prio); | ~~~~~~~~~~~~~~~~~~ | | | OSThread::thread_id_t {aka unsigned int} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:599:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint' {aka 'unsigned int'} [-Wformat=] 599 | tty->print_cr("Starting Thread " INTPTR_FORMAT ", LWP is " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 600 | INTPTR_FORMAT ", setting priority: %d\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 601 | osthr->thread_id(), osthr->lwp_id(), prio); | ~~~~~~~~~~~~~~~ | | | uint {aka unsigned int} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'OSThread* create_os_thread(Thread*, thread_t)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:655:19: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'OSThread::thread_id_t' {aka 'unsigned int'} [-Wformat=] 655 | tty->print_cr("In create_os_thread, Thread " INTPTR_FORMAT ", LWP is " INTPTR_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 656 | osthread->thread_id(), osthread->lwp_id()); | ~~~~~~~~~~~~~~~~~~~~~ | | | OSThread::thread_id_t {aka unsigned int} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:655:19: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint' {aka 'unsigned int'} [-Wformat=] 655 | tty->print_cr("In create_os_thread, Thread " INTPTR_FORMAT ", LWP is " INTPTR_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 656 | osthread->thread_id(), osthread->lwp_id()); | ~~~~~~~~~~~~~~~~~~ | | | uint {aka unsigned int} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static void os::Solaris::correct_stack_boundaries_for_primordial_thread(Thread*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:973:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 973 | tty->print_cr("Stack size of %d Kb exceeds current limit of %d Kb.\n" | ~^ | | | int | %ld ...... 976 | stack_size / K, jt->stack_size() / K); | ~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:973:66: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 973 | tty->print_cr("Stack size of %d Kb exceeds current limit of %d Kb.\n" | ~^ | | | int | %ld ...... 976 | stack_size / K, jt->stack_size() / K); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} In file included from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/memory/allocation.hpp:28, from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/logging/logLevel.hpp:27, from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/arguments.hpp:28, from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/classfile/classLoader.hpp:29, from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:27: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'int _print_dll_info_cb(const char*, address, address, void*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/utilities/globalDefinitions.hpp:129:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'address' {aka 'unsigned char*'} [-Wformat=] 129 | #define PTR_FORMAT "0x%016" PRIxPTR /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:1349:17: note: in expansion of macro 'PTR_FORMAT' 1349 | out->print_cr(PTR_FORMAT " \t%s", base_address, name); | ^~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'void warn_fail_commit_memory(char*, size_t, bool, int)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2060:11: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'char*' [-Wformat=] 2060 | warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2061 | ", %d) failed; error='%s' (errno=%d)", addr, bytes, exec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | char* /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'void warn_fail_commit_memory(char*, size_t, size_t, bool, int)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2068:11: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'char*' [-Wformat=] 2068 | warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2069 | ", " SIZE_FORMAT ", %d) failed; error='%s' (errno=%d)", addr, bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | char* /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static size_t os::numa_get_groups_num()': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2203:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2203 | return n != -1 ? n : 1; | ~~^~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static size_t os::numa_get_leaf_groups(int*, size_t)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2215:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2215 | for (int k = 0; k < size; k++) { | ~~^~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static char* os::scan_pages(char*, char*, page_info*, page_info*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2339:34: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2339 | if (outdata[types * i] != page_expected->lgrp_id) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'int set_lwp_class_and_priority(int, int, int, int, bool)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2917:21: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] 2917 | tty->print_cr("deferring the set_lwp_class_and_priority of thread " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2918 | INTPTR_FORMAT " to %d, lwpid not set", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2919 | ThreadID, newPrio); | ~~~~~~~~ | | | int /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2925:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] 2925 | tty->print_cr ("set_lwp_class_and_priority(" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2926 | INTPTR_FORMAT "@" INTPTR_FORMAT " %d) ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2927 | ThreadID, lwpid, newPrio); | ~~~~~~~~ | | | int /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:2925:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat=] 2925 | tty->print_cr ("set_lwp_class_and_priority(" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2926 | INTPTR_FORMAT "@" INTPTR_FORMAT " %d) ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2927 | ThreadID, lwpid, newPrio); | ~~~~~ | | | int In file included from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/utilities/globalDefinitions.hpp:29: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In function 'u_char* resolve_symbol(const char*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/utilities/debug.hpp:109:15: warning: format not a string literal and no format arguments [-Wformat-security] 109 | report_fatal(__FILE__, __LINE__, __VA_ARGS__); \ | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:3732:5: note: in expansion of macro 'fatal' 3732 | fatal(dlerror()); | ^~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static bool os::find(address, outputStream*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/utilities/globalDefinitions.hpp:129:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'address' {aka 'unsigned char*'} [-Wformat=] 129 | #define PTR_FORMAT "0x%016" PRIxPTR /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:4540:15: note: in expansion of macro 'PTR_FORMAT' 4540 | st->print(PTR_FORMAT ": ", addr); | ^~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:4542:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'address' {aka 'unsigned char*'} [-Wformat=] 4542 | st->print("%s+%#lx", dlinfo.dli_sname, addr-(intptr_t)dlinfo.dli_saddr); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int address {aka unsigned char*} | %#hhn /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:4544:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'address' {aka 'unsigned char*'} [-Wformat=] 4544 | st->print("", addr-(intptr_t)dlinfo.dli_fbase); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | address {aka unsigned char*} | long unsigned int | %#hhn /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:4552:17: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'void*' [-Wformat=] 4552 | st->print(" at " PTR_FORMAT, dlinfo.dli_fbase); | ~~~~~~~~~~~~~~~~ | | | void* In file included from /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:42: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static size_t os::write(int, const void*, unsigned int)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.inline.hpp:72:20: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'OSReturn' [-Wsign-compare] 72 | } while((_result == OS_ERR) && (errno == EINTR)); \ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/os_solaris.cpp:5140:3: note: in expansion of macro 'RESTARTABLE' 5140 | RESTARTABLE((size_t) ::write(fd, buf, (size_t) nBytes), res); | ^~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp: In static member function 'static void os::print_context(outputStream*, const void*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:794:16: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'intptr_t*' {aka 'long int*'} [-Wformat=] 794 | st->print_cr("Top of Stack: (sp=" PTR_FORMAT ")", sp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | | | intptr_t* {aka long int*} /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/perfMemory_solaris.cpp: In function 'void mmap_attach_shared(const char*, int, PerfMemory::PerfMemoryMode, char**, size_t*, Thread*)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/os/solaris/perfMemory_solaris.cpp:1180:27: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'void*' [-Wformat=] 1180 | log_debug(perf, memops)("mapped " SIZE_FORMAT " bytes for vmid %d at " 1181 | INTPTR_FORMAT, size, vmid, (void*)mapAddress); | ~~~~~~~~~~~~~~~~~ | | | void* /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/sharedRuntime.cpp: In static member function 'static void AdapterHandlerLibrary::create_native_wrapper(const methodHandle&)': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/sharedRuntime.cpp:2875:85: warning: expression does not compute the number of elements in this array; element type is 'double', not 'relocInfo' [-Wsizeof-array-div] 2875 | buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/sharedRuntime.cpp:2875:87: note: add parentheses around 'sizeof (relocInfo)' to silence this warning 2875 | buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo)); | ^~~~~~~~~~~~~~~~~ | ( ) /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/sharedRuntime.cpp:2874:14: note: array 'locs_buf' declared here 2874 | double locs_buf[20]; | ^~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/signature.cpp: In member function 'Symbol* SignatureStream::as_symbol()': /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/signature.cpp:357:16: warning: 'int std::strncmp(const char*, const char*, size_t)' specified bound 6 exceeds source size 0 [-Wstringop-overread] 357 | if (strncmp("String", symbol_chars + 10, 6) == 0) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/src/hotspot/share/runtime/signature.cpp:359:23: warning: 'int std::strncmp(const char*, const char*, size_t)' specified bound 6 exceeds source size 0 [-Wstringop-overread] 359 | } else if (strncmp("Object", symbol_chars + 10, 6) == 0) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ld: fatal: unrecognized option '-O' ld: fatal: unrecognized option '-1' ld: fatal: use the -z help option for usage information collect2: error: ld returned 1 exit status make[3]: *** [lib/CompileJvm.gmk:181: /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/build/solaris-x86_64-server-release/support/modules_libs/java.base/server/libjvm.so] Error 1 make[2]: *** [make/Main.gmk:268: hotspot-server-libs] Error 1 ERROR: Build failed for target 'images' in configuration 'solaris-x86_64-server-release' (exit code 2) === Output from failing command(s) repeated here === * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: ld: fatal: unrecognized option '-O' ld: fatal: unrecognized option '-1' ld: fatal: use the -z help option for usage information collect2: error: ld returned 1 exit status * All command lines available in /home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/build/solaris-x86_64-server-release/make-support/failure-logs. === End of repeated output === No indication of failed target found. Hint: Try searching the build log for '] Error'. Hint: See doc/building.html#troubleshooting for assistance. gmake[1]: *** [/home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/make/Init.gmk:312: main] Error 1 gmake: *** [/home/pbulk/build/joyent/openjdk14/work/jdk14u-55692db5e928/make/Init.gmk:186: images] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/joyent/openjdk14 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/joyent/openjdk14