Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package rclone (explain the reason for the unblock here) binNMU rclone/1.45-2 on mips and mipsel FTBFS, the reason is that Test killed with quit: ran too long (10m0s). So just to increase the timeout. It's now built on all release architectures. (include/attach the debdiff against the package in testing) diff -Nru rclone-1.45/debian/changelog rclone-1.45/debian/changelog --- rclone-1.45/debian/changelog 2018-12-12 16:40:34.000000000 +0800 +++ rclone-1.45/debian/changelog 2019-06-10 02:22:04.000000000 +0800 @@ -1,3 +1,10 @@ +rclone (1.45-3) unstable; urgency=medium + + * d/rules: increase test timeout. + Some architectures like mips are slow to run test + + -- Shengjing Zhu <z...@debian.org> Mon, 10 Jun 2019 02:22:04 +0800 + rclone (1.45-2) unstable; urgency=medium * Add versioned Build-Depends. diff -Nru rclone-1.45/debian/rules rclone-1.45/debian/rules --- rclone-1.45/debian/rules 2018-12-06 04:52:25.000000000 +0800 +++ rclone-1.45/debian/rules 2019-06-10 02:22:04.000000000 +0800 @@ -14,3 +14,6 @@ %: dh $@ --buildsystem=golang --with=golang,bash-completion + +override_dh_auto_test: + dh_auto_test -- -timeout 20m unblock rclone/1.45-3 -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)