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

repo-addrepo-hd-tree failing on rhel9 with "PayloadError: 'DeviceFormat' object has no attribute 'mount'" #790

Closed
rvykydal opened this issue Sep 13, 2022 · 5 comments
Assignees
Labels
disabled test The test is failing and has been disabled for nightly runs due to the issue.

Comments

@rvykydal
Copy link
Contributor

https://github.com/rhinstaller/kickstart-tests/actions/runs/3041270133

03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Modules.Storage.DeviceTree.Handler.MountDevice has failed with an exception:
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:Traceback (most recent call last):
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  File "/usr/lib/python3.9/site-packages/dasbus/server/handler.py", line 418, in _method_callback
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:    result = self._handle_call(
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  File "/usr/lib/python3.9/site-packages/dasbus/server/handler.py", line 234, in _handle_call
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:    return handler(*parameters)
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/devicetree/handler_interface.py", line 57, in MountDevice
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:    self.implementation.mount_device(device_name, mount_point, options)
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/devicetree/handler.py", line 95, in mount_device
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:    device.format.mount(mountpoint=mount_point, options=options or None)
03:20:53,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:AttributeError: 'DeviceFormat' object has no attribute 'mount'
03:20:53,202 ERR anaconda:anaconda: payload.manager: PayloadError: 'DeviceFormat' object has no attribute 'mount'
03:20:53,203 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: ERROR

virt-install.log

@rvykydal rvykydal added the failing test The test is failing. (Not disabled yet - waiting for PR review or because the failure is flaky ...) label Sep 14, 2022
@rvykydal
Copy link
Contributor Author

PR to disable the test: #791

@rvykydal rvykydal added disabled test The test is failing and has been disabled for nightly runs due to the issue. and removed failing test The test is failing. (Not disabled yet - waiting for PR review or because the failure is flaky ...) labels Sep 15, 2022
@rvykydal
Copy link
Contributor Author

PR to disable the test: #791

Fixup: #792

@jkonecny12
Copy link
Member

Fixup was merged. Can close this?

@rvykydal
Copy link
Contributor Author

Fixup was merged. Can close this?

It was a fixup of disabling of the test, the issue is still here to be dealt with so the test can be re-enabled.

@rvykydal
Copy link
Contributor Author

Closing can be handled when #804 is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
disabled test The test is failing and has been disabled for nightly runs due to the issue.
Projects
None yet
Development

No branches or pull requests

3 participants