=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for mise-2024.3.8 warning: Both `/pbulk/work/devel/mise/work/mise-2024.3.8/.cargo/config` and `/pbulk/work/devel/mise/work/mise-2024.3.8/.cargo/config.toml` exist. Using `/pbulk/work/devel/mise/work/mise-2024.3.8/.cargo/config` Compiling proc-macro2 v1.0.79 Compiling unicode-ident v1.0.12 Compiling libc v0.2.153 Compiling memchr v2.7.1 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling once_cell v1.19.0 Compiling serde v1.0.197 Compiling log v0.4.21 Compiling version_check v0.9.4 Compiling pin-project-lite v0.2.13 Compiling pkg-config v0.3.30 Compiling bytes v1.6.0 Compiling vcpkg v0.2.15 Compiling itoa v1.0.10 Compiling tracing-core v0.1.32 Compiling thiserror v1.0.58 Compiling quote v1.0.35 Compiling jobserver v0.1.28 Compiling fnv v1.0.7 Compiling syn v2.0.53 Compiling futures-core v0.3.30 Compiling cc v1.0.90 Compiling mio v0.8.11 Compiling socket2 v0.5.6 Compiling num_cpus v1.16.0 Compiling tracing v0.1.40 Compiling bitflags v2.5.0 Compiling equivalent v1.0.1 Compiling hashbrown v0.14.3 Compiling slab v0.4.9 Compiling typenum v1.17.0 Compiling futures-sink v0.3.30 Compiling generic-array v0.14.7 Compiling tokio v1.36.0 Compiling syn v1.0.109 Compiling futures-io v0.3.30 Compiling pin-utils v0.1.0 Compiling futures-task v0.3.30 Compiling semver v1.0.22 Compiling aho-corasick v1.1.3 Compiling futures-util v0.3.30 Compiling utf8parse v0.2.1 Compiling unicode-width v0.1.11 Compiling lazy_static v1.4.0 Compiling regex-syntax v0.8.2 Compiling crossbeam-utils v0.8.19 Compiling openssl-sys v0.9.101 Compiling rustix v0.38.32 Compiling httparse v1.8.0 Compiling regex-automata v0.4.6 error: failed to run custom build command for `openssl-sys v0.9.101` Caused by: process didn't exit successfully: `/pbulk/work/devel/mise/work/mise-2024.3.8/target/release/build/openssl-sys-e77cbf5e16528edf/build-script-main` (exit status: 101) --- stdout cargo:rerun-if-env-changed=X86_64_UNKNOWN_NETBSD_OPENSSL_LIB_DIR X86_64_UNKNOWN_NETBSD_OPENSSL_LIB_DIR unset cargo:rerun-if-env-changed=OPENSSL_LIB_DIR OPENSSL_LIB_DIR unset cargo:rerun-if-env-changed=X86_64_UNKNOWN_NETBSD_OPENSSL_INCLUDE_DIR X86_64_UNKNOWN_NETBSD_OPENSSL_INCLUDE_DIR unset cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR OPENSSL_INCLUDE_DIR unset cargo:rerun-if-env-changed=X86_64_UNKNOWN_NETBSD_OPENSSL_DIR X86_64_UNKNOWN_NETBSD_OPENSSL_DIR unset cargo:rerun-if-env-changed=OPENSSL_DIR OPENSSL_DIR unset cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=OPENSSL_STATIC cargo:rerun-if-env-changed=OPENSSL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR run pkg_config fail: pkg-config exited with status code 1 > PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR=/pbulk/work/devel/mise/work/.buildlink/lib/pkgconfig:/pbulk/work/devel/mise/work/.buildlink/share/pkgconfig PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 /pbulk/work/devel/mise/work/.tools/bin/pkg-config --libs --cflags openssl The system library `openssl` required by crate `openssl-sys` was not found. The file `openssl.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. PKG_CONFIG_PATH contains the following: - HINT: you may need to install a package such as openssl, openssl-dev or openssl-devel. --- stderr thread 'main' panicked at /pbulk/work/devel/mise/work/vendor/openssl-sys-0.9.101/build/find_normal.rs:190:5: Could not find directory of OpenSSL installation, and this `-sys` crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the `OPENSSL_DIR` environment variable for the compilation process. Make sure you also have the development packages of openssl installed. For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora. If you're in a situation where you think the directory *should* be found automatically, please open a bug at https://github.com/sfackler/rust-openssl and include information about your system as well as this message. $HOST = x86_64-unknown-netbsd $TARGET = x86_64-unknown-netbsd openssl-sys = 0.9.101 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/devel/mise *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/mise