Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-103928

podman system test needs to fix - 456 [255] podman auto-update - pod

Linking RHIVOS CVEs to...Migration: Automation ...Sync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • rhel-10.1, rhel-9.7
    • podman
    • None
    • No
    • Moderate
    • rhel-container-tools
    • 3
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      I'm currently onboarding the gating tests for fuse-overlayfs on both the c10s and c9s branches. We believe that if Podman's rootless system tests pass, then fuse-overlayfs should be fine. However, when running these tests, all other test cases pass except for one: `456 [255] podman auto-update - pod`, which fails due to the following reason. This issue has already been fixed upstream; could you please help backport it to downstream?

      not ok 456 [255] podman auto-update - pod
      # (from function `bail-now' in file ./helpers.bash, line 187,
      #  from function `die' in file ./helpers.bash, line 980,
      #  from function `run_podman' in file ./helpers.bash, line 572,
      #  in test file ./255-auto-update.bats, line 636)
      #   `run_podman rmi $local_image $(pause_image)' failed
      #
      # [08:27:13.478745059] $ podman tag quay.io/libpod/testimage:20241011 localhost/image:ky5aTLyzOO
      #
      # [08:27:13.537581803] $ podman pod create --name=nG5xHkmlII
      # [08:27:13.630880111] 78bfeb31fb9518b454d6a1e397db3d2426cca43440c0701a32bf00acb2820829
      #
      # [08:27:13.637696754] $ podman create --label io.containers.autoupdate=local --pod=nG5xHkmlII --name=gpfrxwF0ai localhost/image:ky5aTLyzOO top
      # [08:27:13.726741786] ea99dd3d7e1c3e160bbdf3bca0ee4f8d735dff4426348071a3734638ce344a97
      # /run/user/1000/systemd/user /usr/share/podman/test/system
      #
      # [08:27:13.733746000] $ podman generate systemd --name --new --files nG5xHkmlII
      # [08:27:13.790344547]
      # DEPRECATED command:
      # It is recommended to use Quadlets for running containers and pods under systemd.
      #
      # Please refer to podman-systemd.unit(5) for details.
      # /run/user/1000/systemd/user/pod-nG5xHkmlII.service
      # /run/user/1000/systemd/user/container-gpfrxwF0ai.service
      # /usr/share/podman/test/system
      # $ systemctl  start pod-nG5xHkmlII.service
      #
      #
      # [08:27:15.174031737] $ podman pod inspect --format {{.State}} nG5xHkmlII
      # [08:27:15.226830243] Running
      #
      # [08:27:15.236118364] $ podman container inspect --format {{.State.Status}} gpfrxwF0ai
      # [08:27:15.299780777] running
      #
      # [08:27:15.308952709] $ podman pod inspect --format {{.ID}} nG5xHkmlII
      # [08:27:15.359910745] 6894d8c12be233a7b3a126861640cfb987837d17c22f373a14912badee358492
      #
      # [08:27:15.367337586] $ podman container inspect --format {{.ID}} gpfrxwF0ai
      # [08:27:15.428228530] 2da62924b228a2b00780bf18f5d7a1ec6d81d6a5a5c42ab38029af04120eb833
      #
      # [08:27:15.435208269] $ podman auto-update --dry-run --format {{.Unit}},{{.Image}},{{.Updated}},{{.Policy}}
      # [08:27:15.490295288] pod-nG5xHkmlII.service,localhost/image:ky5aTLyzOO,false,local
      # [08:27:15.503103371] $ podman build -t localhost/image:ky5aTLyzOO -f /tmp/podman_bats.UYuW3w/Dockerfile
      # [08:27:15.926048674] STEP 1/2: FROM quay.io/libpod/testimage:20241011
      # STEP 2/2: RUN touch /123
      # COMMIT localhost/image:ky5aTLyzOO
      # --> c407418a5dcb
      # Successfully tagged localhost/image:ky5aTLyzOO
      # c407418a5dcb1a8df652459b097914bb305014b5d34781f90f456eaef97d7045
      #
      # [08:27:15.932936252] $ podman auto-update --dry-run --format {{.Unit}},{{.Image}},{{.Updated}},{{.Policy}}
      # [08:27:15.992640770] pod-nG5xHkmlII.service,localhost/image:ky5aTLyzOO,pending,local
      #
      # [08:27:16.006114086] $ podman auto-update --format {{.Unit}},{{.Image}},{{.Updated}},{{.Policy}}
      # [08:27:17.212145582] pod-nG5xHkmlII.service,localhost/image:ky5aTLyzOO,true,local
      #
      # [08:27:18.245040118] $ podman pod inspect --format {{.ID}} nG5xHkmlII
      # [08:27:18.307591484] 36117e3991d8c305ccaf01450769d61b59dbe13d9d67ebdb046b2305eb09b666
      #
      # [08:27:18.318719314] $ podman container inspect --format {{.ID}} gpfrxwF0ai
      # [08:27:18.375872098] 8cf938c7eec5876f13e0059e20e0ef50433237526b52cf7ba6158c7766c787dc
      #
      # [08:27:18.649397660] $ podman pod rm -f nG5xHkmlII
      #
      # [08:27:18.739002026] $ podman rmi localhost/image:ky5aTLyzOO localhost/podman-pause:5.5.1-1749427200
      # [08:27:18.798302642] Untagged: localhost/image:ky5aTLyzOO
      # Deleted: c407418a5dcb1a8df652459b097914bb305014b5d34781f90f456eaef97d7045
      # Error: localhost/podman-pause:5.5.1-1749427200: image not known
      # [08:27:18.802187656] [ rc=1 (** EXPECTED 0 **) ]
      # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
      # #| FAIL: exit code is 1; expected 0
      # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      #
      

              lmandvek Lokesh Mandvekar
              weshen Edward Shen
              Container Runtime Eng Bot Container Runtime Eng Bot
              Container Runtime Bugs Bot Container Runtime Bugs Bot
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: