+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/uacme-1.7.5nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/uacme-1.7.5nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for uacme-1.7.5nb2 echo UNKNOWN > .version-t && mv .version-t .version /opt/pkg/bin/gmake all-am gmake[1]: Entering directory '/home/pbulk/build/security/uacme/work/uacme-1.7.5' CC uacme-uacme.o CC uacme-base64.o CC uacme-crypto.o crypto.c: In function 'openssl_hmac_fast': crypto.c:177:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 177 | HMAC_CTX *hmac = HMAC_CTX_new(); | ^~~~~~~~ In file included from crypto.c:63: /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ crypto.c:182:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 182 | if (!HMAC_Init_ex(hmac, key, keylen, type, NULL)) { | ^~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ crypto.c:186:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 186 | if (!HMAC_Update(hmac, input, len)) { | ^~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ crypto.c:190:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 190 | if (!HMAC_Final(hmac, output, NULL)) { | ^~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ crypto.c:197:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 197 | HMAC_CTX_free(hmac); | ^~~~~~~~~~~~~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ crypto.c: In function 'rsa_params': crypto.c:561:5: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 561 | RSA *rsa = EVP_PKEY_get0_RSA(key); | ^~~ In file included from crypto.h:39, from crypto.c:39: /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/evp.h:1356:22: note: declared here 1356 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ crypto.c:561:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 561 | RSA *rsa = EVP_PKEY_get0_RSA(key); | ^~~~~~~~~~~~~~~~~ crypto.c:566:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 566 | RSA_get0_key(rsa, &bm, &be, NULL); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/engine.h:25, from crypto.c:60: /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ crypto.c: In function 'ec_params': crypto.c:731:5: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 731 | EC_KEY *ec = EVP_PKEY_get0_EC_KEY(key); | ^~~~~~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/evp.h:1382:25: note: declared here 1382 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ crypto.c:731:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 731 | EC_KEY *ec = EVP_PKEY_get0_EC_KEY(key); | ^~~~~~~~~~~~~~~~~~~~ crypto.c:736:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 736 | const EC_GROUP *g = EC_KEY_get0_group(ec); | ^~~~~ In file included from /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/engine.h:28: /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ crypto.c:754:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 754 | const EC_POINT *pubkey = EC_KEY_get0_public_key(ec); | ^~~~~ /home/pbulk/build/security/uacme/work/.buildlink/include/openssl/ec.h:1081:39: note: declared here 1081 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ CC uacme-curlwrap.o CC uacme-json.o CC uacme-msg.o CCLD uacme Undefined first referenced symbol in file __xnet_getaddrinfo uacme-crypto.o (symbol belongs to implicit dependency /lib/amd64/libsocket.so.1) freeaddrinfo uacme-crypto.o (symbol belongs to implicit dependency /lib/amd64/libsocket.so.1) ld: fatal: symbol referencing errors. No output written to uacme collect2: error: ld returned 1 exit status gmake[1]: *** [Makefile:553: uacme] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/security/uacme/work/uacme-1.7.5' gmake: *** [Makefile:440: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/security/uacme *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/security/uacme