=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/lastpass-cli", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for lastpass-cli-1.6.1nb7 [ 2%] Building C object CMakeFiles/lpass.dir/cipher.c.o [ 4%] Building C object CMakeFiles/lpass.dir/agent.c.o [ 6%] Building C object CMakeFiles/lpass.dir/blob.c.o /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/cipher.c: In function 'cipher_encrypt_private_key': /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/cipher.c:499:40: warning: pointer targets in passing argument 1 of 'cipher_aes_encrypt' differ in signedness [-Wpointer-sign] 499 | ctext_len = cipher_aes_encrypt(key_ptext, key, &ctext); | ^~~~~~~~~ | | | unsigned char * /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/cipher.c:230:39: note: expected 'const char *' but argument is of type 'unsigned char *' 230 | size_t cipher_aes_encrypt(const char *plaintext, | ~~~~~~~~~~~~^~~~~~~~~ [ 9%] Building C object CMakeFiles/lpass.dir/clipboard.c.o [ 11%] Building C object CMakeFiles/lpass.dir/cmd-add.c.o [ 13%] Building C object CMakeFiles/lpass.dir/cmd-duplicate.c.o [ 16%] Building C object CMakeFiles/lpass.dir/cmd-edit.c.o [ 18%] Building C object CMakeFiles/lpass.dir/cmd-export.c.o [ 20%] Building C object CMakeFiles/lpass.dir/cmd-generate.c.o [ 23%] Building C object CMakeFiles/lpass.dir/cmd-import.c.o [ 25%] Building C object CMakeFiles/lpass.dir/cmd-login.c.o [ 27%] Building C object CMakeFiles/lpass.dir/cmd-logout.c.o [ 30%] Building C object CMakeFiles/lpass.dir/cmd-ls.c.o [ 32%] Building C object CMakeFiles/lpass.dir/cmd-mv.c.o [ 34%] Building C object CMakeFiles/lpass.dir/cmd-passwd.c.o [ 37%] Building C object CMakeFiles/lpass.dir/cmd-rm.c.o [ 39%] Building C object CMakeFiles/lpass.dir/cmd-share.c.o [ 41%] Building C object CMakeFiles/lpass.dir/cmd-show.c.o [ 44%] Building C object CMakeFiles/lpass.dir/cmd-status.c.o [ 46%] Building C object CMakeFiles/lpass.dir/cmd-sync.c.o [ 48%] Building C object CMakeFiles/lpass.dir/cmd.c.o [ 51%] Building C object CMakeFiles/lpass.dir/config.c.o [ 53%] Building C object CMakeFiles/lpass.dir/edit.c.o [ 55%] Building C object CMakeFiles/lpass.dir/endpoints-login.c.o [ 58%] Building C object CMakeFiles/lpass.dir/endpoints-share.c.o [ 60%] Building C object CMakeFiles/lpass.dir/endpoints.c.o [ 62%] Building C object CMakeFiles/lpass.dir/feature-flag.c.o [ 65%] Building C object CMakeFiles/lpass.dir/format.c.o [ 67%] Building C object CMakeFiles/lpass.dir/http.c.o [ 69%] Building C object CMakeFiles/lpass.dir/json-format.c.o [ 72%] Building C object CMakeFiles/lpass.dir/kdf.c.o [ 74%] Building C object CMakeFiles/lpass.dir/log.c.o In file included from /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.h:6, from /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:36: /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c: In function 'http_post_lastpass_v_noexit': /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:294:25: note: in expansion of macro 'curl_easy_setopt' 294 | curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); | ^~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:302:9: note: in expansion of macro 'curl_easy_setopt' 302 | curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 2); | ^~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:303:9: note: in expansion of macro 'curl_easy_setopt' 303 | curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1); | ^~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:308:9: note: in expansion of macro 'curl_easy_setopt' 308 | curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); | ^~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/security/lastpass-cli/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ /tmp/work/security/lastpass-cli/work/lastpass-cli-1.6.1/http.c:310:9: note: in expansion of macro 'curl_easy_setopt' 310 | curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0); | ^~~~~~~~~~~~~~~~ [ 76%] Building C object CMakeFiles/lpass.dir/lpass.c.o [ 79%] Building C object CMakeFiles/lpass.dir/notes.c.o [ 81%] Building C object CMakeFiles/lpass.dir/password.c.o [ 83%] Building C object CMakeFiles/lpass.dir/pbkdf2.c.o [ 86%] Building C object CMakeFiles/lpass.dir/process.c.o [ 88%] Building C object CMakeFiles/lpass.dir/session.c.o [ 90%] Building C object CMakeFiles/lpass.dir/terminal.c.o [ 93%] Building C object CMakeFiles/lpass.dir/upload-queue.c.o [ 95%] Building C object CMakeFiles/lpass.dir/util.c.o [ 97%] Building C object CMakeFiles/lpass.dir/xml.c.o [100%] Linking C executable lpass [100%] Built target lpass *** Please use pkgtools/verifypc to sanity check dependencies.