Your message dated Thu, 07 Feb 2019 13:19:14 +0000
with message-id <[email protected]>
and subject line Bug#889125: fixed in comidi-clojure 0.3.1-2
has caused the Debian Bug report #889125,
regarding comidi-clojure FTBFS: test failure
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.)
--
889125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: comidi-clojure
Version: 0.3.1-1
Severity: serious
Some recent change in unstable makes comidi-clojure FTBFS:
https://tests.reproducible-builds.org/debian/history/comidi-clojure.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/comidi-clojure.html
...
dh_auto_test
(cd test && find . -name "*.clj" | \
xargs --verbose clojure -cp
/build/1st/comidi-clojure-0.3.1/comidi.jar:/usr/share/java/clojure.jar:/usr/share/java/clj-time.jar:/usr/share/java/bidi.jar:/usr/share/java/compojure.jar:/usr/share/java/prismatic-schema.jar:/usr/share/java/kitchensink.jar)
clojure -cp
/build/1st/comidi-clojure-0.3.1/comidi.jar:/usr/share/java/clojure.jar:/usr/share/java/clj-time.jar:/usr/share/java/bidi.jar:/usr/share/java/compojure.jar:/usr/share/java/prismatic-schema.jar:/usr/share/java/kitchensink.jar
./puppetlabs/comidi_test.clj
Exception in thread "main" clojure.lang.ExceptionInfo: Call to clojure.core/ns
did not conform to spec:
In: [1] val: ((require [clojure.test :refer :all] [puppetlabs.comidi :as comidi
:refer :all] [schema.test :as schema-test] [schema.core :as schema]
[clojure.zip :as zip] [bidi.bidi :as bidi])) fails at: [:args] predicate: (cat
:docstring (? string?) :attr-map (? map?) :clauses
:clojure.core.specs/ns-clauses), Extra input
:clojure.spec/args (puppetlabs.comidi-test (require [clojure.test :refer :all]
[puppetlabs.comidi :as comidi :refer :all] [schema.test :as schema-test]
[schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as bidi]))
#:clojure.spec{:problems [{:path [:args], :reason "Extra input", :pred (cat
:docstring (? string?) :attr-map (? map?) :clauses
:clojure.core.specs/ns-clauses), :val ((require [clojure.test :refer :all]
[puppetlabs.comidi :as comidi :refer :all] [schema.test :as schema-test]
[schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as bidi])), :via [],
:in [1]}], :args (puppetlabs.comidi-test (require [clojure.test :refer :all]
[puppetlabs.comidi :as comidi :refer :all] [schema.test :as schema-test]
[schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as bidi]))},
compiling:(/build/1st/comidi-clojure-0.3.1/test/./puppetlabs/comidi_test.clj:1:1)
at clojure.lang.Compiler.load(Compiler.java:7442)
at clojure.lang.Compiler.loadFile(Compiler.java:7368)
at clojure.main$load_script.invokeStatic(main.clj:277)
at clojure.main$script_opt.invokeStatic(main.clj:337)
at clojure.main$script_opt.invoke(main.clj:332)
at clojure.main$main.invokeStatic(main.clj:423)
at clojure.main$main.doInvoke(main.clj:386)
at clojure.lang.RestFn.applyTo(RestFn.java:137)
at clojure.lang.Var.applyTo(Var.java:700)
at clojure.main.main(main.java:37)
Caused by: clojure.lang.ExceptionInfo: Call to clojure.core/ns did not conform
to spec:
In: [1] val: ((require [clojure.test :refer :all] [puppetlabs.comidi :as comidi
:refer :all] [schema.test :as schema-test] [schema.core :as schema]
[clojure.zip :as zip] [bidi.bidi :as bidi])) fails at: [:args] predicate: (cat
:docstring (? string?) :attr-map (? map?) :clauses
:clojure.core.specs/ns-clauses), Extra input
:clojure.spec/args (puppetlabs.comidi-test (require [clojure.test :refer :all]
[puppetlabs.comidi :as comidi :refer :all] [schema.test :as schema-test]
[schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as bidi]))
{:clojure.spec/problems [{:path [:args], :reason "Extra input", :pred (cat
:docstring (? string?) :attr-map (? map?) :clauses
:clojure.core.specs/ns-clauses), :val ((require [clojure.test :refer :all]
[puppetlabs.comidi :as comidi :refer :all] [schema.test :as schema-test]
[schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as bidi])), :via [],
:in [1]}], :clojure.spec/args (puppetlabs.comidi-test (require [clojure.test
:refer :all] [puppetlabs.comidi :as comidi :refer :all] [schema.test :as
schema-test] [schema.core :as schema] [clojure.zip :as zip] [bidi.bidi :as
bidi]))}
at clojure.core$ex_info.invokeStatic(core.clj:4725)
at clojure.spec$macroexpand_check.invokeStatic(spec.clj:697)
at clojure.spec$macroexpand_check.invoke(spec.clj:686)
at clojure.lang.AFn.applyToHelper(AFn.java:156)
at clojure.lang.AFn.applyTo(AFn.java:144)
at clojure.lang.Var.applyTo(Var.java:700)
at clojure.lang.Compiler.macroexpand1(Compiler.java:6816)
at clojure.lang.Compiler.macroexpand(Compiler.java:6888)
at clojure.lang.Compiler.eval(Compiler.java:6962)
at clojure.lang.Compiler.load(Compiler.java:7430)
... 9 more
debian/rules:32: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 123
--- End Message ---
--- Begin Message ---
Source: comidi-clojure
Source-Version: 0.3.1-2
We believe that the bug you reported is fixed in the latest version of
comidi-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.
Cyril Brulebois <[email protected]> (supplier of updated comidi-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: SHA512
Format: 1.8
Date: Thu, 07 Feb 2019 13:58:55 +0100
Source: comidi-clojure
Binary: libcomidi-clojure
Architecture: source
Version: 0.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Cyril Brulebois <[email protected]>
Description:
libcomidi-clojure - HTTP route definitions for Clojure
Closes: 889125
Changes:
comidi-clojure (0.3.1-2) unstable; urgency=medium
.
* Add prospective upstream patch (issues/36, pull/37) to fix spec
conformance issues following the upgrade to Clojure 1.9+, fixing
the FTBFS due to test failures (Closes: #889125).
* Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
Checksums-Sha1:
27084ff6fb8ddbc5a3eef2ec3d78e9bdd631f1cc 2278 comidi-clojure_0.3.1-2.dsc
8fe7bacb81e21faee11647dc894b472457badea8 3988
comidi-clojure_0.3.1-2.debian.tar.xz
803dd6d0dc8b6e614c246701f5f639dacce5e63d 7447
comidi-clojure_0.3.1-2_source.buildinfo
Checksums-Sha256:
4f8e9ef8262d153bf92b0a4c4f380fc1e786ecd54934e7617bb6be3b8cfd2b3f 2278
comidi-clojure_0.3.1-2.dsc
1a7ebd84d591bac97918799a8bc9ece96351723a92797ff5bb731dd87c1cf39b 3988
comidi-clojure_0.3.1-2.debian.tar.xz
d82599369fbfd1d46b11895bfa958d6a464fdafcacc9b31af83457e1ff1ff73f 7447
comidi-clojure_0.3.1-2_source.buildinfo
Files:
80137d0e74468293515940dd75e142a7 2278 java optional comidi-clojure_0.3.1-2.dsc
4c1f400e1b20f1d1f9b9293688d54ec0 3988 java optional
comidi-clojure_0.3.1-2.debian.tar.xz
16058b4756d3245252cd03eb3efe6682 7447 java optional
comidi-clojure_0.3.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAlxcLCsACgkQ/5FK8MKz
VSAaDw/+Pf4bU2Z6lH/ALJO6Ho09N+GdkU9ZHJXkoZBlqe4fcEINDHoIYcYtGAYl
R+nDGk3H5TQo/9y3/NJEBaqJIF0KJZZnFa2E0bAlP0dPWycdnd9GfJe+q8ZaBxKW
3m1X5goEjlqmTU3f7sCOknXhpt9q7L3X3gaKK6HNeiTADNH7hgcbhaw6RKlZZt4x
T3ue4R/0lQO6VdfHM0sXLHdP9onN+byjTAhyolS3a9WO35/KJKJoAVsNW/TNcEUZ
mg7TutqIYmhtVByWZV2xWX9TkgpK9rYhulpWFlSCo0btQUlkPowSWYuMwK8bbZOl
c67FUNF2OaAfzpN8oeXcY51AjEdOhZijB1h5BsjFs23hLcFb0gK8AuD0I8sgIvZt
AEHB2oS9z0ohjIMLddk/ze4vqy4dcKKXFNPNRCpmZA2vqIB9zhN4+HS3Hi7CkjLf
y5owKIJLVz6cGdF3FNN1mr5Xr/abctbwgXb95aJObeSea8JSI4KtqUoSqcUcLi9j
Uf9lVucohL31gyLELDKsQm7ZsMBrvdZ7sowcaEgqZBVJr0KsCZwk7gGO2eSEONFp
NgDYQS7vDsqCrw5NQ7aVqo3SpxkPKLvDQ6sLINyhMc1hbRoY8WNAb6VBNx2M+sHN
2Ud9Da7Ee43r4mnJmpyYgmeHC1uUzSYnPliIKxbgJJrx2LroS5g=
=46f6
-----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.