Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1891167

Summary: building upi-installer failing during multiple prow jobs
Product: OpenShift Container Platform Reporter: Micah Abbott <miabbott>
Component: Test InfrastructureAssignee: Steve Kuznetsov <skuznets>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.6   
Target Milestone: ---   
Target Release: ---   
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: 2020-10-26 14:01:54 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:

Description Micah Abbott 2020-10-24 00:23:36 UTC
During the testing of https://github.com/openshift/installer/pull/4286, a number of jobs are failing with the same symptoms:

```
STEP 25: RUN curl -L -O -k https://vcsa-ci.vmware.devcluster.openshift.com/certs/download.zip &&     unzip download.zip &&     cp certs/lin/* /etc/pki/ca-trust/source/anchors &&     update-ca-trust extract
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6044  100  6044    0     0   9201      0 --:--:-- --:--:-- --:--:--  9213
Archive:  download.zip
  inflating: certs/lin/742f5a15.0    
  inflating: certs/mac/742f5a15.0    
  inflating: certs/win/742f5a15.0.crt  
  inflating: certs/lin/742f5a15.r1   
  inflating: certs/mac/742f5a15.r1   
  inflating: certs/win/742f5a15.r1.crl  
cp: target '/etc/pki/ca-trust/source/anchors' is not a directory
subprocess exited with status 1
subprocess exited with status 1
error: build error: error building at STEP "RUN curl -L -O -k https://vcsa-ci.vmware.devcluster.openshift.com/certs/download.zip &&     unzip download.zip &&     cp certs/lin/* /etc/pki/ca-trust/source/anchors &&     update-ca-trust extract": exit status 1
2020/10/22 17:13:10 Build libvirt-installer succeeded after 15m55s
2020/10/22 17:13:10 Tagging libvirt-installer into stable
2020/10/22 17:16:25 Build installer-artifacts succeeded after 10m43s
2020/10/22 17:16:25 Tagging installer-artifacts into stable
2020/10/22 17:16:25 No custom metadata found and prow metadata already exists. Not updating the metadata.
2020/10/22 17:16:25 Ran for 24m27s
error: some steps failed:
  * could not run steps: step upi-installer failed: could not wait for build: the build upi-installer failed after 15m37s with reason DockerBuildFailed: Dockerfile build strategy has failed.

inflating: certs/win/742f5a15.r1.crl  
cp: target '/etc/pki/ca-trust/source/anchors' is not a directory
subprocess exited with status 1
subprocess exited with status 1
error: build error: error building at STEP "RUN curl -L -O...urce/anchors &&     update-ca-trust extract": exit status 1
time="2020-10-22T17:16:25Z" level=info msg="Reporting job state 'failed' with reason 'executing_graph:step_failed:building_project_image'"
```

https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_installer/4286/pull-ci-openshift-installer-release-4.6-images/1319319148852940800/build-log.txt


The PR shouldn't be affecting this step of the build process, so looking for help understanding what has gone wrong.

Comment 1 Steve Kuznetsov 2020-10-26 14:01:54 UTC
We will handle this as a helpdesk question, no need for a Bugzilla bug.