Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1310617

Summary: Assertion 'clock_gettime(clock_id, &ts) == 0' failed at src/basic/time-util.c:48, function now(). Aborting.
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: johannbg, jsynacek, lnykryn, mjuszkie, msekleta, muadda, pbrobinson, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-23 07:47:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 922257    

Description Marcin Juszkiewicz 2016-02-22 11:11:47 UTC
Description of problem:

Build of systemd fails on aarch64:

FAIL: test-event
================

got IO on d
got IO on d
preparing c
preparing a
got IO on b
preparing c
preparing a
got timer on c
preparing a
got IO on a
preparing c
got timer on c
got post handler
got defer on d
got post handler
got signal on e
got post handler
got child on f
got quit handler on g
Assertion 'clock_gettime(clock_id, &ts) == 0' failed at src/basic/time-util.c:48, function now(). Aborting.
FAIL test-event (exit status: 134)

Version-Release number of selected component (if applicable):

229-2.fc24

How reproducible:

always

Steps to Reproduce:
1. do a build on aarch64 (arm-koji is enough for scratch builds)
2.
3.

Actual results:

package fails to build

Expected results:

package builds

Additional info:

Comment 1 Jan Synacek 2016-02-22 11:42:04 UTC
Do you have a machine that I could use to play around with this?

Comment 2 Peter Robinson 2016-02-22 11:48:02 UTC
(In reply to Jan Synacek from comment #1)
> Do you have a machine that I could use to play around with this?

There's HW available in beaker generally, I think we see the same issue on PPC too

Comment 3 Marcin Juszkiewicz 2016-02-22 12:23:20 UTC
And this is not toolchain related as I see exactly same failure with 229-2 build in Fedora 23 aarch64 mock (gcc 5.1.1, binutils 2.25).

Booted kernel 4.4.0-rc8.

Comment 4 Jan Synacek 2016-02-23 07:47:34 UTC

*** This bug has been marked as a duplicate of bug 1310800 ***