+ 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/libssh-0.111/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libssh-0.111/work.log ===> Building for libssh-0.111 [ 0%] Building C object src/CMakeFiles/ssh.dir/auth.c.o [ 1%] Building C object src/CMakeFiles/ssh-static.dir/agent.c.o [ 2%] Building C object src/CMakeFiles/ssh.dir/base64.c.o [ 2%] Building C object src/CMakeFiles/ssh.dir/agent.c.o [ 2%] Building C object src/CMakeFiles/ssh.dir/bignum.c.o [ 2%] Building C object src/CMakeFiles/ssh-static.dir/auth.c.o [ 3%] Building C object src/CMakeFiles/ssh.dir/buffer.c.o [ 3%] Building C object src/CMakeFiles/ssh.dir/callbacks.c.o [ 4%] Building C object src/CMakeFiles/ssh.dir/channels.c.o [ 4%] Building C object src/CMakeFiles/ssh.dir/client.c.o [ 5%] Building C object src/CMakeFiles/ssh.dir/config.c.o [ 6%] Building C object src/CMakeFiles/ssh-static.dir/base64.c.o [ 6%] Building C object src/CMakeFiles/ssh.dir/connect.c.o [ 6%] Building C object src/CMakeFiles/ssh-static.dir/bignum.c.o [ 7%] Building C object src/CMakeFiles/ssh.dir/connector.c.o [ 7%] Building C object src/CMakeFiles/ssh.dir/crypto_common.c.o [ 7%] Building C object src/CMakeFiles/ssh-static.dir/buffer.c.o [ 8%] Building C object src/CMakeFiles/ssh.dir/curve25519.c.o [ 8%] Building C object src/CMakeFiles/ssh.dir/dh.c.o [ 9%] Building C object src/CMakeFiles/ssh.dir/ecdh.c.o [ 9%] Building C object src/CMakeFiles/ssh.dir/error.c.o [ 10%] Building C object src/CMakeFiles/ssh-static.dir/callbacks.c.o [ 11%] Building C object src/CMakeFiles/ssh.dir/getpass.c.o [ 11%] Building C object src/CMakeFiles/ssh.dir/init.c.o [ 11%] Building C object src/CMakeFiles/ssh.dir/kdf.c.o [ 12%] Building C object src/CMakeFiles/ssh.dir/kex.c.o [ 12%] Building C object src/CMakeFiles/ssh-static.dir/channels.c.o [ 12%] Building C object src/CMakeFiles/ssh.dir/known_hosts.c.o [ 13%] Building C object src/CMakeFiles/ssh.dir/knownhosts.c.o [ 13%] Building C object src/CMakeFiles/ssh.dir/legacy.c.o [ 14%] Building C object src/CMakeFiles/ssh.dir/log.c.o /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'ssh_userauth_privatekey_file': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:130:3: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 130 | pubkey = publickey_from_file(session, pubkeyfile, &type); | ^~~~~~ In file included from /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:890, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/priv.h:191, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:32: /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:101:38: note: declared here 101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:134:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 134 | privkey = privatekey_from_file(session, filename, 0, passphrase); | ^~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:137:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 137 | privkey = privatekey_from_file(session, filename, type, passphrase); | ^~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:144:3: warning: 'privatekey_free' is deprecated [-Wdeprecated-declarations] 144 | privatekey_free(privkey); | ^~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:95:32: note: declared here 95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv); | ^~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'channel_get_exit_status': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:198:3: warning: 'ssh_channel_get_exit_status' is deprecated [-Wdeprecated-declarations] 198 | return ssh_channel_get_exit_status(channel); | ^~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:471:31: note: declared here 471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'channel_select': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:296:3: warning: 'ssh_channel_select' is deprecated [-Wdeprecated-declarations] 296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout); | ^~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:584:31: note: declared here 584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'ssh_try_publickey_from_file': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:726:5: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 726 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type); | ^~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:493:12: note: declared here 493 | ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ [ 14%] Building C object src/CMakeFiles/ssh.dir/match.c.o [ 15%] Building C object src/CMakeFiles/ssh.dir/messages.c.o [ 16%] Building C object src/CMakeFiles/ssh-static.dir/client.c.o [ 16%] Building C object src/CMakeFiles/ssh.dir/misc.c.o [ 17%] Building C object src/CMakeFiles/ssh.dir/options.c.o [ 17%] Building C object src/CMakeFiles/ssh-static.dir/config.c.o [ 17%] Building C object src/CMakeFiles/ssh.dir/packet.c.o [ 18%] Building C object src/CMakeFiles/ssh.dir/packet_cb.c.o [ 18%] Building C object src/CMakeFiles/ssh.dir/packet_crypt.c.o [ 19%] Building C object src/CMakeFiles/ssh.dir/pcap.c.o [ 19%] Building C object src/CMakeFiles/ssh.dir/pki.c.o [ 20%] Building C object src/CMakeFiles/ssh.dir/pki_container_openssh.c.o [ 21%] Building C object src/CMakeFiles/ssh-static.dir/connect.c.o [ 21%] Building C object src/CMakeFiles/ssh-static.dir/connector.c.o [ 21%] Building C object src/CMakeFiles/ssh.dir/poll.c.o [ 21%] Building C object src/CMakeFiles/ssh.dir/session.c.o [ 22%] Building C object src/CMakeFiles/ssh-static.dir/crypto_common.c.o [ 23%] Building C object src/CMakeFiles/ssh.dir/scp.c.o /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c: In function 'ssh_scp_new': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:110:5: warning: 'ssh_scp_free' is deprecated [-Wdeprecated-declarations] 110 | ssh_scp_free(scp); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/priv.h:191, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:30: /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c: In function 'ssh_scp_free': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:303:9: warning: 'ssh_scp_close' is deprecated [-Wdeprecated-declarations] 303 | ssh_scp_close(scp); | ^~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:249:5: note: declared here 249 | int ssh_scp_close(ssh_scp scp) | ^~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c: In function 'ssh_scp_push_file': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:577:5: warning: 'ssh_scp_push_file64' is deprecated [-Wdeprecated-declarations] 577 | return ssh_scp_push_file64(scp, filename, (uint64_t) size, mode); | ^~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:472:5: note: declared here 472 | int ssh_scp_push_file64(ssh_scp scp, const char *filename, uint64_t size, | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c: In function 'ssh_scp_read': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:1023:9: warning: 'ssh_scp_accept_request' is deprecated [-Wdeprecated-declarations] 1023 | rc = ssh_scp_accept_request(scp); | ^~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/scp.c:969:5: note: declared here 969 | int ssh_scp_accept_request(ssh_scp scp) | ^~~~~~~~~~~~~~~~~~~~~~ [ 23%] Building C object src/CMakeFiles/ssh.dir/socket.c.o [ 23%] Building C object src/CMakeFiles/ssh-static.dir/curve25519.c.o [ 24%] Building C object src/CMakeFiles/ssh.dir/string.c.o [ 24%] Building C object src/CMakeFiles/ssh.dir/threads.c.o [ 25%] Building C object src/CMakeFiles/ssh.dir/ttyopts.c.o [ 25%] Building C object src/CMakeFiles/ssh.dir/wrapper.c.o [ 26%] Building C object src/CMakeFiles/ssh-static.dir/dh.c.o [ 27%] Building C object src/CMakeFiles/ssh.dir/external/bcrypt_pbkdf.c.o [ 27%] Building C object src/CMakeFiles/ssh.dir/external/blowfish.c.o [ 28%] Building C object src/CMakeFiles/ssh.dir/config_parser.c.o [ 29%] Building C object src/CMakeFiles/ssh-static.dir/error.c.o [ 29%] Building C object src/CMakeFiles/ssh-static.dir/ecdh.c.o [ 29%] Building C object src/CMakeFiles/ssh.dir/token.c.o [ 30%] Building C object src/CMakeFiles/ssh.dir/pki_ed25519_common.c.o [ 30%] Building C object src/CMakeFiles/ssh-static.dir/getpass.c.o [ 31%] Building C object src/CMakeFiles/ssh-static.dir/init.c.o [ 31%] Building C object src/CMakeFiles/ssh-static.dir/kdf.c.o [ 31%] Building C object src/CMakeFiles/ssh.dir/threads/noop.c.o [ 32%] Building C object src/CMakeFiles/ssh.dir/threads/pthread.c.o [ 33%] Building C object src/CMakeFiles/ssh-static.dir/kex.c.o [ 33%] Building C object src/CMakeFiles/ssh.dir/threads/libcrypto.c.o [ 34%] Building C object src/CMakeFiles/ssh.dir/pki_crypto.c.o [ 34%] Building C object src/CMakeFiles/ssh-static.dir/known_hosts.c.o [ 34%] Building C object src/CMakeFiles/ssh.dir/ecdh_crypto.c.o [ 34%] Building C object src/CMakeFiles/ssh-static.dir/knownhosts.c.o [ 35%] Building C object src/CMakeFiles/ssh-static.dir/legacy.c.o /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'ssh_userauth_privatekey_file': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:130:3: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 130 | pubkey = publickey_from_file(session, pubkeyfile, &type); | ^~~~~~ In file included from /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:890, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/priv.h:191, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:32: /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:101:38: note: declared here 101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:134:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 134 | privkey = privatekey_from_file(session, filename, 0, passphrase); | ^~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:137:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 137 | privkey = privatekey_from_file(session, filename, type, passphrase); | ^~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:144:3: warning: 'privatekey_free' is deprecated [-Wdeprecated-declarations] 144 | privatekey_free(privkey); | ^~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/legacy.h:95:32: note: declared here 95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv); | ^~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'channel_get_exit_status': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:198:3: warning: 'ssh_channel_get_exit_status' is deprecated [-Wdeprecated-declarations] 198 | return ssh_channel_get_exit_status(channel); | ^~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:471:31: note: declared here 471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'channel_select': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:296:3: warning: 'ssh_channel_select' is deprecated [-Wdeprecated-declarations] 296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout); | ^~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/include/libssh/libssh.h:584:31: note: declared here 584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c: In function 'ssh_try_publickey_from_file': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:726:5: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 726 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type); | ^~~~~~~~~~~~~ /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/legacy.c:493:12: note: declared here 493 | ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ [ 36%] Building C object src/CMakeFiles/ssh.dir/getrandom_crypto.c.o [ 36%] Building C object src/CMakeFiles/ssh.dir/md_crypto.c.o [ 36%] Building C object src/CMakeFiles/ssh.dir/libcrypto.c.o [ 36%] Building C object src/CMakeFiles/ssh-static.dir/log.c.o [ 37%] Building C object src/CMakeFiles/ssh-static.dir/match.c.o [ 38%] Building C object src/CMakeFiles/ssh.dir/dh_crypto.c.o [ 38%] Building C object src/CMakeFiles/ssh-static.dir/messages.c.o [ 39%] Building C object src/CMakeFiles/ssh-static.dir/misc.c.o [ 39%] Building C object src/CMakeFiles/ssh.dir/sftp.c.o [ 40%] Building C object src/CMakeFiles/ssh.dir/sftp_common.c.o [ 41%] Building C object src/CMakeFiles/ssh-static.dir/packet.c.o [ 41%] Building C object src/CMakeFiles/ssh-static.dir/options.c.o [ 41%] Building C object src/CMakeFiles/ssh.dir/sftp_aio.c.o [ 42%] Building C object src/CMakeFiles/ssh.dir/sftpserver.c.o /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/sftpserver.c: In function 'readdir_long_name': /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/sftpserver.c:1197:5: error: too few arguments to function 'ctime_r' 1197 | ctime_r(&z_st->st_mtime, time); | ^~~~~~~ In file included from /usr/include/sys/time.h:490, from /usr/include/sys/select.h:53, from /usr/include/sys/types.h:672, from /usr/include/netinet/in.h:41, from /home/pbulk/build/security/libssh/work/libssh-0.11.1/src/sftpserver.c:29: /usr/include/time.h:281:14: note: declared here 281 | extern char *ctime_r(const time_t *, char *, int); | ^~~~~~~ [ 42%] Building C object src/CMakeFiles/ssh.dir/server.c.o --- src/CMakeFiles/ssh.dir/sftpserver.c.o --- *** [src/CMakeFiles/ssh.dir/sftpserver.c.o] Error code 1 bmake[2]: stopped making "src/CMakeFiles/ssh.dir/build" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build --- src/CMakeFiles/ssh-static.dir/all --- *** [src/CMakeFiles/ssh-static.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build bmake[2]: 1 error bmake[2]: stopped making "src/CMakeFiles/ssh.dir/build" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build --- src/CMakeFiles/ssh.dir/all --- *** [src/CMakeFiles/ssh.dir/all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build bmake[1]: 2 errors bmake[1]: stopped making "all" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/security/libssh/work/libssh-0.11.1/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libssh *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libssh