[0KRunning with gitlab-runner 16.1.0~beta.59.g83c66823 (83c66823)[0;m [0K on blue-1.saas-linux-small.runners-manager.gitlab.com/default j1aLDqxS, system ID: s_ccdc2f364be8[0;m [0K feature flags: FF_SCRIPT_SECTIONS:true, FF_USE_IMPROVED_URL_MASKING:true, FF_RESOLVE_FULL_TLS_CHAIN:false[0;m section_start:1693296303:resolve_secrets [0K[0K[36;1mResolving secrets[0;m[0;m section_end:1693296303:resolve_secrets [0Ksection_start:1693296303:prepare_executor [0K[0K[36;1mPreparing the "docker+machine" executor[0;m[0;m [0KUsing Docker executor with image registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest ...[0;m [0KAuthenticating with credentials from job payload (GitLab Registry)[0;m [0KPulling docker image registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest ...[0;m [0KUsing docker image sha256:b838c9e786b04529800d3b9d2567062f2262711f3b98f36cf6b3650210cf5ae2 for registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest with digest registry.gitlab.com/libvirt/libvirt-ci/cirrus-run@sha256:5c77d7f9370cccf50a48a7325acf6c791166cdd1be2e4ebfb979673752e20013 ...[0;m section_end:1693296309:prepare_executor [0Ksection_start:1693296309:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-j1aldqxs-project-24336857-concurrent-0 via runner-j1aldqxs-s-l-s-amd64-1693296268-d32d499c... section_end:1693296309:prepare_script [0Ksection_start:1693296309:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 100...[0;m Initialized empty Git repository in /builds/nbdkit/libnbd/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 9afb980d as detached HEAD (ref is master)...[0;m [32;1mSkipping Git submodules setup[0;m [0Ksection_start:1693296311:section_post_clone_script_0 [0K[32;1m$ git remote set-url origin "${CI_REPOSITORY_URL}"[0;m [0Ksection_end:1693296311:section_post_clone_script_0 [0K section_end:1693296311:get_sources [0Ksection_start:1693296311:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:b838c9e786b04529800d3b9d2567062f2262711f3b98f36cf6b3650210cf5ae2 for registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest with digest registry.gitlab.com/libvirt/libvirt-ci/cirrus-run@sha256:5c77d7f9370cccf50a48a7325acf6c791166cdd1be2e4ebfb979673752e20013 ...[0;m [0Ksection_start:1693296311:section_script_step_0 [0K[32;1m$ source ci/cirrus/$NAME.vars[0;m [0Ksection_end:1693296311:section_script_step_0 [0K [0Ksection_start:1693296311:section_script_step_1 [0K[32;1m$ sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g" -e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|g" -e "s|[@]CI_MERGE_REQUEST_REF_PATH@|$CI_MERGE_REQUEST_REF_PATH|g" -e "s|[@]CI_COMMIT_SHA@|$CI_COMMIT_SHA|g" -e "s|[@]CIRRUS_VM_INSTANCE_TYPE@|$CIRRUS_VM_INSTANCE_TYPE|g" -e "s|[@]CIRRUS_VM_IMAGE_SELECTOR@|$CIRRUS_VM_IMAGE_SELECTOR|g" -e "s|[@]CIRRUS_VM_IMAGE_NAME@|$CIRRUS_VM_IMAGE_NAME|g" -e "s|[@]UPDATE_COMMAND@|$UPDATE_COMMAND|g" -e "s|[@]UPGRADE_COMMAND@|$UPGRADE_COMMAND|g" -e "s|[@]INSTALL_COMMAND@|$INSTALL_COMMAND|g" -e "s|[@]PATH@|$PATH_EXTRA${PATH_EXTRA:+:}\$PATH|g" -e "s|[@]PKG_CONFIG_PATH@|$PKG_CONFIG_PATH|g" -e "s|[@]PKGS@|$PKGS|g" -e "s|[@]MAKE@|$MAKE|g" -e "s|[@]PYTHON@|$PYTHON|g" -e "s|[@]PIP3@|$PIP3|g" -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g" -e "s|[@]XML_CATALOG_FILES@|$XML_CATALOG_FILES|g" <ci/cirrus/build.yml >ci/cirrus/$NAME.yml[0;m [0Ksection_end:1693296311:section_script_step_1 [0K [0Ksection_start:1693296311:section_script_step_2 [0K[32;1m$ cat ci/cirrus/$NAME.yml[0;m freebsd_instance: image_family: freebsd-13-0-snap env: CI_REPOSITORY_URL: "https://gitlab-ci-token:[MASKED]@gitlab.com/nbdkit/libnbd.git" CI_COMMIT_REF_NAME: "master" CI_COMMIT_SHA: "9afb980d05d6144129c899285e44779757a380e8" PATH: "$PATH" PKG_CONFIG_PATH: "" PYTHON: "/usr/local/bin/python3" MAKE: "/usr/local/bin/gmake" build_task: install_script: - pkg update - pkg upgrade -y - pkg install -y autoconf automake bash-completion ca_root_nss ccache diffutils fusefs-libs3 git glib gmake gnutls go gsed jq libev libtool libxml2 nbd-server nbdkit ocaml ocaml-findlib p5-Pod-Simple perl5 pkgconf py39-flake8 python3 qemu rust valgrind - if test -n "" ; then /usr/local/bin/pip-3.8 install ; fi clone_script: - git clone --depth 100 "$CI_REPOSITORY_URL" . - git fetch origin "$CI_COMMIT_REF_NAME" - git reset --hard "$CI_COMMIT_SHA" build_script: - ci/build.sh [0Ksection_end:1693296311:section_script_step_2 [0K [0Ksection_start:1693296311:section_script_step_3 [0K[32;1m$ cirrus-run -v --show-build-log always ci/cirrus/$NAME.yml[0;m build 6216900527521792: CREATED build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: EXECUTING build 6216900527521792: FAILED build 6216900527521792: FAILED build 6216900527521792: FAILED Build created: https://cirrus-ci.com/build/6216900527521792 Build failed, see log below: ## Task: build ## Task instruction: install pkg update Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg upgrade -y Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Updating database digests format: . done Checking for upgrades (28 candidates): .......... done Processing candidates (28 candidates): .......... done The following 36 package(s) will be affected (of 0 checked): New packages to be INSTALLED: libidn2: 2.3.4 liblz4: 1.9.4,1 libpsl: 0.21.2_3 libunistring: 1.1 py39-setuptools: 63.1.0_1 py39-sqlite3: 3.9.17_7 python39: 3.9.17 xxhash: 0.8.2 zstd: 1.5.5 Installed packages to be UPGRADED: boost-libs: 1.72.0_6 -> 1.82.0_1 ca_root_nss: 3.75 -> 3.92 curl: 7.81.0 -> 8.2.1 expat: 2.4.4 -> 2.5.0 gdb: 11.2 -> 13.1_3 gettext-runtime: 0.21 -> 0.22_1 gmp: 6.2.1 -> 6.3.0 google-cloud-sdk: 331.0.0 -> 444.0.0 gsed: 4.8 -> 4.9 icu: 70.1_1,1 -> 73.2,1 json-c: 0.15_1 -> 0.17 libedit: 3.1.20210216,1 -> 3.1.20221030,1 libffi: 3.3_1 -> 3.4.4 libiconv: 1.16 -> 1.17 libnghttp2: 1.46.0 -> 1.55.1_1 libssh2: 1.10.0,3 -> 1.11.0,3 mpfr: 4.1.0_1 -> 4.2.0_2,1 py38-setuptools: 57.0.0 -> 63.1.0_1 py38-sqlite3: 3.8.12_7 -> 3.8.18_7 python: 3.8_3,2 -> 3.9_3,2 python27: 2.7.18_1 -> 2.7.18_2 python38: 3.8.12_1 -> 3.8.18 readline: 8.1.1 -> 8.2.1 source-highlight: 3.1.9_1 -> 3.1.9_6 sqlite3: 3.37.2,1 -> 3.42.0,1 sudo: 1.9.9 -> 1.9.14p3 Installed packages to be REINSTALLED: python3-3_3 (direct dependency changed: python39) Number of packages to be installed: 9 Number of packages to be upgraded: 26 Number of packages to be reinstalled: 1 The process will require 231 MiB more space. 126 MiB to be downloaded. [1/36] Fetching py39-setuptools-63.1.0_1.pkg: .......... done [2/36] Fetching libnghttp2-1.55.1_1.pkg: .... done [3/36] Fetching python39-3.9.17.pkg: .......... done [4/36] Fetching libedit-3.1.20221030,1.pkg: ... done [5/36] Fetching icu-73.2,1.pkg: .......... done [6/36] Fetching libidn2-2.3.4.pkg: ... done [7/36] Fetching sqlite3-3.42.0,1.pkg: .......... done [8/36] Fetching source-highlight-3.1.9_6.pkg: .......... done [9/36] Fetching python38-3.8.18.pkg: .......... done [10/36] Fetching google-cloud-sdk-444.0.0.pkg: .......... done [11/36] Fetching py38-sqlite3-3.8.18_7.pkg: . done [12/36] Fetching liblz4-1.9.4,1.pkg: .... done [13/36] Fetching py39-sqlite3-3.9.17_7.pkg: . done [14/36] Fetching boost-libs-1.82.0_1.pkg: .......... done [15/36] Fetching zstd-1.5.5.pkg: ......... done [16/36] Fetching libunistring-1.1.pkg: ......... done [17/36] Fetching libffi-3.4.4.pkg: . done [18/36] Fetching readline-8.2.1.pkg: ........ done [19/36] Fetching sudo-1.9.14p3.pkg: .......... done [20/36] Fetching xxhash-0.8.2.pkg: .. done [21/36] Fetching python-3.9_3,2.pkg: . done [22/36] Fetching libssh2-1.11.0,3.pkg: ... done [23/36] Fetching libpsl-0.21.2_3.pkg: .. done [24/36] Fetching python3-3_3.pkg: . done [25/36] Fetching gdb-13.1_3.pkg: .......... done [26/36] Fetching gmp-6.3.0.pkg: .......... done [27/36] Fetching curl-8.2.1.pkg: .......... done [28/36] Fetching mpfr-4.2.0_2,1.pkg: ......... done [29/36] Fetching libiconv-1.17.pkg: .......... done [30/36] Fetching json-c-0.17.pkg: .. done [31/36] Fetching gsed-4.9.pkg: ......... done [32/36] Fetching gettext-runtime-0.22_1.pkg: ..... done [33/36] Fetching expat-2.5.0.pkg: ... done [34/36] Fetching ca_root_nss-3.92.pkg: ...... done [35/36] Fetching python27-2.7.18_2.pkg: .......... done [36/36] Fetching py38-setuptools-63.1.0_1.pkg: .......... done Checking integrity... done (0 conflicting) [1/36] Upgrading libffi from 3.3_1 to 3.4.4... [1/36] Extracting libffi-3.4.4: .......... done [2/36] Upgrading readline from 8.1.1 to 8.2.1... [2/36] Extracting readline-8.2.1: .......... done [3/36] Upgrading gettext-runtime from 0.21 to 0.22_1... [3/36] Extracting gettext-runtime-0.22_1: .......... done [4/36] Installing python39-3.9.17... [4/36] Extracting python39-3.9.17: .......... done [5/36] Upgrading libedit from 3.1.20210216,1 to 3.1.20221030,1... [5/36] Extracting libedit-3.1.20221030,1: .......... done [6/36] Upgrading icu from 70.1_1,1 to 73.2,1... [6/36] Extracting icu-73.2,1: .......... done [7/36] Installing libunistring-1.1... [7/36] Extracting libunistring-1.1: .......... done [8/36] Installing py39-setuptools-63.1.0_1... [8/36] Extracting py39-setuptools-63.1.0_1: .......... done [9/36] Installing libidn2-2.3.4... [9/36] Extracting libidn2-2.3.4: .......... done [10/36] Upgrading sqlite3 from 3.37.2,1 to 3.42.0,1... [10/36] Extracting sqlite3-3.42.0,1: .......... done [11/36] Upgrading python38 from 3.8.12_1 to 3.8.18... [11/36] Extracting python38-3.8.18: .......... done [12/36] Installing liblz4-1.9.4,1... [12/36] Extracting liblz4-1.9.4,1: .......... done [13/36] Upgrading boost-libs from 1.72.0_6 to 1.82.0_1... [13/36] Extracting boost-libs-1.82.0_1: .......... done [14/36] Upgrading gmp from 6.2.1 to 6.3.0... [14/36] Extracting gmp-6.3.0: .......... done [15/36] Upgrading libnghttp2 from 1.46.0 to 1.55.1_1... [15/36] Extracting libnghttp2-1.55.1_1: .......... done [16/36] Upgrading source-highlight from 3.1.9_1 to 3.1.9_6... [16/36] Extracting source-highlight-3.1.9_6: .......... done [17/36] Installing py39-sqlite3-3.9.17_7... [17/36] Extracting py39-sqlite3-3.9.17_7: ........ done [18/36] Installing zstd-1.5.5... [18/36] Extracting zstd-1.5.5: .......... done [19/36] Installing xxhash-0.8.2... [19/36] Extracting xxhash-0.8.2: .......... done [20/36] Upgrading libssh2 from 1.10.0,3 to 1.11.0,3... [20/36] Extracting libssh2-1.11.0,3: .......... done [21/36] Installing libpsl-0.21.2_3... [21/36] Extracting libpsl-0.21.2_3: .......... done [22/36] Reinstalling python3-3_3... [22/36] Extracting python3-3_3: ...... done [23/36] Upgrading mpfr from 4.1.0_1 to 4.2.0_2,1... [23/36] Extracting mpfr-4.2.0_2,1: .......... done [24/36] Upgrading libiconv from 1.16 to 1.17... [24/36] Extracting libiconv-1.17: .......... done [25/36] Upgrading expat from 2.4.4 to 2.5.0... [25/36] Extracting expat-2.5.0: .......... done [26/36] Upgrading ca_root_nss from 3.75 to 3.92... [26/36] Extracting ca_root_nss-3.92: .......... done [27/36] Upgrading py38-setuptools from 57.0.0 to 63.1.0_1... [27/36] Extracting py38-setuptools-63.1.0_1: .......... done [28/36] Upgrading google-cloud-sdk from 331.0.0 to 444.0.0... [28/36] Extracting google-cloud-sdk-444.0.0: .......... done [29/36] Upgrading py38-sqlite3 from 3.8.12_7 to 3.8.18_7... [29/36] Extracting py38-sqlite3-3.8.18_7: ........ done [30/36] Upgrading sudo from 1.9.9 to 1.9.14p3... [30/36] Extracting sudo-1.9.14p3: .......... done [31/36] Upgrading python from 3.8_3,2 to 3.9_3,2... [31/36] Extracting python-3.9_3,2: ..... done [32/36] Upgrading gdb from 11.2 to 13.1_3... [32/36] Extracting gdb-13.1_3: .......... done [33/36] Upgrading curl from 7.81.0 to 8.2.1... [33/36] Extracting curl-8.2.1: .......... done [34/36] Upgrading json-c from 0.15_1 to 0.17... [34/36] Extracting json-c-0.17: .......... done [35/36] Upgrading gsed from 4.8 to 4.9... [35/36] Extracting gsed-4.9: .......... done [36/36] Upgrading python27 from 2.7.18_1 to 2.7.18_2... [36/36] Extracting python27-2.7.18_2: .......... done ===== Message from python39-3.9.17: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py39-gdbm databases/py-gdbm@py39 py39-sqlite3 databases/py-sqlite3@py39 py39-tkinter x11-toolkits/py-tkinter@py39 ===== Message from python27-2.7.18_2: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: EOLed upstream. It is scheduled to be removed on or after 2020-12-31. pkg install -y autoconf automake bash-completion ca_root_nss ccache diffutils fusefs-libs3 git glib gmake gnutls go gsed jq libev libtool libxml2 nbd-server nbdkit ocaml ocaml-findlib p5-Pod-Simple perl5 pkgconf py39-flake8 python3 qemu rust valgrind Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 171 package(s) will be affected (of 0 checked): New packages to be INSTALLED: adwaita-icon-theme: 40.1.1_1 argp-standalone: 1.5.0 at-spi2-core: 2.48.0 autoconf: 2.71 autoconf-switch: 20220527 automake: 1.16.5 avahi-app: 0.8_1 bash: 5.2.15 bash-completion: 2.11_2,2 binutils: 2.40_4,1 brotli: 1.0.9,1 cairo: 1.17.4_2,3 ccache: 3.7.12_4 colord: 1.4.6 cups: 2.4.6 cyrus-sasl: 2.1.28 dbus: 1.14.6,1 dbus-glib: 0.112 dejavu: 2.37_2 diffutils: 3.8 dtc: 1.6.0 duktape-lib: 2.7.0 elfutils: 0.187 encodings: 1.0.5,1 font-bh-ttf: 1.0.3_5 font-misc-ethiopic: 1.0.4 font-misc-meltho: 1.0.3_5 fontconfig: 2.14.2,1 freetype2: 2.13.1 fribidi: 1.0.13 fusefs-libs3: 3.16.1 gdbm: 1.23 gdk-pixbuf2: 2.42.10_1 git: 2.42.0 glib: 2.76.4_1,2 gmake: 4.3_2 gnome_subr: 1.0 gnutls: 3.7.9 go: 1.20,2 go120: 1.20.7 gobject-introspection: 1.76.1,1 graphene: 1.10.8 graphite2: 1.3.14 gsettings-desktop-schemas: 42.0 gstreamer1: 1.22.5 gstreamer1-plugins: 1.22.5 gstreamer1-plugins-bad: 1.22.5 gstreamer1-plugins-gl: 1.22.5 gtk-update-icon-cache: 3.24.31 gtk3: 3.24.34_1 gtk4: 4.12.0 harfbuzz: 8.1.1 hicolor-icon-theme: 0.17 hwdata: 0.373,1 iso-codes: 4.7 jbigkit: 2.1_1 jpeg-turbo: 3.0.0 jq: 1.6 lcms2: 2.15_2 libGLU: 9.0.2_2 libICE: 1.1.0_1,1 libSM: 1.2.3,1 libX11: 1.8.6,1 libXScrnSaver: 1.2.4 libXau: 1.0.9 libXcomposite: 0.4.6,1 libXcursor: 1.2.0 libXdamage: 1.1.6 libXdmcp: 1.1.3 libXext: 1.3.4,1 libXfixes: 6.0.0 libXft: 2.3.7 libXi: 1.8,1 libXinerama: 1.1.4_2,1 libXrandr: 1.5.2 libXrender: 0.9.10_2 libXtst: 1.2.3_2 libXxf86vm: 1.1.4_3 libdaemon: 0.14_1 libdatrie: 0.2.13_1 libdeflate: 1.18 libdrm: 2.4.116,1 libepoll-shim: 0.0.20230411 libepoxy: 1.5.9 libev: 4.33,1 libevent: 2.1.12 libfontenc: 1.1.7 libglvnd: 1.6.0_2 libgudev: 237 libgusb: 0.3.10_1 libinotify: 20211018 libnice: 0.1.21_1 libpaper: 1.1.28 libpcap: 1.10.4 libpciaccess: 0.17 librsvg2-rust: 2.56.3 libsigsegv: 2.14 libslirp: 4.7.0 libtasn1: 4.19.0 libthai: 0.1.29 libtool: 2.4.7_1 libudev-devd: 0.5.1 libunwind: 20211201_2 libxcb: 1.15_1 libxkbcommon: 1.5.0 libxml2: 2.10.4 libxshmfence: 1.3.2 libyaml: 0.2.5 m4: 1.4.19,1 mesa-libs: 22.3.7_2 mkfontscale: 1.2.1 nbd-server: 3.24,1 nbdkit: 1.20.4_1 nettle: 3.9.1 ocaml: 4.08.1 ocaml-findlib: 1.9.6 ocaml-labltk: 8.06.7 oniguruma: 6.9.8_1 orc: 0.4.34_1 p11-kit: 0.24.1_2 p5-Authen-SASL: 2.17 p5-CGI: 4.57 p5-Clone: 0.46 p5-Digest-HMAC: 1.04 p5-Encode-Locale: 1.05 p5-Error: 0.17029 p5-GSSAPI: 0.28_2 p5-HTML-Parser: 3.81 p5-HTML-Tagset: 3.20_1 p5-HTTP-Date: 6.06 p5-HTTP-Message: 6.44 p5-IO-HTML: 1.004 p5-IO-Socket-IP: 0.42 p5-IO-Socket-SSL: 2.083_1 p5-LWP-MediaTypes: 6.04 p5-Mozilla-CA: 20230807 p5-Net-SSLeay: 1.92 p5-Pod-Simple: 3.45 p5-TimeDate: 2.33,1 p5-URI: 5.19 pango: 1.50.14 pcre2: 10.42 perl5: 5.34.1_3 pixman: 0.42.2 pkgconf: 1.8.1,1 png: 1.6.40 polkit: 123 py39-cairo: 1.21.0,1 py39-flake8: 6.1.0 py39-gobject3: 3.42.2 py39-mccabe: 0.7.0 py39-pycodestyle: 2.11.0 py39-pyflakes: 3.1.0 pygobject3-common: 3.42.2 qemu: 8.1.0 rust: 1.71.0 sdl2: 2.28.2_1 shared-mime-info: 2.2_1 tcl86: 8.6.13 tiff: 4.4.0_2 tk86: 8.6.13 valgrind: 3.21.0_1,1 vde2: 2.3.3 vte3: 0.70.2_3 vulkan-headers: 1.3.262 vulkan-loader: 1.3.262 wayland: 1.22.0 wayland-protocols: 1.32 xkeyboard-config: 2.34_2 xorg-fonts-truetype: 7.7_1 xorgproto: 2022.1_1 Number of packages to be installed: 171 The process will require 3 GiB more space. 523 MiB to be downloaded. [1/171] Fetching duktape-lib-2.7.0.pkg: .......... done [2/171] Fetching ccache-3.7.12_4.pkg: ......... done [3/171] Fetching p5-Pod-Simple-3.45.pkg: ........ done [4/171] Fetching freetype2-2.13.1.pkg: .......... done [5/171] Fetching p5-IO-Socket-IP-0.42.pkg: .. done [6/171] Fetching p5-URI-5.19.pkg: ........ done [7/171] Fetching libglvnd-1.6.0_2.pkg: ......... done [8/171] Fetching gobject-introspection-1.76.1,1.pkg: .......... done [9/171] Fetching nettle-3.9.1.pkg: .......... done [10/171] Fetching p5-CGI-4.57.pkg: .......... done [11/171] Fetching ocaml-findlib-1.9.6.pkg: ......... done [12/171] Fetching lcms2-2.15_2.pkg: .......... done [13/171] Fetching libnice-0.1.21_1.pkg: .......... done [14/171] Fetching adwaita-icon-theme-40.1.1_1.pkg: .......... done [15/171] Fetching libthai-0.1.29.pkg: ......... done [16/171] Fetching nbd-server-3.24,1.pkg: ..... done [17/171] Fetching p5-TimeDate-2.33,1.pkg: ... done [18/171] Fetching polkit-123.pkg: .......... done [19/171] Fetching py39-pyflakes-3.1.0.pkg: ........ done [20/171] Fetching gtk-update-icon-cache-3.24.31.pkg: .. done [21/171] Fetching libXxf86vm-1.1.4_3.pkg: . done [22/171] Fetching libXfixes-6.0.0.pkg: . done [23/171] Fetching p5-HTTP-Date-6.06.pkg: . done [24/171] Fetching p5-GSSAPI-0.28_2.pkg: . done [25/171] Fetching gdk-pixbuf2-2.42.10_1.pkg: .......... done [26/171] Fetching libgusb-0.3.10_1.pkg: . done [27/171] Fetching gnutls-3.7.9.pkg: .......... done [28/171] Fetching nbdkit-1.20.4_1.pkg: ........ done [29/171] Fetching libepoll-shim-0.0.20230411.pkg: . done [30/171] Fetching libX11-1.8.6,1.pkg: .......... done [31/171] Fetching xorgproto-2022.1_1.pkg: ......... done [32/171] Fetching libXtst-1.2.3_2.pkg: . done [33/171] Fetching p5-HTML-Parser-3.81.pkg: ....... done [34/171] Fetching libev-4.33,1.pkg: ........ done [35/171] Fetching libXft-2.3.7.pkg: ....... done [36/171] Fetching p5-LWP-MediaTypes-6.04.pkg: . done [37/171] Fetching cairo-1.17.4_2,3.pkg: .......... done [38/171] Fetching graphite2-1.3.14.pkg: ......... done [39/171] Fetching shared-mime-info-2.2_1.pkg: .......... done [40/171] Fetching libgudev-237.pkg: .... done [41/171] Fetching p5-HTTP-Message-6.44.pkg: ...... done [42/171] Fetching libevent-2.1.12.pkg: .......... done [43/171] Fetching gdbm-1.23.pkg: ......... done [44/171] Fetching libpciaccess-0.17.pkg: . done [45/171] Fetching vulkan-loader-1.3.262.pkg: ......... done [46/171] Fetching avahi-app-0.8_1.pkg: .......... done [47/171] Fetching rust-1.71.0.pkg: .......... done [48/171] Fetching p5-IO-Socket-SSL-2.083_1.pkg: .......... done [49/171] Fetching gstreamer1-plugins-1.22.5.pkg: .......... done [50/171] Fetching dbus-1.14.6,1.pkg: ....... done [51/171] Fetching fusefs-libs3-3.16.1.pkg: ... done [52/171] Fetching ocaml-labltk-8.06.7.pkg: .......... done [53/171] Fetching libunwind-20211201_2.pkg: ... done [54/171] Fetching brotli-1.0.9,1.pkg: ....... done [55/171] Fetching p5-HTML-Tagset-3.20_1.pkg: .. done [56/171] Fetching dbus-glib-0.112.pkg: .... done [57/171] Fetching libXau-1.0.9.pkg: . done [58/171] Fetching libXcomposite-0.4.6,1.pkg: . done [59/171] Fetching dtc-1.6.0.pkg: ... done [60/171] Fetching py39-gobject3-3.42.2.pkg: ...... done [61/171] Fetching fontconfig-2.14.2,1.pkg: ....... done [62/171] Fetching at-spi2-core-2.48.0.pkg: ......... done [63/171] Fetching gsettings-desktop-schemas-42.0.pkg: .......... done [64/171] Fetching glib-2.76.4_1,2.pkg: .......... done [65/171] Fetching perl5-5.34.1_3.pkg: .......... done [66/171] Fetching libxkbcommon-1.5.0.pkg: .... done [67/171] Fetching oniguruma-6.9.8_1.pkg: ..... done [68/171] Fetching jbigkit-2.1_1.pkg: .. done [69/171] Fetching font-misc-meltho-1.0.3_5.pkg: .......... done [70/171] Fetching libdaemon-0.14_1.pkg: . done [71/171] Fetching elfutils-0.187.pkg: .......... done [72/171] Fetching iso-codes-4.7.pkg: .......... done [73/171] Fetching libXdmcp-1.1.3.pkg: . done [74/171] Fetching tiff-4.4.0_2.pkg: .......... done [75/171] Fetching tcl86-8.6.13.pkg: .......... done [76/171] Fetching sdl2-2.28.2_1.pkg: .......... done [77/171] Fetching xorg-fonts-truetype-7.7_1.pkg: . done [78/171] Fetching dejavu-2.37_2.pkg: .......... done [79/171] Fetching libGLU-9.0.2_2.pkg: .... done [80/171] Fetching ocaml-4.08.1.pkg: .......... done [81/171] Fetching autoconf-2.71.pkg: .......... done [82/171] Fetching png-1.6.40.pkg: ...... done [83/171] Fetching p5-Net-SSLeay-1.92.pkg: ....... done [84/171] Fetching libxcb-1.15_1.pkg: .......... done [85/171] Fetching libdatrie-0.2.13_1.pkg: . done [86/171] Fetching jpeg-turbo-3.0.0.pkg: ....... done [87/171] Fetching graphene-1.10.8.pkg: .... done [88/171] Fetching librsvg2-rust-2.56.3.pkg: .......... done [89/171] Fetching gstreamer1-plugins-bad-1.22.5.pkg: .......... done [90/171] Fetching cups-2.4.6.pkg: .......... done [91/171] Fetching libyaml-0.2.5.pkg: . done [92/171] Fetching libXrandr-1.5.2.pkg: . done [93/171] Fetching py39-pycodestyle-2.11.0.pkg: . done [94/171] Fetching mkfontscale-1.2.1.pkg: . done [95/171] Fetching go120-1.20.7.pkg: .......... done [96/171] Fetching libdeflate-1.18.pkg: ...... done [97/171] Fetching p5-Error-0.17029.pkg: . done [98/171] Fetching fribidi-1.0.13.pkg: ... done [99/171] Fetching wayland-protocols-1.32.pkg: ... done [100/171] Fetching git-2.42.0.pkg: .......... done [101/171] Fetching libXdamage-1.1.6.pkg: . done [102/171] Fetching libtasn1-4.19.0.pkg: ... done [103/171] Fetching libdrm-2.4.116,1.pkg: ...... done [104/171] Fetching vte3-0.70.2_3.pkg: ........ done [105/171] Fetching py39-cairo-1.21.0,1.pkg: ... done [106/171] Fetching p5-Authen-SASL-2.17.pkg: . done [107/171] Fetching libXinerama-1.1.4_2,1.pkg: . done [108/171] Fetching jq-1.6.pkg: ..... done [109/171] Fetching py39-flake8-6.1.0.pkg: .. done [110/171] Fetching gnome_subr-1.0.pkg: . done [111/171] Fetching libxml2-2.10.4.pkg: .......... done [112/171] Fetching wayland-1.22.0.pkg: ... done [113/171] Fetching orc-0.4.34_1.pkg: ...... done [114/171] Fetching libxshmfence-1.3.2.pkg: . done [115/171] Fetching hicolor-icon-theme-0.17.pkg: . done [116/171] Fetching libXScrnSaver-1.2.4.pkg: . done [117/171] Fetching libpaper-1.1.28.pkg: . done [118/171] Fetching pygobject3-common-3.42.2.pkg: . done [119/171] Fetching vulkan-headers-1.3.262.pkg: .......... done [120/171] Fetching colord-1.4.6.pkg: .......... done [121/171] Fetching font-misc-ethiopic-1.0.4.pkg: ... done [122/171] Fetching libXrender-0.9.10_2.pkg: . done [123/171] Fetching p5-Encode-Locale-1.05.pkg: . done [124/171] Fetching diffutils-3.8.pkg: ...... done [125/171] Fetching libXi-1.8,1.pkg: .. done [126/171] Fetching gtk3-3.24.34_1.pkg: .......... done [127/171] Fetching libepoxy-1.5.9.pkg: ...... done [128/171] Fetching hwdata-0.373,1.pkg: .......... done [129/171] Fetching p5-IO-HTML-1.004.pkg: . done [130/171] Fetching p5-Digest-HMAC-1.04.pkg: . done [131/171] Fetching pkgconf-1.8.1,1.pkg: .. done [132/171] Fetching qemu-8.1.0.pkg: .......... done [133/171] Fetching libpcap-1.10.4.pkg: .......... done [134/171] Fetching bash-5.2.15.pkg: .......... done [135/171] Fetching gtk4-4.12.0.pkg: .......... done [136/171] Fetching encodings-1.0.5,1.pkg: .......... done [137/171] Fetching harfbuzz-8.1.1.pkg: .......... done [138/171] Fetching mesa-libs-22.3.7_2.pkg: ....... done [139/171] Fetching py39-mccabe-0.7.0.pkg: . done [140/171] Fetching libinotify-20211018.pkg: . done [141/171] Fetching gstreamer1-plugins-gl-1.22.5.pkg: ........ done [142/171] Fetching libsigsegv-2.14.pkg: .. done [143/171] Fetching automake-1.16.5.pkg: .......... done [144/171] Fetching libfontenc-1.1.7.pkg: . done [145/171] Fetching libXcursor-1.2.0.pkg: . done [146/171] Fetching go-1.20,2.pkg: . done [147/171] Fetching libudev-devd-0.5.1.pkg: . done [148/171] Fetching gmake-4.3_2.pkg: .......... done [149/171] Fetching font-bh-ttf-1.0.3_5.pkg: ...... done [150/171] Fetching tk86-8.6.13.pkg: .......... done [151/171] Fetching pcre2-10.42.pkg: .......... done [152/171] Fetching pango-1.50.14.pkg: .......... done [153/171] Fetching valgrind-3.21.0_1,1.pkg: .......... done [154/171] Fetching p5-Clone-0.46.pkg: . done [155/171] Fetching gstreamer1-1.22.5.pkg: .......... done [156/171] Fetching libXext-1.3.4,1.pkg: .. done [157/171] Fetching argp-standalone-1.5.0.pkg: . done [158/171] Fetching vde2-2.3.3.pkg: .... done [159/171] Fetching p11-kit-0.24.1_2.pkg: ....... done [160/171] Fetching cyrus-sasl-2.1.28.pkg: .......... done [161/171] Fetching libICE-1.1.0_1,1.pkg: ... done [162/171] Fetching libtool-2.4.7_1.pkg: ...... done [163/171] Fetching pixman-0.42.2.pkg: ....... done [164/171] Fetching m4-1.4.19,1.pkg: ...... done [165/171] Fetching libSM-1.2.3,1.pkg: . done [166/171] Fetching xkeyboard-config-2.34_2.pkg: .......... done [167/171] Fetching p5-Mozilla-CA-20230807.pkg: .... done [168/171] Fetching binutils-2.40_4,1.pkg: .......... done [169/171] Fetching bash-completion-2.11_2,2.pkg: ..... done [170/171] Fetching autoconf-switch-20220527.pkg: . done [171/171] Fetching libslirp-4.7.0.pkg: . done Checking integrity... done (0 conflicting) [1/171] Installing xorgproto-2022.1_1... [1/171] Extracting xorgproto-2022.1_1: .......... done [2/171] Installing libXau-1.0.9... [2/171] Extracting libXau-1.0.9: .......... done [3/171] Installing libXdmcp-1.1.3... [3/171] Extracting libXdmcp-1.1.3: ......... done [4/171] Installing libxcb-1.15_1... [4/171] Extracting libxcb-1.15_1: .......... done [5/171] Installing libX11-1.8.6,1... [5/171] Extracting libX11-1.8.6,1: .......... done [6/171] Installing brotli-1.0.9,1... [6/171] Extracting brotli-1.0.9,1: .......... done [7/171] Installing png-1.6.40... [7/171] Extracting png-1.6.40: .......... done [8/171] Installing freetype2-2.13.1... [8/171] Extracting freetype2-2.13.1: .......... done [9/171] Installing libxml2-2.10.4... [9/171] Extracting libxml2-2.10.4: .......... done [10/171] Installing pcre2-10.42... [10/171] Extracting pcre2-10.42: .......... done [11/171] Installing libXext-1.3.4,1... [11/171] Extracting libXext-1.3.4,1: .......... done [12/171] Installing libglvnd-1.6.0_2... [12/171] Extracting libglvnd-1.6.0_2: .......... done [13/171] Installing fontconfig-2.14.2,1... [13/171] Extracting fontconfig-2.14.2,1: .......... done [14/171] Installing glib-2.76.4_1,2... [14/171] Extracting glib-2.76.4_1,2: .......... done [15/171] Installing libXrender-0.9.10_2... [15/171] Extracting libXrender-0.9.10_2: .......... done [16/171] Installing libfontenc-1.1.7... [16/171] Extracting libfontenc-1.1.7: ......... done [17/171] Installing libICE-1.1.0_1,1... [17/171] Extracting libICE-1.1.0_1,1: .......... done [18/171] Installing pixman-0.42.2... [18/171] Extracting pixman-0.42.2: .......... done [19/171] Installing libXfixes-6.0.0... [19/171] Extracting libXfixes-6.0.0: .......... done [20/171] Installing libepoll-shim-0.0.20230411... [20/171] Extracting libepoll-shim-0.0.20230411: .......... done [21/171] Installing cairo-1.17.4_2,3... [21/171] Extracting cairo-1.17.4_2,3: .......... done [22/171] Installing jbigkit-2.1_1... [22/171] Extracting jbigkit-2.1_1: .......... done [23/171] Installing jpeg-turbo-3.0.0... [23/171] Extracting jpeg-turbo-3.0.0: .......... done [24/171] Installing mkfontscale-1.2.1... [24/171] Extracting mkfontscale-1.2.1: ....... done [25/171] Installing libdeflate-1.18... [25/171] Extracting libdeflate-1.18: .......... done [26/171] Installing libtasn1-4.19.0... [26/171] Extracting libtasn1-4.19.0: .......... done [27/171] Installing libSM-1.2.3,1... [27/171] Extracting libSM-1.2.3,1: .......... done [28/171] Installing gobject-introspection-1.76.1,1... [28/171] Extracting gobject-introspection-1.76.1,1: .......... done [29/171] Installing nettle-3.9.1... [29/171] Extracting nettle-3.9.1: .......... done [30/171] Installing graphite2-1.3.14... [30/171] Extracting graphite2-1.3.14: .......... done [31/171] Installing shared-mime-info-2.2_1... [31/171] Extracting shared-mime-info-2.2_1: ......... done [32/171] Installing dbus-1.14.6,1... ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. [32/171] Extracting dbus-1.14.6,1: ......... done [33/171] Installing libunwind-20211201_2... [33/171] Extracting libunwind-20211201_2: .......... done [34/171] Installing perl5-5.34.1_3... [34/171] Extracting perl5-5.34.1_3: .......... done [35/171] Installing font-misc-meltho-1.0.3_5... [35/171] Extracting font-misc-meltho-1.0.3_5: .......... done [36/171] Installing tiff-4.4.0_2... [36/171] Extracting tiff-4.4.0_2: .......... done [37/171] Installing dejavu-2.37_2... [37/171] Extracting dejavu-2.37_2: .......... done [38/171] Installing libdatrie-0.2.13_1... [38/171] Extracting libdatrie-0.2.13_1: .......... done [39/171] Installing py39-cairo-1.21.0,1... [39/171] Extracting py39-cairo-1.21.0,1: .......... done [40/171] Installing wayland-1.22.0... [40/171] Extracting wayland-1.22.0: .......... done [41/171] Installing pygobject3-common-3.42.2... [41/171] Extracting pygobject3-common-3.42.2: ..... done [42/171] Installing font-misc-ethiopic-1.0.4... [42/171] Extracting font-misc-ethiopic-1.0.4: ...... done [43/171] Installing libXi-1.8,1... [43/171] Extracting libXi-1.8,1: .......... done [44/171] Installing encodings-1.0.5,1... [44/171] Extracting encodings-1.0.5,1: .......... done [45/171] Installing font-bh-ttf-1.0.3_5... [45/171] Extracting font-bh-ttf-1.0.3_5: .......... done [46/171] Installing p11-kit-0.24.1_2... [46/171] Extracting p11-kit-0.24.1_2: .......... done [47/171] Installing xkeyboard-config-2.34_2... [47/171] Extracting xkeyboard-config-2.34_2: .......... done [48/171] Installing duktape-lib-2.7.0... [48/171] Extracting duktape-lib-2.7.0: ......... done [49/171] Installing libthai-0.1.29... [49/171] Extracting libthai-0.1.29: .......... done [50/171] Installing p5-TimeDate-2.33,1... [50/171] Extracting p5-TimeDate-2.33,1: .......... done [51/171] Installing gdk-pixbuf2-2.42.10_1... [51/171] Extracting gdk-pixbuf2-2.42.10_1: .......... done [52/171] Installing gnutls-3.7.9... [52/171] Extracting gnutls-3.7.9: .......... done [53/171] Installing libXtst-1.2.3_2... [53/171] Extracting libXtst-1.2.3_2: .......... done [54/171] Installing libXft-2.3.7... [54/171] Extracting libXft-2.3.7: .......... done [55/171] Installing libevent-2.1.12... [55/171] Extracting libevent-2.1.12: .......... done [56/171] Installing gdbm-1.23... [56/171] Extracting gdbm-1.23: .......... done [57/171] Installing dbus-glib-0.112... [57/171] Extracting dbus-glib-0.112: .......... done [58/171] Installing py39-gobject3-3.42.2... [58/171] Extracting py39-gobject3-3.42.2: .......... done [59/171] Installing libxkbcommon-1.5.0... [59/171] Extracting libxkbcommon-1.5.0: .......... done [60/171] Installing libdaemon-0.14_1... [60/171] Extracting libdaemon-0.14_1: .......... done [61/171] Installing iso-codes-4.7... [61/171] Extracting iso-codes-4.7: .......... done [62/171] Installing xorg-fonts-truetype-7.7_1... [62/171] Extracting xorg-fonts-truetype-7.7_1: ... done [63/171] Installing fribidi-1.0.13... [63/171] Extracting fribidi-1.0.13: .......... done [64/171] Installing gnome_subr-1.0... [64/171] Extracting gnome_subr-1.0: .... done [65/171] Installing orc-0.4.34_1... [65/171] Extracting orc-0.4.34_1: .......... done [66/171] Installing harfbuzz-8.1.1... [66/171] Extracting harfbuzz-8.1.1: .......... done [67/171] Installing libudev-devd-0.5.1... [67/171] Extracting libudev-devd-0.5.1: ........ done [68/171] Installing gstreamer1-1.22.5... [68/171] Extracting gstreamer1-1.22.5: .......... done [69/171] Installing p5-URI-5.19... [69/171] Extracting p5-URI-5.19: .......... done [70/171] Installing lcms2-2.15_2... [70/171] Extracting lcms2-2.15_2: .......... done [71/171] Installing libnice-0.1.21_1... [71/171] Extracting libnice-0.1.21_1: .......... done [72/171] Installing polkit-123... ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. [72/171] Extracting polkit-123: ......... done [73/171] Installing gtk-update-icon-cache-3.24.31... [73/171] Extracting gtk-update-icon-cache-3.24.31: .......... done [74/171] Installing p5-HTTP-Date-6.06... [74/171] Extracting p5-HTTP-Date-6.06: ....... done [75/171] Installing libgusb-0.3.10_1... [75/171] Extracting libgusb-0.3.10_1: .......... done [76/171] Installing p5-LWP-MediaTypes-6.04... [76/171] Extracting p5-LWP-MediaTypes-6.04: ........ done [77/171] Installing libgudev-237... [77/171] Extracting libgudev-237: .......... done [78/171] Installing libpciaccess-0.17... [78/171] Extracting libpciaccess-0.17: ........ done [79/171] Installing avahi-app-0.8_1... ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. [79/171] Extracting avahi-app-0.8_1: .......... done [80/171] Installing gstreamer1-plugins-1.22.5... [80/171] Extracting gstreamer1-plugins-1.22.5: .......... done [81/171] Installing at-spi2-core-2.48.0... [81/171] Extracting at-spi2-core-2.48.0: .......... done [82/171] Installing libGLU-9.0.2_2... [82/171] Extracting libGLU-9.0.2_2: ..... done [83/171] Installing graphene-1.10.8... [83/171] Extracting graphene-1.10.8: .......... done [84/171] Installing libXrandr-1.5.2... [84/171] Extracting libXrandr-1.5.2: .......... done [85/171] Installing libpaper-1.1.28... [85/171] Extracting libpaper-1.1.28: .......... done [86/171] Installing p5-Encode-Locale-1.05... [86/171] Extracting p5-Encode-Locale-1.05: ....... done [87/171] Installing hwdata-0.373,1... [87/171] Extracting hwdata-0.373,1: .......... done [88/171] Installing p5-IO-HTML-1.004... [88/171] Extracting p5-IO-HTML-1.004: ....... done [89/171] Installing pango-1.50.14... [89/171] Extracting pango-1.50.14: .......... done [90/171] Installing p5-Clone-0.46... [90/171] Extracting p5-Clone-0.46: ......... done [91/171] Installing adwaita-icon-theme-40.1.1_1... [91/171] Extracting adwaita-icon-theme-40.1.1_1: .......... done [92/171] Installing libXxf86vm-1.1.4_3... [92/171] Extracting libXxf86vm-1.1.4_3: .......... done [93/171] Installing p5-HTTP-Message-6.44... [93/171] Extracting p5-HTTP-Message-6.44: .......... done [94/171] Installing vulkan-loader-1.3.262... [94/171] Extracting vulkan-loader-1.3.262: ....... done [95/171] Installing p5-HTML-Tagset-3.20_1... [95/171] Extracting p5-HTML-Tagset-3.20_1: ....... done [96/171] Installing libXcomposite-0.4.6,1... [96/171] Extracting libXcomposite-0.4.6,1: .......... done [97/171] Installing gsettings-desktop-schemas-42.0... [97/171] Extracting gsettings-desktop-schemas-42.0: .......... done [98/171] Installing tcl86-8.6.13... [98/171] Extracting tcl86-8.6.13: .......... done [99/171] Installing librsvg2-rust-2.56.3... [99/171] Extracting librsvg2-rust-2.56.3: .......... done [100/171] Installing gstreamer1-plugins-bad-1.22.5... [100/171] Extracting gstreamer1-plugins-bad-1.22.5: .......... done [101/171] Installing cups-2.4.6... ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. [101/171] Extracting cups-2.4.6: .......... done [102/171] Installing wayland-protocols-1.32... [102/171] Extracting wayland-protocols-1.32: .......... done [103/171] Installing libXdamage-1.1.6... [103/171] Extracting libXdamage-1.1.6: ......... done [104/171] Installing libdrm-2.4.116,1... [104/171] Extracting libdrm-2.4.116,1: .......... done [105/171] Installing libXinerama-1.1.4_2,1... [105/171] Extracting libXinerama-1.1.4_2,1: .......... done [106/171] Installing libxshmfence-1.3.2... [106/171] Extracting libxshmfence-1.3.2: ......... done [107/171] Installing hicolor-icon-theme-0.17... [107/171] Extracting hicolor-icon-theme-0.17: . done [108/171] Installing libXScrnSaver-1.2.4... [108/171] Extracting libXScrnSaver-1.2.4: .......... done [109/171] Installing vulkan-headers-1.3.262... [109/171] Extracting vulkan-headers-1.3.262: .......... done [110/171] Installing colord-1.4.6... ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. [110/171] Extracting colord-1.4.6: .......... done [111/171] Installing libepoxy-1.5.9... [111/171] Extracting libepoxy-1.5.9: .......... done [112/171] Installing gstreamer1-plugins-gl-1.22.5... [112/171] Extracting gstreamer1-plugins-gl-1.22.5: .......... done [113/171] Installing libXcursor-1.2.0... [113/171] Extracting libXcursor-1.2.0: .......... done [114/171] Installing binutils-2.40_4,1... [114/171] Extracting binutils-2.40_4,1: .......... done [115/171] Installing p5-IO-Socket-IP-0.42... [115/171] Extracting p5-IO-Socket-IP-0.42: ....... done [116/171] Installing p5-GSSAPI-0.28_2... [116/171] Extracting p5-GSSAPI-0.28_2: .......... done [117/171] Installing p5-HTML-Parser-3.81... [117/171] Extracting p5-HTML-Parser-3.81: .......... done [118/171] Installing ocaml-4.08.1... [118/171] Extracting ocaml-4.08.1: .......... done [119/171] Installing p5-Net-SSLeay-1.92... [119/171] Extracting p5-Net-SSLeay-1.92: .......... done [120/171] Installing libyaml-0.2.5... [120/171] Extracting libyaml-0.2.5: ......... done [121/171] Installing gtk3-3.24.34_1... [121/171] Extracting gtk3-3.24.34_1: .......... done [122/171] Installing p5-Digest-HMAC-1.04... [122/171] Extracting p5-Digest-HMAC-1.04: .......... done [123/171] Installing libpcap-1.10.4... [123/171] Extracting libpcap-1.10.4: .......... done [124/171] Installing gtk4-4.12.0... [124/171] Extracting gtk4-4.12.0: .......... done [125/171] Installing mesa-libs-22.3.7_2... [125/171] Extracting mesa-libs-22.3.7_2: .......... done [126/171] Installing libinotify-20211018... [126/171] Extracting libinotify-20211018: .......... done [127/171] Installing tk86-8.6.13... [127/171] Extracting tk86-8.6.13: .......... done [128/171] Installing argp-standalone-1.5.0... [128/171] Extracting argp-standalone-1.5.0: ........ done [129/171] Installing m4-1.4.19,1... [129/171] Extracting m4-1.4.19,1: .......... done [130/171] Installing p5-Mozilla-CA-20230807... [130/171] Extracting p5-Mozilla-CA-20230807: ....... done [131/171] Installing autoconf-switch-20220527... [131/171] Extracting autoconf-switch-20220527: .......... done [132/171] Installing p5-CGI-4.57... [132/171] Extracting p5-CGI-4.57: .......... done [133/171] Installing py39-pyflakes-3.1.0... [133/171] Extracting py39-pyflakes-3.1.0: .......... done [134/171] Installing p5-IO-Socket-SSL-2.083_1... [134/171] Extracting p5-IO-Socket-SSL-2.083_1: .......... done [135/171] Installing ocaml-labltk-8.06.7... [135/171] Extracting ocaml-labltk-8.06.7: .......... done [136/171] Installing dtc-1.6.0... [136/171] Extracting dtc-1.6.0: .......... done [137/171] Installing oniguruma-6.9.8_1... [137/171] Extracting oniguruma-6.9.8_1: .......... done [138/171] Installing elfutils-0.187... [138/171] Extracting elfutils-0.187: .......... done [139/171] Installing sdl2-2.28.2_1... [139/171] Extracting sdl2-2.28.2_1: .......... done [140/171] Installing autoconf-2.71... [140/171] Extracting autoconf-2.71: .......... done [141/171] Installing py39-pycodestyle-2.11.0... [141/171] Extracting py39-pycodestyle-2.11.0: .......... done [142/171] Installing go120-1.20.7... [142/171] Extracting go120-1.20.7: .......... done [143/171] Installing p5-Error-0.17029... [143/171] Extracting p5-Error-0.17029: ......... done [144/171] Installing vte3-0.70.2_3... [144/171] Extracting vte3-0.70.2_3: .......... done [145/171] Installing p5-Authen-SASL-2.17... [145/171] Extracting p5-Authen-SASL-2.17: .......... done [146/171] Installing bash-5.2.15... [146/171] Extracting bash-5.2.15: .......... done [147/171] Installing py39-mccabe-0.7.0... [147/171] Extracting py39-mccabe-0.7.0: .......... done [148/171] Installing libsigsegv-2.14... [148/171] Extracting libsigsegv-2.14: ........ done [149/171] Installing vde2-2.3.3... [149/171] Extracting vde2-2.3.3: .......... done [150/171] Installing cyrus-sasl-2.1.28... *** Added group `cyrus' (id 60) *** Added user `cyrus' (id 60) [150/171] Extracting cyrus-sasl-2.1.28: .......... done [151/171] Installing libslirp-4.7.0... [151/171] Extracting libslirp-4.7.0: ......... done [152/171] Installing ccache-3.7.12_4... [152/171] Extracting ccache-3.7.12_4: .......... done Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for clang create symlink for clang (world) create symlink for clang++ create symlink for clang++ (world) [153/171] Installing p5-Pod-Simple-3.45... [153/171] Extracting p5-Pod-Simple-3.45: .......... done [154/171] Installing ocaml-findlib-1.9.6... [154/171] Extracting ocaml-findlib-1.9.6: .......... done [155/171] Installing nbd-server-3.24,1... [155/171] Extracting nbd-server-3.24,1: .......... done [156/171] Installing nbdkit-1.20.4_1... [156/171] Extracting nbdkit-1.20.4_1: .......... done [157/171] Installing libev-4.33,1... [157/171] Extracting libev-4.33,1: .......... done [158/171] Installing rust-1.71.0... [158/171] Extracting rust-1.71.0: .......... done [159/171] Installing fusefs-libs3-3.16.1... [159/171] Extracting fusefs-libs3-3.16.1: .......... done [160/171] Installing git-2.42.0... ===> Creating groups. Creating group 'git_daemon' with gid '964'. ===> Creating users Creating user 'git_daemon' with uid '964'. [160/171] Extracting git-2.42.0: .......... done [161/171] Installing jq-1.6... [161/171] Extracting jq-1.6: .......... done [162/171] Installing py39-flake8-6.1.0... [162/171] Extracting py39-flake8-6.1.0: .......... done [163/171] Installing diffutils-3.8... [163/171] Extracting diffutils-3.8: .......... done [164/171] Installing pkgconf-1.8.1,1... [164/171] Extracting pkgconf-1.8.1,1: .......... done [165/171] Installing qemu-8.1.0... [165/171] Extracting qemu-8.1.0: .......... done [166/171] Installing automake-1.16.5... [166/171] Extracting automake-1.16.5: .......... done [167/171] Installing go-1.20,2... [167/171] Extracting go-1.20,2: .. done [168/171] Installing gmake-4.3_2... [168/171] Extracting gmake-4.3_2: .......... done [169/171] Installing valgrind-3.21.0_1,1... [169/171] Extracting valgrind-3.21.0_1,1: .......... done [170/171] Installing libtool-2.4.7_1... [170/171] Extracting libtool-2.4.7_1: .......... done [171/171] Installing bash-completion-2.11_2,2... [171/171] Extracting bash-completion-2.11_2,2: .......... done ==> Running trigger: fontconfig.ucl Running fc-cache to build fontconfig cache... ==> Running trigger: glib-schemas.ucl Compiling glib schemas ==> Running trigger: gio-modules.ucl Generating GIO modules cache ==> Running trigger: shared-mime-info.ucl Building the Shared MIME-Info database cache ==> Running trigger: gdk-pixbuf-query-loaders.ucl Generating gdk-pixbuf modules cache ==> Running trigger: gtk-update-icon-cache.ucl Generating GTK icon cache for /usr/local/share/icons/hicolor Generating GTK icon cache for /usr/local/share/icons/Adwaita ===== Message from freetype2-2.13.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). ===== Message from dejavu-2.37_2: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. ===== Message from wayland-1.22.0: -- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will contain "wayland-%d" unix(4) sockets. This is usually handled by consolekit2 (via ck-launch-session) or pam_xdg (via login). ===== Message from duktape-lib-2.7.0: -- ===> NOTICE: The duktape-lib port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing ===== Message from libthai-0.1.29: -- ===> NOTICE: The libthai port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing ===== Message from libxkbcommon-1.5.0: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg ===== Message from libinotify-20211018: -- You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. ===== Message from libsigsegv-2.14: -- Note that the stackoverflow handling functions of this library need procfs mounted on /proc. ===== Message from vde2-2.3.3: -- ===> NOTICE: The vde2 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing ===== Message from cyrus-sasl-2.1.28: -- You can use sasldb2 for authentication, to add users use: saslpasswd2 -c username If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README NOTE: This port has been compiled with a default pwcheck_method of auxprop. If you want to authenticate your user by /etc/passwd, PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and set sasl_pwcheck_method to saslauthd after installing the Cyrus-IMAPd 2.X port. You should also check the /usr/local/lib/sasl2/*.conf files for the correct pwcheck_method. If you want to use GSSAPI mechanism, install ports/security/cyrus-sasl2-gssapi. If you want to use SRP mechanism, install ports/security/cyrus-sasl2-srp. If you want to use LDAP auxprop plugin, install ports/security/cyrus-sasl2-ldapdb. ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. ===== Message from fusefs-libs3-3.16.1: -- Install the FUSE kernel module (kldload fusefs) to use this port. ===== Message from git-2.42.0: -- If you installed the GITWEB option please follow these instructions: In the directory /usr/local/share/examples/git/gitweb you can find all files to make gitweb work as a public repository on the web. All you have to do to make gitweb work is: 1) Please be sure you're able to execute CGI scripts in /usr/local/share/examples/git/gitweb. 2) Set the GITWEB_CONFIG variable in your webserver's config to /usr/local/etc/git/gitweb.conf. This variable is passed to gitweb.cgi. 3) Restart server. If you installed the CONTRIB option please note that the scripts are installed in /usr/local/share/git-core/contrib. Some of them require other ports to be installed (perl, python, etc), which you may need to install manually. ===== Message from qemu-8.1.0: -- FreeBSD host notes ================== - Needs to set net.link.tap.user_open sysctl in order to use /dev/tap* networking as non-root. Don't forget to adjust device node permissions in /etc/devfs.rules. - Expect timer problems when guest kernel HZ is > hosts. The linux 2.6 kernel uses 1000 by default btw. (changed to 250 later, and recent linux kernels now no longer have a fixed HZ, aka `tickless kernel'...) Enabling /dev/rtc doesn't seem to help either (not included since it needs a patch to emulators/rtc.) - The -smb option (smb-export local dir to guest using the default slirp networking) needs the samba port/package installed in addition to qemu. (SAMBA knob.) - If you want to use usb devices connected to the host in the guest yot can use usbredir over the network (see below); also unless you are running qemu as root you then need to fix permissions for /dev/ugen* device nodes: if you are on 5.x or later (devfs) put a rule in /etc/devfs.rules, activate it in /etc/rc.conf and run /etc/rc.d/devfs restart. Example devfs.rules: [ugen_ruleset=20] add path 'ugen*' mode 660 group operator corresponding rc.conf line: devfs_system_ruleset="ugen_ruleset" - Still usb: since the hub is no longer attached to the uchi controller and the wakeup mechanism, resume interrupt is not implemented yet linux guests will suspend the bus, i.e. they wont see devices usb_add'ed after its (linux') uhci module got loaded. Workaround: either add devices before linux loads the module or rmmod and modprobe it afterwards. [Not sure if this still applies to the new libusb host code used on recent 10-current.] - If you get repeated `atapi_poll called!' console messages with FreeBSD guests or other weird cdrom problems then thats probably because the guest has atapicam loaded, which for reasons still to be determined has problems with qemu's now by default enabled cdrom dma. You can build the port with CDROM_DMA disabled to disable it. [Looks like this is fixed in recent FreeBSD guest versions.] - If you build qemu wihout SDL and then get crashes running it try passing it -nographic. This should probably be default in that case... - qemu's network boot roms (-boot n) have a bug when bootfiles sizes are a multiple of blksize, if this affects you (like with FreeBSD's /boot/pxeboot) you can do like cp /boot/pxeboot pxeboot-qemu && chmod +w pxeboot-qemu && echo >>pxeboot-qemu and then use pxeboot-qemu. Actually you need recent btx code (from after 7.0 was released) because of the real mode boot problem, so use at least pxeboot from there. And I just did that for the pxeboot extracted out of ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200805/7.0-STABLE-200805-i386-bootonly.iso and placed it here: http://people.freebsd.org/~nox/qemu/pxeboot-qemu - If you use slirp (usernet, the default) and want to mount nfs into the guest and you are not running qemu as root, then mountd(8) on the exporting box needs to be run with -n in order to accept requests from ports >= 1024. ===== Message from bash-completion-2.11_2,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. if test -n "" ; then /usr/local/bin/pip-3.8 install ; fi ## Task instruction: clone git clone --depth 100 "$CI_REPOSITORY_URL" . Cloning into '.'... git fetch origin "$CI_COMMIT_REF_NAME" From https://gitlab.com/nbdkit/libnbd * branch master -> FETCH_HEAD git reset --hard "$CI_COMMIT_SHA" HEAD is now at 9afb980 rust: Check that compilation works with default features disabled ## Task instruction: build ci/build.sh + main + MAKE=/usr/local/bin/gmake + autoreconf -if libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:23: installing './compile' configure.ac:28: installing './config.guess' configure.ac:28: installing './config.sub' configure.ac:27: installing './install-sh' configure.ac:27: installing './missing' common/include/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + CONFIG_ARGS='--enable-gcc-warnings ' + test skip '=' '' + CONFIG_ARGS='--enable-gcc-warnings --with-gnutls' + test skip '=' '' + CONFIG_ARGS='--enable-gcc-warnings --with-gnutls --with-libxml2' + test -n '' + CONFIG_ARGS='--enable-gcc-warnings --with-gnutls --with-libxml2 --enable-fuse --enable-ocaml --enable-python' + test '' '=' skip + CONFIG_ARGS='--enable-gcc-warnings --with-gnutls --with-libxml2 --enable-fuse --enable-ocaml --enable-python --enable-golang' + ./configure --enable-gcc-warnings --with-gnutls --with-libxml2 --enable-fuse --enable-ocaml --enable-python --enable-golang checking for gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether /usr/local/bin/gmake sets $(MAKE)... yes checking whether /usr/local/bin/gmake supports the include directive... yes (GNU style) checking whether /usr/local/bin/gmake supports nested variables... yes checking dependency style of cc... gcc3 checking build system type... amd64-unknown-freebsd13.0 checking host system type... amd64-unknown-freebsd13.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 393216 checking how to convert amd64-unknown-freebsd13.0 file names to amd64-unknown-freebsd13.0 format... func_convert_file_noop checking how to convert amd64-unknown-freebsd13.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/local/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd13.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for a sed that does not truncate output... (cached) /usr/local/bin/gsed checking for grealpath... no checking for realpath... realpath checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking how to run the C preprocessor... cc -E checking whether cc is Clang... yes checking whether pthreads work with "-pthread" and "-lpthread"... yes checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether byte ordering is bigendian... no checking for g++... no checking for c++... c++ checking whether the compiler supports GNU C++... yes checking whether c++ accepts -g... yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd13.0 ld.so checking how to hardcode library paths into programs... immediate checking if the C++ compiler really really works... yes checking whether the compiler supports -Wvla... yes checking whether the compiler supports -Wframe-larger-than=5000... yes checking whether the compiler supports -Wstack-usage=10000... no checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether __builtin_add_overflow is declared... no checking whether __builtin_mul_overflow is declared... no checking if __auto_type is available in this compiler... yes checking size of long... 8 checking for byteswap.h... no checking for endian.h... no checking for stdatomic.h... yes checking for sys/endian.h... yes checking for linux/vm_sockets.h... no checking for sys/vsock.h... no checking for struct sockaddr_vm... no checking for posix_fadvise... yes checking for posix_memalign... yes checking for prctl... no checking for strerrordesc_np... no checking for valloc... yes checking whether sys_errlist is declared... yes checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking if this is glibc >= 2.34... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GNUTLS... yes gnutls version is 3.7.9 checking for default TLS session priority string... NORMAL checking for gnutls/socket.h... yes checking for gnutls_session_set_verify_cert... yes checking for gnutls_transport_is_ktls_enabled... yes checking for certtool... certtool checking for psktool... psktool checking for LIBXML2... yes libxml2 version is 2.10.4 checking for nbdkit... no checking for nbd-server... nbd-server nbd-server version is This is nbd-server version 3.24 checking for qemu-nbd... qemu-nbd qemu-nbd version is ld-elf.so.1: /usr/local/lib/libtasn1.so.6: Undefined symbol "strverscmp@FBSD_1.7" checking for qemu-storage-daemon... qemu-storage-daemon checking for GLIB... yes glib2 version is 2.76.4 checking for LIBEV... yes libev version is 4.33 checking if the compiler is new enough for good aliasing rules... yes checking for FUSE... yes fuse3 version is 3.16.1 checking for UBLKSRV... no configure: WARNING: libublksrv (ublk server) library and headers are missing, so optional nbdublk program won't be built checking for perl... perl checking if we have perl Pod::Man and Pod::Simple... yes checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/local/share/bash-completion/completions checking for ocamlc... ocamlc OCaml version is 4.08.1 OCaml library path is /usr/local/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... no checking for ocamlfind... ocamlfind checking for caml_alloc_custom_mem... yes checking for caml_alloc_initialized_string... yes checking for caml_unix_get_sockaddr... no checking for python3... /usr/local/bin/python3 checking Python version... 3.9 checking for PYTHON... yes checking Python prefix... /usr/local checking for Python site-packages path... /usr/local/lib/python3.9/site-packages checking for Python extension suffix (PEP-3149)... .cpython-39.so checking for go... go checking for gofmt... gofmt go version go1.20.7 freebsd/amd64 checking for go major version... 1 checking for go minor version... 20 checking if go is usable... yes checking for cargo... cargo checking for rustfmt... rustfmt checking if cargo is usable... yes checking for how to mark DSO non-deletable at runtime... checking for how to set DSO symbol versions... -Wl,--version-script=./libnbd.syms checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating podwrapper.pl config.status: creating python/run-python-tests config.status: creating run config.status: creating rust/run-tests.sh config.status: creating sh/nbdsh config.status: creating Makefile config.status: creating bash-completion/Makefile config.status: creating common/include/Makefile config.status: creating common/utils/Makefile config.status: creating copy/Makefile config.status: creating docs/Makefile config.status: creating dump/Makefile config.status: creating examples/Makefile config.status: creating fuse/Makefile config.status: creating fuzzing/Makefile config.status: creating generator/Makefile config.status: creating generator/config.ml config.status: creating golang/Makefile config.status: creating golang/examples/Makefile config.status: creating include/Makefile config.status: creating info/Makefile config.status: creating interop/Makefile config.status: creating interop/nbd-server-tls.conf config.status: creating lib/Makefile config.status: creating lib/libnbd.pc config.status: creating lib/local/libnbd.pc config.status: creating ocaml/Makefile config.status: creating ocaml/META config.status: creating ocaml/examples/Makefile config.status: creating ocaml/tests/Makefile config.status: creating python/Makefile config.status: creating rust/Makefile config.status: creating sh/Makefile config.status: creating tests/Makefile config.status: creating tests/functions.sh config.status: creating ublk/Makefile config.status: creating valgrind/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ---------------------------------------------------------------------- Thank you for downloading libnbd 1.17.3 This is how we have configured the optional components for you today: Optional library features: TLS support ............................ yes NBD URI support ........................ yes AF_VSOCK support ....................... no FUSE support ........................... yes ublk support ........................... no Manual pages ........................... yes Bash tab completion .................... yes Language bindings: Go ..................................... yes OCaml .................................. yes Python ................................. yes Rust ................................... yes Server interoperability testing: qemu-nbd ............................... yes qemu-storage-daemon .................... yes nbdkit ................................. no nbd-server ............................. yes Examples: glib example ........................... yes libev example .......................... yes If any optional component is configured ‘no’ when you expected ‘yes’ then you should check the preceding messages and README. Please report bugs back to the mailing list: http://www.redhat.com/mailman/listinfo/libguestfs Next you should type 'make' to build the package, then 'make check' to run the tests. + /usr/local/bin/gmake /usr/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/cirrus-ci-build' Making all in generator gmake[2]: Entering directory '/tmp/cirrus-ci-build/generator' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/cirrus-ci-build/generator' Making all in include gmake[2]: Entering directory '/tmp/cirrus-ci-build/include' /usr/local/bin/gmake -C ../generator stamp-generator gmake[3]: Entering directory '/tmp/cirrus-ci-build/generator' ocamlc.opt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -I . -I . \ -I +str str.cma -I +unix unix.cma config.mli config.ml utils.mli utils.ml state_machine.mli state_machine.ml API.mli API.ml state_machine_generator.mli state_machine_generator.ml C.mli C.ml Python.mli Python.ml OCaml.mli OCaml.ml GoLang.mli GoLang.ml RustSys.mli RustSys.ml Rust.mli Rust.ml generator.ml -o generator File "Rust.ml", line 603, characters 5-23: 603 | if String.starts_with ~prefix:"aio_" name then ^^^^^^^^^^^^^^^^^^ Error: Unbound value String.starts_with gmake[3]: *** [Makefile:676: generator] Error 2 gmake[3]: Leaving directory '/tmp/cirrus-ci-build/generator' gmake[2]: *** [Makefile:725: ../generator/stamp-generator] Error 2 gmake[2]: Leaving directory '/tmp/cirrus-ci-build/include' gmake[1]: *** [Makefile:563: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/cirrus-ci-build' gmake: *** [Makefile:488: all] Error 2 Exit status: 2�������� Build failed: https://cirrus-ci.com/build/6216900527521792 section_end:1693296783:step_script [0Ksection_start:1693296783:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1693296784:cleanup_file_variables [0K[31;1mERROR: Job failed: exit code 1 [0;m