Comment 0 for bug 1999898

Revision history for this message
Thales Elero Cervi (tcervi) wrote :

Brief Description
-----------------

Severity
--------
Minor: docker image did not build

Steps to Reproduce
------------------
* Checkout to master
* Try to build the stx-libvirt image:
$ docker build /localdisk/designer/jenkins/debian-master/cgcs-root/stx/integ/virt/libvirt/debian/docker --file /localdisk/designer/jenkins/debian-master/cgcs-root/stx/integ/virt/libvirt/debian/docker/Dockerfile --build-arg BASE=starlingx/stx-debian:master-stable-20221215T070000Z --tag jenkins/stx-libvirt:master-debian-stable-build

Expected Behavior
------------------
Image builds successfully.

Actual Behavior
----------------
Image fails to build.

Reproducibility
---------------
Reproducible

System Configuration
--------------------
N/A

Branch/Pull Time/Commit
-----------------------
cengn starlingx/master/debian/monolithic/20221215T070000Z/

Last Pass
---------
N/A

Timestamp/Logs
--------------
[2022-12-15T16:23:58.503Z] E: Unable to locate package cgroup-tools
[2022-12-15T16:23:58.503Z] E: Unable to locate package libcgroup1
[2022-12-15T16:23:58.754Z] The command '/bin/sh -c apt-get -y update && apt-get -y install ceph-common dmidecode iptables iproute2 cgroup-tools libcgroup1 libnss-libvirt libvirt0 libvirt-clients libvirt-daemon libvirt-daemon-config-network libvirt-daemon-config-nwfilter libvirt-daemon-driver-lxc libvirt-daemon-driver-qemu libvirt-daemon-driver-storage-gluster libvirt-daemon-system libvirt-daemon-system-systemd libvirt-login-shell pm-utils qemu qemu-block-extra qemu-system-common qemu-system-data qemu-system-x86 qemu-guest-agent openvswitch-common openvswitch-switch openvswitch-switch-dpdk python3-openvswitch && apt-get -y clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[2022-12-15T16:23:58.754Z] Command (docker) failed, attempt 3 of 3.
[2022-12-15T16:23:58.754Z] Max command attempts reached. Aborting...
[2022-12-15T16:23:58.754Z] Failed to build stx-libvirt... Aborting
[2022-12-15T16:23:58.754Z] Building rvmc

Test Activity
-------------
Build

Workaround
----------
None