Skip to content

rpm 4.20.1

rpm 4.20.1 #546515

Triggered via pull request March 21, 2025 21:44
@cho-mcho-m
synchronize #214976
rpm-4.20.1
Status Failure
Total duration 11m 14s
Artifacts 14

tests.yml

on: pull_request
formulae_detect
33s
formulae_detect
Matrix: tap_syntax
setup_tests
5s
setup_tests
report_analytics
7s
report_analytics
setup_runners
34s
setup_runners
setup_dep_tests
8s
setup_dep_tests
Matrix: tests
setup_dep_runners
2m 13s
setup_dep_runners
Matrix: test_deps
conclusion
0s
conclusion
Fit to window
Zoom out
Zoom in

Annotations

32 errors, 3 warnings, and 29 notices
macOS 15-arm64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on macOS Sequoia (15) on Apple Silicon!: Formula/r/rpm.rb#L64
cd /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/misc -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/include -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/reqprov.c.o -MF CMakeFiles/librpmbuild.dir/reqprov.c.o.d -o CMakeFiles/librpmbuild.dir/reqprov.c.o -c /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build/reqprov.c [ 83%] Building C object build/CMakeFiles/librpmbuild.dir/rpmfc.c.o cd /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/misc -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/include -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/rpmfc.c.o -MF CMakeFiles/librpmbuild.dir/rpmfc.c.o.d -o CMakeFiles/librpmbuild.dir/rpmfc.c.o -c /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build/rpmfc.c [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/spec.c.o cd /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/misc -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/include -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/spec.c.o -MF CMakeFiles/librpmbuild.dir/spec.c.o.d -o CMakeFiles/librpmbuild.dir/spec.c.o -c /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build/spec.c /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build/rpmfc.c:298:5: error: use of undeclared identifier 'sighandler_t' 298 | sighandler_t oldhandler = signal(SIGPIPE, SIG_IGN); | ^ /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build/rpmfc.c:453:21: error: use of undeclared identifier 'oldhandler' 453 | signal(SIGPIPE, oldhandler); | ^ [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o cd /tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/_build -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/misc -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/include -I/tmp/rpm-20250321-8504-jmreov/rpm-4.20.1/build -I/tmp/rpm-20250321-8504-jmr
macOS 15-arm64
install failed
macOS 15-arm64
Process completed with exit code 1.
Linux x86_64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on Linux!: Formula/r/rpm.rb#L64
[ 2%] Built target rpmquery [ 2%] Building C object rpmio/CMakeFiles/librpmio.dir/base64.c.o cd /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build/rpmio && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11 -DHAVE_CONFIG_H -DRPM_CONFIGDIR=\"/home/linuxbrew/.linuxbrew/Cellar/rpm/4.20.1/lib/rpm\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmio_EXPORTS -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/misc -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/include -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio -isystem /home/linuxbrew/.linuxbrew/Cellar/popt/1.19/include -isystem /home/linuxbrew/.linuxbrew/include/lua -isystem /home/linuxbrew/.linuxbrew/opt/zstd/include -isystem /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.4/include -O3 -DNDEBUG -std=gnu99 -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -fhardened -fopenmp -MD -MT rpmio/CMakeFiles/librpmio.dir/base64.c.o -MF CMakeFiles/librpmio.dir/base64.c.o.d -o CMakeFiles/librpmio.dir/base64.c.o -c /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio/base64.c [ 3%] Building C object rpmio/CMakeFiles/librpmio.dir/digest.c.o cd /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build/rpmio && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11 -DHAVE_CONFIG_H -DRPM_CONFIGDIR=\"/home/linuxbrew/.linuxbrew/Cellar/rpm/4.20.1/lib/rpm\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmio_EXPORTS -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/misc -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/include -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio -isystem /home/linuxbrew/.linuxbrew/Cellar/popt/1.19/include -isystem /home/linuxbrew/.linuxbrew/include/lua -isystem /home/linuxbrew/.linuxbrew/opt/zstd/include -isystem /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.4/include -O3 -DNDEBUG -std=gnu99 -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -fhardened -fopenmp -MD -MT rpmio/CMakeFiles/librpmio.dir/digest.c.o -MF CMakeFiles/librpmio.dir/digest.c.o.d -o CMakeFiles/librpmio.dir/digest.c.o -c /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio/digest.c gcc-11: error: unrecognized command-line option ‘-fhardened’ make[2]: *** [misc/CMakeFiles/libmisc.dir/build.make:82: misc/CMakeFiles/libmisc.dir/fts.c.o] Error 1 make[2]: Leaving directory '/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build' make[1]: *** [CMakeFiles/Makefile2:568: misc/CMakeFiles/libmisc.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 3%] Building C object rpmio/CMakeFiles/librpmio.dir/expression.c.o cd /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build/rpmio && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11 -DHAVE_CONFIG_H -DRPM_CONFIGDIR=\"/home/linuxbrew/.linuxbrew/Cellar/rpm/4.20.1/lib/rpm\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmio_EXPORTS -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/_build -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/misc -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/include -I/tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio -isystem /home/linuxbrew/.linuxbrew/Cellar/popt/1.19/include -isystem /home/linuxbrew/.linuxbrew/include/lua -isystem /home/linuxbrew/.linuxbrew/opt/zstd/include -isystem /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.4/include -O3 -DNDEBUG -std=gnu99 -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -fhardened -fopenmp -MD -MT rpmio/CMakeFiles/librpmio.dir/expression.c.o -MF CMakeFiles/librpmio.dir/expression.c.o.d -o CMakeFiles/librpmio.dir/expression.c.o -c /tmp/rpm-20250321-6099-1edjo6/rpm-4.20.1/rpmio/expression.c gcc-11: error: unrecognized command-line option ‘-fhardened’ gcc-11: error: unrecognized command-line option ‘-fhardened’ make[2]: *** [rpmio/CMakeFiles/librpmio.dir/build.make:96: rpmio/CMakeFiles/librpmio.dir/base64.c.o]
Linux x86_64
install failed
Linux x86_64
Process completed with exit code 1.
macOS 14-arm64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on macOS Sonoma (14) on Apple Silicon!: Formula/r/rpm.rb#L64
cd /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/misc -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/include -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/rpmfc.c.o -MF CMakeFiles/librpmbuild.dir/rpmfc.c.o.d -o CMakeFiles/librpmbuild.dir/rpmfc.c.o -c /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build/rpmfc.c [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/spec.c.o cd /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/misc -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/include -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/spec.c.o -MF CMakeFiles/librpmbuild.dir/spec.c.o.d -o CMakeFiles/librpmbuild.dir/spec.c.o -c /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build/spec.c [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o cd /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/_build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/misc -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/include -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o -MF CMakeFiles/librpmbuild.dir/parsePolicies.c.o.d -o CMakeFiles/librpmbuild.dir/parsePolicies.c.o -c /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build/parsePolicies.c /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build/rpmfc.c:298:5: error: use of undeclared identifier 'sighandler_t' 298 | sighandler_t oldhandler = signal(SIGPIPE, SIG_IGN); | ^ /tmp/rpm-20250321-8637-qbtyvz/rpm-4.20.1/build/rpmfc.c:453:21: error: use of undeclared identifier 'oldhandler' 453 | signal(SIGPIPE, oldhandler); | ^ 2 errors generated. make[2]: *** [build/CMakeFiles/librpmbuild.dir/rpmfc.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [build/CMakeFiles/librpmbuild.dir/all] Error 2 make: *** [all] Error 2 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/r/rpm.rb ==> Configuration HOMEBREW_VERSION: 4.4.25-33-gfa9f8bd ORIGIN: https://github.com/Homebrew/brew HEAD: fa9f8bd78142b8cdf30e640dd20efcd2a6caf60a Last com
macOS 14-arm64
install failed
macOS 14-arm64
Process completed with exit code 1.
macOS 13-arm64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on macOS Ventura (13) on Apple Silicon!: Formula/r/rpm.rb#L64
cd /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/misc -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/include -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/rpmfc.c.o -MF CMakeFiles/librpmbuild.dir/rpmfc.c.o.d -o CMakeFiles/librpmbuild.dir/rpmfc.c.o -c /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build/rpmfc.c [ 83%] Building C object build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o cd /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/misc -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/include -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o -MF CMakeFiles/librpmbuild.dir/parsePolicies.c.o.d -o CMakeFiles/librpmbuild.dir/parsePolicies.c.o -c /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build/parsePolicies.c [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/spec.c.o cd /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build/build && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/_build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/misc -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/include -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/lib -isystem /opt/homebrew/Cellar/popt/1.19/include -isystem /opt/homebrew/include/lua -O3 -DNDEBUG -std=gnu99 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/spec.c.o -MF CMakeFiles/librpmbuild.dir/spec.c.o.d -o CMakeFiles/librpmbuild.dir/spec.c.o -c /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build/spec.c /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build/rpmfc.c:298:5: error: use of undeclared identifier 'sighandler_t' sighandler_t oldhandler = signal(SIGPIPE, SIG_IGN); ^ /tmp/rpm-20250321-8669-flm6t6/rpm-4.20.1/build/rpmfc.c:453:21: error: use of undeclared identifier 'oldhandler' signal(SIGPIPE, oldhandler); ^ 2 errors generated. make[2]: *** [build/CMakeFiles/librpmbuild.dir/rpmfc.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [build/CMakeFiles/librpmbuild.dir/all] Error 2 make: *** [all] Error 2 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/r/rpm.rb ==> Configuration HOMEBREW_VERSION: 4.4.25-33-gfa9f8bd ORIGIN: https://github.com/Homebrew/brew HEAD: fa9f8bd78142b8cdf30e640dd20efcd2a6caf60a Last commit: 6 hours ago Branch: master
macOS 13-arm64
install failed
macOS 13-arm64
Process completed with exit code 1.
Linux arm64
rpm 4.20.1 did not build
Linux arm64
Your CPU architecture (arm64) is not supported. We only support x86_64 CPU architectures. You will be unable to use binary packages (bottles). It is expected behaviour that some formulae will fail to build in this unsupported configuration. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.
`brew install --verbose --formula --build-bottle rpm` failed on Linux!: Formula/r/rpm.rb#L64
/usr/bin/make -f po/CMakeFiles/translations_1.dir/build.make po/CMakeFiles/translations_1.dir/build make[2]: Leaving directory '/tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build' make[2]: Entering directory '/tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build' [ 2%] Generating ar.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ar.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot gcc-11: error: unrecognized command-line option ‘-fhardened’ [ 2%] Built target rpm2cpio gcc-11: error: unrecognized command-line option ‘-fhardened’ make[2]: *** [misc/CMakeFiles/libmisc.dir/build.make:82: misc/CMakeFiles/libmisc.dir/fts.c.o] Error 1 make[2]: Leaving directory '/tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build' make[1]: *** [CMakeFiles/Makefile2:568: misc/CMakeFiles/libmisc.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. [ 3%] Generating br.gmo make[2]: *** [rpmio/CMakeFiles/librpmio.dir/build.make:82: rpmio/CMakeFiles/librpmio.dir/argv.c.o] Error 1 make[2]: Leaving directory '/tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build' make[1]: *** [CMakeFiles/Makefile2:600: rpmio/CMakeFiles/librpmio.dir/all] Error 2 cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/br.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot [ 3%] Generating ca.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ca.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot [ 4%] Generating cmn.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/cmn.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgfmt -o /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ar.gmo /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ar.po cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgfmt -o /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/br.gmo /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/br.po [ 4%] Generating cs.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/cs.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgfmt -o /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ca.gmo /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/ca.po /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgfmt -o /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/cmn.gmo /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/cmn.po [ 5%] Generating da.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po/da.po /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/po/rpm.pot /home/linuxbrew/.linuxbrew/bin/msgmerge: The option '--sort-output' is deprecated. [ 6%] Generating el.gmo [ 6%] Generating de.gmo cd /tmp/rpm-20250321-6097-676hq/rpm-4.20.1/_build/po && /home/linuxbrew/.linuxbrew/bin/msgmerge --quiet --update --backup=none -s /tmp/rpm-20250321-6097-676h
Linux arm64
install failed
Linux arm64
Process completed with exit code 1.
macOS 14-x86_64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on macOS Sonoma (14)!: Formula/r/rpm.rb#L64
cd /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/misc -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/include -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/lib -isystem /usr/local/Cellar/popt/1.19/include -isystem /usr/local/include/lua -O3 -DNDEBUG -std=gnu99 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/spec.c.o -MF CMakeFiles/librpmbuild.dir/spec.c.o.d -o CMakeFiles/librpmbuild.dir/spec.c.o -c /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build/spec.c [ 84%] Building C object build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o cd /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/misc -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/include -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/lib -isystem /usr/local/Cellar/popt/1.19/include -isystem /usr/local/include/lua -O3 -DNDEBUG -std=gnu99 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/parsePolicies.c.o -MF CMakeFiles/librpmbuild.dir/parsePolicies.c.o.d -o CMakeFiles/librpmbuild.dir/parsePolicies.c.o -c /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build/parsePolicies.c [ 85%] Building C object build/CMakeFiles/librpmbuild.dir/policies.c.o cd /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/misc -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/include -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/lib -isystem /usr/local/Cellar/popt/1.19/include -isystem /usr/local/include/lua -O3 -DNDEBUG -std=gnu99 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/policies.c.o -MF CMakeFiles/librpmbuild.dir/policies.c.o.d -o CMakeFiles/librpmbuild.dir/policies.c.o -c /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build/policies.c /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build/rpmfc.c:298:5: error: use of undeclared identifier 'sighandler_t' 298 | sighandler_t oldhandler = signal(SIGPIPE, SIG_IGN); | ^ /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/build/rpmfc.c:453:21: error: use of undeclared identifier 'oldhandler' 453 | signal(SIGPIPE, oldhandler); | ^ 2 errors generated. make[2]: *** [build/CMakeFiles/librpmbuild.dir/rpmfc.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 85%] Building C object build/CMakeFiles/librpmbuild.dir/speclua.c.o cd /tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8664-4p2gyo/rpm-4.20.1/_build -I/tmp/rpm-20250321-8664-4p2gy
macOS 14-x86_64
install failed
macOS 14-x86_64
Process completed with exit code 1.
macOS 13-x86_64
rpm 4.20.1 did not build
`brew install --verbose --formula --build-bottle rpm` failed on macOS Ventura (13)!: Formula/r/rpm.rb#L64
[ 84%] Built target rpmsign [ 85%] Building C object build/CMakeFiles/librpmbuild.dir/policies.c.o cd /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/_build -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/misc -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/include -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/lib -isystem /usr/local/Cellar/popt/1.19/include -isystem /usr/local/include/lua -O3 -DNDEBUG -std=gnu99 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/policies.c.o -MF CMakeFiles/librpmbuild.dir/policies.c.o.d -o CMakeFiles/librpmbuild.dir/policies.c.o -c /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build/policies.c [ 85%] Building C object build/CMakeFiles/librpmbuild.dir/speclua.c.o cd /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/_build/build && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Dlibrpmbuild_EXPORTS -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/_build -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/misc -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/include -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/rpmio -I/tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/lib -isystem /usr/local/Cellar/popt/1.19/include -isystem /usr/local/include/lua -O3 -DNDEBUG -std=gnu99 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wformat-security -fno-strict-overflow -fno-delete-null-pointer-checks -Xclang -fopenmp -MD -MT build/CMakeFiles/librpmbuild.dir/speclua.c.o -MF CMakeFiles/librpmbuild.dir/speclua.c.o.d -o CMakeFiles/librpmbuild.dir/speclua.c.o -c /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build/speclua.c /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build/rpmfc.c:298:5: error: use of undeclared identifier 'sighandler_t' sighandler_t oldhandler = signal(SIGPIPE, SIG_IGN); ^ /tmp/rpm-20250321-8652-84uya1/rpm-4.20.1/build/rpmfc.c:453:21: error: use of undeclared identifier 'oldhandler' signal(SIGPIPE, oldhandler); ^ 2 errors generated. make[2]: *** [build/CMakeFiles/librpmbuild.dir/rpmfc.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [build/CMakeFiles/librpmbuild.dir/all] Error 2 make: *** [all] Error 2 ==> Formula Path: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/r/rpm.rb ==> Configuration HOMEBREW_VERSION: 4.4.25-33-gfa9f8bd ORIGIN: https://github.com/Homebrew/brew HEAD: fa9f8bd78142b8cdf30e640dd20efcd2a6caf60a Last commit: 6 hours ago Branch: master Core tap HEAD: 1956dd81254849c38e9ce5d63fa13df6b42f60f3 Core tap last commit: 10 minutes ago Core tap JSON: 21 Mar 21:50 UTC Core cask tap JSON: 21 Mar 21:50 UTC HOMEBREW_PREFIX: /usr/local HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 6 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 3.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby CPU: hexa-core 64-bit penryn Clang: 15.0.0 build 1500 Git: 2.39.3 =>
macOS 13-x86_64
install failed
macOS 13-x86_64
Process completed with exit code 1.
conclusion
`tests` job failure.
conclusion
`test_deps` job skipped. Do not merge until re-run with `CI-no-fail-fast-deps`
conclusion
Process completed with exit code 1.
Linux x86_64
Cache not found for keys: Linux-rubygems-d6a74633cbd77cd965abb2d0ffa09eb0e4f75bf3e73e8336f5bd59921ab89292, Linux-rubygems-
Linux arm64
Cache not found for keys: Linux-rubygems-d6a74633cbd77cd965abb2d0ffa09eb0e4f75bf3e73e8336f5bd59921ab89292, Linux-rubygems-
Linux arm64
Your CPU architecture (arm64) is not supported. We only support x86_64 CPU architectures. You will be unable to use binary packages (bottles). It is expected behaviour that some formulae will fail to build in this unsupported configuration. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.
macOS 15-arm64
0 bottle(s)
macOS 15-arm64
0 failed bottle(s)
macOS 15-arm64
1 list(s) of skipped formulae
macOS 15-arm64
0 list(s) of successfully tested dependents
Linux x86_64
0 bottle(s)
Linux x86_64
0 failed bottle(s)
Linux x86_64
1 list(s) of skipped formulae
Linux x86_64
0 list(s) of successfully tested dependents
macOS 14-arm64
0 bottle(s)
macOS 14-arm64
0 failed bottle(s)
macOS 14-arm64
1 list(s) of skipped formulae
macOS 14-arm64
0 list(s) of successfully tested dependents
macOS 13-arm64
0 bottle(s)
macOS 13-arm64
0 failed bottle(s)
macOS 13-arm64
1 list(s) of skipped formulae
macOS 13-arm64
0 list(s) of successfully tested dependents
Linux arm64
0 bottle(s)
Linux arm64
0 failed bottle(s)
Linux arm64
1 list(s) of skipped formulae
Linux arm64
0 list(s) of successfully tested dependents
macOS 14-x86_64
0 bottle(s)
macOS 14-x86_64
0 failed bottle(s)
macOS 14-x86_64
1 list(s) of skipped formulae
macOS 14-x86_64
0 list(s) of successfully tested dependents
macOS 13-x86_64
0 bottle(s)
macOS 13-x86_64
0 failed bottle(s)
macOS 13-x86_64
1 list(s) of skipped formulae
macOS 13-x86_64
0 list(s) of successfully tested dependents
conclusion
`tests` job status: failure

Artifacts

Produced during runtime
Name Size Digest
bottles_13-arm64-14001411182
781 Bytes
sha256:12b043806c5241023efdffb71393decd89c840d5a02c695434adacc6fa99c2ea
bottles_13-x86_64-14001411182
764 Bytes
sha256:a7e0f3159da007702528c31b2669eb185439f21a55e51a5c4dfa943e83c3f0b7
bottles_14-arm64-14001411182
778 Bytes
sha256:cb59f56116930a3586b7730655b362ce0ee26e22fa09b7a38afb94f035d7738d
bottles_14-x86_64-14001411182
761 Bytes
sha256:80872403dffb266379bf2da60fd19e751f3a5fe673e4ed68a46c666b5973f42a
bottles_15-arm64-14001411182
780 Bytes
sha256:2b10b4b1db87b3e82efb0469f0018d85f9892fcc9a25e93ecb8bca09ce821155
bottles_ubuntu-22.04-arm
778 Bytes
sha256:5e3d9874a1f2bc9da22aca0baa205a3bc4b4d8e0a80b00e1e25670edd72190b3
bottles_ubuntu-latest
782 Bytes
sha256:9b7f9790a60a3466c5deb6d34c0da1c184c565bd03bbe0d789a888412176f969
logs_13-arm64-14001411182
46.1 KB
sha256:d56a75c27f9ac788d1a0035ceedcef205f1a2464eacdd89ce636836ac4535365
logs_13-x86_64-14001411182
45.8 KB
sha256:0f6f08d23edf4e62567501c80d4a6a80d503d9f4492062d3133fed0d91eb92f9
logs_14-arm64-14001411182
46.4 KB
sha256:74ab55abdd62353adfe3a124c9b68164268c1788cba0500e20aef9bd9e0d9074
logs_14-x86_64-14001411182
46.1 KB
sha256:589a1a3b15033df20048b77109f62725340eba4fbd6482e7e0a977a60ee07a88
logs_15-arm64-14001411182
46.3 KB
sha256:0f8e61148ff0c9935976d5808c77f8b852e1e759fd98f6763c672f6a7e97bfe7
logs_ubuntu-22.04-arm
35.3 KB
sha256:ab678533978fb59b4a771ac627e1b6b2adc2511ab629efd10b1d0d1cff10bc27
logs_ubuntu-latest
35.1 KB
sha256:6970286ef08691869576845d6d125369a4dd2a35fc458ab7c456301e973e71c0