-
Notifications
You must be signed in to change notification settings - Fork 268
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
Run make rpm-deps to udpate dependencies for all arches #3405
Conversation
/lgtm |
So this is going to have issues with the latest nginx version and https imports: $ k logs -n cdi cdi-file-host-8449b596c9-4pq6g | grep dumped
selecting docker as container runtime
Defaulted container "http" out of: http, s3, init (init)
2024/08/21 16:28:14 [alert] 1#1: worker process 2 exited on signal 11 (core dumped)
2024/08/21 16:28:14 [alert] 1#1: worker process 3 exited on signal 11 (core dumped)
2024/08/21 16:28:15 [alert] 1#1: worker process 4 exited on signal 11 (core dumped)
2024/08/21 16:28:15 [alert] 1#1: worker process 5 exited on signal 11 (core dumped)
2024/08/21 16:28:28 [alert] 1#1: worker process 6 exited on signal 11 (core dumped)
2024/08/21 16:28:28 [alert] 1#1: worker process 7 exited on signal 11 (core dumped)
2024/08/21 16:28:59 [alert] 1#1: worker process 8 exited on signal 11 (core dumped)
2024/08/21 16:28:59 [alert] 1#1: worker process 9 exited on signal 11 (core dumped) Good news is that I have a commit freezing nginx to a "good" version, |
Possibly a bug with nginx, there were some segfault fixes in 1.25.4 release: https://nginx.org/en/CHANGES openresty/lua-nginx-module#2218 Signed-off-by: Alex Kalenyuk <[email protected]>
8efd190
to
389848e
Compare
389848e
to
cf885de
Compare
Ensure the dependencies are up to date so we can easily merge with s390x PRs in the future. Signed-off-by: Alex Kalenyuk <[email protected]>
cf885de
to
936819e
Compare
/test pull-cdi-unit-test |
1 similar comment
/test pull-cdi-unit-test |
/lgtm |
@awels: you cannot LGTM your own PR. In response to this:
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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akalenyu 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 |
/test pull-containerized-data-importer-e2e-istio |
* Rollback nginx from 1.24.0->1.22.1 to avoid segfaults when pulling https Possibly a bug with nginx, there were some segfault fixes in 1.25.4 release: https://nginx.org/en/CHANGES openresty/lua-nginx-module#2218 Signed-off-by: Alex Kalenyuk <[email protected]> * Run make rpm-deps to udpate dependencies for all arches Ensure the dependencies are up to date so we can easily merge with s390x PRs in the future. Signed-off-by: Alex Kalenyuk <[email protected]> --------- Signed-off-by: Alex Kalenyuk <[email protected]> Co-authored-by: Alex Kalenyuk <[email protected]>
* Rollback nginx from 1.24.0->1.22.1 to avoid segfaults when pulling https Possibly a bug with nginx, there were some segfault fixes in 1.25.4 release: https://nginx.org/en/CHANGES openresty/lua-nginx-module#2218 Signed-off-by: Alex Kalenyuk <[email protected]> * Run make rpm-deps to udpate dependencies for all arches Ensure the dependencies are up to date so we can easily merge with s390x PRs in the future. Signed-off-by: Alex Kalenyuk <[email protected]> --------- Signed-off-by: Alex Kalenyuk <[email protected]> Co-authored-by: Alex Kalenyuk <[email protected]>
What this PR does / why we need it:
Ensure the dependencies are up to date so we can easily merge with s390x PRs in the future.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: