Bug 1927752 - fails to build live isos
Summary: fails to build live isos
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lorax
Version: 34
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-11 13:35 UTC by Ben Williams
Modified: 2021-10-01 23:14 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-10-01 23:14:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
log files from attempted build (10.95 MB, text/plain)
2021-02-11 13:35 UTC, Ben Williams
no flags Details
anaconda.log (39.69 KB, text/plain)
2021-02-11 16:52 UTC, Ben Williams
no flags Details
dbus.log (2.60 KB, text/plain)
2021-02-11 16:52 UTC, Ben Williams
no flags Details
dbus.log (2.60 KB, text/plain)
2021-02-11 17:05 UTC, Ben Williams
no flags Details
dnf.librerepo.log (286.83 KB, text/plain)
2021-02-11 17:06 UTC, Ben Williams
no flags Details
hawkkey.log (120 bytes, text/plain)
2021-02-11 17:07 UTC, Ben Williams
no flags Details
ks-script2 (92 bytes, text/plain)
2021-02-11 17:08 UTC, Ben Williams
no flags Details
ks-script6 (66.82 KB, text/plain)
2021-02-11 17:09 UTC, Ben Williams
no flags Details
ks-scriptn (150 bytes, text/plain)
2021-02-11 17:10 UTC, Ben Williams
no flags Details
ks-scriptz (63 bytes, text/plain)
2021-02-11 17:11 UTC, Ben Williams
no flags Details
ks-script-_z (40 bytes, text/plain)
2021-02-11 17:11 UTC, Ben Williams
no flags Details
packageing .log (839.61 KB, text/plain)
2021-02-11 17:12 UTC, Ben Williams
no flags Details
program.log (118.72 KB, text/plain)
2021-02-11 17:12 UTC, Ben Williams
no flags Details
storage.log (41.42 KB, text/plain)
2021-02-11 17:13 UTC, Ben Williams
no flags Details
anaconda.log (39.69 KB, text/plain)
2021-02-11 17:13 UTC, Ben Williams
no flags Details
livemedia.log (275.96 KB, text/plain)
2021-02-11 17:14 UTC, Ben Williams
no flags Details
20210110program.log (10.95 MB, text/plain)
2021-02-11 17:15 UTC, Ben Williams
no flags Details

Description Ben Williams 2021-02-11 13:35:55 UTC
Created attachment 1756368 [details]
log files from attempted build

Description of problem:


Version-Release number of selected component (if applicable):
lorax-34.8-1.fc34.x86_64


How reproducible:
seeing it consistantly 

Steps to Reproduce:
1.sudo livemedia-creator --ks /usr/share/spin-kickstarts/flat-cinn.ks --no-virt --resultdir /var/lmc --project Fedora-CINN-Live --make-iso --volid F34-CINN-x86_64 --iso-only --iso-name F34-CINN-x86_64-LIVE-20210210.iso --releasever 34
2.
3.

Actual results:
fails to build iso

Expected results:
builds iso

Additional info:
will include logs and ks

Comment 2 Ben Williams 2021-02-11 13:50:16 UTC
all log files are also located at https://drive.google.com/drive/folders/1XjVkHeQ5q8_FVqLWMCuDoe8C2Y9oCvkD

Comment 3 Brian Lane 2021-02-11 16:28:33 UTC
Looks like the loop mount inside mkefiboot failed for some reason:

subprocess.CalledProcessError: Command '['mount', '/dev/loop1', '/tmp/lorax.imgutils.gp6i6kie']' returned non-zero exit status 32.

(32 means it failed. Not very helpful).

Are there any more useful logs in the host's logs?

Also, please attach logs directly to the bug instead of pointing to other services, that keeps things all in one place, and we don't have problems with them being garbage collected at some point in the future.

Comment 4 Ben Williams 2021-02-11 16:33:29 UTC
i was trying to attach the logs here and after the inital one i couldnt find the attachment link

Comment 5 Ben Williams 2021-02-11 16:52:14 UTC
Created attachment 1756407 [details]
anaconda.log

Comment 6 Ben Williams 2021-02-11 16:52:50 UTC
Created attachment 1756408 [details]
dbus.log

Comment 7 Ben Williams 2021-02-11 17:05:30 UTC
Created attachment 1756414 [details]
dbus.log

Comment 8 Ben Williams 2021-02-11 17:06:42 UTC
Created attachment 1756415 [details]
dnf.librerepo.log

Comment 9 Ben Williams 2021-02-11 17:07:09 UTC
Created attachment 1756416 [details]
hawkkey.log

Comment 10 Ben Williams 2021-02-11 17:08:59 UTC
Created attachment 1756417 [details]
ks-script2

Comment 11 Ben Williams 2021-02-11 17:09:44 UTC
Created attachment 1756418 [details]
ks-script6

Comment 12 Ben Williams 2021-02-11 17:10:29 UTC
Created attachment 1756419 [details]
ks-scriptn

Comment 13 Ben Williams 2021-02-11 17:11:01 UTC
Created attachment 1756420 [details]
ks-scriptz

Comment 14 Ben Williams 2021-02-11 17:11:42 UTC
Created attachment 1756421 [details]
ks-script-_z

Comment 15 Ben Williams 2021-02-11 17:12:15 UTC
Created attachment 1756422 [details]
packageing .log

Comment 16 Ben Williams 2021-02-11 17:12:45 UTC
Created attachment 1756423 [details]
program.log

Comment 17 Ben Williams 2021-02-11 17:13:18 UTC
Created attachment 1756424 [details]
storage.log

Comment 18 Ben Williams 2021-02-11 17:13:55 UTC
Created attachment 1756425 [details]
anaconda.log

Comment 19 Ben Williams 2021-02-11 17:14:24 UTC
Created attachment 1756426 [details]
livemedia.log

Comment 20 Ben Williams 2021-02-11 17:15:28 UTC
Created attachment 1756427 [details]
20210110program.log

Comment 21 Ben Williams 2021-02-11 17:16:13 UTC
Brian let me know what else you need

Comment 22 Brian Lane 2021-02-11 20:22:34 UTC
Ok, I've tried this in a F34 VM and as usual it works fine for me :/

I'd check the journalctl output and see if it reveals anything, also make sure you have enough memory if this is a vm -- although at that point memory shouldn't be an issue.

Comment 23 Ben Williams 2021-02-12 18:40:57 UTC
16G of ram
and guess what livecd-creator builds the iso


Note You need to log in before you can comment on or make changes to this bug.