intel-fpga/intel-gpu/intel-qat: docker images build errors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
StarlingX |
Fix Released
|
Medium
|
Davlet Panech |
Bug Description
Brief Description
-----------------
The following images fail to build in stx/5.0
intel-fpga-
intel-fpga-
intel-fpga-plugin
intel-gpu-plugin
intel-qat-plugin
It seems that the SSL certs used in the base docker image, clearlinux/
<email address hidden>: Get "https:/
Its unclear whether this affects the master branch.
Severity
--------
Critical
Steps to Reproduce
------------------
Try to build docker images using build build-stx-images.sh
Expected Behavior
-----------------
The build succeeds
Actual Behavior
----------------
The build fails
Reproducibility
---------------
Reproducible
System Configuration
-------
N/A
Branch/Pull Time/Commit
-------
stx.5.0/May 4, 2021 10:16:43 AM
Last Pass
---------
stx.5.0/Apr 20, 2021 8:45:29 PM
Timestamp/Logs
--------------
Running: bash build-intel-
Sending build context to Docker daemon 17.89MB
Step 1/17 : ARG CLEAR_LINUX_
Step 2/17 : FROM ${CLEAR_LINUX_BASE} as builder
latest: Pulling from clearlinux/golang
Digest: sha256:
Status: Image is up to date for clearlinux/
---> ab0a8596031f
Step 3/17 : ARG CLEAR_LINUX_
---> Using cache
---> 7fb7360b2dd8
Step 4/17 : ARG TAGS_KERNELDRV=
---> Using cache
---> 743beab3f19e
Step 5/17 : RUN swupd update --no-boot-update ${CLEAR_
---> Using cache
---> ea3ca093bb39
Step 6/17 : RUN mkdir /install_root && swupd os-install ${CLEAR_
---> Using cache
---> 9cbd239f31a4
Step 7/17 : ARG QAT_DRIVER_
---> Using cache
---> 89a2cd242c09
Step 8/17 : RUN test -z "${TAGS_KERNELDRV}" || ( swupd bundle-add wget c-basic && mkdir -p /usr/src/qat && cd /usr/src/qat && wget https:/
---> Using cache
---> 69a6d29c2059
Step 9/17 : ARG DIR=/intel-
---> Using cache
---> 351bf399705e
Step 10/17 : WORKDIR $DIR
---> Using cache
---> 76a71b00d168
Step 11/17 : COPY . .
---> Using cache
---> d2461c5f9106
Step 12/17 : RUN cd cmd/qat_plugin; echo "build tags: ${TAGS_KERNELDRV}"; go install -tags "${TAGS_KERNELDRV}"
---> Running in 202ab9e47742
build tags:
go: <email address hidden>: Get "https:/
The command '/bin/sh -c cd cmd/qat_plugin; echo "build tags: ${TAGS_KERNELDRV}"; go install -tags "${TAGS_
make: *** [intel-qat-plugin] Error 1
Failed to make intel-qat-plugin. Aborting...
Command (bash) failed, attempt 5 of 5.
Max command attempts reached. Aborting...
Failed to build intel-qat-plugin... Aborting
Test Activity
-------------
Build
Workaround
----------
None
CVE References
Changed in starlingx: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: stx.6.0 stx.build |
summary: |
- intel-fpga: docker images build errors + intel-fpga/intel-gpu/intel-qat: docker images build errors |
Changed in starlingx: | |
assignee: | nobody → Davlet Panech (dpanech) |
tags: |
added: in-r-stx50 removed: stx.cherrypickneeded |
There seems to be yet another bug in clearlix/golang: https:/ /github. com/clearlinux/ distribution/ issues/ 2349 . Not sure if this is related to the SSL certs problem.