Your message dated Wed, 08 Feb 2017 11:48:27 +0000 with message-id <[email protected]> and subject line Bug#851318: fixed in uglifyjs 2.7.5-2 has caused the Debian Bug report #851318, regarding uglifyjs: FTBFS on slow machines (failing tests) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 851318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851318 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:uglifyjs Version: 2.7.5-1 Severity: serious Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep test -x debian/rules mkdir -p "." Scanning upstream source for new/changed copyright notices... set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints 9 combinations of copyright and licensing found. WARNING: New or changed notices discovered: package.json To fix the situation please do the following: 1) Examine debian/copyright_* and referenced files [... snipped ...] Running test [lift_sequences_3] Running test [lift_sequences_4] Running test [for_sequences] --- string-literal.js Running test [octal_escape_sequence] --- switch.js Running test [constant_switch_1] Running test [constant_switch_2] Running test [constant_switch_3] Running test [constant_switch_4] Running test [constant_switch_5] Running test [constant_switch_6] Running test [constant_switch_7] Running test [constant_switch_8] Running test [constant_switch_9] Running test [drop_default_1] Running test [drop_default_2] Running test [keep_default] --- typeof.js Running test [typeof_evaluation] Running test [typeof_in_boolean_context] --- unicode.js Running test [unicode_parse_variables] --- wrap_iife.js Running test [wrap_iife] Running test [wrap_iife_in_expression] Running test [wrap_iife_in_return_call] --- Sourcemaps tests [90mâ¤[0m[90mâ¤[0m[31mâ¤[0m[93mâ¤[0m[93mâ¤[0m[93mâ¤[0m[93mâ¤[0m[93mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[33mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[93mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[93mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m [90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[93mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m[90mâ¤[0m [92m [0m[32m 66 passing[0m[90m (34s)[0m [31m 1 failing[0m [0m 1) bin/uglifyjs should produce a functional build when using --self: [0m[31m Error: timeout of 5000ms exceeded[0m[90m at null.<anonymous> (/usr/lib/nodejs/mocha/lib/runnable.js:139:19) at Timer.listOnTimeout (timers.js:92:15) [0m debian/rules:52: recipe for target 'debian/stamp-build' failed make: *** [debian/stamp-build] Error 1 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- This is just how the build ends, not necessarily the relevant part. I've put several build logs here: https://people.debian.org/~sanvila/build-logs/uglifyjs/ If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the page for this package. I can reproduce this in a lot of different computers, all being "slow", but there is not a policy anywhere saying that autobuilders must be fast, so I'm not treating this one as a FTBFS-randomly bug. Thanks.
--- End Message ---
--- Begin Message ---Source: uglifyjs Source-Version: 2.7.5-2 We believe that the bug you reported is fixed in the latest version of uglifyjs, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonas Smedegaard <[email protected]> (supplier of updated uglifyjs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 08 Feb 2017 12:15:28 +0100 Source: uglifyjs Binary: node-uglify libjs-uglify Architecture: source Version: 2.7.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers <[email protected]> Changed-By: Jonas Smedegaard <[email protected]> Description: libjs-uglify - UglifyJS in library form node-uglify - JavaScript parser, mangler/compressor and beautifier toolkit Closes: 851318 Changes: uglifyjs (2.7.5-2) unstable; urgency=medium . [ Jonas Smedegaard ] * Add patch 1002 to avoid hardcoded timeout in tests. Closes: Bug#851318. Thanks to Santiago Vila. Checksums-Sha1: 99023c52b331baccde327792b82da860913fa868 2206 uglifyjs_2.7.5-2.dsc 6eb8b4606a79b0361128e3b433e99326375f7ad8 9420 uglifyjs_2.7.5-2.debian.tar.xz dde0ab1eea81a732433cabcc3df8262279558c70 9774 uglifyjs_2.7.5-2_amd64.buildinfo Checksums-Sha256: d0ab3e63ec5b338a38e58c7cb7313e1eac4ce0543b176a9f4cd00938f7e88ae9 2206 uglifyjs_2.7.5-2.dsc 835101cadad2e8d556855206c2f59d5bbc462dee5fe0833ca3e65de9a313fb10 9420 uglifyjs_2.7.5-2.debian.tar.xz 11a60f433557382d411188b4cfdcd4280e88183dd116fc124d8fc6d4502548ca 9774 uglifyjs_2.7.5-2_amd64.buildinfo Files: b95f9e2d0d84e7eb93c48c1f0f4213c8 2206 web optional uglifyjs_2.7.5-2.dsc dd06d5bc3edb21daf96b42b7a966ae6c 9420 web optional uglifyjs_2.7.5-2.debian.tar.xz f16ce959fb470c0ccb97ab120912e4dd 9774 web optional uglifyjs_2.7.5-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlibAs4ACgkQLHwxRsGg ASE0CA/+J1DaKdywA/mHDL5U9+JqZaHCxErwSYg2WMQhZEeqBpjgpemgZxD7GziE sIf2w4N/8K94GmIoYADcfpVxdTkI0If0YnZjFhcxznexDdablH10ptFJN4Rj/mPT KFW/1DQ61Rm2qelNKDdQDxhdIT37lKSTY4u770qoNnvqsZ0BnrkSVzMTIBedioMQ uUOyimS3z0RRylZvaLdIwSSBKQS/ZQm+QhWkBynkdmot6/5LzOlTSabAzwhwU8it igD1meh16aSzf6Pjj0w3frXFSa7zF9Ja3k61nUj2v0U0KDL3sviIAJtbIr3p8Obk VD6yH+8nNwnhh9wEioFrO0CXddbSV99935ISoN++hcdp8QOpkOX/KowQwdicyhuA eM2r4/0nzkInMX/WQZh5fU5OJCV+HkURTn6Qis46m1fPnUzFTseMIvb0MiiDL6lt VRYVprFEYJpqq7JtykmdI9v4+5O0Fr2Sp/QjdM6ArQRgRFjpFS7ijhRRVjIvMTRo uHAr2gsjMWhYvNmdcHzMF+wNXCIkEhi3W+hxKvObhFoAhmNktg0GB7KQynBOsKVM N8cliojdn/bBhbVLAwi1cMY2C7u7l4yygcKTrMFXPS13uhhgKh8+QcvC4yQL66IZ wBHpZh1GYcAwM7dtHFTqckTQT6O/HJrI7NnX7QFkGsly8AHMutk= =+dX+ -----END PGP SIGNATURE-----
--- End Message ---
-- Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
