You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok 25 create: Ubuntu 16.04 in 14253ms
not ok 26 create: Ubuntu 18.04 in 348ms
# (from function `assert_success' in file test/system/libs/bats-assert/src/assert.bash, line 114,
# from function `pull_distro_image' in file test/system/libs/helpers.bash, line 326,
# in test file test/system/101-create.bats, line 131)
# `pull_distro_image ubuntu 18.04' failed
# Failed to load image quay.io/toolbx/ubuntu-toolbox:18.04 from cache /tmp/bats-run-1vclOQ/image-cache/ubuntu-toolbox-18.04
#
# -- command failed --
# status : 1
# output : time="2023-06-08T13:50:55Z" level=fatal msg="determining manifest MIME type for dir:/tmp/bats-run-1vclOQ/image-cache/ubuntu-toolbox-18.04: open /tmp/bats-run-1vclOQ/image-cache/ubuntu-toolbox-18.04/manifest.json: no such file or directory"
# --
I suspect that we raced with the image publishing workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This cannot be tested until the first round of Ubuntu images are available from
quay.io/toolbx/ubuntu-toolbox:22.04and such. There's an ongoing workflow for that:https://github.com/containers/toolbox/actions/runs/5211743623