Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use golang 1.20, RHEL 9, and OpenShift 4.14 images for CI #259

Closed

Conversation

rhmdnd
Copy link

@rhmdnd rhmdnd commented Mar 14, 2023

To use golang version 1.20, we need to use a RHEL9 image with OpenShift 4.14, because that is what's available in the CI registries.

@openshift-ci openshift-ci bot requested review from jhrozek and xiaojiey March 14, 2023 15:49
@openshift-ci
Copy link

openshift-ci bot commented Mar 14, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhmdnd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rhmdnd
Copy link
Author

rhmdnd commented Mar 14, 2023

The parallel tests timed out waiting for the deployment to become available:

    wait_util.go:52: Waiting for full availability of compliance-operator deployment (0/1)
    wait_util.go:52: Waiting for full availability of compliance-operator deployment (0/1)
    wait_util.go:52: Waiting for full availability of compliance-operator deployment (0/1)
    wait_util.go:52: Waiting for full availability of compliance-operator deployment (0/1)
    wait_util.go:52: Waiting for full availability of compliance-operator deployment (0/1)
    helpers.go:410: timed out waiting for the condition
time="2023-03-14T17:23:41Z" level=info msg="Skipping cleanup function since --skip-cleanup-error is true"

Operator logs contain:

compliance-operator: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by compliance-operator)
compliance-operator: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by compliance-operator)

Potential legitimate issue running on RHEL 9?

@rhmdnd
Copy link
Author

rhmdnd commented Mar 14, 2023

Looking at the pod logs, it appears the pod goes into a crash loop:

"message": "back-off 5m0s restarting failed container=compliance-operator pod=compliance-operator-66b7d98dc9-fkdh8_osdk-e2e-d6fddd2b-cf63-4393-b846-f195a8bda388(977576c4-27ef-4205-ace5-3c3153f50b40)"

@rhmdnd
Copy link
Author

rhmdnd commented Mar 15, 2023

Rebased so we can pull in #260

@rhmdnd
Copy link
Author

rhmdnd commented Mar 15, 2023

/retest

The Trivy issues are timeout related.

@rhmdnd
Copy link
Author

rhmdnd commented Mar 15, 2023

Interesting

compliance-operator: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by compliance-operator)
compliance-operator: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by compliance-operator)

This is still present in the latest test runs.

@JAORMX
Copy link
Collaborator

JAORMX commented Mar 20, 2023

/test all

@rhmdnd
Copy link
Author

rhmdnd commented Apr 7, 2023

For context - we don't necessarily need this patch to support OpenShift 4.13. We'll need this patch when we decide to actually build containers on RHEL9, but for right now this shouldn't be a blocker for integrating 4.13 support into CI.

@rhmdnd rhmdnd force-pushed the update-ci-rhel-9-ocp-4.13 branch 3 times, most recently from 3efb498 to 1774295 Compare July 28, 2023 16:35
@rhmdnd rhmdnd changed the title Use RHEL 9 and OpenShift 4.13 images for CI Use golang 1.20, RHEL 9, and OpenShift 4.14 images for CI Jul 28, 2023
To use golang version 1.20, we need to use a RHEL9 image with
OpenShift 4.14, because that is what's available in the CI registries.
@rhmdnd
Copy link
Author

rhmdnd commented Aug 7, 2023

Ok - looks like this is still failing because of a GLIBC mismatch between the build contain and the UBI container:

compliance-operator: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by compliance-operator)
compliance-operator: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by compliance-operator)

Copy link

openshift-ci bot commented May 10, 2024

@rhmdnd: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-serial 93cbb65 link true /test e2e-aws-serial
ci/prow/e2e-aws-parallel 93cbb65 link true /test e2e-aws-parallel
ci/prow/e2e-rosa 93cbb65 link true /test e2e-rosa

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@rhmdnd
Copy link
Author

rhmdnd commented Jul 17, 2024

Pursuing this in #491

@rhmdnd rhmdnd closed this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants