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

Bugfix: Address broken things around Peers detail view #677

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Bugfix: GUI: Peers: Peers without any permissions are "None", not "N/A"

cfe5bbe
Select commit
Loading
Failed to load commit list.
Open

Bugfix: Address broken things around Peers detail view #677

Bugfix: GUI: Peers: Peers without any permissions are "None", not "N/A"
cfe5bbe
Select commit
Loading
Failed to load commit list.
Cirrus CI / [fuzzer,address,undefined,integer, no depends] [jammy] failed Oct 25, 2023 in 44s

Task Summary

Instruction ci failed in 00:01

Details

✅ 00:30 clone
✅ 00:10 merge_base
✅ 00:01 depends_built
✅ 00:00 ccache
❌ 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: line 1: 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: line 1: /ci_container_base/ci/test/01_base_install.sh: No such file or directory

Exit status: 127