katello-nightly-rpm-pipeline 1631 failed

Katello nightly pipeline failed:

https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/1631/

foreman-pipeline-katello-rpm-nightly (failed) (remote job)

Looks like the server returned an internal server error while loading autocomplete. I can’t find a log entry for the HTTP 500, but I do see:

2023-03-28T23:27:29 [F|app|141fd918]   
 141fd918 | TypeError (nil can't be coerced into Integer):
 141fd918 |   
 141fd918 | lib/foreman/middleware/logging_context_session.rb:22:in `call'
 141fd918 | lib/foreman/middleware/logging_context_request.rb:11:in `call'
 141fd918 | katello (4.9.0.pre.master) lib/katello/prevent_json_parsing.rb:12:in `call'

Given it’s F(atal), I think it failed to even reach the controller. It already stopped processing in the middleware, but I don’t really see where it would fail.

Yeah, I was having trouble figuring out where this is coming from too. In the logs I saw (from the older failure) it was right after it loaded manifest_history, but you mentioned autocomplete. Is there any more info about that?

What failed in the front end test you can see this failed:
https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/1631/testReport/junit/tests/test_pages/test_menu_item_Subscriptions_/

E         +  'https://192.168.122.43/katello/api/v2/subscriptions/auto_complete_search?organization_id=1&search= '
E         +  '- Failed to load resource: the server responded with a status of 500 ()',

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.