Project

General

Profile

Actions

action #165860

closed

wicked_basic_ref fails on ppc64le: Open vSwitch command 'set_vlan' with arguments 'tap3 8' failed

Added by dimstar 4 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Start date:
2024-08-27
Due date:
% Done:

0%

Estimated time:

Description

This seems to be very similar to #160293 even though back then, it was said to work on kerosene workers.

This seems no longer to be true:

Result: incomplete, finished about an hour ago (ran for 00:43 minutes)
Reason: backend died: Open vSwitch command 'set_vlan' with arguments 'tap3 8' failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.opensuse.os_autoinst.switch was not provided by any .service files
Scheduled product: opensuse-Tumbleweed-DVD-ppc64le-20240826
Assigned worker: kerosene-8:4


Related issues 2 (1 open1 closed)

Related to openQA Infrastructure (public) - action #98835: arm jobs failing (again?) with auto_review:"backend died: Open vSwitch command 'set_vlan' with arguments .*was not provided by any .service files":retryNew2021-09-17

Actions
Related to openQA Project (public) - action #162284: Prevent multi-machine tests to be picked up if os-autoinst-openvswitch service does not work size:MResolvedmkittler2024-06-14

Actions
Actions #1

Updated by dimstar 4 months ago

Actions #2

Updated by livdywan 4 months ago

  • Description updated (diff)
Actions #3

Updated by livdywan 4 months ago

  • Related to action #98835: arm jobs failing (again?) with auto_review:"backend died: Open vSwitch command 'set_vlan' with arguments .*was not provided by any .service files":retry added
Actions #4

Updated by tinita 4 months ago

  • Category set to Regressions/Crashes
  • Target version set to Ready
Actions #5

Updated by livdywan 3 months ago

  • Related to action #162284: Prevent multi-machine tests to be picked up if os-autoinst-openvswitch service does not work size:M added
Actions #6

Updated by mkittler 3 months ago

  • Status changed from New to Resolved
  • Assignee set to mkittler

The problem was just that the related systemd service failed:

kerosene-8:~ # systemctl status os-autoinst-openvswitch.service  
× os-autoinst-openvswitch.service - os-autoinst openvswitch helper 
     Loaded: loaded (/usr/lib/systemd/system/os-autoinst-openvswitch.service; enabled; vendor preset: disabled) 
     Active: failed (Result: exit-code) since Mon 2024-08-12 10:40:54 UTC; 3 weeks 3 days ago 
   Main PID: 37187 (code=exited, status=203/EXEC) 

Aug 12 10:40:54 kerosene-8 (nvswitch)[37187]: os-autoinst-openvswitch.service: Failed at step EXEC spawning /usr/lib/os-autoinst/os-autoinst-openvswitch: No such file or directory
Aug 12 10:40:54 kerosene-8 systemd[1]: Starting os-autoinst openvswitch helper... 
Aug 12 10:40:54 kerosene-8 systemd[1]: os-autoinst-openvswitch.service: Main process exited, code=exited, status=203/EXEC
Aug 12 10:40:54 kerosene-8 systemd[1]: os-autoinst-openvswitch.service: Failed with result 'exit-code'.
Aug 12 10:40:54 kerosene-8 systemd[1]: Failed to start os-autoinst openvswitch helper.
kerosene-8:~ # systemctl restart os-autoinst-openvswitch.service  
kerosene-8:~ # systemctl status os-autoinst-openvswitch.service  
● os-autoinst-openvswitch.service - os-autoinst openvswitch helper 
     Loaded: loaded (/usr/lib/systemd/system/os-autoinst-openvswitch.service; enabled; vendor preset: disabled) 
     Active: active (running) since Thu 2024-09-05 12:19:33 UTC; 1s ago 
   Main PID: 149427 (os-autoinst-ope) 
     CGroup: /system.slice/os-autoinst-openvswitch.service 
             └─ 149427 /usr/bin/perl /usr/lib/os-autoinst/script/os-autoinst-openvswitch 

Sep 05 12:19:33 kerosene-8 systemd[1]: Starting os-autoinst openvswitch helper... 
Sep 05 12:19:33 kerosene-8 systemd[1]: Started os-autoinst openvswitch helper.

Simply restarting it helped. I suppose it failed before due to https://github.com/os-autoinst/os-autoinst/pull/1978 but that was fixed via https://github.com/os-autoinst/os-autoinst/pull/2527 which is why restarting helped.

So I'm resolving the ticket after simply restarting the service.

Actions

Also available in: Atom PDF