Merge ~vpa1977/ubuntu/+source/slic3r-prusa:verbose_tests into ubuntu/+source/slic3r-prusa:ubuntu/devel

Proposed by Vladimir Petko
Status: Work in progress
Proposed branch: ~vpa1977/ubuntu/+source/slic3r-prusa:verbose_tests
Merge into: ubuntu/+source/slic3r-prusa:ubuntu/devel
Diff against target: 42 lines (+10/-2)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/rules (+2/-1)
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+453027@code.launchpad.net

Description of the change

Change:
 - make tests verbose to avoid builder time out due to the test deadlock.

PPA: ppa:vpa1977/plusone[1]

Tests:
 - autopkgtests:
- slic3r-prusa/2.6.1+dfsg-3ubuntu1~ppa3
    + ✅ slic3r-prusa on mantic for amd64 @ 06.10.23 07:02:12 Log️ 🗒️ [3]
    + ✅ slic3r-prusa on mantic for arm64 @ 06.10.23 07:07:01 Log️ 🗒️ [4]
    + ✅ slic3r-prusa on mantic for armhf @ 06.10.23 07:03:32 Log️ 🗒️ [5]
    + ✅ slic3r-prusa on mantic for ppc64el @ 06.10.23 07:02:10 Log️ 🗒️ [6]
    + ✅ slic3r-prusa on mantic for s390x @ 06.10.23 07:01:14 Log️ 🗒️ [7]

 - piupart tests [2]:
2m1.1s INFO: PASS: All tests.
2m1.1s INFO: piuparts run ends.

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+packages
[2] https://bugs.launchpad.net/ubuntu/+source/slic3r-prusa/+bug/2031340/+attachment/5707297/+files/prusa-slicer.log.gz
[3] https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-vpa1977-plusone/mantic/amd64/s/slic3r-prusa/20231006_070212_c9fb4@/log.gz
[4] https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-vpa1977-plusone/mantic/arm64/s/slic3r-prusa/20231006_070701_18760@/log.gz
[5] https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-vpa1977-plusone/mantic/armhf/s/slic3r-prusa/20231006_070332_1d402@/log.gz
[6] https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-vpa1977-plusone/mantic/ppc64el/s/slic3r-prusa/20231006_070210_eda4d@/log.gz
[7] https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-vpa1977-plusone/mantic/s390x/s/slic3r-prusa/20231006_070114_f6fe5@/log.gz

To post a comment you must log in.

Unmerged commits

b1906e0... by Vladimir Petko

changelog

9c5b338... by Vladimir Petko

update-maintainer

0860eec... by Vladimir Petko

  * d/rules: make tests verbose

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index b490457..adf058d 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+slic3r-prusa (2.6.1+dfsg-3ubuntu1) mantic; urgency=medium
7+
8+ * d/rules: make tests verbose to avoid build timeout (LP: #2031340).
9+
10+ -- Vladimir Petko <vladimir.petko@canonical.com> Fri, 06 Oct 2023 14:08:22 +1300
11+
12 slic3r-prusa (2.6.1+dfsg-3) unstable; urgency=medium
13
14 [ Antoni Villalonga ]
15diff --git a/debian/control b/debian/control
16index d9a352a..4bba903 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: slic3r-prusa
21 Section: misc
22 Priority: optional
23-Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
26 Uploaders: Chow Loong Jin <hyperair@debian.org>
27 Build-Depends: debhelper-compat (= 12),
28 catch2,
29diff --git a/debian/rules b/debian/rules
30index 12525c8..1aa8eb4 100755
31--- a/debian/rules
32+++ b/debian/rules
33@@ -27,7 +27,8 @@ override_dh_auto_configure:
34 -DOPENVDB_FIND_MODULE_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/OpenVDB \
35 -DSLIC3R_FHS=1 \
36 -DSLIC3R_WX_STABLE=1 \
37- -DSLIC3R_GTK=3
38+ -DSLIC3R_GTK=3 \
39+ -DCATCH_EXTRA_ARGS=-s
40
41 override_dh_auto_install:
42 dh_auto_install --destdir=debian/prusa-slicer

Subscribers

People subscribed via source and target branches