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

WIP: CI: testing rockylinux9 ssh failures #11732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VannTen
Copy link
Contributor

@VannTen VannTen commented Nov 21, 2024

What type of PR is this?
/kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

/label ci-short

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Denotes a PR that doesn't merit a release note. kind/flake Categorizes issue or PR as related to a flaky test. ci-short Run a quick CI pipeline cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 21, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: VannTen

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

@VannTen
Copy link
Contributor Author

VannTen commented Nov 21, 2024

/ok-to-test

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Nov 21, 2024
@VannTen
Copy link
Contributor Author

VannTen commented Nov 21, 2024

By creating a VMI on the CI cluster and using virtctl to connect to it I'm able to get the following log from sshd:

Nov 21 10:31:24 testing-rocky9 systemd[1]: Starting OpenSSH server daemon...
Nov 21 10:31:24 testing-rocky9 sshd[14104]: OpenSSL version mismatch. Built against 30000010, you have 30200020
Nov 21 10:31:24 testing-rocky9 systemd[1]: sshd.service: Main process exited, code=exited, status=255/EXCEPTION
Nov 21 10:31:24 testing-rocky9 systemd[1]: sshd.service: Failed with result 'exit-code'.
Nov 21 10:31:24 testing-rocky9 systemd[1]: Failed to start OpenSSH server daemon.

This looks like a rockylinux problem, openssl updated but sshd not rebuilt / not upgraded ?

@VannTen
Copy link
Contributor Author

VannTen commented Nov 21, 2024

I don't understand why it was fine before though.
The image does not appear to have changed : https://quay.io/repository/kubespray/vm-rockylinux-9?tab=info

@yankay @ant31 any idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. ci-short Run a quick CI pipeline cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/flake Categorizes issue or PR as related to a flaky test. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants