Actions
action #129910
closedNew podman_netavark test fails everywhere in aarch64 and s390x
Start date:
2023-05-26
Due date:
% Done:
0%
Estimated time:
Tags:
Description
The new test introduced in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17111
is failing everywhere in aarch64 and s390x jobs.
https://openqa.suse.de/tests/11196764
localhost:~ # podman network create --gateway 10.90.0.1 --subnet 10.90.0.0/16 simple; echo Dykk7-$?-
simple
Dykk7-0-
localhost:~ # podman run --network simple:ip=10.90.0.8,mac=76:22:33:44:55:66 -d --name apache_ctr 3.71.98.16:5000/fedora/apache; echo e_ZcN-$?-
Trying to pull 3.71.98.16:5000/fedora/apache:latest...
Getting image source signatures
Copying blob ebb42f0b0e1a [--------------------------------------] 0.0b / 294.0b (skipped: 0.0b = 0.00%)
Copying blob 0fc456f626d7 [--------------------------------------] 0.0b / 64.8MiB (skipped: 0.0b = 0.00%)
...
Writing manifest to image destination
Storing signatures
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
WARN[0009] Path "/etc/SUSEConnect" from "/etc/containers/mounts.conf" doesn't exist, skipping
71ccc0c8807438a266e6375a9235b819f6cd9cda86cd1a877c446923a7cba3c3
e_ZcN-0-
localhost:~ # podman container inspect apache_ctr --format {{.NetworkSettings.Networks.simple.IPAddress}}; echo 8M2l2-$?-
8M2l2-0-
localhost:~ # cat > /tmp/scriptbOor~.sh << 'EOT_bOor~'; echo bOor~-$?-
> curl --head --silent 10.90.0.8:80
> EOT_bOor~
bOor~-0-
localhost:~ # echo bOor~; bash -oe pipefail /tmp/scriptbOor~.sh ; echo SCRIPT_FINISHEDbOor~-$?-
bOor~
SCRIPT_FINISHEDbOor~-28-
localhost:~ # cat > /tmp/scriptn1~0x.sh << 'EOT_n1~0x'; echo n1~0x-$?-
> cat /etc/os-release
> EOT_n1~0x
n1~0x-0-
localhost:~ # echo n1~0x; bash -oe pipefail /tmp/scriptn1~0x.sh ; echo SCRIPT_FINISHEDn1~0x-$?-
n1~0x
Files
Updated by jlausuch over 1 year ago
- File apache.png apache.png added
The image we were trying to pull from docker.io is fedora/apache
which is only available for intel, and also pretty old...
We need an image compatible with all architectures. I would suggest httpd
:
https://hub.docker.com/_/httpd
Updated by jlausuch over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to jlausuch
I have pulled httpd
image in our registry, which is available in all architectures and ran some VRs with this change: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17163
Updated by jlausuch over 1 year ago
- Related to action #129961: podman_netavark fails in SLE Micro 5.1 with SELinux enabled added
Updated by jlausuch over 1 year ago
- Related to action #124631: Usage of netavark and aardvark in podman networks added
Actions