Skip to content

podman: cannot assign requested address

odman version:
podman version 3.4.1-dev
Podman debug info:
host:
arch: ppc64le
buildahVersion: 1.23.1
cgroupControllers: []
cgroupManager: cgroupfs
cgroupVersion: v1
conmon:
    package: conmon-2.0.30-1.module+el8.6.0+12727+cc05c9e2.ppc64le
    path: /usr/bin/conmon
    version: 'conmon version 2.0.30, commit: 255aee5324d4f6fc33c84922c84ff0f6d36ee4b3'
cpus: 160
distribution:
    distribution: '"rhel"'
    version: "8.6"
eventLogger: file
hostname: ibm-p9b-27.ibm2.lab.eng.bos.redhat.com
idMappings:
    gidmap:
    - container_id: 0
    host_id: 1003
    size: 1
    - container_id: 1
    host_id: 296608
    size: 65536
    uidmap:
    - container_id: 0
    host_id: 1003
    size: 1
    - container_id: 1
    host_id: 296608
    size: 65536
kernel: 4.18.0-353.el8.test.ppc64le
linkmode: dynamic
logDriver: journald
memFree: 244433158144
memTotal: 270037745664
ociRuntime:
    name: runc
    package: runc-1.0.2-1.module+el8.6.0+12698+b6644727.ppc64le
    path: /usr/bin/runc
    version: |-
    runc version 1.0.2
    spec: 1.0.2-dev
    go: go1.16.7
    libseccomp: 2.5.2

################

[2021-11-26 03:04:45] 050-stop.bats
[03:04:45] START - All [+xxxx] lines that follow are relative to 2021-11-26T03:04:45.
[+0000s] 1..5
[+0015s] ok 1 podman stop - basic test
[+0026s] ok 2 podman stop --all
[+0029s] ok 3 podman stop --ignore
[+0034s] not ok 4 podman stop - can trap signal
[+0034s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 448,
[+0034s] #  from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 221,
[+0034s] #  from function `wait_for_output' in file /usr/share/podman/test/system/helpers.bash, line 256,
[+0034s] #  from function `wait_for_ready' in file /usr/share/podman/test/system/helpers.bash, line 278,
[+0034s] #  in test file /usr/share/podman/test/system/050-stop.bats, line 89)
[+0034s] #   `wait_for_ready $cid' failed with status 125
[+0034s] # $ podman rm --all --force
[+0034s] # $ podman ps --all --external --format {{.ID}} {{.Names}}
[+0034s] # $ podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
[+0034s] # quay.io/libpod/testimage:20210610 ffbfb81a72a9
[+0034s] # $ podman run -d quay.io/libpod/testimage:20210610 sh -c trap 'echo Received SIGTERM, finishing; exit' SIGTERM; echo READY; while :; do sleep 1; done
[+0034s] # 915e9d06f204e0bc5aa114a693fd2c911d16ff0fa6fc78184713af4bda92f4b6
[+0034s] # $ podman logs 915e9d06f204e0bc5aa114a693fd2c911d16ff0fa6fc78184713af4bda92f4b6
[+0034s] # Error: initial journal cursor: failed to get cursor: cannot assign requested address
[+0034s] # [ rc=125 (** EXPECTED 0 **) ]
[+0034s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[+0034s] # #| FAIL: exit code is 125; expected 0
[+0034s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[+0034s] # # [teardown]
[+0034s] # $ podman pod rm --all --force
[+0034s] # $ podman rm --all --force
[+0034s] # 915e9d06f204e0bc5aa114a693fd2c911d16ff0fa6fc78184713af4bda92f4b6
[+0049s] not ok 5 podman stop - unlock while waiting for timeout
[+0049s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 448,
[+0049s] #  from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 221,
[+0049s] #  from function `wait_for_output' in file /usr/share/podman/test/system/helpers.bash, line 256,
[+0049s] #  from function `wait_for_ready' in file /usr/share/podman/test/system/helpers.bash, line 278,
[+0049s] #  in test file /usr/share/podman/test/system/050-stop.bats, line 124)
[+0049s] #   `wait_for_ready stopme' failed with status 125
[+0049s] # $ podman rm --all --force
[+0049s] # $ podman ps --all --external --format {{.ID}} {{.Names}}
[+0049s] # $ podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
[+0049s] # quay.io/libpod/testimage:20210610 ffbfb81a72a9
[+0049s] # $ podman run --name stopme -d quay.io/libpod/testimage:20210610 sh -c trap 'echo Received SIGTERM, ignoring' SIGTERM; echo READY; while :; do sleep 0.2; done
[+0049s] # 14f39b1deec708343361cb0a5d8d2c94e9b2a5f23ad54a07d935b2b67e011725
[+0049s] # $ podman logs stopme
[+0049s] # Error: initial journal cursor: failed to get cursor: cannot assign requested address
[+0049s] # [ rc=125 (** EXPECTED 0 **) ]
[+0049s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[+0049s] # #| FAIL: exit code is 125; expected 0
[+0049s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[+0049s] # # [teardown]
[+0049s] # $ podman pod rm --all --force
[+0049s] # $ podman rm --all --force
[+0049s] # 14f39b1deec708343361cb0a5d8d2c94e9b2a5f23ad54a07d935b2b67e011725
[03:05:34] END - [+0049s] total duration since 2021-11-26T03:05:34

https://datawarehouse.cki-project.org/kcidb/tests/1958570

https://datawarehouse.cki-project.org/issue/777

Edited by Bruno Goncalves
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information