Bug 2110998 - kola dhcp.propagation test failing
Summary: kola dhcp.propagation test failing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RHCOS
Version: 4.11
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.11.0
Assignee: RHCOS Bug Triage
QA Contact: Michael Nguyen
URL:
Whiteboard:
Depends On:
Blocks: 2110765
TreeView+ depends on / blocked
 
Reported: 2022-07-26 10:02 UTC by Timothée Ravier
Modified: 2022-07-26 10:05 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of: 2110765
Environment:
Last Closed: 2022-07-26 10:03:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Timothée Ravier 2022-07-26 10:02:56 UTC
+++ This bug was initially created as a clone of Bug #2110765 +++

systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2022-07-19 15:21:17 UTC; 1s ago
  Process: 1646 ExecStart=/usr/local/bin/kola-runext-dhcp-propagation (code=exited, status=125)
 Main PID: 1646 (code=exited, status=125)

Jul 19 15:20:22 qemu0 systemd[1]: Started kola-runext.service.
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + main
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + test_setup
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + setsebool container_manage_cgroup 1
Jul 19 15:20:22 qemu0 setsebool[1647]: The container_manage_cgroup policy boolean was changed to 1 by root
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + ip netns add container
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + ip link add veth-host type veth peer name veth-container
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + ip link set veth-container netns container
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + ip netns exec container ip address add 172.16.0.1/24 dev veth-container
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + ip netns exec container ip link set veth-container up
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: ++ mktemp -d
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + pushd /tmp/tmp.PMYIMY3HTg
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: /tmp/tmp.PMYIMY3HTg /
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: ++ cut -d ' ' -f 1
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: ++ getent hosts time-c-g.nist.gov
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + NTPHOSTIP=129.6.15.30
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + cat
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: + podman build -t dnsmasq .
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: STEP 1: FROM registry.fedoraproject.org/fedora:35
Jul 19 15:20:22 qemu0 kola-runext-dhcp-propagation[1646]: Trying to pull registry.fedoraproject.org/fedora:35...
Jul 19 15:20:23 qemu0 kola-runext-dhcp-propagation[1646]: Getting image source signatures
Jul 19 15:20:24 qemu0 kola-runext-dhcp-propagation[1646]: Copying blob sha256:9c6cc34637169910926efbf525620fc39873beb0b2b3ba9fdf30d8662a38e407
Jul 19 15:20:26 qemu0 kola-runext-dhcp-propagation[1646]: Copying config sha256:750037c05cfe1857e16500167c7c217658e15eb9bc6283020cfb3524c93d1240
Jul 19 15:20:26 qemu0 kola-runext-dhcp-propagation[1646]: Writing manifest to image destination
Jul 19 15:20:26 qemu0 kola-runext-dhcp-propagation[1646]: Storing signatures
Jul 19 15:20:29 qemu0 kola-runext-dhcp-propagation[1646]: STEP 2: RUN dnf -y install systemd dnsmasq iproute iputils && dnf clean all && systemctl enable dnsmasq
Jul 19 15:20:36 qemu0 kola-runext-dhcp-propagation[1646]: Fedora 35 - x86_64                               14 MB/s |  79 MB     00:05
Jul 19 15:20:56 qemu0 kola-runext-dhcp-propagation[1646]: Fedora 35 openh264 (From Cisco) - x86_64        5.1 kB/s | 2.5 kB     00:00
Jul 19 15:21:00 qemu0 kola-runext-dhcp-propagation[1646]: Fedora Modular 35 - x86_64                      1.0 MB/s | 3.3 MB     00:03
Jul 19 15:21:02 qemu0 kola-runext-dhcp-propagation[1646]: Fedora 35 - x86_64 - Updates                     20 MB/s |  31 MB     00:01
Jul 19 15:21:17 qemu0 kola-runext-dhcp-propagation[1646]: Error: error building at STEP "RUN dnf -y install systemd dnsmasq iproute iputils && dnf clean all && systemctl enable dnsmasq": error while running runtime: exit status 137
Jul 19 15:21:17 qemu0 systemd[1]: kola-runext.service: Main process exited, code=exited, status=125/n/a
Jul 19 15:21:17 qemu0 systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.shared.chrony.dhcp-propagation (83.54s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 125

--- Additional comment from Eric Paris on 2022-07-25 21:00:16 UTC ---

This bug sets Target Release equal to a z-stream but has no bug in the 'Depends On' field. As such this is not a valid bug state and the target release is being unset.

Any bug targeting 4.1.z must have a bug targeting 4.2 in 'Depends On.'
Similarly, any bug targeting 4.2.z must have a bug with Target Release of 4.3 in 'Depends On.'

Comment 1 Timothée Ravier 2022-07-26 10:03:57 UTC
Already fixed in 4.11


Note You need to log in before you can comment on or make changes to this bug.