]
Josef Kopriva updated JBIDE-24985:
----------------------------------
Component/s: integration-tests
(was: docker)
Test test_pull_from_insecure_repository is failing
--------------------------------------------------
Key: JBIDE-24985
URL:
https://issues.jboss.org/browse/JBIDE-24985
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests
Affects Versions: 4.5.1.AM2
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Fix For: 4.5.1.AM2
The test test_pull_from_insecure_repository is failing with this output:
{console}
[branch_rhel7-x64-jbds-releng-lvalach] docker:
[branch_rhel7-x64-jbds-releng-lvalach] test_docker_installed_and_running
[branch_rhel7-x64-jbds-releng-lvalach] test_fetch_and_run_remote_image
[branch_rhel7-x64-jbds-releng-lvalach] Unable to find image 'debian:latest'
locally
[branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository
registry.access.redhat.com/debian ...
[branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository docker.io/library/debian
...
[branch_rhel7-x64-jbds-releng-lvalach]
sha256:6ccbcbf362dbc4add74711cb774751b59cdfd7aed16c3c29aaecbea871952fe0: Pulling from
docker.io/library/debian
[branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Pulling fs layer
[branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Verifying Checksum
[branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Download complete
[branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Pull complete
[branch_rhel7-x64-jbds-releng-lvalach] Digest:
sha256:6ccbcbf362dbc4add74711cb774751b59cdfd7aed16c3c29aaecbea871952fe0
[branch_rhel7-x64-jbds-releng-lvalach] Status: Downloaded newer image for
docker.io/debian:latest
[branch_rhel7-x64-jbds-releng-lvalach] test_pull_from_insecure_repository
[branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository
ce-registry.usersys.redhat.com/jboss-eap-6/eap64 ...
[branch_rhel7-x64-jbds-releng-lvalach] Pulling repository
ce-registry.usersys.redhat.com/jboss-eap-6/eap64
[branch_rhel7-x64-jbds-releng-lvalach] invalid character '<' looking for
beginning of value
[branch_rhel7-x64-jbds-releng-lvalach] ASSERT:docker should be able to pull from insecure
repositories
[branch_rhel7-x64-jbds-releng-lvalach] test_daemon_uses_default_tcp_port
[branch_rhel7-x64-jbds-releng-lvalach] test_talk_to_the_outer_world
[branch_rhel7-x64-jbds-releng-lvalach]
[branch_rhel7-x64-jbds-releng-lvalach] Ran 5 tests.
[branch_rhel7-x64-jbds-releng-lvalach]
[branch_rhel7-x64-jbds-releng-lvalach] FAILED (failures=1)
{console}
Whole log:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/update-s...
We probably need to update a repository URL.