Package: src:openqa-server Version: 5.1782486535.1bf71ec48-8~srv+1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:openqa-server, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules execute_before_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf node_modules/ rm -rf t/pool* rm -rf t/data/openqa/share/factory/other rm -rf t/data/openqa/share/factory/foo rm -rf t/data/openqa/pool rm -f test_vars.json rm -rf .tidyall.d/ rm -rf .tidyall rm -f t/data/openqa/share/factory/hdd/hdd_image.qcow2 rm -f t/data/openqa/share/factory/hdd/00099963-hdd_image.qcow2 rm -f t/data/openqa/share/factory/foo/some-repo rm -rf t/data/openqa/testresults/ .sass-cache/ assets/cache rm -f assets/assetpack.db job.json t/data/openqa/pool/1/.locked t/data/openqa/pool/1/t/data/openqa/pool/1/.locked t/data/openqa/pool/1/t/data/openqa/pool/1/t/data/openqa/pool/1/.locked t/data/openqa/pool/1/t/data/openqa/pool/1/t/data/openqa/pool/1/worker-log.txt t/data/openqa/pool/1/t/data/openqa/pool/1/worker-log.txt t/data/openqa/share/factory/iso/Core-7.2.iso t/data/openqa/share/tests/opensuse/needles/inst-timezone-text.json t/data/openqa/webui/cache/asset-status.json rm -f t/data/openqa/share/factory/hdd/00099963-hdd_image3.qcow2 t/data/openqa/share/factory/hdd/00099963-hdd_image7.qcow2 t/data/openqa/share/factory/hdd/hdd_image2.qcow2 t/data/openqa/share/factory/hdd/hdd_image5.qcow2 t/data/openqa/share/factory/other/00099963-hdd_image3.xml t/data/openqa/share/factory/other/00099963-hdd_image4.xml rm -rf /tmp/openqa_build.HWWWNc # FIXME: no idea why I need to remove this file, as I'm also removing it via a patch, but salsa hates me otherwise rm -f assets/stylesheets/cropper.css make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_clean --buildsystem=nodejs rm -rf ./node_modules/.cache ./.nyc_output rm ./node_modules/.cache unlink ./node_modules/anser rm ./node_modules/.cache unlink ./node_modules/anser dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure --buildsystem=nodejs Link ./node_modules/anser -> /usr/share/nodejs/anser debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' debian/generate-control.pl | cmp -s - debian/control \ || { echo 'ERROR: debian/control needs to be regenerated from debian/control.in'; false; } cat debian/openqa-[cw]*.install >> debian/not-installed # ensure that there are no remote references left ! grep http assets/assetpack.def make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' : # no need to run tests in build if they are run in autopkgtest make[1]: Leaving directory '/<<PKGBUILDDIR>>' create-stamp debian/debhelper-build-stamp dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/<<PKGBUILDDIR>>' mkdir -p node_modules for d in javascript nodejs sass; do [ -L "node_modules/_u_s_$d" ] || ln -s /usr/share/$d node_modules/_u_s_$d; done # install READMEs in /etc/.../*.d/ dirs echo "README_CFGS == 'openqa.ini database.ini'" README_CFGS == 'openqa.ini database.ini' for cfg in openqa.ini database.ini; do \ ext=${cfg#*.}; \ dst_dir=debian/tmp/etc/openqa/$cfg.d; \ R_cfg=debian/README.$cfg; \ mkdir -p $dst_dir; \ if [ -e "$R_cfg" ]; then \ cp "$R_cfg" $dst_dir/README; \ else \ sed -E "s/<CONFNAME>/$cfg/" debian/README.drop-in_configs.in > $dst_dir/README; \ fi; \ done dh_auto_install -- SHELL="/bin/bash" GENERATE_PACKED_ASSETS_FAILS_ON_MISSING_ASSETS=1 SKIP_GENERATE_PACKED_ASSETS= make -j2 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no INSTALL="install --strip-program=true" SHELL=/bin/bash GENERATE_PACKED_ASSETS_FAILS_ON_MISSING_ASSETS=1 SKIP_GENERATE_PACKED_ASSETS= make[2]: Entering directory '/<<PKGBUILDDIR>>' ./tools/generate-packed-assets mkdir -p contrib/completions tools/generate-cli-completions Generated: contrib/completions/openqa-cli-completion.bash contrib/completions/openqa-cli-completion.zsh Could not find input asset "../node_modules/_u_s_nodejs/dagre-d3/dist/dagre-d3.js". at /usr/share/perl5/Mojolicious/Plugin/AssetPack.pm line 172. Could not find input asset "../node_modules/_u_s_nodejs/dagre-d3/dist/dagre-d3.js". at /usr/share/perl5/Mojolicious/Plugin/AssetPack.pm line 172. Could not find input asset "../node_modules/_u_s_nodejs/dagre-d3/dist/dagre-d3.js". at /usr/share/perl5/Mojolicious/Plugin/AssetPack.pm line 172. make[2]: *** [Makefile:113: generate-assets] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_install: error: make -j2 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no INSTALL="install --strip-program=true" SHELL=/bin/bash GENERATE_PACKED_ASSETS_FAILS_ON_MISSING_ASSETS=1 SKIP_GENERATE_PACKED_ASSETS= returned exit code 2 make[1]: *** [debian/rules:49: override_dh_auto_install] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

