[jbosstools-issues] [JBoss JIRA] (JBIDE-26887) Installing containers tools on RHEL 8.1

Zbyněk Červinka (Jira) issues at jboss.org
Tue Oct 22 06:25:01 EDT 2019


     [ https://issues.jboss.org/browse/JBIDE-26887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zbyněk Červinka updated JBIDE-26887:
------------------------------------
    Description: 
*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 NEED TO INVESTIGATE.



*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}


  was:
*Info:*

When provisioning scripts are running for label "jbds and docker" to provision RHEL 8+, the script automatickly install podman instead docker. BUT THE SCRIPT IS STILL FAILING - IT NEED TO INVESTIGATE.





*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}




> 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 NEED TO INVESTIGATE.
> *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)



More information about the jbosstools-issues mailing list