+ 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/openjdk15-15.0.0rc24/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openjdk15-15.0.0rc24/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for openjdk15-15.0.0rc24 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/openjdk15-15.0.0rc24/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/openjdk15-15.0.0rc24/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 217 files for BUILD_jdk.javadoc.interim Compiling 31 files for BUILD_JRTFS Creating support/modules_libs/java.base/jrt-fs.jar Compiling 172 files for BUILD_TOOLS_JDK 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 3032 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_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 927 file(s) /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/attachListener_solaris.cpp: In static member function 'static int SolarisAttachListener::create_door()': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/attachListener_solaris.cpp: At global scope: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/attachListener_solaris.cpp: In static member function 'static int SolarisAttachListener::create_door()': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/memory/filemap.cpp:250:11, inlined from 'static void FileMapInfo::allocate_shared_path_table()' at /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/memory/filemap.cpp:441:41: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/memory/filemap.cpp:293:9: warning: 'char* std::strcpy(char*, const char*)' writing 1 or more bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 293 | strcpy(_name->data(), name); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_perf_solaris.cpp: In function 'int get_info(const char*, void*, size_t, off_t)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_perf_solaris.cpp: In member function 'int NetworkPerformanceInterface::NetworkPerformance::network_utilization(NetworkInterface**) const': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_perf_solaris.cpp: At global scope: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static void os::init_system_properties_values()': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'void* thread_native_entry(void*)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:588:26: warning: comparison of integer expressions of different signedness: 'OSThread::thread_id_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 588 | if (osthr->thread_id() != -1) { | ~~~~~~~~~~~~~~~~~~~^~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:592:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'OSThread::thread_id_t' {aka 'unsigned int'} [-Wformat=] 592 | tty->print_cr("Starting Thread " INTPTR_FORMAT ", LWP is " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 593 | INTPTR_FORMAT ", setting priority: %d\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | osthr->thread_id(), osthr->lwp_id(), prio); | ~~~~~~~~~~~~~~~~~~ | | | OSThread::thread_id_t {aka unsigned int} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:592:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint' {aka 'unsigned int'} [-Wformat=] 592 | tty->print_cr("Starting Thread " INTPTR_FORMAT ", LWP is " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 593 | INTPTR_FORMAT ", setting priority: %d\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | osthr->thread_id(), osthr->lwp_id(), prio); | ~~~~~~~~~~~~~~~ | | | uint {aka unsigned int} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'OSThread* create_os_thread(Thread*, thread_t)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:648:19: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'OSThread::thread_id_t' {aka 'unsigned int'} [-Wformat=] 648 | tty->print_cr("In create_os_thread, Thread " INTPTR_FORMAT ", LWP is " INTPTR_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 649 | osthread->thread_id(), osthread->lwp_id()); | ~~~~~~~~~~~~~~~~~~~~~ | | | OSThread::thread_id_t {aka unsigned int} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:648:19: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint' {aka 'unsigned int'} [-Wformat=] 648 | tty->print_cr("In create_os_thread, Thread " INTPTR_FORMAT ", LWP is " INTPTR_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 649 | osthread->thread_id(), osthread->lwp_id()); | ~~~~~~~~~~~~~~~~~~ | | | uint {aka unsigned int} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:966:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 966 | tty->print_cr("Stack size of %d Kb exceeds current limit of %d Kb.\n" | ~^ | | | int | %ld ...... 969 | stack_size / K, jt->stack_size() / K); | ~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:966:66: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 966 | tty->print_cr("Stack size of %d Kb exceeds current limit of %d Kb.\n" | ~^ | | | int | %ld ...... 969 | stack_size / K, jt->stack_size() / K); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} In file included from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/memory/allocation.hpp:28, from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/logging/logLevel.hpp:27, from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/runtime/arguments.hpp:28, from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/classfile/classLoader.hpp:29, from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:27: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'int _print_dll_info_cb(const char*, address, address, void*)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:1334:17: note: in expansion of macro 'PTR_FORMAT' 1334 | out->print_cr(PTR_FORMAT " \t%s", base_address, name); | ^~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'void warn_fail_commit_memory(char*, size_t, bool, int)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2043:11: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'char*' [-Wformat=] 2043 | warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2044 | ", %d) failed; error='%s' (errno=%d)", addr, bytes, exec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | char* /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2051:11: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'char*' [-Wformat=] 2051 | warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2052 | ", " SIZE_FORMAT ", %d) failed; error='%s' (errno=%d)", addr, bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | char* /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static size_t os::numa_get_groups_num()': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2186:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2186 | return n != -1 ? n : 1; | ~~^~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2198:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2198 | for (int k = 0; k < size; k++) { | ~~^~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2322:34: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2322 | if (outdata[types * i] != page_expected->lgrp_id) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'int set_lwp_class_and_priority(int, int, int, int, bool)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2900:21: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] 2900 | tty->print_cr("deferring the set_lwp_class_and_priority of thread " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2901 | INTPTR_FORMAT " to %d, lwpid not set", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2902 | ThreadID, newPrio); | ~~~~~~~~ | | | int /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2908:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] 2908 | tty->print_cr ("set_lwp_class_and_priority(" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2909 | INTPTR_FORMAT "@" INTPTR_FORMAT " %d) ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2910 | ThreadID, lwpid, newPrio); | ~~~~~~~~ | | | int /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:2908:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat=] 2908 | tty->print_cr ("set_lwp_class_and_priority(" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2909 | INTPTR_FORMAT "@" INTPTR_FORMAT " %d) ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2910 | ThreadID, lwpid, newPrio); | ~~~~~ | | | int In file included from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/utilities/globalDefinitions.hpp:29: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In function 'u_char* resolve_symbol(const char*)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:3715:5: note: in expansion of macro 'fatal' 3715 | fatal(dlerror()); | ^~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp: In static member function 'static bool os::find(address, outputStream*)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:4510:15: note: in expansion of macro 'PTR_FORMAT' 4510 | st->print(PTR_FORMAT ": ", addr); | ^~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:4512:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'address' {aka 'unsigned char*'} [-Wformat=] 4512 | 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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:4514:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'address' {aka 'unsigned char*'} [-Wformat=] 4514 | st->print("", addr-(intptr_t)dlinfo.dli_fbase); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | address {aka unsigned char*} | long unsigned int | %#hhn /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:4522:17: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'void*' [-Wformat=] 4522 | st->print(" at " PTR_FORMAT, dlinfo.dli_fbase); | ~~~~~~~~~~~~~~~~ | | | void* In file included from /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:42: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.inline.hpp:66:20: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'OSReturn' [-Wsign-compare] 66 | } while((_result == OS_ERR) && (errno == EINTR)); \ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os/solaris/os_solaris.cpp:5110:3: note: in expansion of macro 'RESTARTABLE' 5110 | RESTARTABLE((size_t) ::write(fd, buf, (size_t) nBytes), res); | ^~~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:795:16: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'intptr_t*' {aka 'long int*'} [-Wformat=] 795 | st->print_cr("Top of Stack: (sp=" PTR_FORMAT ")", sp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | | | intptr_t* {aka long int*} /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/runtime/sharedRuntime.cpp: In static member function 'static void AdapterHandlerLibrary::create_native_wrapper(const methodHandle&)': /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/runtime/sharedRuntime.cpp:2853:85: warning: expression does not compute the number of elements in this array; element type is 'double', not 'relocInfo' [-Wsizeof-array-div] 2853 | buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/runtime/sharedRuntime.cpp:2853:87: note: add parentheses around 'sizeof (relocInfo)' to silence this warning 2853 | buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo)); | ^~~~~~~~~~~~~~~~~ | ( ) /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/src/hotspot/share/runtime/sharedRuntime.cpp:2852:14: note: array 'locs_buf' declared here 2852 | double locs_buf[20]; | ^~~~~~~~ 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:185: /home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/build/solaris-x86_64-server-release/support/modules_libs/java.base/server/libjvm.so] Error 1 make[2]: *** [make/Main.gmk:259: 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/openjdk15/work/jdk15u-497fd9f9129c/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/openjdk15/work/jdk15u-497fd9f9129c/make/Init.gmk:315: main] Error 1 gmake: *** [/home/pbulk/build/joyent/openjdk15/work/jdk15u-497fd9f9129c/make/Init.gmk:186: images] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/joyent/openjdk15 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/joyent/openjdk15