Actions
action #159720
closed[OBS] openQA packages failing with "File not found: /home/abuild/…/usr/share/openqa/node_modules" apparently on all architectures but x86_64
Start date:
2024-04-29
Due date:
2024-05-13
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
openQA packages failing with "File not found: /home/abuild/…/usr/share/openqa/node_modules" apparently on all architectures but x86_64 on https://build.opensuse.org/package/show/devel:openQA/openQA, e.g. https://build.opensuse.org/package/live_build_log/devel:openQA/openQA/15.6/aarch64
RPM build errors:
[ 108s] File not found: /home/abuild/rpmbuild/BUILDROOT/openQA-4.6.1714380219.2dfd6ca4-lp156.6551.1.aarch64/usr/share/openqa/node_modules
Searching for node_modules in the log I find
[ 63s] Unpacking node_modules.obscpio ...
[ 63s] 39424 blocks
so the archive is found an unpacked but then
[ 92s] + /usr/bin/make -O -j4
[ 92s] Call one of the available targets:
[ 92s] help
[ 92s] install-generic
[ 92s] install-opensuse
[ 92s] install
[ 92s] node_modules
[ 92s] test
[ 92s] test-checkstyle
[ 92s] test-t
[ 92s] test-heavy
[ 92s] test-ui
[ 92s] test-api
[ 92s] test-unstable
[ 92s] test-fullstack
[ 92s] test-fullstack-unstable
[ 92s] test-with-database
[ 92s] test-unit-and-integration
[ 92s] run-tests-within-container
[ 92s] coverage
[ 92s] coverage-report-codecov
[ 92s] coverage-codecov
[ 92s] coverage-report-html
[ 92s] coverage-html
[ 92s] container-test-build
[ 92s] $(container_env_file)
[ 92s] launch-container-to-run-tests-within
[ 92s] prepare-and-launch-container-to-run-tests-within
[ 92s] test-checkstyle-standalone
[ 92s] test-critic
[ 92s] test-tidy-compile
[ 92s] test-shellcheck
[ 92s] test-yaml
[ 92s] test-shfmt
[ 92s] test-check-containers
[ 92s] tidy-js
[ 92s] tidy-perl
[ 92s] tidy
[ 92s] test-containers-compose
[ 92s] test-helm-chart
[ 92s] test-helm-lint
[ 92s] test-helm-install
[ 92s] update-deps
[ 92s] generate-docs
[ 92s] serve-docs
[ 92s] See docs/Contributing.asciidoc for more details
[ 92s] + exit 0
[ 92s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Mct3DZ
[ 92s] + umask 022
[ 92s] + cd /home/abuild/rpmbuild/BUILD
[ 92s] + cd openQA-4.6.1714380219.2dfd6ca4
[ 92s] + export LC_ALL=en_US.UTF-8
[ 92s] + LC_ALL=en_US.UTF-8
[ 92s] + export LANG=en_US.UTF-8
[ 92s] + LANG=en_US.UTF-8
[ 92s] + make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/openQA-4.6.1714380219.2dfd6ca4-lp156.6551.1.aarch64
[ 93s] Can't locate Config/IniFiles.pm in @INC (you may need to install the Config::IniFiles module) (@INC contains: lib /usr/lib/perl5/site_perl/5.26.1/aarch64-linux-thread-multi /usr/lib/perl5/site_perl/5.26.1 /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1 /usr/lib/perl5/5.26.1/aarch64-linux-thread-multi /usr/lib/perl5/5.26.1 /usr/lib/perl5/site_perl) at lib/OpenQA/Setup.pm line 12.
[ 93s] BEGIN failed--compilation aborted at l
this is likely related to https://github.com/os-autoinst/openQA/pull/5595 and #159411
Updated by okurz 6 months ago
- Related to action #159411: Upgrade codemirror from 5.58.2 to 6.0.1 size:M added
Actions