Skip to content

test/system: Unbreak Podman's downstream Fedora CI (part 2)#1457

Merged
debarshiray merged 1 commit intocontainers:mainfrom
debarshiray:wip/rishi/test-system-unbreak-podman-01
Feb 27, 2024
Merged

test/system: Unbreak Podman's downstream Fedora CI (part 2)#1457
debarshiray merged 1 commit intocontainers:mainfrom
debarshiray:wip/rishi/test-system-unbreak-podman-01

Conversation

@debarshiray
Copy link
Copy Markdown
Member

@debarshiray debarshiray commented Feb 23, 2024

The working directory from which bats(1) is invoked might not be part of the Toolbx container. eg., Podman's downstream Fedora CI invokes the tests as:

  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:

  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 23, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from bca67b0 to 4a43819 Compare February 23, 2024 09:47
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/fae79dcf4cc44bf690cf72a42f6c6cbc

✔️ unit-test SUCCESS in 5m 05s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 38s
✔️ unit-test-restricted SUCCESS in 3m 41s
✔️ system-test-fedora-rawhide SUCCESS in 31m 20s
✔️ system-test-fedora-39 SUCCESS in 33m 22s
✔️ system-test-fedora-38 SUCCESS in 35m 02s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 23, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 4a43819 to 0b13b80 Compare February 23, 2024 10:55
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/1fb093b1b7ca482d9b5c7fc00fc14fc5

✔️ unit-test SUCCESS in 5m 04s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 39s
✔️ unit-test-restricted SUCCESS in 3m 56s
✔️ system-test-fedora-rawhide SUCCESS in 34m 08s
✔️ system-test-fedora-39 SUCCESS in 37m 16s
✔️ system-test-fedora-38 SUCCESS in 37m 28s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 0b13b80 to d554b16 Compare February 26, 2024 11:06
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/d34edfd61fe045888825d67d7f59b9c5

✔️ unit-test SUCCESS in 4m 44s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 41s
✔️ unit-test-restricted SUCCESS in 3m 46s
✔️ system-test-fedora-rawhide SUCCESS in 32m 43s
✔️ system-test-fedora-39 SUCCESS in 32m 55s
✔️ system-test-fedora-38 SUCCESS in 33m 43s

@debarshiray debarshiray changed the title test/system: Unbreak Podman's downstream Fedora CI test/system: Unbreak Podman's downstream Fedora CI (part 2) Feb 26, 2024
debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from d554b16 to 212a0a9 Compare February 26, 2024 17:08
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/96fe1af8952c4428826bc44a46d8459c

✔️ unit-test SUCCESS in 4m 41s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 40s
✔️ unit-test-restricted SUCCESS in 3m 52s
✔️ system-test-fedora-rawhide SUCCESS in 32m 56s
✔️ system-test-fedora-39 SUCCESS in 33m 40s
✔️ system-test-fedora-38 SUCCESS in 33m 31s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 212a0a9 to 2886bc1 Compare February 26, 2024 17:51
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed.
https://softwarefactory-project.io/zuul/t/local/buildset/9a4cf74236a1468ba2f9f36da90a1fb5

✔️ unit-test SUCCESS in 4m 52s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 33s
✔️ unit-test-restricted SUCCESS in 3m 40s
system-test-fedora-rawhide FAILURE in 48m 53s
system-test-fedora-39 FAILURE in 48m 41s
✔️ system-test-fedora-38 SUCCESS in 49m 07s

@debarshiray
Copy link
Copy Markdown
Member Author

recheck

@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 2886bc1 to c6063cb Compare February 26, 2024 19:04
debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/ed72ad07d10c4e0f9788cb4d638fd14d

✔️ unit-test SUCCESS in 4m 59s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 53s
✔️ unit-test-restricted SUCCESS in 4m 07s
✔️ system-test-fedora-rawhide SUCCESS in 33m 25s
✔️ system-test-fedora-39 SUCCESS in 34m 48s
✔️ system-test-fedora-38 SUCCESS in 35m 15s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from c6063cb to 9ca3133 Compare February 26, 2024 20:09
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/53910c4d38c847b8994c74e1ae60bcd4

