Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rakudo build failure for ppc64 archi #5236

Open
p6rt opened this issue Apr 13, 2016 · 7 comments
Open

rakudo build failure for ppc64 archi #5236

p6rt opened this issue Apr 13, 2016 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 13, 2016

Migrated from rt.perl.org#127889 (status was 'open')

Searchable as RT127889$

@p6rt
Copy link
Author

p6rt commented Apr 13, 2016

From normand@linux.vnet.ibm.com

rakudo build failure for ppc64 archi

As reported by (1) failure with last tried version rakudo 2016.01
while the last working version was rakudo 2015.05

Probably big-endian specific because no failure with ppc64le archi.

I assume this is related to nqp build failure as reported by (2)
with version nqp 2016.01
while last working version was nqp 2015.05

(1) https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/rakudo

[ 18s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 18s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/rakudo-2016.01-1.1.ppc64
[ 18s] + cd rakudo-2016.01
[ 18s] + perl Configure.pl --prefix=/usr
[ 18s] Found /usr/bin/nqp-m (backend moar)
[ 18s] Unhandled exception​: Unsupported serialization format version 15 (current version is 16)
[ 18s] at <unknown>​:1 (/usr/lib64/moar/share/nqp/lib/ModuleLoader.moarvm​:<dependencies+deserialize>​:16)
[ 18s] from <unknown>​:1 (/usr/lib64/moar/share/nqp/lib/nqp.moarvm​:<dependencies+deserialize>​:6)
[ 18s]
[ 18s] ===SORRY!===
[ 18s] Unable to read configuration from NQP on MoarVM

(2) https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/nqp

[ 117s] Test Summary Report
[ 117s] -------------------
[ 117s] t/nqp/59-nqpop.t (Wstat​: 0 Tests​: 251 Failed​: 1)
[ 117s] Failed test​: 211
[ 117s] Files=112, Tests=4498, 25 wallclock secs ( 0.85 usr 0.26 sys + 23.54 cusr 0.66 csys = 25.31 CPU)
[ 117s] Result​: FAIL
[ 117s] Makefile​:408​: recipe for target 'm-test' failed

@p6rt
Copy link
Author

p6rt commented Apr 13, 2016

From @geekosaur

On Wed, Apr 13, 2016 at 8​:09 AM, Michel Normand <
perl6-bugs-followup@​perl.org> wrote​:

[ 18s] Found /usr/bin/nqp-m (backend moar)

Sounds to me like you need to remove or hide the older version of nqp and
possibly moarvm in /usr, because 2016.01 needs newer versions.

--
brandon s allbery kf8nh sine nomine associates
allbery.b@​gmail.com ballbery@​sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

@p6rt
Copy link
Author

p6rt commented Apr 13, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Apr 14, 2016

From normand@linux.vnet.ibm.com

On Wed Apr 13 09​:28​:35 2016, allbery.b@​gmail.com wrote​:

On Wed, Apr 13, 2016 at 8​:09 AM, Michel Normand <
perl6-bugs-followup@​perl.org> wrote​:

[ 18s] Found /usr/bin/nqp-m (backend moar)

Sounds to me like you need to remove or hide the older version of nqp and
possibly moarvm in /usr, because 2016.01 needs newer versions.

I already noticed the versions differences.
And this is why I specified initially
that the source of the problem in rakudo is
caused by the build failure of nqp and more specifically
to the failing test t/nqp/59-nqpop.t as per (2)

(2) https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/nqp

[ 117s] Test Summary Report
[ 117s] -------------------
[ 117s] t/nqp/59-nqpop.t (Wstat​: 0 Tests​: 251 Failed​: 1)
[ 117s] Failed test​: 211
[ 117s] Files=112, Tests=4498, 25 wallclock secs ( 0.85 usr 0.26 sys + 23.54 cusr 0.66 csys = 25.31 CPU)
[ 117s] Result​: FAIL
[ 117s] Makefile​:408​: recipe for target 'm-test' failed

@p6rt
Copy link
Author

p6rt commented Apr 14, 2016

From normand@linux.vnet.ibm.com

On 13/04/2016 18​:28, Brandon Allbery via RT wrote​:

On Wed, Apr 13, 2016 at 8​:09 AM, Michel Normand <
perl6-bugs-followup@​perl.org> wrote​:

[ 18s] Found /usr/bin/nqp-m (backend moar)

Sounds to me like you need to remove or hide the older version of nqp and
possibly moarvm in /usr, because 2016.01 needs newer versions.

I already noticed the versions differences.
And this is why I specified initially
that the source of the problem in rakudo is
caused by the build failure of nqp and more specifically
to the failing test t/nqp/59-nqpop.t as per (2)

(2) https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/nqp

[ 117s] Test Summary Report
[ 117s] -------------------
[ 117s] t/nqp/59-nqpop.t (Wstat​: 0 Tests​: 251 Failed​: 1)
[ 117s] Failed test​: 211
[ 117s] Files=112, Tests=4498, 25 wallclock secs ( 0.85 usr 0.26 sys + 23.54 cusr 0.66 csys = 25.31 CPU)
[ 117s] Result​: FAIL
[ 117s] Makefile​:408​: recipe for target 'm-test' failed

--
Michel Normand

@p6rt
Copy link
Author

p6rt commented Aug 23, 2016

From @coke

On Wed Apr 13 05​:09​:55 2016, normand@​linux.vnet.ibm.com wrote​:

rakudo build failure for ppc64 archi

As reported by (1) failure with last tried version rakudo 2016.01
while the last working version was rakudo 2015.05

Probably big-endian specific because no failure with ppc64le archi.

I assume this is related to nqp build failure as reported by (2)
with version nqp 2016.01
while last working version was nqp 2015.05

(1)
https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/rakudo

[ 18s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 18s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/rakudo-
2016.01-1.1.ppc64
[ 18s] + cd rakudo-2016.01
[ 18s] + perl Configure.pl --prefix=/usr
[ 18s] Found /usr/bin/nqp-m (backend moar)
[ 18s] Unhandled exception​: Unsupported serialization format version
15 (current version is 16)
[ 18s] at <unknown>​:1
(/usr/lib64/moar/share/nqp/lib/ModuleLoader.moarvm​:<dependencies+deserialize>​:16)
[ 18s] from <unknown>​:1
(/usr/lib64/moar/share/nqp/lib/nqp.moarvm​:<dependencies+deserialize>​:6)
[ 18s]
[ 18s] ===SORRY!===
[ 18s] Unable to read configuration from NQP on MoarVM

(2)
https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/nqp

[ 117s] Test Summary Report
[ 117s] -------------------
[ 117s] t/nqp/59-nqpop.t (Wstat​: 0 Tests​: 251
Failed​: 1)
[ 117s] Failed test​: 211
[ 117s] Files=112, Tests=4498, 25 wallclock secs ( 0.85 usr 0.26 sys
+ 23.54 cusr 0.66 csys = 25.31 CPU)
[ 117s] Result​: FAIL
[ 117s] Makefile​:408​: recipe for target 'm-test' failed

Can you try this with this months release of nqp, 2016.08.1 ?

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 24, 2016

From normand@linux.vnet.ibm.com

On Tue Aug 23 12​:12​:26 2016, coke wrote​:

On Wed Apr 13 05​:09​:55 2016, normand@​linux.vnet.ibm.com wrote​:

rakudo build failure for ppc64 archi

As reported by (1) failure with last tried version rakudo 2016.01
while the last working version was rakudo 2015.05

Probably big-endian specific because no failure with ppc64le archi.

I assume this is related to nqp build failure as reported by (2)
with version nqp 2016.01
while last working version was nqp 2015.05

(1)
https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/rakudo

[ 18s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 18s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/rakudo-
2016.01-1.1.ppc64
[ 18s] + cd rakudo-2016.01
[ 18s] + perl Configure.pl --prefix=/usr
[ 18s] Found /usr/bin/nqp-m (backend moar)
[ 18s] Unhandled exception​: Unsupported serialization format
version
15 (current version is 16)
[ 18s] at <unknown>​:1
(/usr/lib64/moar/share/nqp/lib/ModuleLoader.moarvm​:<dependencies+deserialize>​:16)
[ 18s] from <unknown>​:1
(/usr/lib64/moar/share/nqp/lib/nqp.moarvm​:<dependencies+deserialize>​:6)
[ 18s]
[ 18s] ===SORRY!===
[ 18s] Unable to read configuration from NQP on MoarVM

(2)
https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/nqp

[ 117s] Test Summary Report
[ 117s] -------------------
[ 117s] t/nqp/59-nqpop.t (Wstat​: 0 Tests​: 251
Failed​: 1)
[ 117s] Failed test​: 211
[ 117s] Files=112, Tests=4498, 25 wallclock secs ( 0.85 usr 0.26
sys
+ 23.54 cusr 0.66 csys = 25.31 CPU)
[ 117s] Result​: FAIL
[ 117s] Makefile​:408​: recipe for target 'm-test' failed

Can you try this with this months release of nqp, 2016.08.1 ?

similar build failure for ppc64 archi with nqp 2016.08.1 release (and moarvm 201608)

[ 93s] Test Summary Report
[ 93s] -------------------
[ 93s] t/nqp/059-nqpop.t (Wstat​: 0 Tests​: 272 Failed​: 2)
[ 93s] Failed tests​: 211-212
[ 93s] Files=118, Tests=4716, 21 wallclock secs ( 1.24 usr 0.10 sys + 19.36 cusr 0.72 csys = 21.42 CPU)
[ 93s] Result​: FAIL
[ 93s] make​: *** [Makefile​:408​: m-test] Error 1
[ 93s] error​: Bad exit status from /var/tmp/rpm-tmp.ZUXoTp (%check)

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant