Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test_openjdk8_j9_sanity.external_x86-64_linux fails No such property: ‘DOCKERIMAGE_TAG’ #1651

Closed
andrew-m-leonard opened this issue Apr 3, 2020 · 5 comments
Assignees
Labels
bug Issues that are problems in the code as reported by the community
Milestone

Comments

@andrew-m-leonard
Copy link
Contributor

Platform:
xLinux

Build fails: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux/255/console

[Pipeline] // parallel
[Pipeline] End of Pipeline
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
@smlambert
Copy link
Contributor

I have updated that job to use a DOCKERIMAGE_TAG default value of "ubuntu" which should address this problem (as DOCKERIMAGE_TAG is now an expected parameter to all external test jobs).

Can monitor the next run to see that its resolved.

@karianna karianna added the bug Issues that are problems in the code as reported by the community label Apr 3, 2020
@andrew-m-leonard
Copy link
Contributor Author

Possibly related failure on jdk11: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/304/consoleFull

02:06:30  /home/jenkins/workspace/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/openjdk-tests/TKG/../external/external.sh --run --tag  --version 11 --impl openj9 --dir openliberty-mp-tck --reportsrc /testResults/surefire-reports --reportdst "/home/jenkins/workspace/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/openjdk-tests/TKG/../TKG/test_output_15861351898577/openliberty_microprofile_tck_0" --docker_args  ; \
02:06:30  	if [ $? -eq 0 ] ; then echo ""; echo "openliberty_microprofile_tck_0""_PASSED"; echo ""; cd /home/jenkins/workspace/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/openjdk-tests/TKG/..;  else echo ""; echo "openliberty_microprofile_tck_0""_FAILED"; echo ""; fi; \
02:06:30  	/home/jenkins/workspace/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/openjdk-tests/TKG/../external/external.sh --clean --tag  --version 11 --impl openj9 --dir openliberty-mp-tck; } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck/openjdk-tests/TKG/../TKG/test_output_15861351898577/TestTargetResult";
02:06:30  Unable to recognize DOCKER_OS from DOCKERIMAGE_TAG = --version!
02:06:30  Unable to find image 'adoptopenjdk-derby-test:11-jdk-ubuntu-openj9-full' locally
02:06:31  docker: Error response from daemon: pull access denied for adoptopenjdk-derby-test, repository does not exist or may require 'docker login'.
02:06:31  See 'docker run --help'.
02:06:31  
02:06:31  openliberty_microprofile_tck_0_FAILED

@smlambert
Copy link
Contributor

Updated jdk11 now in the same way jdk8 updated (I see that the jdk8 "no such property" failure has resolved, will await to see jdk11 resolved, then close this issue).

@smlambert
Copy link
Contributor

Should be addressed by adoptium/aqa-tests#1782

@karianna karianna added this to the May 2020 milestone May 12, 2020
@karianna karianna modified the milestones: May 2020, June 2020 Jun 1, 2020
@M-Davies
Copy link
Contributor

M-Davies commented Jun 5, 2020

Looks like this is resolved. https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux/315/ is unstable but not for this reason

@M-Davies M-Davies closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
None yet
Development

No branches or pull requests

4 participants