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

Update JDK patch versions #193

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Update JDK patch versions #193

merged 1 commit into from
Dec 2, 2024

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Nov 26, 2024

No description provided.

@apupier
Copy link
Contributor Author

apupier commented Nov 26, 2024

 #9 19.80 ==== INTERNET NOT REACHABLE! ===================================================
#9 19.80 
#9 19.80  Some functionality is disabled or only partially available.
#9 19.80  If this persists, please enable the offline mode:
#9 19.80 
#9 19.80    $ sdk offline
#9 19.80 
#9 19.80 ================================================================================
#9 19.80 
#9 19.81 Stop! java 11.0.25-tem is not available while offline.

@apupier apupier marked this pull request as draft November 26, 2024 08:13
@apupier
Copy link
Contributor Author

apupier commented Nov 26, 2024

locally with sdk man I have these versions listed:

image

I do not grok why they are not available on the CI build.

(and i cannot reproduce this build error as mine is failing locally sooner:

 => ERROR [ 2/44] RUN touch /etc/profile.d/udi_environment.sh & chown 10001 /etc/profile.d/udi_environment.sh                                                                                 1.1s
------
 > [ 2/44] RUN touch /etc/profile.d/udi_environment.sh & chown 10001 /etc/profile.d/udi_environment.sh:
0.303 chown: cannot access '/etc/profile.d/udi_environment.sh': No such file or directory
------
Dockerfile:24
--------------------
  22 |     # $PROFILE_EXT contains all additions made to the bash environment
  23 |     ENV PROFILE_EXT=/etc/profile.d/udi_environment.sh
  24 | >>> RUN touch ${PROFILE_EXT} & chown 10001 ${PROFILE_EXT}
  25 |     
  26 |     USER 10001
--------------------
ERROR: failed to solve: process "/bin/sh -c touch ${PROFILE_EXT} & chown 10001 ${PROFILE_EXT}" did not complete successfully: exit code: 1

@apupier
Copy link
Contributor Author

apupier commented Nov 29, 2024

build is now fine locally (without any changes) so relaunching a build (by modifying the commit message)

@apupier
Copy link
Contributor Author

apupier commented Dec 2, 2024

after relaunch, there is another error which sound sunrelated to this PR

> [ 9/44] RUN wget -O /usr/local/lib/lombok.jar https://projectlombok.org/downloads/lombok-1.18.18.jar:
129.3 Retrying.
129.3 
failed: Cannot assign requested address.
139.3 Connecting to projectlombok.org (projectlombok.org)|2606:4700:3034::6815:39c|:443... failed: Cannot assign requested address.
139.3 Retrying.
139.3 
failed: Cannot assign requested address.
149.3 Connecting to projectlombok.org (projectlombok.org)|2606:4700:3034::6815:39c|:443... failed: Cannot assign requested address.
149.3 Giving up.
149.3 
------
Dockerfile:104
--------------------
 102 |     # Lombok
 103 |     ENV LOMBOK_VERSION=1.18.18
 104 | >>> RUN wget -O /usr/local/lib/lombok.jar [https://projectlombok.org/downloads/lombok-${LOMBOK_VERSION}.jar](https://projectlombok.org/downloads/lombok-$%7BLOMBOK_VERSION%7D.jar)
 105 |     
 106 |     # Scala
--------------------
ERROR: failed to solve: process "/bin/sh -c wget -O /usr/local/lib/lombok.jar [https://projectlombok.org/downloads/lombok-${LOMBOK_VERSION}.jar](https://projectlombok.org/downloads/lombok-$%7BLOMBOK_VERSION%7D.jar)" did not complete successfully: exit code: 4

@svor
Copy link
Collaborator

svor commented Dec 2, 2024

after relaunch, there is another error which sound sunrelated to this PR

> [ 9/44] RUN wget -O /usr/local/lib/lombok.jar https://projectlombok.org/downloads/lombok-1.18.18.jar:
129.3 Retrying.
129.3 
failed: Cannot assign requested address.
139.3 Connecting to projectlombok.org (projectlombok.org)|2606:4700:3034::6815:39c|:443... failed: Cannot assign requested address.
139.3 Retrying.
139.3 
failed: Cannot assign requested address.
149.3 Connecting to projectlombok.org (projectlombok.org)|2606:4700:3034::6815:39c|:443... failed: Cannot assign requested address.
149.3 Giving up.
149.3 
------
Dockerfile:104
--------------------
 102 |     # Lombok
 103 |     ENV LOMBOK_VERSION=1.18.18
 104 | >>> RUN wget -O /usr/local/lib/lombok.jar [https://projectlombok.org/downloads/lombok-${LOMBOK_VERSION}.jar](https://projectlombok.org/downloads/lombok-$%7BLOMBOK_VERSION%7D.jar)
 105 |     
 106 |     # Scala
--------------------
ERROR: failed to solve: process "/bin/sh -c wget -O /usr/local/lib/lombok.jar [https://projectlombok.org/downloads/lombok-${LOMBOK_VERSION}.jar](https://projectlombok.org/downloads/lombok-$%7BLOMBOK_VERSION%7D.jar)" did not complete successfully: exit code: 4

@apupier looks like a glitch, the job is green after restarting

@apupier apupier marked this pull request as ready for review December 2, 2024 09:49
Copy link
Collaborator

@svor svor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@openshift-ci openshift-ci bot added the lgtm label Dec 2, 2024
Copy link

openshift-ci bot commented Dec 2, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: apupier, svor

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@svor svor merged commit 170d300 into devfile:main Dec 2, 2024
3 checks passed
isuftin pushed a commit to isuftin/developer-images that referenced this pull request Dec 4, 2024
dkwon17 pushed a commit that referenced this pull request Dec 13, 2024
…eak running stow (#196)

* Update JDK patch versions to latest from sdkman (#193)

Signed-off-by: Aurélien Pupier <[email protected]>
Signed-off-by: Ivan Suftin <[email protected]>

* fix: Update .stow-local-ignore with files in /home/user that would break running stow

Signed-off-by: Ivan Suftin <[email protected]>

---------

Signed-off-by: Aurélien Pupier <[email protected]>
Signed-off-by: Ivan Suftin <[email protected]>
Co-authored-by: Aurélien Pupier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants