Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)  on blue-5.shared.runners-manager.gitlab.com/default -AzERasQ, system ID: s_8a38c517a741 section_start:1677067556:resolve_secrets Resolving secrets section_end:1677067556:resolve_secrets section_start:1677067556:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master ... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master ... Using docker image sha256:f3a5a94b56e6d07aba03e5bda4865f34e68018a8866d8f4c472c42ca801c3a7d for registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master with digest registry.gitlab.com/libvirt/libvirt-ci/cirrus-run@sha256:58db7c0c143d597d401a31ca25e0a62ee244d2270264da52a617361d2899a7cf ... section_end:1677067565:prepare_executor section_start:1677067565:prepare_script Preparing environment Running on runner--azerasq-project-24336857-concurrent-0 via runner-azerasq-shared-1677067513-326cacf9... section_end:1677067566:prepare_script section_start:1677067566:get_sources Getting source from Git repository $ eval "$CI_PRE_CLONE_SCRIPT" Fetching changes with git depth set to 100... Initialized empty Git repository in /builds/nbdkit/libnbd/.git/ Created fresh repository. Checking out 46d60f80 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1677067568:get_sources section_start:1677067568:step_script Executing "step_script" stage of the job script Using docker image sha256:f3a5a94b56e6d07aba03e5bda4865f34e68018a8866d8f4c472c42ca801c3a7d for registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master with digest registry.gitlab.com/libvirt/libvirt-ci/cirrus-run@sha256:58db7c0c143d597d401a31ca25e0a62ee244d2270264da52a617361d2899a7cf ... $ source ci/cirrus/$NAME.vars $ sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g" -e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|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/$NAME.yml $ cat ci/cirrus/$NAME.yml osx_instance: image: big-sur-base env: CI_REPOSITORY_URL: "https://gitlab-ci-token:[MASKED]@gitlab.com/nbdkit/libnbd.git" CI_COMMIT_REF_NAME: "master" CI_COMMIT_SHA: "46d60f807ecaec8fd040b01c566b0cc6f7f827b7" PATH: "/usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/rpcgen/bin:$PATH" PKG_CONFIG_PATH: "/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig" PYTHON: "/usr/local/bin/python3" MAKE: "/usr/local/bin/gmake" build_task: install_script: - brew update - brew upgrade - brew install autoconf automake bash-completion ccache diffutils flake8 git glib gnu-sed gnutls golang jq libev libtool libxml2 make ocaml ocaml-findlib perl pkg-config python3 qemu - if test -n "" ; then /usr/local/bin/pip3 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 $ cirrus-run -v --show-build-log always ci/cirrus/$NAME.yml build 5801060426579968: CREATED build 5801060426579968: FAILED build 5801060426579968: FAILED build 5801060426579968: FAILED Build created: https://cirrus-ci.com/build/5801060426579968 Build failed, see log below: ## Task: build ## Task instruction: install Unable to fetch url: https://api.cirrus-ci.com/v1/task/6482816272171008/logs/install.log ## Task instruction: clone Unable to fetch url: https://api.cirrus-ci.com/v1/task/6482816272171008/logs/clone.log ## Task instruction: build Unable to fetch url: https://api.cirrus-ci.com/v1/task/6482816272171008/logs/build.log Build failed: https://cirrus-ci.com/build/5801060426579968 section_end:1677067580:step_script section_start:1677067580:cleanup_file_variables Cleaning up project directory and file based variables section_end:1677067580:cleanup_file_variables ERROR: Job failed: exit code 1