1
|
## Tasks (test)
|
2
|
Traceback (most recent call last):
|
3
|
File "/usr/share/builder-ci/build/actions.py", line 109, in build_action
|
4
|
container_output = client.containers.run(
|
5
|
^^^^^^^^^^^^^^^^^^^^^^
|
6
|
File "/usr/share/builder-ci/venv/lib/python3.11/site-packages/podman/domain/containers_run.py", line 61, in run
|
7
|
container = self.create(image=image, command=command, **kwargs)
|
8
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
9
|
File "/usr/share/builder-ci/venv/lib/python3.11/site-packages/podman/domain/containers_create.py", line 354, in create
|
10
|
response.raise_for_status(not_found=ImageNotFound)
|
11
|
File "/usr/share/builder-ci/venv/lib/python3.11/site-packages/podman/api/client.py", line 75, in raise_for_status
|
12
|
raise APIError(cause, response=self._response, explanation=message)
|
13
|
podman.errors.exceptions.APIError: 500 Server Error: Internal Server Error (must set root filesystem source to either image or rootfs: invalid argument)
|
14
|
|
15
|
During handling of the above exception, another exception occurred:
|
16
|
|
17
|
Traceback (most recent call last):
|
18
|
File "/usr/share/builder-ci/build/tasks.py", line 108, in build_run
|
19
|
actions.build_action(task_executor, tmpdirname)
|
20
|
File "/usr/share/builder-ci/build/actions.py", line 144, in build_action
|
21
|
raise Exception("A mandatory task failed, stopping")
|
22
|
Exception: A mandatory task failed, stopping
|
23
|
|