INFO: not using any hashes in /data/userland-archives/hashes for ts-1.0.3.tar.gz (overridden with --hash) Source /data/userland-archives/ts-1.0.3.tar.gz... not found, skipping file copy Source https://vicerveza.homeunix.net/~viric/soft/ts/ts-1.0.3.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file error.c symlink cloning /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/ts-1.0.3 to /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/amd64 /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c main.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c server.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c server_start.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c client.c client.c: In function 'build_command_string': client.c:47:5: warning: 'strcpy' offset 0 is out of the bounds [0, 0] [-Warray-bounds=] 47 | strcpy(commandstring, array[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'c_send_runjob_ok', inlined from 'c_wait_server_commands' at client.c:149:17: client.c:278:37: warning: argument 1 null where non-null expected [-Wnonnull] 278 | m.u.output.ofilename_size = strlen(ofname) + 1; | ^~~~~~~~~~~~~~ In file included from /usr/include/string.h:35, from client.c:8: /usr/include/iso/string_iso.h: In function 'c_wait_server_commands': /usr/include/iso/string_iso.h:79:15: note: in a call to function 'strlen' declared 'nonnull' 79 | extern size_t strlen(const char *); | ^~~~~~ client.c: In function 'c_show_pid': client.c:415:5: warning: 'pid' may be used uninitialized [-Wmaybe-uninitialized] 415 | printf("%i\n", pid); | ^~~~~~~~~~~~~~~~~~~ client.c:412:9: note: 'pid' was declared here 412 | int pid; | ^~~ /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c msgdump.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c jobs.c jobs.c: In function 'dump_job_struct': jobs.c:1447:5: warning: 'jobstate' may be used uninitialized [-Wmaybe-uninitialized] 1447 | fprintf(out, " state %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1448 | jstate2string(p->state)); | ~~~~~~~~~~~~~~~~~~~~~~~~ jobs.c:199:18: note: 'jobstate' was declared here 199 | const char * jobstate; | ^~~~~~~~ jobs.c: In function 'jstate2string': jobs.c:218:12: warning: 'jobstate' may be used uninitialized [-Wmaybe-uninitialized] 218 | return jobstate; | ^~~~~~~~ jobs.c:199:18: note: 'jobstate' was declared here 199 | const char * jobstate; | ^~~~~~~~ jobs.c: In function 's_remove_job': jobs.c:1020:5: warning: 'm.u.jobid' may be used uninitialized [-Wmaybe-uninitialized] 1020 | check_notify_list(m.u.jobid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ jobs.c:943:16: note: 'm' declared here 943 | struct msg m; | ^ /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c execute.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c msg.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c mail.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c error.c error.c: In function 'dump_proc_info': error.c:50:25: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'pid_t' {aka 'int'} [-Wformat=] 50 | fprintf(out, "pid %li\n", getpid()); | ~~^ ~~~~~~~~ | | | | | pid_t {aka int} | long int | %i /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c signals.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c list.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c print.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c info.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c env.c /usr/gcc/13/bin/gcc -m64 -O3 -pedantic -ansi -Wall -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c tail.c /usr/gcc/13/bin/gcc -m64 -lsocket -lnsl -o ts main.o server.o server_start.o client.o msgdump.o jobs.o execute.o msg.o mail.o error.o signals.o list.o print.o info.o env.o tail.o install -c -d /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/prototype/i386/usr/bin install -c ts /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/prototype/i386/usr/bin install -c -d /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/prototype/i386/usr/share/man/man1 install -c -m 644 ts.1 /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/prototype/i386/usr/share/man/man1 VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/sysutils/ts/build/manifest-i386-ts.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: sysutils/ts pkg://openindiana.org/utility/ts@1.0.3,5.11-2024.0.0.0:20240419T190516Z PUBLISHED