Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QRImageWidget: Sizing and font fixups #506

Closed
wants to merge 3 commits into from

GUI/QRImageWidget: Allow image to grow up to 25% wider to accomidate …

4c5143d
Select commit
Loading
Failed to load commit list.
Closed

QRImageWidget: Sizing and font fixups #506

GUI/QRImageWidget: Allow image to grow up to 25% wider to accomidate …
4c5143d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / [fuzzer,address,undefined,integer, no depends] [focal] failed Oct 25, 2023 in 58s

Task Summary

Instruction ci failed in 00:01

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:32 clone
✅ 00:21 merge_base
✅ 00:00 ccache
✅ 00:01 depends_built
❌ 00:01 ci

++ RUN_FUNCTIONAL_TESTS=false
++ export RUN_TIDY=false
++ RUN_TIDY=false
++ export TEST_RUNNER_TIMEOUT_FACTOR=40
++ TEST_RUNNER_TIMEOUT_FACTOR=40
++ export TEST_RUNNER_ENV=
++ TEST_RUNNER_ENV=
++ export RUN_FUZZ_TESTS=true
++ RUN_FUZZ_TESTS=true
++ export BOOST_TEST_RANDOM=1
++ BOOST_TEST_RANDOM=1
++ export DEBIAN_FRONTEND=noninteractive
++ DEBIAN_FRONTEND=noninteractive
++ export CCACHE_MAXSIZE=200M
++ CCACHE_MAXSIZE=200M
++ export CCACHE_TEMPDIR=/tmp/.ccache-temp
++ CCACHE_TEMPDIR=/tmp/.ccache-temp
++ export CCACHE_COMPRESS=1
++ CCACHE_COMPRESS=1
++ export CCACHE_DIR=/tmp/ccache_dir
++ CCACHE_DIR=/tmp/ccache_dir
++ export BASE_OUTDIR=/ci_container_base/ci/scratch/out
++ BASE_OUTDIR=/ci_container_base/ci/scratch/out
++ export BASE_BUILD_DIR=/ci_container_base/ci/scratch/build
++ BASE_BUILD_DIR=/ci_container_base/ci/scratch/build
++ export PREVIOUS_RELEASES_DIR=/ci_container_base/prev_releases
++ PREVIOUS_RELEASES_DIR=/ci_container_base/prev_releases
++ export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs'
++ CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs'
++ export GOAL=install
++ GOAL=install
++ export DIR_QA_ASSETS=/ci_container_base/ci/scratch/qa-assets
++ DIR_QA_ASSETS=/ci_container_base/ci/scratch/qa-assets
++ export 'CI_RETRY_EXE=retry --'
++ CI_RETRY_EXE='retry --'
+ set -o errexit
+ ./ci/test/02_run_container.sh
+ '[' -z 1 ']'
+ echo 'Running on host system without docker wrapper'
Running on host system without docker wrapper
+ echo 'Create missing folders'
Create missing folders
+ mkdir -p /tmp/ccache_dir
+ mkdir -p /ci_container_base/prev_releases
+ '[' '' == macos ']'
+ export -f CI_EXEC
+ CI_EXEC rsync --archive --stats --human-readable /tmp/cirrus-ci-build/ /ci_container_base
+ bash -c 'export PATH=/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH && cd "/ci_container_base" && rsync --archive --stats --human-readable /tmp/cirrus-ci-build/ /ci_container_base'
bash: rsync: command not found
+ echo 'Nothing to copy from /tmp/cirrus-ci-build/'
Nothing to copy from /tmp/cirrus-ci-build/
+ CI_EXEC /ci_container_base/ci/test/01_base_install.sh
+ bash -c 'export PATH=/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH && cd "/ci_container_base" && /ci_container_base/ci/test/01_base_install.sh'
bash: /ci_container_base/ci/test/01_base_install.sh: No such file or directory

Exit status: 127