Actions
action #177901
closedOBS build in openSUSE:Factory/openQA/standard/x86_64 fails with "make: *** No rule to make target 'package-lock.json', needed by 'node_modules'. Stop." size:S
Start date:
2025-02-26
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
https://build.opensuse.org/package/live_build_log/openSUSE:Factory/openQA/standard/x86_64 fails repeatedly with
[ 37s] + make test 'PROVE_ARGS=-r -v t' CHECKSTYLE=0 TEST_PG_PATH=/home/abuild/rpmbuild/BUILD/openQA-4.6.1740219045.577a81d2-build/BUILDROOT/DB
[ 37s] make: *** No rule to make target 'package-lock.json', needed by 'node_modules'. Stop.
[ 37s] error: Bad exit status from /var/tmp/rpm-tmp.3GjaLY (%check)
Acceptance Criteria¶
- AC1: OBS package builds successfull pass
Suggestions¶
- Happening across multiple PRs at this point
- The mentioned lock file is expected to be removed explicitly by the test
- Maybe the new node version stops creating the file?
Updated by tinita 2 days ago
There is one difference I can see to a successful run, near to unpacking node_modules
:
https://build.opensuse.org/build/devel:openQA/openSUSE_Factory/x86_64/openQA/_log fails
[ 21s] ... running 01-add_abuild_user_to_trusted_group
[ 21s] ... running 02-set_timezone_to_utc
[ 21s] ... running 03-set-permissions-secure
[ 21s] ... running 11-hack_uname_version_to_kernel_version
[ 21s] setting SOURCE_DATE_EPOCH_MTIME to 1740581875
[ 21s] Unpacking node_modules.obscpio ...
https://build.opensuse.org/build/devel:openQA/15.6/x86_64/openQA/_log succeeds
[ 37s] ... running 01-add_abuild_user_to_trusted_group
[ 37s] ... running 02-set_timezone_to_utc
[ 37s] ... running 03-set-permissions-secure
[ 37s] ... running 11-hack_uname_version_to_kernel_version
[ 37s] ip: error while loading shared libraries: libbpf.so.1: cannot open shared object file: No such file or directory
[ 37s] ip: error while loading shared libraries: libbpf.so.1: cannot open shared object file: No such file or directory
[ 37s] ip: error while loading shared libraries: libbpf.so.1: cannot open shared object file: No such file or directory
[ 37s] Unpacking node_modules.obscpio ...
[ 37s] 39848 blocks
But the one with the error message is the one which succeeds...
Updated by tinita 2 days ago
- Subject changed from OBS build in openSUSE:Factory/openQA/standard/x86_64 fails with "make: *** No rule to make target 'package-lock.json', needed by 'node_modules'. Stop." to OBS build in openSUSE:Factory/openQA/standard/x86_64 fails with "make: *** No rule to make target 'package-lock.json', needed by 'node_modules'. Stop." size:S
- Description updated (diff)
- Status changed from New to Workable
Actions