Your message dated Sun, 30 Dec 2018 10:52:19 +0000 with message-id <[email protected]> and subject line Bug#917600: fixed in puppetlabs-ring-middleware-clojure 1.0.0-2 has caused the Debian Bug report #917600, regarding puppetlabs-ring-middleware-clojure: FTBFS (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.) -- 917600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917600 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:puppetlabs-ring-middleware-clojure Version: 1.0.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with javahelper --with jh_maven_repo_helper dh_update_autotools_config -i dh_autoreconf -i jh_linkjars -i debian/rules override_jh_build make[1]: Entering directory '/<<PKGBUILDDIR>>' cat debian/header.html > /<<PKGBUILDDIR>>/CHANGELOG.html sed -i'' -e 's#@TITLE@#1.0.0#g' /<<PKGBUILDDIR>>/CHANGELOG.html markdown /<<PKGBUILDDIR>>/CHANGELOG.md >> /<<PKGBUILDDIR>>/CHANGELOG.html cat debian/footer.html >> /<<PKGBUILDDIR>>/CHANGELOG.html cat debian/header.html > /<<PKGBUILDDIR>>/CONTRIBUTING.html sed -i'' -e 's#@TITLE@#How to contribute#g' /<<PKGBUILDDIR>>/CONTRIBUTING.html markdown /<<PKGBUILDDIR>>/CONTRIBUTING.md >> /<<PKGBUILDDIR>>/CONTRIBUTING.html [... snipped ...] xargs --verbose clojure -cp /<<PKGBUILDDIR>>/puppetlabs-ring-middleware.jar:/usr/share/java/clojure.jar:/usr/share/java/clj-time.jar:/usr/share/java/cheshire.jar:/usr/share/java/tools.logging.jar:/usr/share/java/prismatic-schema.jar:/usr/share/java/puppetlabs-http-client.jar:/usr/share/java/kitchensink.jar:/usr/share/java/ssl-utils.jar:/usr/share/java/ring-core.jar:/usr/share/java/slingshot.jar:/usr/share/java/trapperkeeper-test.jar:/usr/share/java/trapperkeeper-webserver-jetty9.jar:/usr/share/java/kitchensink-test.jar:/usr/share/java/compojure.jar:/usr/share/java/tools.reader.jar:/usr/share/java/tools.macro.jar) clojure -cp /<<PKGBUILDDIR>>/puppetlabs-ring-middleware.jar:/usr/share/java/clojure.jar:/usr/share/java/clj-time.jar:/usr/share/java/cheshire.jar:/usr/share/java/tools.logging.jar:/usr/share/java/prismatic-schema.jar:/usr/share/java/puppetlabs-http-client.jar:/usr/share/java/kitchensink.jar:/usr/share/java/ssl-utils.jar:/usr/share/java/ring-core.jar:/usr/share/java/slingshot.jar:/usr/share/java/trapperkeeper-test.jar:/usr/share/java/trapperkeeper-webserver-jetty9.jar:/usr/share/java/kitchensink-test.jar:/usr/share/java/compojure.jar:/usr/share/java/tools.reader.jar:/usr/share/java/tools.macro.jar ./puppetlabs/ring_middleware/core_test.clj ./puppetlabs/ring_middleware/utils_test.clj ./puppetlabs/ring_middleware/testutils/common.clj WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: puppetlabs.kitchensink.core, being replaced by: #'puppetlabs.kitchensink.core/boolean? WARNING: uuid? already refers to: #'clojure.core/uuid? in namespace: puppetlabs.kitchensink.core, being replaced by: #'puppetlabs.kitchensink.core/uuid? Exception in thread "main" java.io.FileNotFoundException: Could not locate puppetlabs/ring_middleware/testutils/common__init.class or puppetlabs/ring_middleware/testutils/common.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name., compiling:(/<<PKGBUILDDIR>>/test/./puppetlabs/ring_middleware/core_test.clj:1:1) at clojure.lang.Compiler.load(Compiler.java:7526) at clojure.lang.Compiler.loadFile(Compiler.java:7452) at clojure.main$load_script.invokeStatic(main.clj:278) at clojure.main$script_opt.invokeStatic(main.clj:338) at clojure.main$script_opt.invoke(main.clj:333) at clojure.main$main.invokeStatic(main.clj:424) at clojure.main$main.doInvoke(main.clj:387) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.lang.Var.applyTo(Var.java:702) at clojure.main.main(main.java:37) Caused by: java.io.FileNotFoundException: Could not locate puppetlabs/ring_middleware/testutils/common__init.class or puppetlabs/ring_middleware/testutils/common.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name. at clojure.lang.RT.load(RT.java:463) at clojure.lang.RT.load(RT.java:426) at clojure.core$load$fn__9115.invoke(core.clj:6046) at clojure.core$load.invokeStatic(core.clj:6045) at clojure.core$load.doInvoke(core.clj:6029) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invokeStatic(core.clj:5848) at clojure.core$load_one.invoke(core.clj:5843) at clojure.core$load_lib$fn__9060.invoke(core.clj:5888) at clojure.core$load_lib.invokeStatic(core.clj:5887) at clojure.core$load_lib.doInvoke(core.clj:5868) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invokeStatic(core.clj:659) at clojure.core$load_libs.invokeStatic(core.clj:5925) at clojure.core$load_libs.doInvoke(core.clj:5909) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invokeStatic(core.clj:659) at clojure.core$require.invokeStatic(core.clj:5947) at clojure.core$require.doInvoke(core.clj:5947) at clojure.lang.RestFn.invoke(RestFn.java:2422) at puppetlabs.ring_middleware.core_test$eval2694$loading__9001__auto____2695.invoke(core_test.clj:1) at puppetlabs.ring_middleware.core_test$eval2694.invokeStatic(core_test.clj:1) at puppetlabs.ring_middleware.core_test$eval2694.invoke(core_test.clj:1) at clojure.lang.Compiler.eval(Compiler.java:7062) at clojure.lang.Compiler.eval(Compiler.java:7051) at clojure.lang.Compiler.load(Compiler.java:7514) ... 9 more make[1]: *** [debian/rules:27: override_dh_auto_test] Error 123 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" on amd64 but it also failed here on armhf with identical error: https://tests.reproducible-builds.org/debian/rbuild/unstable/armhf/puppetlabs-ring-middleware-clojure_1.0.0-1.rbuild.log.gz (The reason for the failure is already known, see Bug #880320 for example). Thanks.
--- End Message ---
--- Begin Message ---Source: puppetlabs-ring-middleware-clojure Source-Version: 1.0.0-2 We believe that the bug you reported is fixed in the latest version of puppetlabs-ring-middleware-clojure, 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. Andrej Shadura <[email protected]> (supplier of updated puppetlabs-ring-middleware-clojure 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: Sun, 30 Dec 2018 11:31:32 +0100 Source: puppetlabs-ring-middleware-clojure Binary: libpuppetlabs-ring-middleware-clojure Architecture: source Version: 1.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Andrej Shadura <[email protected]> Description: libpuppetlabs-ring-middleware-clojure - common Ring middleware for Puppet projects Closes: 917600 Changes: puppetlabs-ring-middleware-clojure (1.0.0-2) unstable; urgency=medium . * Team upload. . [ Cyril Brulebois ] * Fix FTBFS by running tests in a specific order. Instead of blindly (reverse-)sorting the results of the find command and trusting it to be right, encode a suitable sequence of tests (Closes: #917600). Also make sure to error out when tests are added or removed, to make sure this sequence get refreshed when needed. * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement). Checksums-Sha1: 0573026852230452a60b11f274acc9a03dde1ef2 2617 puppetlabs-ring-middleware-clojure_1.0.0-2.dsc 801b3abf9c6e4afcd9809b3b097067295333b79a 3812 puppetlabs-ring-middleware-clojure_1.0.0-2.debian.tar.xz Checksums-Sha256: 2a20c9bf1e59a5f52f69511f5f9b9a61b9d1534888ce28e6dbeebaec4e291e84 2617 puppetlabs-ring-middleware-clojure_1.0.0-2.dsc e68683bcb647f65c9d669fcd2e4f3879e140ed382e58e5057887aa64773e2be7 3812 puppetlabs-ring-middleware-clojure_1.0.0-2.debian.tar.xz Files: e8d0874f550f1eadaf68c8a3fa5d17fd 2617 java optional puppetlabs-ring-middleware-clojure_1.0.0-2.dsc f82b8ffd6ebe35e03b251bf7243b10de 3812 java optional puppetlabs-ring-middleware-clojure_1.0.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlwontEACgkQXkCM2RzY OdLL5ggArn1hUMEzV4W50ztxsgkf89CoFzpKEJkoWEjYBTGszqbs9a5UwmtD8Kth XfFcypUyeH3OkTuZoRVJzTTHUInEWahx4J6ivfeI6kBqii5kolgkeltrYB7hJ39k eA2nhrcfRTBJYoWw8zUVsOHhMy/hOzUR0aDhrxEsHp/0Pt4A/yhjkwEKj5sPwSxq H2KRuzlnJQUBuInimEUUge/oEnNYUeDmyw4J5D7WkQ2xDUE/xS8ZCou8KEaExaQv hVsVkp3A3TZQ0ZH19rp4SlcDI5RAKqw9PTo53ZY1eydtvwU/56yZpxJhYHA3/PCX 32EEfUO6SZp7oqVOC2RNgWMn/SL9XA== =Vpcu -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
