+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnutls-3.8.8nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnutls-3.8.8nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for gnutls-3.8.8nb2 /bin/make all-recursive make[1]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8' Making all in gl make[2]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' GEN alloca.h GEN arpa/inet.h GEN fcntl.h GEN malloc/scratch_buffer.gl.h GEN inttypes.h GEN limits.h GEN netdb.h GEN pthread.h GEN sched.h GEN stdckdint.h GEN stddef.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN time.h GEN unistd.h GEN wchar.h /bin/make all-recursive make[3]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' make[4]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' CC libgnu_la-basename-lgpl.lo CC libgnu_la-bitrotate.lo CC libgnu_la-c-ctype.lo CC libgnu_la-c-strcasecmp.lo CC libgnu_la-c-strncasecmp.lo CC libgnu_la-cloexec.lo CC libgnu_la-dirname-lgpl.lo CC libgnu_la-stripslash.lo CC libgnu_la-fcntl.lo CC libgnu_la-fd-hook.lo CC libgnu_la-hash.lo CC libgnu_la-hash-pjw-bare.lo CC libgnu_la-gl_linkedhash_list.lo CC libgnu_la-gl_list.lo CC libgnu_la-malloca.lo CC libgnu_la-mbszero.lo CC libgnu_la-memset_explicit.lo CC libgnu_la-read-file.lo CC libgnu_la-stat-time.lo CC libgnu_la-sys_socket.lo CC glthread/libgnu_la-threadlib.lo CC glthread/libgnu_la-tls.lo CC libgnu_la-unistd.lo CC libgnu_la-vsnzprintf.lo CC libgnu_la-xsize.lo CC asnprintf.lo CC fopen.lo CC printf-args.lo CC printf-parse.lo CC vasnprintf.lo CC malloc/libgnu_la-scratch_buffer_grow.lo CC malloc/libgnu_la-scratch_buffer_grow_preserve.lo CC malloc/libgnu_la-scratch_buffer_set_array_size.lo CC glthread/libgnu_la-lock.lo CCLD libgnu.la make[4]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' make[3]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' make[2]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/gl' Making all in lib make[2]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib' /bin/make all-recursive make[3]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib' Making all in includes make[4]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/includes' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/includes' Making all in x509 make[4]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/x509' /bin/make all-am make[5]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/x509' CC common.lo CC key_encode.lo CC key_decode.lo CC time.lo CC crl.lo CC crl_write.lo CC crq.lo CC dn.lo CC attributes.lo CC prov-seed.lo CC extensions.lo CC mpi.lo CC output.lo CC pkcs12.lo CC pkcs12_bag.lo CC pkcs12_encr.lo CC pkcs7.lo CC pkcs7-attrs.lo CC pkcs7-crypt.lo CC privkey.lo CC privkey_pkcs8.lo CC privkey_pkcs8_pbes1.lo CC privkey_openssl.lo CC hostname-verify.lo CC sign.lo CC verify.lo CC x509.lo CC x509_dn.lo CC x509_write.lo CC name_constraints.lo CC verify-high.lo CC verify-high2.lo CC x509_ext.lo CC email-verify.lo CC pkcs7-output.lo CC virt-san.lo CC spki.lo CC tls_features.lo CC krb5.lo CC ip.lo CC ocsp.lo CC ocsp_output.lo ocsp.c: In function 'gnutls_ocsp_resp_import2': ocsp.c:271:17: warning: dereference of NULL 'resp' [CWE-476] [-Wanalyzer-null-dereference] 271 | if (resp->init != 0) { | ~~~~^~~~~~ 'gnutls_ocsp_resp_list_import2': events 1-8 | | 2365 | int gnutls_ocsp_resp_list_import2(gnutls_ocsp_resp_t **ocsps, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (1) entry to 'gnutls_ocsp_resp_list_import2' |...... | 2371 | gnutls_ocsp_resp_t resp = NULL; | | ~~~~ | | | | | (2) 'resp' is NULL |...... | 2376 | if (format == GNUTLS_X509_FMT_PEM) { | | ~ | | | | | (3) following 'false' branch (when 'format != 1')... |...... | 2441 | ret = gnutls_ocsp_resp_init(&resp); | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (4) ...to here | 2442 | if (ret < 0) { | | ~ | | | | | (5) following 'false' branch (when 'ret >= 0')... |...... | 2446 | ret = gnutls_ocsp_resp_import2(resp, resp_data, | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (6) ...to here | | (7) 'resp' is NULL | | (8) calling 'gnutls_ocsp_resp_import2' from 'gnutls_ocsp_resp_list_import2' | 2447 | GNUTLS_X509_FMT_DER); | | ~~~~~~~~~~~~~~~~~~~~ | +--> 'gnutls_ocsp_resp_import2': events 9-14 | | 248 | int gnutls_ocsp_resp_import2(gnutls_ocsp_resp_t resp, | | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (9) entry to 'gnutls_ocsp_resp_import2' |...... | 255 | if (resp == NULL || data == NULL) { | | ~ | | | | | (10) following 'false' branch... |...... | 260 | der.data = data->data; | | ~~~~~~~~~~ | | | | | (11) ...to here |...... | 263 | if (fmt == GNUTLS_X509_FMT_PEM) { | | ~ | | | | | (12) following 'false' branch (when 'fmt != 1')... |...... | 271 | if (resp->init != 0) { | | ~~~~~~~~~~ | | | | | (13) ...to here | | (14) dereference of NULL 'resp' | ocsp.c:299:20: warning: dereference of NULL 'resp' [CWE-476] [-Wanalyzer-null-dereference] 299 | resp->init = 1; | ~~~~~~~~~~~^~~ 'gnutls_ocsp_resp_list_import2': events 1-8 | | 2365 | int gnutls_ocsp_resp_list_import2(gnutls_ocsp_resp_t **ocsps, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (1) entry to 'gnutls_ocsp_resp_list_import2' |...... | 2371 | gnutls_ocsp_resp_t resp = NULL; | | ~~~~ | | | | | (2) 'resp' is NULL |...... | 2376 | if (format == GNUTLS_X509_FMT_PEM) { | | ~ | | | | | (3) following 'false' branch (when 'format != 1')... |...... | 2441 | ret = gnutls_ocsp_resp_init(&resp); | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (4) ...to here | 2442 | if (ret < 0) { | | ~ | | | | | (5) following 'false' branch (when 'ret >= 0')... |...... | 2446 | ret = gnutls_ocsp_resp_import2(resp, resp_data, | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (6) ...to here | | (7) 'resp' is NULL | | (8) calling 'gnutls_ocsp_resp_import2' from 'gnutls_ocsp_resp_list_import2' | 2447 | GNUTLS_X509_FMT_DER); | | ~~~~~~~~~~~~~~~~~~~~ | +--> 'gnutls_ocsp_resp_import2': events 9-18 | | 248 | int gnutls_ocsp_resp_import2(gnutls_ocsp_resp_t resp, | | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (9) entry to 'gnutls_ocsp_resp_import2' |...... | 255 | if (resp == NULL || data == NULL) { | | ~ | | | | | (10) following 'false' branch... |...... | 260 | der.data = data->data; | | ~~~~~~~~~~ | | | | | (11) ...to here |...... | 263 | if (fmt == GNUTLS_X509_FMT_PEM) { | | ~ | | | | | (12) following 'false' branch (when 'fmt != 1')... |...... | 271 | if (resp->init != 0) { | | ~~~~~~~~~~~ | | | | | | | (13) ...to here | | (14) following 'true' branch... |...... | 275 | asn1_delete_structure(&resp->resp); | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (15) ...to here |...... | 281 | if (ret != ASN1_SUCCESS) { | | ~ | | | | | (16) following 'false' branch (when 'ret == 0')... |...... | 287 | ret = asn1_create_element(_gnutls_get_pkix(), | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (17) ...to here | 288 | "PKIX1.BasicOCSPResponse", | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | 289 | &resp->basicresp); | | ~~~~~~~~~~~~~~~~~ | 290 | if (ret != ASN1_SUCCESS) { | | ~ | | | | | (18) following 'false' branch (when 'ret == 0')... | 'gnutls_ocsp_resp_import2': event 19 | |./../includes/gnutls/gnutls.h:2282:24: | 2282 | #define gnutls_free(a) gnutls_free((void *)(a)), a = NULL | | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | | | (19) ...to here ocsp.c:296:17: note: in expansion of macro 'gnutls_free' | 296 | gnutls_free(resp->der.data); | | ^~~~~~~~~~~ | 'gnutls_ocsp_resp_import2': event 20 | | 299 | resp->init = 1; | | ~~~~~~~~~~~^~~ | | | | | (20) dereference of NULL 'resp' | CCLD libgnutls_x509.la make[5]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/x509' make[4]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/x509' Making all in auth make[4]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/auth' CC anon.lo CC cert.lo CC dh_common.lo CC dhe.lo CC rsa_psk.lo CC dhe_psk.lo CC psk.lo CC psk_passwd.lo CC rsa.lo CC srp_kx.lo CC srp_passwd.lo CC srp_rsa.lo CC srp_sb64.lo CC anon_ecdh.lo CC ecdhe.lo CC vko_gost.lo CCLD libgnutls_auth.la make[4]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/auth' Making all in ext make[4]: Entering directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/ext' CC max_record.lo CC server_name.lo CC signature.lo CC safe_renegotiation.lo CC session_ticket.lo CC srp.lo CC heartbeat.lo CC status_request.lo CC dumbfw.lo CC ext_master_secret.lo CC etm.lo CC supported_versions.lo CC post_handshake.lo CC key_share.lo CC cookie.lo CC psk_ke_modes.lo CC pre_shared_key.lo CC supported_groups.lo CC ec_point_formats.lo CC early_data.lo ec_point_formats.c:117:1: fatal error: closing dependency file .deps/ec_point_formats.Tpo: No space left on device 117 | } | ^ compilation terminated. {standard input}: Assembler messages: {standard input}: Fatal error: can't write 29 bytes to section .text of .libs/ec_point_formats.o: 'No space left on device' {standard input}: Fatal error: can't close .libs/ec_point_formats.o: No space left on device make[4]: *** [Makefile:2869: ec_point_formats.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Fatal error: can't write 12 bytes to section .text of .libs/early_data.o: 'No space left on device' {standard input}: Fatal error: can't close .libs/early_data.o: No space left on device early_data.c:146:1: fatal error: closing dependency file .deps/early_data.Tpo: No space left on device 146 | } | ^ compilation terminated. make[4]: *** [Makefile:2869: early_data.lo] Error 1 make[4]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib/ext' make[3]: *** [Makefile:3632: all-recursive] Error 1 make[3]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib' make[2]: *** [Makefile:3203: all] Error 2 make[2]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8/lib' make[1]: *** [Makefile:2880: all-recursive] Error 1 make[1]: Leaving directory '/home/pbulk/build/security/gnutls/work/gnutls-3.8.8' make: *** [Makefile:2805: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/gnutls *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/gnutls