lxc-test-ubuntu in ubuntu_lxc failed on Trusty and variants
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
New
|
Undecided
|
Unassigned |
Bug Description
This is not a regression, it can be found with kernel on Trusty in cycle sru-20221114 (but it was ok with sru-20221010)
Test failed with:
ubuntu-
wget is /usr/bin/wget
failed to get https:/
There is no download available for release=trusty, stream=daily, arch=amd64
lxc_container: lxccontainer.c: create_
lxc_container: lxc_create.c: main: 274 Error creating container 2dcd9e61-
Failed creating ubuntu-cloud container
Look into the lxc-test-ubuntu code (/usr/bin/
for template in ubuntu ubuntu-cloud; do
# need a different name for each container so dnsmasq doesn't
# mess us up with its caching
if which uuidgen 2>&1 > /dev/null; then
name=
else
name=
fi
lxc-create -t $template -n $name || FAIL "creating $template container"
you will see it's failing with template=
The file, https:/
$ wget https:/
--2023-02-24 16:08:41-- https:/
Resolving cloud-images.
Connecting to cloud-images.
ERROR: cannot verify cloud-images.
Issued certificate has expired.
To connect to cloud-images.
We might need to find a way to update the certificate. Otherwise we will need to find a way to pass that "--no-check-
description: | updated |
tags: | added: sru-20230102 trusty ubuntu-lxc |
tags: | added: 3.13 4.4 |
I will keep this bug open, if this happens again please contact kernel team member and ask for ca-certificate to be copied to the target PPA.