[JBoss JIRA] (JBIDE-24882) Can't rebuild releng image
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24882?page=com.atlassian.jira.plugi... ]
Lukáš Valach commented on JBIDE-24882:
--------------------------------------
Resolved, releng server has been rebuilded [1]. The only change that I originally intended was to install rh-eclipse47.repo and rh-eclipse47-devstudio-snapshot-11.repo on all rhel7 slaves. So it shouldn't have any harmful aftermath.
[1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/update-s...
CC: [~nickboldt]
> Can't rebuild releng image
> --------------------------
>
> Key: JBIDE-24882
> URL: https://issues.jboss.org/browse/JBIDE-24882
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.5.1.AM1
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 4.5.1.AM2
>
>
> It is not possible to rebuild "rhel7-x64-jbds-releng" image because update image pipeline \[1\] fails during cloning of mwqa-env-suite repository \[2\]
> \[1\] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Central...
> \[2\] https://gitlab.mw.lab.eng.bos.redhat.com/dev-platform/mwqa-env-suite
> {code}
> MW QA environment configured
> + echo 'MW QA environment configured'
> + test_repo=git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git
> + test='git clone git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git && ./mwqa-env-suite/run.sh jbds docker releng'
> + ssh -o PasswordAuthentication=no -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o Loglevel=error -i /tmp/os.key.QYcvv9Sg hudson(a)10.8.242.82 'git clone git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git && ./mwqa-env-suite/run.sh jbds docker releng'
> Cloning into 'mwqa-env-suite'...
> Bad owner or permissions on /home/hudson/.ssh/config
> fatal: Could not read from remote repository.
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24985) Test test_pull_from_insecure_repository is failing
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24985?page=com.atlassian.jira.plugi... ]
Lukáš Valach closed JBIDE-24985.
--------------------------------
Verified \[1\], closing.
\[1\] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/update-s...
> 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months