Bug#1013662: core-async-clojure: FTBFS: make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1

2022-07-04 Thread Jérôme Charaoui



Hello,

I'm unable to reproduce this bug locally.

When I diff, the build logs, the only relevant element I can find is 
that in my build environment, the "clojure_1.10.3-1" package is 
installed, whereas in the failing build log, it appears to be absent.


I think it would be worth it to attempt to build it again.

Thanks,

-- Jerome



Bug#1013662: core-async-clojure: FTBFS: make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1

2022-06-24 Thread Lucas Nussbaum
Source: core-async-clojure
Version: 1.3.610-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> lein test
> 
> lein test clojure.core.async-test
> 
> lein test :only clojure.core.async-test/ops-tests
> 
> FAIL in (ops-tests) (async_test.clj:303)
> mult
> expected: (= 1 (a/poll! t-1))
>   actual: (not (= 1 nil))
> 
> lein test :only clojure.core.async-test/ops-tests
> 
> FAIL in (ops-tests) (async_test.clj:304)
> mult
> expected: (= nil (a/poll! t-1))
>   actual: (not (= nil 1))
> 
> lein test clojure.core.async.buffers-test
> 
> lein test clojure.core.async.concurrent-test
> 
> lein test clojure.core.async.exceptions-test
> 
> lein test clojure.core.async.ioc-macros-test
> Exception in thread "async-dispatch-9" java.lang.AssertionError: Assert 
> failed: This exception is expected
> false
>   at 
> clojure.core.async.ioc_macros_test$fn__12939$fn__12999$state_machine__6955__auto13004$fn__13006.invoke(ioc_macros_test.clj:465)
>   at 
> clojure.core.async.ioc_macros_test$fn__12939$fn__12999$state_machine__6955__auto13004.invoke(ioc_macros_test.clj:464)
>   at 
> clojure.core.async.impl.ioc_macros$run_state_machine.invokeStatic(ioc_macros.clj:978)
>   at 
> clojure.core.async.impl.ioc_macros$run_state_machine.invoke(ioc_macros.clj:977)
>   at 
> clojure.core.async.impl.ioc_macros$run_state_machine_wrapped.invokeStatic(ioc_macros.clj:982)
>   at 
> clojure.core.async.impl.ioc_macros$run_state_machine_wrapped.invoke(ioc_macros.clj:980)
>   at 
> clojure.core.async.ioc_macros_test$fn__12939$fn__12999.invoke(ioc_macros_test.clj:464)
>   at clojure.lang.AFn.run(AFn.java:22)
>   at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>   at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>   at 
> clojure.core.async.impl.concurrent$counted_thread_factory$reify__720$fn__721.invoke(concurrent.clj:29)
>   at clojure.lang.AFn.run(AFn.java:22)
>   at java.base/java.lang.Thread.run(Thread.java:829)
> 
> lein test clojure.core.async.lab-test
> 
> lein test clojure.core.async.timers-test
> 
> lein test clojure.core.pipeline-test
> 
> Ran 51 tests containing 346 assertions.
> 2 failures, 0 errors.
> Tests failed.
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/core-async-clojure_1.3.610-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220624=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.