Bug 1725287
| Summary: | oc cmd segfaults when running oc adm release new | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Chris Callegari <ccallega> | ||||
| Component: | Cluster Version Operator | Assignee: | Abhinav Dahiya <adahiya> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Johnny Liu <jialiu> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.1.0 | CC: | aos-bugs, bleanhar, jialiu, jokerman, mfojtik, mmccomas, stbenjam, yprokule | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-11-05 18:45:56 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: | |||||||
| Attachments: |
|
||||||
|
Description
Chris Callegari
2019-06-29 02:49:18 UTC
output from oc cmd with --loglevel=10 attached as oc.log Created attachment 1585758 [details]
oc loglevel 10 output
Chris, what OS is this happening on? *** Bug 1725288 has been marked as a duplicate of this bug. *** RHEL 7.7 Can you check if you have the `pigz` package installed on your EL7.7 box? From what I can tell, docker's image decompression code is not thread safe when `pigz` package is installed. More info here, https://github.com/openshift/oc/issues/58#issuecomment-527149146 QE can not reproduce this bug, even pigz is installed.
# ./oc version
Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.3-201906191409+458fcdd-dirty", GitCommit:"458fcdd", GitTreeState:"dirty", BuildDate:"2019-06-19T18:47:30Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.7 (Maipo)
# rpm -q pigz
pigz-2.2.3-1.el7.x86_64
# ./oc adm release new --from-release=quay.io/openshift-release-dev/ocp-release:4.1.3 --mirror=internal-registry.qe.devcluster.openshift.com:5000/jialiu-bug1 --to-image=internal-registry.qe.devcluster.openshift.com:5000/jialiu-bug1:4.1.3
<--snip-->
Success
Update image: internal-registry.qe.devcluster.openshift.com:5000/jialiu-bug1:release
Mirror prefix: internal-registry.qe.devcluster.openshift.com:5000/jialiu-bug1
info: Pushed to internal-registry.qe.devcluster.openshift.com:5000/jialiu-bug1:4.1.3
sha256:55be362e1fc75895ae13a9684001b0c51d89834758446fae4d319596c8aa2ec2 4.1.3 2019-06-21T19:58:54Z
error: the release could not be reproduced from its inputs
This seems to be related to https://bugzilla.redhat.com/show_bug.cgi?id=1716550, Chris can you try to see if the fix for that bug fixes this issue too? no feedback from reporter The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |