RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2006678 - podman: panic: runtime error: invalid memory address or nil pointer dereference
Summary: podman: panic: runtime error: invalid memory address or nil pointer dereference
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: buildah
Version: 8.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: Joy Pu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-22 07:15 UTC by Bruno Goncalves
Modified: 2022-05-10 13:45 UTC (History)
6 users (show)

Fixed In Version: buildah-1.24.0-0.6.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-10 13:27:52 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-97886 0 None None None 2021-09-22 07:18:45 UTC
Red Hat Product Errata RHSA-2022:1762 0 None None None 2022-05-10 13:28:16 UTC

Description Bruno Goncalves 2021-09-22 07:15:25 UTC
Description of problem:
During CKI run of podman tests [1] we hit the following issue:

[+0034s] # time="2021-09-16T14:46:04-04:00" level=warning msg="pkg/bind: error unmounting \"/var/tmp/buildah896518598/mnt/buildah-bind-target-6\": error retrieving list of mounts: read /proc/self/mountinfo: bad file descriptor"
[+0034s] # panic: runtime error: invalid memory address or nil pointer dereference
[+0034s] # [signal SIGSEGV: segmentation violation code=0x1 addr=0x2c pc=0x55d2fb56b968]

Version-Release number of selected component (if applicable):
buildahVersion: 1.22.3
podman version 3.3.1

How reproducible:
We've hit it few times on different arches, but it is not 100% reproducible

Steps to Reproduce:
1. Run test [1] .


Actual results:

