Uploaded image for project: 'RHEL Testing'
  1. RHEL Testing
  2. RHELTEST-7

Podman test: run_podman run -d --name cpcontainer $IMAGE sleep infinity' failed with status 124

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • rhel-sst-cki

      This issue was originally created at 2021-07-15T12:09:49.878Z as a Gitlab issue:
      https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/609

      📊 065-cp.bats:
      1..18
      ok 1 podman cp file from host to container
      ok 2 podman cp file from host to container tmpfs mount
      ok 3 podman cp file from host to container and check ownership
      ok 4 podman cp file from/to host while --pid=host
      ok 5 podman cp file from container to host
      ok 6 podman cp dir from host to container
      ok 7 podman cp dir from container to host
      not ok 8 podman cp symlinked directory from container

      1. (from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 213,
      2. in test file /usr/share/podman/test/system/065-cp.bats, line 371)
      3. `run_podman run -d --name cpcontainer $IMAGE sleep infinity' failed with status 124
      4. # podman rm --all --force
      5. # podman ps --all --external --format .ID .Names
      6. # podman images --all --format .Repository:.Tag .ID
      7. quay.io/libpod/testimage:20210610 8ae9b542c629
      8. # podman run -d --name cpcontainer quay.io/libpod/testimage:20210610 sleep infinity
      9. timeout: sending signal TERM to command ‘podman’
      10. [ rc=124 (** EXPECTED 0 **) ]
      11. *** TIMED OUT ***
      12. # podman rm -f cpcontainer
      13. 42205579f025107ffdcf357558b509455388c0069d078d0dcd3fbd90348a5a6d
      14. # [teardown]
      15. # podman pod rm --all --force
      16. # podman rm --all --force
        ok 9 podman cp file from host to container volume
        ok 10 podman cp file from host to container mount
        not ok 11 podman cp * - wildcard copy multiple files from container to host
      17. (from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 213,
      18. in test file /usr/share/podman/test/system/065-cp.bats, line 470)
      19. `run_podman run --name cpcontainer $IMAGE sh -c \' failed with status 124
      20. # podman rm --all --force
      21. # podman ps --all --external --format .ID .Names
      22. # podman images --all --format .Repository:.Tag .ID
      23. quay.io/libpod/testimage:20210610 8ae9b542c629
      24. # podman run --name cpcontainer quay.io/libpod/testimage:20210610 sh -c echo 1ZkpNP3kVFcPaq4MLNU9NcdtQeEouiRGwxkiQlS8P7zEuuPfPG >/tmp/dCSFMjjHpaqscLlwiP3Q;
      25. echo 9VVTszQRKeCimwDmRK8MUh0m19NAC53U2kexueCX7ZxpOG9zzT >/tmp/whFfTJMzTvKDQBOXep6I
      26. timeout: sending signal TERM to command ‘podman’
      27. [ rc=124 (** EXPECTED 0 **) ]
      28. *** TIMED OUT ***
      29. # podman rm -f cpcontainer
      30. e34fc0b81ff96229364edee46364979edf6703d6e81f012628ae326521bdf839
      31. # [teardown]
      32. # podman pod rm --all --force
      33. # podman rm --all --force
        not ok 12 podman cp - will not recognize symlink pointing into host space
      34. (from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 213,
      35. in test file /usr/share/podman/test/system/065-cp.bats, line 489)
      36. `run_podman run --name cpcontainer $IMAGE \' failed with status 124
      37. # podman rm --all --force
      38. # podman ps --all --external --format .ID .Names
      39. # podman images --all --format .Repository:.Tag .ID
      40. quay.io/libpod/testimage:20210610 8ae9b542c629
      41. # podman run --name cpcontainer quay.io/libpod/testimage:20210610 sh -c ln -s /tmp/podman_bats.Jvq9YM/cp-test-in/hostfile /tmp/badlink
      42. timeout: sending signal TERM to command ‘podman’
      43. [ rc=124 (** EXPECTED 0 **) ]
      44. *** TIMED OUT ***
      45. # podman rm -f cpcontainer
      46. 2a1bfbf8d3a0abd5a53dfd228ff850e9a5afad3579f44e6c6902e5427671a606
      47. # [teardown]
      48. # podman pod rm --all --force
      49. # podman rm --all --force
        not ok 13 podman cp - will not expand globs in host space (#3829)
      50. (from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 213,
      51. in test file /usr/share/podman/test/system/065-cp.bats, line 516)
      52. `run_podman run --name cpcontainer $IMAGE \' failed with status 124
      53. # podman rm --all --force
      54. # podman ps --all --external --format .ID .Names
      55. # podman images --all --format .Repository:.Tag .ID
      56. quay.io/libpod/testimage:20210610 8ae9b542c629
      57. # podman run --name cpcontainer quay.io/libpod/testimage:20210610 sh -c ln -s /tmp/podman_bats.tweoMD/cp-test-in/hostfile file1;ln -s file* copyme
      58. timeout: sending signal TERM to command ‘podman’
      59. [ rc=124 (** EXPECTED 0 **) ]
      60. *** TIMED OUT ***
      61. # podman rm -f cpcontainer
      62. b05910cfbee5b1779674848c8f601a6349b876c46974e793f2cd1f516c8268ed
      63. # [teardown]
      64. # podman pod rm --all --force
      65. # podman rm --all --force
        not ok 14 podman cp - will not expand wildcard
      66. (from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 213,
      67. in test file /usr/share/podman/test/system/065-cp.bats, line 536)
      68. `run_podman run --name cpcontainer $IMAGE \' failed with status 124
      69. # podman rm --all --force
      70. # podman ps --all --external --format .ID .Names
      71. # podman images --all --format .Repository:.Tag .ID
      72. quay.io/libpod/testimage:20210610 8ae9b542c629
      73. # podman run --name cpcontainer quay.io/libpod/testimage:20210610 sh -c ln -s /tmp/podman_bats.kjTiHL/cp-test-in/hostfile /tmp/*
      74. timeout: sending signal TERM to command ‘podman’
      75. [ rc=124 (** EXPECTED 0 **) ]
      76. *** TIMED OUT ***
      77. # podman rm -f cpcontainer
      78. 99b1fa277f2c9666113940e08c5da686f683b7187e158734c17f21b40d155f58
      79. # [teardown]
      80. # podman pod rm --all --force
      81. # podman rm --all --force
        ...

      https://datawarehouse.internal.cki-project.org/kcidb/tests/1073783

      https://datawarehouse.internal.cki-project.org/issue/422

              Unassigned Unassigned
              bgoncalv@redhat.com Bruno Goncalves
              Alex Jia, Fendy Tjahjadi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated: