Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754639 - dev-libs/ell-0.33 - fails unit/test-dhcp6 on ppc64
Summary: dev-libs/ell-0.33 - fails unit/test-dhcp6 on ppc64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-11-14 23:17 UTC by ernsteiswuerfel
Modified: 2020-12-01 23:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_754639.txt,5.80 KB, text/plain)
2020-11-14 23:17 UTC, ernsteiswuerfel
Details
build.log (ell-0.33:20201114-230839.log,95.48 KB, text/plain)
2020-11-14 23:17 UTC, ernsteiswuerfel
Details
test-suite.log (test-suite.log,507 bytes, text/plain)
2020-11-14 23:18 UTC, ernsteiswuerfel
Details
build.log (0.35, ppc64) (ell-0.35:20201201-194706.log,98.80 KB, text/plain)
2020-12-01 19:58 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-11-14 23:17:26 UTC
Created attachment 671455 [details]
emerge --info

================================
   ell 0.33: ./test-suite.log
================================

# TOTAL: 31
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-dhcp6
=====================

test-dhcp6: /var/tmp/portage/dev-libs/ell-0.33/work/ell-0.33/unit/test-dhcp6.c:238: test_obtain_lease: Assertion `dhcp6_message_compare(solicit_data_1, sizeof(solicit_data_1), client_packet, client_packet_len)' failed.
FAIL unit/test-dhcp6 (exit status: 134)
Comment 1 ernsteiswuerfel archtester 2020-11-14 23:17:43 UTC
Created attachment 671458 [details]
build.log
Comment 2 ernsteiswuerfel archtester 2020-11-14 23:18:00 UTC
Created attachment 671461 [details]
test-suite.log
Comment 3 Ben Kohler gentoo-dev 2020-11-17 19:05:14 UTC
Upstream says this is fixed in this commit:
https://git.kernel.org/pub/scm/libs/ell/ell.git/commit/?id=5ff7cf20042f5bed6b898e2cda15712a755d91e5

FWIW this test also fails on sparc but succeeds in ell-9999 git
Comment 4 Ben Kohler gentoo-dev 2020-12-01 19:32:25 UTC
Should be fixed in ell-0.35, can you test & report back?
Comment 5 ernsteiswuerfel archtester 2020-12-01 19:58:08 UTC
Created attachment 676123 [details]
build.log (0.35, ppc64)

Yes, 0.35 passes all tests now.