Your message dated Wed, 12 Aug 2026 00:49:20 +0000
with message-id <[email protected]>
and subject line Bug#1144180: fixed in ring-clojure 1.15.5-3
has caused the Debian Bug report #1144180,
regarding ring-clojure: FTBFS: cat: '/tmp/clojure-*.edn': No such file or 
directory
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.)


-- 
1144180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144180
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ring-clojure
Version: 1.15.5-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ring-clojure, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with maven_repo_helper --without=single-binary
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f .lein-failures
rm -Rf .lein debian/maven-repo
for sub in org.ring-clojure/ring-core-protocols 
org.ring-clojure/ring-websocket-protocols ring/ring-core ring/ring-servlet 
org.ring-clojure/ring-jakarta-servlet ring/ring-jetty-adapter ; do \
        rm -f .lein-failures; \
        rm -f debian/$sub.pom.xml; \
        rm -Rf $sub/target; \
done
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with maven_repo_helper --without=single-binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp -rs /usr/share/maven-repo debian
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; echo "---> Building org.ring-clojure/ring-core-proto 
[too-long-redacted] /debian/${PROJECT}-debian.pom; 
---> Building org.ring-clojure/ring-core-protocols
Wrote /<<PKGBUILDDIR>>/ring-core-protocols/../debian/ring-core-protocols.pom.xml
Created 
/<<PKGBUILDDIR>>/ring-core-protocols/target/ring-core-protocols-1.15.5.jar
---> Building org.ring-clojure/ring-websocket-protocols
Wrote 
/<<PKGBUILDDIR>>/ring-websocket-protocols/../debian/ring-websocket-protocols.pom.xml
Created 
/<<PKGBUILDDIR>>/ring-websocket-protocols/target/ring-websocket-protocols-1.15.5.jar
---> Building ring/ring-core
Wrote /<<PKGBUILDDIR>>/ring-core/../debian/ring-core.pom.xml
Created /<<PKGBUILDDIR>>/ring-core/target/ring-core-1.15.5.jar
---> Building ring/ring-servlet
Wrote /<<PKGBUILDDIR>>/ring-servlet/../debian/ring-servlet.pom.xml
Created /<<PKGBUILDDIR>>/ring-servlet/target/ring-servlet-1.15.5.jar
---> Building org.ring-clojure/ring-jakarta-servlet
Wrote 
/<<PKGBUILDDIR>>/ring-jakarta-servlet/../debian/ring-jakarta-servlet.pom.xml
Created 
/<<PKGBUILDDIR>>/ring-jakarta-servlet/target/ring-jakarta-servlet-1.15.5.jar
---> Building ring/ring-jetty-adapter
Wrote /<<PKGBUILDDIR>>/ring-jetty-adapter/../debian/ring-jetty-adapter.pom.xml
Created /<<PKGBUILDDIR>>/ring-jetty-adapter/target/ring-jetty-adapter-1.15.5.jar
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; export PROJECT="ring-core-protocols"; cd /<<PKGBUILD 
[too-long-redacted] clojure-*.edn; exit 1; fi; fi; 
---> Testing org.ring-clojure/ring-core-protocols

lein test ring.core.test.protocols

Ran 4 tests containing 17 assertions.
0 failures, 0 errors.
---> Testing ring/ring-core

lein test ring.middleware.multipart-params.test.byte-array

lein test ring.middleware.multipart-params.test.request-context

lein test ring.middleware.multipart-params.test.temp-file

lein test ring.middleware.session.test.cookie

lein test ring.middleware.session.test.memory

lein test ring.middleware.test.content-length

lein test ring.middleware.test.content-type

lein test ring.middleware.test.cookies

lein test ring.middleware.test.file

lein test ring.middleware.test.file-info

lein test ring.middleware.test.flash

lein test ring.middleware.test.head

lein test ring.middleware.test.keyword-params

lein test ring.middleware.test.multipart-params

lein test ring.middleware.test.nested-params

lein test ring.middleware.test.not-modified

lein test ring.middleware.test.params

