[
https://issues.jboss.org/browse/JBIDE-26887?page=com.atlassian.jira.plugi...
]
Zbyněk Červinka commented on JBIDE-26887:
-----------------------------------------
[~jkopriva] *I have one additional update to previous post:* I have run the
*dev-platform/mwqa-env-suite* script with the command *./run.sh jbds docker* and I have 1
failure:
*{color:#DE350B}ASSERT:Unable to ping remote hosts from container: PING 10.38.5.26
(10.38.5.26) 56(84) bytes of data.{color}*
{code:java}
docker:
test_installed_and_running
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
test_fetch_and_run_remote_image
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull registry.redhat.io/debian:latest...Failed
Trying to pull quay.io/debian:latest...Failed
Trying to pull docker.io/debian:latest...Getting image source signatures
Copying blob c7b7d16361e0: 48.04 MiB / 48.04 MiB [==========================] 1s
Copying config 8e9f8546050d: 1.47 KiB / 1.47 KiB [==========================] 0s
Writing manifest to image destination
Storing signatures
test_pull_from_insecure_repository
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull
docker-registry.engineering.redhat.com/jboss-eap-7/eap71:7.1.0...Getting
image source signatures
Copying blob 6f0ae7e5d2e5: 71.40 MiB / 71.40 MiB [==========================] 3s
Copying blob d309fc5a9028: 1.21 KiB / 1.21 KiB [============================] 3s
Copying blob 0e4c05d0e370: 3.46 MiB / 3.46 MiB [============================] 3s
Copying blob f4360ca12871: 66.84 MiB / 66.84 MiB [==========================] 3s
Copying blob a3c50dad6bc5: 174.32 MiB / 174.32 MiB [========================] 3s
Copying config 7b96db9590a8: 6.51 KiB / 6.51 KiB [==========================] 0s
Writing manifest to image destination
Storing signatures
7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
test_talk_to_the_outer_world
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
ASSERT:Unable to ping remote hosts from container: PING 10.38.5.26 (10.38.5.26) 56(84)
bytes of data.
--- 10.38.5.26 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
8e9f8546050da8aae393a41d65ad37166b4f0d8131d627a520c0f0451742e9d6
Ran 4 tests.
FAILED (failures=1)
{code}
Installing containers tools on RHEL 8.1
---------------------------------------
Key: JBIDE-26887
URL:
https://issues.jboss.org/browse/JBIDE-26887
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: qa
Affects Versions: 4.13.0.AM1
Reporter: Zbyněk Červinka
Assignee: Zbyněk Červinka
Priority: Major
*Info:*
When provisioning scripts are running with labels "jbds docker" to provision
RHEL 8+, the script automatically install podman instead docker (see the
*label/rhel/docker.sh*). BUT THE SCRIPT IS STILL FAILING - IT NEEDS TO BE INVESTIGATED AND
FIXED.
*See the log with assert from Jenkins:*
{code:java}
[branch_rhel8-1-x64-jbds] Writing manifest to image destination
[branch_rhel8-1-x64-jbds] Storing signatures
[branch_rhel8-1-x64-jbds]
7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
[branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create
/etc/containers/nodocker to quiet msg.
[branch_rhel8-1-x64-jbds]
7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
[branch_rhel8-1-x64-jbds] test_talk_to_the_outer_world
[branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create
/etc/containers/nodocker to quiet msg.
[branch_rhel8-1-x64-jbds] ASSERT:Unable to ping remote hosts from container: PING
10.38.5.26 (10.38.5.26) 56(84) bytes of data.
[branch_rhel8-1-x64-jbds]
[branch_rhel8-1-x64-jbds] --- 10.38.5.26 ping statistics ---
[branch_rhel8-1-x64-jbds] 1 packets transmitted, 0 received, 100% packet loss, time 0ms
[branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create
/etc/containers/nodocker to quiet msg.
[branch_rhel8-1-x64-jbds]
c2c03a296d2329a4f3ab72a7bf38b78a8a80108204d326b0139d6af700e152d1
[branch_rhel8-1-x64-jbds]
[branch_rhel8-1-x64-jbds] Ran 4 tests.
[branch_rhel8-1-x64-jbds]
[branch_rhel8-1-x64-jbds] FAILED (failures=1)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)