[2021-09-16 14:45:33] 070-build.bats
[14:45:33] START - All [+xxxx] lines that follow are relative to 2021-09-16T14:45:33.
[+0001s] 1..23
[+0013s] ok 1 podman build - basic test
[+0016s] ok 2 podman buildx - basic test # skip
[+0029s] ok 3 podman build test -f -
[+0034s] not ok 4 podman build - global runtime flags test
[+0034s] # (from function `is' in file podman/test/system/helpers.bash, line 474,
[+0034s] #  in test file podman/test/system/070-build.bats, line 91)
[+0034s] #   `is "$output" ".*invalidflag" "failed when passing undefined flags to the runtime"' failed with status 125
[+0034s] # $ podman rm --all --force
[+0034s] # $ podman ps --all --external --format {{.ID}} {{.Names}}
[+0034s] # $ podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
[+0034s] # quay.io/libpod/testimage:20210610 9f9ec7f2fdef
[+0034s] # $ podman --runtime-flag invalidflag build -t build_test /tmp/podman_bats.6cUgMK/build-test
[+0034s] # STEP 1/2: FROM quay.io/libpod/testimage:20210610
[+0034s] # STEP 2/2: RUN echo TWm7u3ofPXtkAO2NmMYJTPVfCSdIYxAk9dbWYH1KinHYh6M8Rp
[+0034s] # time="2021-09-16T14:46:04-04:00" level=warning msg="pkg/bind: error unmounting \"/var/tmp/buildah896518598/mnt/buildah-bind-target-6\": error retrieving list of mounts: read /proc/self/mountinfo: bad file descriptor"
[+0034s] # panic: runtime error: invalid memory address or nil pointer dereference
[+0034s] # [signal SIGSEGV: segmentation violation code=0x1 addr=0x2c pc=0x55d2fb56b968]
[+0034s] # 
[+0034s] # goroutine 1 [running, locked to thread]:
[+0034s] # panic(0x55d2fcbdc920, 0x55d2fd985d40)
[+0034s] # 	/usr/lib/golang/src/runtime/panic.go:1065 +0x565 fp=0xc000695110 sp=0xc000695048 pc=0x55d2fb1cc8a5
[+0034s] # runtime.panicmem()
[+0034s] # 	/usr/lib/golang/src/runtime/panic.go:212 +0x5d fp=0xc000695130 sp=0xc000695110 pc=0x55d2fb1ca89d
[+0034s] # runtime.sigpanic()
[+0034s] # 	/usr/lib/golang/src/runtime/signal_unix.go:734 +0x185 fp=0xc000695168 sp=0xc000695130 pc=0x55d2fb1e4885
[+0034s] # github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).level(...)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:352
[+0034s] # github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).IsLevelEnabled(...)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:374
[+0034s] # github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).Log(0x0, 0xc000000002, 0xc0006951d0, 0x1, 0x1)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:196 +0x28 fp=0xc0006951a8 sp=0xc000695168 pc=0x55d2fb56b968
[+0034s] # github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).Error(...)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:238
[+0034s] # github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntime.func1(0xc0004d39e0, 0xc00000c960)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:713 +0x90 fp=0xc0006951f0 sp=0xc0006951a8 pc=0x55d2fbe0eab0
[+0034s] # github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntime(0x3, 0x0, 0x0, 0x0, 0x0, 0xc00049df00, 0xd, 0xc0000ab380, 0x1, 0x4, ...)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:833 +0x2262 fp=0xc000695ad8 sp=0xc0006951f0 pc=0x55d2fbdf7122
[+0034s] # github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntimeMain()
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:1540 +0x317 fp=0xc000695f48 sp=0xc000695ad8 pc=0x55d2fbdff117
[+0034s] # github.com/containers/podman/vendor/github.com/containers/storage/pkg/reexec.Init(...)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/storage/pkg/reexec/reexec.go:26
[+0034s] # main.main()
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/cmd/podman/main.go:31 +0xc2 fp=0xc000695f88 sp=0xc000695f48 pc=0x55d2fc582a42
[+0034s] # runtime.main()
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:225 +0x263 fp=0xc000695fe0 sp=0xc000695f88 pc=0x55d2fb1cf5e3
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000695fe8 sp=0xc000695fe0 pc=0x55d2fb2055c1
[+0034s] # 
[+0034s] # goroutine 2 [force gc (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f398, 0x55d2fda41560, 0x1411, 0x1)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000084fb0 sp=0xc000084f90 pc=0x55d2fb1cfa26
[+0034s] # runtime.goparkunlock(...)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:342
[+0034s] # runtime.forcegchelper()
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:276 +0xc5 fp=0xc000084fe0 sp=0xc000084fb0 pc=0x55d2fb1cf885
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.init.7
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:264 +0x37
[+0034s] # 
[+0034s] # goroutine 3 [GC sweep wait]:
[+0034s] # runtime.gopark(0x55d2fce0f398, 0x55d2fda43da0, 0x140c, 0x1)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc0000857a8 sp=0xc000085788 pc=0x55d2fb1cfa26
[+0034s] # runtime.goparkunlock(...)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:342
[+0034s] # runtime.bgsweep(0xc0000420e0)
[+0034s] # 	/usr/lib/golang/src/runtime/mgcsweep.go:182 +0x145 fp=0xc0000857d8 sp=0xc0000857a8 pc=0x55d2fb1ba705
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000857e0 sp=0xc0000857d8 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcenable
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:217 +0x5e
[+0034s] # 
[+0034s] # goroutine 4 [sleep]:
[+0034s] # runtime.gopark(0x55d2fce0f398, 0x55d2fda44880, 0x1313, 0x2)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000085f20 sp=0xc000085f00 pc=0x55d2fb1cfa26
[+0034s] # runtime.goparkunlock(...)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:342
[+0034s] # runtime.scavengeSleep(0x1fa8ba, 0x234b96)
[+0034s] # 	/usr/lib/golang/src/runtime/mgcscavenge.go:241 +0xc5 fp=0xc000085f78 sp=0xc000085f20 pc=0x55d2fb1b85a5
[+0034s] # runtime.bgscavenge(0xc0000420e0)
[+0034s] # 	/usr/lib/golang/src/runtime/mgcscavenge.go:366 +0x1ed fp=0xc000085fd8 sp=0xc000085f78 pc=0x55d2fb1b87cd
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000085fe0 sp=0xc000085fd8 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcenable
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:218 +0x85
[+0034s] # 
[+0034s] # goroutine 5 [finalizer wait]:
[+0034s] # runtime.gopark(0x55d2fce0f398, 0x55d2fda78b50, 0xc000041410, 0x1)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000084758 sp=0xc000084738 pc=0x55d2fb1cfa26
[+0034s] # runtime.goparkunlock(...)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:342
[+0034s] # runtime.runfinq()
[+0034s] # 	/usr/lib/golang/src/runtime/mfinal.go:175 +0xab fp=0xc0000847e0 sp=0xc000084758 pc=0x55d2fb1af6eb
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.createfing
[+0034s] # 	/usr/lib/golang/src/runtime/mfinal.go:156 +0x66
[+0034s] # 
[+0034s] # goroutine 6 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000116000, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000086760 sp=0xc000086740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000867e0 sp=0xc000086760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 18 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000116020, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000080760 sp=0xc000080740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000807e0 sp=0xc000080760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 19 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000116040, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000080f60 sp=0xc000080f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000080fe0 sp=0xc000080f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 20 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000116060, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000081760 sp=0xc000081740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000817e0 sp=0xc000081760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 21 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000580000, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000081f60 sp=0xc000081f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000081fe0 sp=0xc000081f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 34 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000580020, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000588760 sp=0xc000588740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005887e0 sp=0xc000588760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005887e8 sp=0xc0005887e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 7 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000580040, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000086f60 sp=0xc000086f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000086fe0 sp=0xc000086f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 22 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416900, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000082760 sp=0xc000082740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000827e0 sp=0xc000082760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 35 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416920, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000588f60 sp=0xc000588f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000588fe0 sp=0xc000588f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000588fe8 sp=0xc000588fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 23 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416940, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000082f60 sp=0xc000082f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000082fe0 sp=0xc000082f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 36 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416960, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000589760 sp=0xc000589740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005897e0 sp=0xc000589760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005897e8 sp=0xc0005897e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 24 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416980, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000083760 sp=0xc000083740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000837e0 sp=0xc000083760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 37 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc0004169a0, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000589f60 sp=0xc000589f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000589fe0 sp=0xc000589f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000589fe8 sp=0xc000589fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 25 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc0004169c0, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000083f60 sp=0xc000083f40 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000083fe0 sp=0xc000083f60 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 38 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc0004169e0, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc00058a760 sp=0xc00058a740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc00058a7e0 sp=0xc00058a760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 26 [GC worker (idle)]:
[+0034s] # runtime.gopark(0x55d2fce0f230, 0xc000416a00, 0x1418, 0x0)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000584760 sp=0xc000584740 pc=0x55d2fb1cfa26
[+0034s] # runtime.gcBgMarkWorker()
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005847e0 sp=0xc000584760 pc=0x55d2fb1b34e5
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005847e8 sp=0xc0005847e0 pc=0x55d2fb2055c1
[+0034s] # created by runtime.gcBgMarkStartWorkers
[+0034s] # 	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a
[+0034s] # 
[+0034s] # goroutine 9 [chan receive]:
[+0034s] # runtime.gopark(0x55d2fce0f190, 0xc0005ce058, 0xc00010170e, 0x2)
[+0034s] # 	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000586ed0 sp=0xc000586eb0 pc=0x55d2fb1cfa26
[+0034s] # runtime.chanrecv(0xc0005ce000, 0xc000586fb0, 0xc0005d2001, 0xc0005ce000)
[+0034s] # 	/usr/lib/golang/src/runtime/chan.go:576 +0x37a fp=0xc000586f60 sp=0xc000586ed0 pc=0x55d2fb19beba
[+0034s] # runtime.chanrecv2(0xc0005ce000, 0xc000586fb0, 0x55d2fb6ae80b)
[+0034s] # 	/usr/lib/golang/src/runtime/chan.go:444 +0x2b fp=0xc000586f90 sp=0xc000586f60 pc=0x55d2fb19bb2b
[+0034s] # github.com/containers/podman/vendor/k8s.io/klog/v2.(*loggingT).flushDaemon(0x55d2fda46c00)
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/k8s.io/klog/v2/klog.go:1164 +0x8d fp=0xc000586fd8 sp=0xc000586f90 pc=0x55d2fbe75aed
[+0034s] # runtime.goexit()
[+0034s] # 	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000586fe0 sp=0xc000586fd8 pc=0x55d2fb2055c1
[+0034s] # created by github.com/containers/podman/vendor/k8s.io/klog/v2.init.0
[+0034s] # 	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/k8s.io/klog/v2/klog.go:418 +0xdf
[+0034s] # Error: error building at STEP "RUN echo TWm7u3ofPXtkAO2NmMYJTPVfCSdIYxAk9dbWYH1KinHYh6M8Rp": error while running runtime: signal: aborted (core dumped)
[+0034s] # [ rc=125 (expected) ]
[+0034s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[+0034s] # #|     FAIL: failed when passing undefined flags to the runtime
[+0034s] # #| expected: '.*invalidflag'
[+0034s] # #|   actual: 'STEP 1/2: FROM quay.io/libpod/testimage:20210610'
[+0034s] # #|         > 'STEP 2/2: RUN echo TWm7u3ofPXtkAO2NmMYJTPVfCSdIYxAk9dbWYH1KinHYh6M8Rp'
[+0034s] # #|         > 'time="2021-09-16T14:46:04-04:00" level=warning msg="pkg/bind: error unmounting \"/var/tmp/buildah896518598/mnt/buildah-bind-target-6\": error retrieving list of mounts: read /proc/self/mountinfo: bad file descriptor"'
[+0034s] # #|         > 'panic: runtime error: invalid memory address or nil pointer dereference'
[+0034s] # #|         > '[signal SIGSEGV: segmentation violation code=0x1 addr=0x2c pc=0x55d2fb56b968]'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 1 [running, locked to thread]:'
[+0034s] # #|         > 'panic(0x55d2fcbdc920, 0x55d2fd985d40)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/panic.go:1065 +0x565 fp=0xc000695110 sp=0xc000695048 pc=0x55d2fb1cc8a5'
[+0034s] # #|         > 'runtime.panicmem()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/panic.go:212 +0x5d fp=0xc000695130 sp=0xc000695110 pc=0x55d2fb1ca89d'
[+0034s] # #|         > 'runtime.sigpanic()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/signal_unix.go:734 +0x185 fp=0xc000695168 sp=0xc000695130 pc=0x55d2fb1e4885'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).level(...)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:352'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).IsLevelEnabled(...)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:374'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).Log(0x0, 0xc000000002, 0xc0006951d0, 0x1, 0x1)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:196 +0x28 fp=0xc0006951a8 sp=0xc000695168 pc=0x55d2fb56b968'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/sirupsen/logrus.(*Logger).Error(...)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/sirupsen/logrus/logger.go:238'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntime.func1(0xc0004d39e0, 0xc00000c960)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:713 +0x90 fp=0xc0006951f0 sp=0xc0006951a8 pc=0x55d2fbe0eab0'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntime(0x3, 0x0, 0x0, 0x0, 0x0, 0xc00049df00, 0xd, 0xc0000ab380, 0x1, 0x4, ...)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:833 +0x2262 fp=0xc000695ad8 sp=0xc0006951f0 pc=0x55d2fbdf7122'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/containers/buildah.runUsingRuntimeMain()'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/buildah/run_linux.go:1540 +0x317 fp=0xc000695f48 sp=0xc000695ad8 pc=0x55d2fbdff117'
[+0034s] # #|         > 'github.com/containers/podman/vendor/github.com/containers/storage/pkg/reexec.Init(...)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/github.com/containers/storage/pkg/reexec/reexec.go:26'
[+0034s] # #|         > 'main.main()'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/cmd/podman/main.go:31 +0xc2 fp=0xc000695f88 sp=0xc000695f48 pc=0x55d2fc582a42'
[+0034s] # #|         > 'runtime.main()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:225 +0x263 fp=0xc000695fe0 sp=0xc000695f88 pc=0x55d2fb1cf5e3'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000695fe8 sp=0xc000695fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 2 [force gc (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f398, 0x55d2fda41560, 0x1411, 0x1)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000084fb0 sp=0xc000084f90 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.goparkunlock(...)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:342'
[+0034s] # #|         > 'runtime.forcegchelper()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:276 +0xc5 fp=0xc000084fe0 sp=0xc000084fb0 pc=0x55d2fb1cf885'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.init.7'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:264 +0x37'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 3 [GC sweep wait]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f398, 0x55d2fda43da0, 0x140c, 0x1)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc0000857a8 sp=0xc000085788 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.goparkunlock(...)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:342'
[+0034s] # #|         > 'runtime.bgsweep(0xc0000420e0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgcsweep.go:182 +0x145 fp=0xc0000857d8 sp=0xc0000857a8 pc=0x55d2fb1ba705'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000857e0 sp=0xc0000857d8 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcenable'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:217 +0x5e'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 4 [sleep]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f398, 0x55d2fda44880, 0x1313, 0x2)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000085f20 sp=0xc000085f00 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.goparkunlock(...)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:342'
[+0034s] # #|         > 'runtime.scavengeSleep(0x1fa8ba, 0x234b96)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgcscavenge.go:241 +0xc5 fp=0xc000085f78 sp=0xc000085f20 pc=0x55d2fb1b85a5'
[+0034s] # #|         > 'runtime.bgscavenge(0xc0000420e0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgcscavenge.go:366 +0x1ed fp=0xc000085fd8 sp=0xc000085f78 pc=0x55d2fb1b87cd'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000085fe0 sp=0xc000085fd8 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcenable'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:218 +0x85'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 5 [finalizer wait]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f398, 0x55d2fda78b50, 0xc000041410, 0x1)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000084758 sp=0xc000084738 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.goparkunlock(...)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:342'
[+0034s] # #|         > 'runtime.runfinq()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mfinal.go:175 +0xab fp=0xc0000847e0 sp=0xc000084758 pc=0x55d2fb1af6eb'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.createfing'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mfinal.go:156 +0x66'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 6 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000116000, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000086760 sp=0xc000086740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000867e0 sp=0xc000086760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 18 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000116020, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000080760 sp=0xc000080740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000807e0 sp=0xc000080760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 19 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000116040, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000080f60 sp=0xc000080f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000080fe0 sp=0xc000080f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 20 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000116060, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000081760 sp=0xc000081740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000817e0 sp=0xc000081760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 21 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000580000, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000081f60 sp=0xc000081f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000081fe0 sp=0xc000081f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 34 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000580020, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000588760 sp=0xc000588740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005887e0 sp=0xc000588760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005887e8 sp=0xc0005887e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 7 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000580040, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000086f60 sp=0xc000086f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000086fe0 sp=0xc000086f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 22 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416900, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000082760 sp=0xc000082740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000827e0 sp=0xc000082760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 35 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416920, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000588f60 sp=0xc000588f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000588fe0 sp=0xc000588f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000588fe8 sp=0xc000588fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 23 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416940, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000082f60 sp=0xc000082f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000082fe0 sp=0xc000082f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 36 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416960, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000589760 sp=0xc000589740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005897e0 sp=0xc000589760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005897e8 sp=0xc0005897e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 24 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416980, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000083760 sp=0xc000083740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0000837e0 sp=0xc000083760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 37 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc0004169a0, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000589f60 sp=0xc000589f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000589fe0 sp=0xc000589f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000589fe8 sp=0xc000589fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 25 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc0004169c0, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000083f60 sp=0xc000083f40 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc000083fe0 sp=0xc000083f60 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 38 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc0004169e0, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc00058a760 sp=0xc00058a740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc00058a7e0 sp=0xc00058a760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 26 [GC worker (idle)]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f230, 0xc000416a00, 0x1418, 0x0)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000584760 sp=0xc000584740 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.gcBgMarkWorker()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1911 +0x105 fp=0xc0005847e0 sp=0xc000584760 pc=0x55d2fb1b34e5'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0005847e8 sp=0xc0005847e0 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by runtime.gcBgMarkStartWorkers'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/mgc.go:1835 +0x3a'
[+0034s] # #|         > ''
[+0034s] # #|         > 'goroutine 9 [chan receive]:'
[+0034s] # #|         > 'runtime.gopark(0x55d2fce0f190, 0xc0005ce058, 0xc00010170e, 0x2)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/proc.go:336 +0xe6 fp=0xc000586ed0 sp=0xc000586eb0 pc=0x55d2fb1cfa26'
[+0034s] # #|         > 'runtime.chanrecv(0xc0005ce000, 0xc000586fb0, 0xc0005d2001, 0xc0005ce000)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/chan.go:576 +0x37a fp=0xc000586f60 sp=0xc000586ed0 pc=0x55d2fb19beba'
[+0034s] # #|         > 'runtime.chanrecv2(0xc0005ce000, 0xc000586fb0, 0x55d2fb6ae80b)'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/chan.go:444 +0x2b fp=0xc000586f90 sp=0xc000586f60 pc=0x55d2fb19bb2b'
[+0034s] # #|         > 'github.com/containers/podman/vendor/k8s.io/klog/v2.(*loggingT).flushDaemon(0x55d2fda46c00)'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/k8s.io/klog/v2/klog.go:1164 +0x8d fp=0xc000586fd8 sp=0xc000586f90 pc=0x55d2fbe75aed'
[+0034s] # #|         > 'runtime.goexit()'
[+0034s] # #|         > '	/usr/lib/golang/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000586fe0 sp=0xc000586fd8 pc=0x55d2fb2055c1'
[+0034s] # #|         > 'created by github.com/containers/podman/vendor/k8s.io/klog/v2.init.0'
[+0034s] # #|         > '	/builddir/build/BUILD/containers-podman-8305248/_build/src/github.com/containers/podman/vendor/k8s.io/klog/v2/klog.go:418 +0xdf'
[+0034s] # #|         > 'Error: error building at STEP "RUN echo TWm7u3ofPXtkAO2NmMYJTPVfCSdIYxAk9dbWYH1KinHYh6M8Rp": error while running runtime: signal: aborted (core dumped)'
[+0034s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[+0034s] # $ podman rm -a -f
[+0034s] # $ podman rmi -f build_test
[+0034s] # Error: build_test: image not known
[+0034s] # [ rc=1 ]
[+0034s] # $ podman image prune -f
[+0034s] # # [teardown]
[+0034s] # $ podman pod rm --all --force
[+0034s] # $ podman rm --all --force
[+0038s] ok 5 podman build - set runtime
[+0050s] ok 6 podman build - cache (#3920)
[+0059s] ok 7 podman build - URLs
[+0116s] ok 8 podman build - workdir, cmd, env, label
[+0129s] ok 9 podman build - COPY with ignore
[+0137s] ok 10 podman build with ignore '*'
[+0148s] ok 11 podman build - stdin test
[+0155s] ok 12 podman build - does not gobble stdin that does not belong to it
[+0172s] ok 13 podman build --layers test
[+0192s] ok 14 build with copy-from referencing the base image
[+0199s] ok 15 podman build --pull-never
[+0204s] ok 16 podman build --logfile test
[+0211s] ok 17 podman build check_label
[+0225s] ok 18 podman build check_seccomp_ulimits
[+0229s] ok 19 podman build --authfile bogus test
[+0242s] ok 20 podman build COPY hardlinks 
[+0255s] ok 21 podman build -f test
[+0261s] ok 22 podman build .dockerignore failure test
[+0268s] ok 23 podman build .containerignore and .dockerignore test
[14:50:01] END - [+0268s] total duration since 2021-09-16T14:50:01



Additional info:
[1] https://gitlab.com/cki-project/kernel-tests/-/tree/main/container/podman

Comment 1 Bruno Goncalves 2021-09-22 07:16:55 UTC
This might have been fixed on buildah v1.23.0 by https://github.com/containers/buildah/pull/3431

Comment 11 Joy Pu 2021-11-08 12:40:47 UTC
Test with podman-3.4.1-3.module+el8.6.0+12998+730dddcd.x86_64 with system test for 50 times and no panic triggered. So set this to verified.

Comment 13 errata-xmlrpc 2022-05-10 13:27:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:1762


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