Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1825924

Summary: crio.service fails to start; "version string empty"
Product: OpenShift Container Platform Reporter: Micah Abbott <miabbott>
Component: NodeAssignee: Ryan Phillips <rphillips>
Status: CLOSED DUPLICATE QA Contact: Sunil Choudhary <schoudha>
Severity: high Docs Contact:
Priority: high    
Version: 4.5CC: aos-bugs, jokerman
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-20 13:50:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Micah Abbott 2020-04-20 13:48:57 UTC
The CI tests in the RHCOS build pipeline have started to fail when trying to start the `crio.service`

The errors in the journal look like:

```
1055 Apr 20 12:44:15.332971 crio[1607]: time="2020-04-20 12:44:15.332819239Z" level=info msg="Using conmon executable: /usr/libexec/crio/conmon"
1056 Apr 20 12:44:15.333472 crio[1607]: time="2020-04-20 12:44:15.333455940Z" level=info msg="No seccomp profile specified, using the internal default"
1057 Apr 20 12:44:15.333529 crio[1607]: time="2020-04-20 12:44:15.333520207Z" level=info msg="AppArmor is disabled by the system or at CRI-O build-time"
1058 Apr 20 12:44:15.343085 crio[1607]: time="2020-04-20 12:44:15.343034864Z" level=info msg="Found CNI network crio (type=bridge) at /etc/cni/net.d/100-crio-bridge.conf"
1059 Apr 20 12:44:15.349210 crio[1607]: time="2020-04-20 12:44:15.349159378Z" level=info msg="Found CNI network 200-loopback.conf (type=loopback) at /etc/cni/net.d/200-loopback.conf"
1060 Apr 20 12:44:15.369781 crio[1607]: time="2020-04-20 12:44:15.369519494Z" level=info msg="Found CNI network podman (type=bridge) at /etc/cni/net.d/87-podman-bridge.conflist"
1061 Apr 20 12:44:15.369781 crio[1607]: time="2020-04-20 12:44:15.369535838Z" level=info msg="Update default CNI network name to crio"
1062 Apr 20 12:44:15.420006 crio[1607]: time="2020-04-20 12:44:15.419914706Z" level=fatal msg="Version string empty"
1063 Apr 20 12:44:15.425980 systemd[1]: crio.service: Main process exited, code=exited, status=1/FAILURE
1064 Apr 20 12:44:15.426121 systemd[1]: crio.service: Failed with result 'exit-code'.
1065 Apr 20 12:44:15.426536 systemd[1]: Failed to start Open Container Initiative Daemon.
```

RHCOS is pulling in `cri-o-1.18.0-2.rhaos4.5.el8.x86_64`

Comment 1 Micah Abbott 2020-04-20 13:49:22 UTC
This is impacting the ability for RHCOS to make any 4.5 builds.

Comment 2 Micah Abbott 2020-04-20 13:50:27 UTC

*** This bug has been marked as a duplicate of bug 1825623 ***