✔️ unit-test SUCCESS in 4m 53s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 34s
✔️ unit-test-restricted SUCCESS in 3m 59s
✔️ system-test-fedora-rawhide SUCCESS in 32m 57s
✔️ system-test-fedora-39 SUCCESS in 33m 35s
✔️ system-test-fedora-38 SUCCESS in 35m 15s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 9ca3133 to 6a1cf56 Compare February 26, 2024 21:46
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/0c9eba11700040ffaabdedc438c9a204

✔️ unit-test SUCCESS in 4m 35s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 37s
✔️ unit-test-restricted SUCCESS in 3m 47s
✔️ system-test-fedora-rawhide SUCCESS in 31m 46s
✔️ system-test-fedora-39 SUCCESS in 33m 21s
✔️ system-test-fedora-38 SUCCESS in 33m 01s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 26, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 6a1cf56 to 0d87c8b Compare February 26, 2024 23:24
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/1cc85e611890464cb3fd5acefda91c8c

✔️ unit-test SUCCESS in 4m 43s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 45s
✔️ unit-test-restricted SUCCESS in 3m 42s
✔️ system-test-fedora-rawhide SUCCESS in 32m 29s
✔️ system-test-fedora-39 SUCCESS in 33m 34s
✔️ system-test-fedora-38 SUCCESS in 33m 47s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 27, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from 0d87c8b to b33533e Compare February 27, 2024 03:00
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/b69abec4a46e448293590175b692a322

✔️ unit-test SUCCESS in 4m 34s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 28s
✔️ unit-test-restricted SUCCESS in 3m 49s
✔️ system-test-fedora-rawhide SUCCESS in 31m 45s
✔️ system-test-fedora-39 SUCCESS in 33m 37s
✔️ system-test-fedora-38 SUCCESS in 34m 03s

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Feb 27, 2024
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from b33533e to b9d41c5 Compare February 27, 2024 10:48
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed.
https://softwarefactory-project.io/zuul/t/local/buildset/498831f5551f4725b0b235d4e6ea2d5e

unit-test FAILURE in 4m 53s
unit-test-migration-path-for-coreos-toolbox FAILURE in 3m 38s
unit-test-restricted FAILURE in 5m 02s
✔️ system-test-fedora-rawhide SUCCESS in 38m 54s
✔️ system-test-fedora-39 SUCCESS in 39m 46s
✔️ system-test-fedora-38 SUCCESS in 33m 12s

The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
@debarshiray debarshiray force-pushed the wip/rishi/test-system-unbreak-podman-01 branch from b9d41c5 to 9d3ae61 Compare February 27, 2024 14:14
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build succeeded.
https://softwarefactory-project.io/zuul/t/local/buildset/57b22a03e62f44ce8c9f28584a1a7d28

✔️ unit-test SUCCESS in 4m 51s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 17s
✔️ unit-test-restricted SUCCESS in 4m 21s
✔️ system-test-fedora-rawhide SUCCESS in 32m 10s
✔️ system-test-fedora-39 SUCCESS in 34m 27s
✔️ system-test-fedora-38 SUCCESS in 35m 09s

@debarshiray debarshiray merged commit 9d3ae61 into containers:main Feb 27, 2024
@debarshiray debarshiray deleted the wip/rishi/test-system-unbreak-podman-01 branch February 27, 2024 14:52
debarshiray added a commit to debarshiray/toolbox that referenced this pull request Jan 26, 2026
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
containers#1740
(cherry picked from commit 9d3ae61)
debarshiray added a commit to debarshiray/toolbox that referenced this pull request Jan 29, 2026
The working directory from which bats(1) is invoked might not be part of
the Toolbx container.  eg., Podman's downstream Fedora CI invokes the
tests as:
  $ cd /path/to/toolbox/test/system
  $ bats .

... and it led to [1]:
  not ok 110 run: Smoke test with true(1)
  # (from function `assert_output' in file
      ./libs/bats-assert/src/assert.bash, line 255,
  #  in test file ./104-run.bats, line 38)
  #   `assert_output ""' failed
  #
  # -- output differs --
  # expected (0 lines):
  #
  # actual (3 lines):
  #   Error: crun: chdir to `/usr/share/toolbox/test/system`: No such
      file or directory: OCI runtime attempted to invoke a command that
      was not found
  #   Error: directory /usr/share/toolbox/test/system not found in
      container fedora-toolbox-41
  #   Using /home/testuser instead.
  # --
  #

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2263968

containers#1457
containers#1740
containers#1750
(cherry picked from commit 9d3ae61)
(backported from commit c0fb8f3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant