* bug#67610: Build guile-hoot.powerpc64le-linux on master is broken.
[not found] <2220@guix-ci.nnrss>
@ 2023-12-03 18:34 ` Maxim Cournoyer
[not found] ` <handler.67610.B.170162851512536.ack@debbugs.gnu.org>
2023-12-03 20:11 ` bug#67610: Build guile-hoot.powerpc64le-linux on master is broken Thompson, David
0 siblings, 2 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-12-03 18:34 UTC (permalink / raw)
To: 67610; +Cc: David Thompson
Hello,
cuirass@gnu.org (Cuirass) writes:
> <p>The build <b>guile-hoot.powerpc64le-linux</b> for specification <b>master</b> is
> broken. You can find the detailed information about this build <a
> href="https://ci.guix.gnu.org/build/2735982/details">here</a>.</p>
>
> https://ci.guix.gnu.org/build/2735982/details
The latest guile-hoot newly fails on powerpc64le:
--8<---------------cut here---------------start------------->8---
make check-TESTS
make[2]: Entering directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
make[3]: Entering directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
PASS: examples/basic-types.js
FAIL: test/test-atomics.scm
FAIL: test/test-assignment.scm
FAIL: test/test-fluids.scm
FAIL: test/test-exceptions.scm
FAIL: test/test-bitwise.scm
PASS: test/test-lower.scm
PASS: test/test-lower-globals.scm
PASS: test/test-lower-stringrefs.scm
FAIL: test/test-number-to-string.scm
FAIL: test/test-constants.scm
FAIL: test/test-fractions.scm
FAIL: test/test-pairs.scm
FAIL: test/test-bytevectors.scm
FAIL: test/test-prompts.scm
FAIL: test/test-ports.scm
FAIL: test/test-strings.scm
PASS: test/test-vm.scm
PASS: test/test-wasm-assembler.scm
PASS: test/test-disassemble.scm
FAIL: test/test-vectors.scm
FAIL: test/test-procedures.scm
FAIL: test/test-flonums.scm
FAIL: test/test-write.scm
FAIL: test/test-ints.scm
PASS: test/test-numeric.scm
============================================================================
Testsuite summary for guile-hoot 0.1.0
============================================================================
# TOTAL: 26
# PASS: 8
# SKIP: 0
# XFAIL: 0
# FAIL: 18
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
make[3]: *** [Makefile:973: test-suite.log] Error 1
make[3]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
make[2]: *** [Makefile:1081: check-TESTS] Error 2
make[2]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
make[1]: *** [Makefile:1313: check-am] Error 2
make[1]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
make: *** [Makefile:858: check-recursive] Error 1
Test suite failed, dumping logs.
--- ./test-suite.log --------------------------------------------------------
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67610: Acknowledgement (Build guile-hoot.powerpc64le-linux on master is broken.)
[not found] ` <handler.67610.B.170162851512536.ack@debbugs.gnu.org>
@ 2023-12-03 18:38 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-12-03 18:38 UTC (permalink / raw)
To: 67610-done, David Thompson
Hi,
Nevermind, this issue was later resolved.
Sorry for the noise.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67610: Build guile-hoot.powerpc64le-linux on master is broken.
2023-12-03 18:34 ` bug#67610: Build guile-hoot.powerpc64le-linux on master is broken Maxim Cournoyer
[not found] ` <handler.67610.B.170162851512536.ack@debbugs.gnu.org>
@ 2023-12-03 20:11 ` Thompson, David
2023-12-03 23:39 ` Maxim Cournoyer
1 sibling, 1 reply; 4+ messages in thread
From: Thompson, David @ 2023-12-03 20:11 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 67610
On Sun, Dec 3, 2023 at 1:35 PM Maxim Cournoyer
<maxim.cournoyer@gmail.com> wrote:
>
> Hello,
>
> cuirass@gnu.org (Cuirass) writes:
>
> > <p>The build <b>guile-hoot.powerpc64le-linux</b> for specification <b>master</b> is
> > broken. You can find the detailed information about this build <a
> > href="https://ci.guix.gnu.org/build/2735982/details">here</a>.</p>
> >
> > https://ci.guix.gnu.org/build/2735982/details
>
> The latest guile-hoot newly fails on powerpc64le:
>
> --8<---------------cut here---------------start------------->8---
> make check-TESTS
> make[2]: Entering directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
> make[3]: Entering directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
> PASS: examples/basic-types.js
> FAIL: test/test-atomics.scm
> FAIL: test/test-assignment.scm
> FAIL: test/test-fluids.scm
> FAIL: test/test-exceptions.scm
> FAIL: test/test-bitwise.scm
> PASS: test/test-lower.scm
> PASS: test/test-lower-globals.scm
> PASS: test/test-lower-stringrefs.scm
> FAIL: test/test-number-to-string.scm
> FAIL: test/test-constants.scm
> FAIL: test/test-fractions.scm
> FAIL: test/test-pairs.scm
> FAIL: test/test-bytevectors.scm
> FAIL: test/test-prompts.scm
> FAIL: test/test-ports.scm
> FAIL: test/test-strings.scm
> PASS: test/test-vm.scm
> PASS: test/test-wasm-assembler.scm
> PASS: test/test-disassemble.scm
> FAIL: test/test-vectors.scm
> FAIL: test/test-procedures.scm
> FAIL: test/test-flonums.scm
> FAIL: test/test-write.scm
> FAIL: test/test-ints.scm
> PASS: test/test-numeric.scm
> ============================================================================
> Testsuite summary for guile-hoot 0.1.0
> ============================================================================
> # TOTAL: 26
> # PASS: 8
> # SKIP: 0
> # XFAIL: 0
> # FAIL: 18
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> ============================================================================
> make[3]: *** [Makefile:973: test-suite.log] Error 1
> make[3]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
> make[2]: *** [Makefile:1081: check-TESTS] Error 2
> make[2]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
> make[1]: *** [Makefile:1313: check-am] Error 2
> make[1]: Leaving directory '/tmp/guix-build-guile-hoot-0.1.0.drv-0/guile-hoot-0.1.0'
> make: *** [Makefile:858: check-recursive] Error 1
>
> Test suite failed, dumping logs.
>
> --- ./test-suite.log --------------------------------------------------------
> --8<---------------cut here---------------end--------------->8---
Hmm I'd need the contents of the failing test logs to have an idea
about what's happening. All I can tell from what's there is that any
test file that invokes the compiler fails. I don't have any powerpc
hardware so I can't reproduce myself.
- Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67610: Build guile-hoot.powerpc64le-linux on master is broken.
2023-12-03 20:11 ` bug#67610: Build guile-hoot.powerpc64le-linux on master is broken Thompson, David
@ 2023-12-03 23:39 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-12-03 23:39 UTC (permalink / raw)
To: Thompson, David; +Cc: 67610
Hi David,
"Thompson, David" <dthompson2@worcester.edu> writes:
> On Sun, Dec 3, 2023 at 1:35 PM Maxim Cournoyer
> <maxim.cournoyer@gmail.com> wrote:
>>
>> Hello,
>>
>> cuirass@gnu.org (Cuirass) writes:
>>
>> > <p>The build <b>guile-hoot.powerpc64le-linux</b> for specification <b>master</b> is
>> > broken. You can find the detailed information about this build <a
>> > href="https://ci.guix.gnu.org/build/2735982/details">here</a>.</p>
>> >
>> > https://ci.guix.gnu.org/build/2735982/details
>>
>> The latest guile-hoot newly fails on powerpc64le:
[...]
> Hmm I'd need the contents of the failing test logs to have an idea
> about what's happening. All I can tell from what's there is that any
> test file that invokes the compiler fails. I don't have any powerpc
> hardware so I can't reproduce myself.
Nevermind, it appears the above failure was correctly in a subsequent
commit; I should have checked if this CI failure had been later resolved
before sending this message :-).
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-03 23:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2220@guix-ci.nnrss>
2023-12-03 18:34 ` bug#67610: Build guile-hoot.powerpc64le-linux on master is broken Maxim Cournoyer
[not found] ` <handler.67610.B.170162851512536.ack@debbugs.gnu.org>
2023-12-03 18:38 ` bug#67610: Acknowledgement (Build guile-hoot.powerpc64le-linux on master is broken.) Maxim Cournoyer
2023-12-03 20:11 ` bug#67610: Build guile-hoot.powerpc64le-linux on master is broken Thompson, David
2023-12-03 23:39 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).