lein test ring.middleware.test.resource

lein test ring.middleware.test.session

lein test ring.test.websocket

lein test ring.util.test.async

lein test ring.util.test.io

lein test ring.util.test.mime-type

lein test ring.util.test.request

lein test ring.util.test.response

lein test ring.util.test.time

Ran 191 tests containing 525 assertions.
0 failures, 0 errors.
---> Testing ring/ring-servlet

lein test ring.util.test.servlet

Ran 5 tests containing 46 assertions.
0 failures, 0 errors.
---> Testing org.ring-clojure/ring-jakarta-servlet

lein test ring.util.jakarta.test.servlet

Ran 5 tests containing 46 assertions.
0 failures, 0 errors.
---> Testing ring/ring-jetty-adapter
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

lein test ring.adapter.test.jetty
Aug 09, 2026 8:58:10 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request 
to {s}->https://localhost:42313: Broken pipe
Aug 09, 2026 8:58:10 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://localhost:42313

lein test :only ring.adapter.test.jetty/test-run-jetty

FAIL in (test-run-jetty) (jetty.clj:347)
using default connector options
expected: (> (-> connector (.getSelectorManager) (.getSelectorCount)) 1)
  actual: (not (> 1 1))

Ran 5 tests containing 99 assertions.
1 failures, 0 errors.
Subprocess failed (exit code: 1)
cat: '/tmp/clojure-*.edn': No such file or directory
make[1]: *** [debian/rules:40: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ring-clojure
Source-Version: 1.15.5-3
Done: Jérôme Charaoui <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ring-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.
Jérôme Charaoui <[email protected]> (supplier of updated ring-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: Tue, 11 Aug 2026 20:19:02 -0400
Source: ring-clojure
Architecture: source
Version: 1.15.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Clojure Maintainers <[email protected]>
Changed-By: Jérôme Charaoui <[email protected]>
Closes: 1144180
Changes:
 ring-clojure (1.15.5-3) unstable; urgency=medium
 .
   * d/pacthes: add patch to fix test on single cpu hosts (Closes: #1144180)
   * d/patches: add missing dep-3 headers
   * d/watch: switch to STABLE_VERSION pattern
Checksums-Sha1:
 dac9448e76aeed0924a90b0b4fc9a5aac6344cc1 2433 ring-clojure_1.15.5-3.dsc
 db1d700cf91330c943f0f77e995d0eaaf91096d8 9896 
ring-clojure_1.15.5-3.debian.tar.xz
 6965cba3afa10bd27e752ab3f97d0abdf6730b55 15312 
ring-clojure_1.15.5-3_amd64.buildinfo
Checksums-Sha256:
 43e0434ab11a7d6fe6b60120111c895acb5e044e534a805292d3f80a3a5e006e 2433 
ring-clojure_1.15.5-3.dsc
 ba6bd943f5a8774fff66eb827a991f4dd8f33454bd194925f0f89bc81e6a3235 9896 
ring-clojure_1.15.5-3.debian.tar.xz
 aba96c0b5086c5ceca28b9b3a8fb29191538a0bdd5e8dcfd03f63262454c95cb 15312 
ring-clojure_1.15.5-3_amd64.buildinfo
Files:
 c991fbe8a91a0280c6d698797ecc8643 2433 java optional ring-clojure_1.15.5-3.dsc
 771dfc30d32a778df09d65966fbb5bd0 9896 java optional 
ring-clojure_1.15.5-3.debian.tar.xz
 628a6a7259a5c251ddc22347a4cadd18 15312 java optional 
ring-clojure_1.15.5-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCanu+IAAKCRBpxS9ljpiF
QnCkAP9zPTDvr8GZfz6kZ4wf8SmOjWVD6DYqXqMXx9vFYMMUUAD9Eb5IMtnhaYGH
4qlYaE1ZfQrl5j7Z9DHyc5PniDeB8gk=
=tueB
-----END PGP SIGNATURE-----

Attachment: pgpnvSygRq_Af.pgp
Description: PGP signature


--- End Message ---

Reply via email to