-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
flakesFlakes from Continuous IntegrationFlakes from Continuous Integrationkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
not ok 423 |700| podman artifact add --replace basic functionality in 898ms
# tags: ci:parallel
# (from function `bail-now' in file test/system/[helpers.bash, line 230](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L230),
# from function `die' in file test/system/[helpers.bash, line 994](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L994),
# from function `run_podman' in file test/system/[helpers.bash, line 605](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L605),
# in test file test/system/[700-artifact.bats, line 47](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/700-artifact.bats#L47))
# `run_podman artifact inspect "$artifact_name"' failed
#
<+ > # # podman-remote --url=unix:///tmp/CI_plDj/bats-run-6PeS5p/suite/remotesystem.podman.ow6gBp.sock
#
# artifact add localhost/test/replace-artifact /tmp/CI_plDj/podman_bats.clENUg/artifactfile.FOwHEu
<+035ms> # 1178205c28ec1e1fc0b7f131b08fd619eede04b5a4206678a57176be63ed713d
#
<+012ms> # # podman-remote --url=unix:///tmp/CI_plDj/bats-run-6PeS5p/suite/remotesystem.podman.ow6gBp.sock
#
# artifact inspect localhost/test/replace-artifact
<+039ms> # {
# "Manifest": {
# "schemaVersion": 2,
# "mediaType": "application/vnd.oci.image.manifest.v1+json",
# "config": {
# "mediaType": "application/vnd.oci.empty.v1+json",
# "digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
# "size": 2,
# "data": "e30="
# },
# "layers": [
# {
# "mediaType": "application/octet-stream",
# "digest": "sha256:c9d53e16886d1367120edbe976b0c3b580fa0fda572f4d6e1dbc16b079885837",
# "size": 1024,
# "annotations": {
# "org.opencontainers.image.title": "artifactfile.FOwHEu"
# }
# }
# ],
# "annotations": {
# "org.opencontainers.image.created": "2025-10-10T09:15:32.431092807Z"
# }
# },
# "Name": "localhost/test/replace-artifact",
# "Digest": "sha256:1178205c28ec1e1fc0b7f131b08fd619eede04b5a4206678a57176be63ed713d"
# }
#
<+012ms> # # podman-remote --url=unix:///tmp/CI_plDj/bats-run-6PeS5p/suite/remotesystem.podman.ow6gBp.sock
#
# artifact add --replace localhost/test/replace-artifact /tmp/CI_plDj/podman_bats.clENUg/artifactfile.lI6XW1
<+040ms> # d91b981ff769e1d5f1fa27b350769c64a7df37d38e72ade0972aab656461726b
#
<+017ms> # # podman-remote --url=unix:///tmp/CI_plDj/bats-run-6PeS5p/suite/remotesystem.podman.ow6gBp.sock
#
# artifact inspect localhost/test/replace-artifact
<+031ms> # Error: open /var/lib/containers/storage/artifacts/blobs/sha256/78fe2a38feb1e5393755376567f74b42f41dc01a5c8f72934178bb49f244e4ed: no such file or directory
<+005ms> # [ rc=125 (** EXPECTED 0 **) ]
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: exit code is 125; expected 0
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# # [teardown]
ok 424 |700| podman artifact add --replace nonexistent artifact in 821ms
ok 425 |700| podman artifact add --replace and --append conflict in 747ms
not ok 426 |700| podman artifact add --replace with existing artifact in 774ms
# tags: ci:parallel
# (from function `bail-now' in file test/system/[helpers.bash, line 230](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L230),
# from function `die' in file test/system/[helpers.bash, line 994](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L994),
# from function `run_podman' in file test/system/[helpers.bash, line 605](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/helpers.bash#L605),
# in test file test/system/[700-artifact.bats, line 95](https://github.com/containers/podman/blob/6d63d165efe2fd415816d27ecdd075417203a381/test/system/700-artifact.bats#L95))
# `run_podman artifact add "$artifact_name" "$file1"' failed
#
<+3.95s> # # podman-remote --url=unix:///tmp/CI_plDj/bats-run-6PeS5p/suite/remotesystem.podman.ow6gBp.sock
#
# artifact add localhost/test/existing-artifact /tmp/CI_plDj/podman_bats.Kk1isY/artifactfile.qSJfhf
<+038ms> # Error: open /var/lib/containers/storage/artifacts/blobs/sha256/78fe2a38feb1e5393755376567f74b42f41dc01a5c8f72934178bb49f244e4ed: no such file or directory
<+007ms> # [ rc=125 (** EXPECTED 0 **) ]
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: exit code is 125; expected 0
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# # [teardown]
Metadata
Metadata
Assignees
Labels
flakesFlakes from Continuous IntegrationFlakes from Continuous Integrationkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.