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

build for Java 11 #50

Closed
yegor256 opened this issue Jan 9, 2022 · 7 comments
Closed

build for Java 11 #50

yegor256 opened this issue Jan 9, 2022 · 7 comments

Comments

@yegor256
Copy link
Owner

yegor256 commented Jan 9, 2022

Let's clean it up

yegor256 added a commit that referenced this issue Jan 9, 2022
yegor256 added a commit that referenced this issue Aug 11, 2022
yegor256 added a commit that referenced this issue Aug 11, 2022
yegor256 added a commit that referenced this issue Aug 11, 2022
yegor256 added a commit that referenced this issue Aug 13, 2022
yegor256 added a commit that referenced this issue Aug 13, 2022
@yegor256
Copy link
Owner Author

@rultor release, tag is 0.12.0

@rultor
Copy link
Collaborator

rultor commented Aug 13, 2022

@rultor release, tag is 0.12.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Aug 13, 2022

@rultor release, tag is 0.12.0

@yegor256 Oops, I failed. You can see the full log here (spent 5min)

remote: \u001b[1G       All checks successful (web.1)\u001b[K
remote: \u001b[1G=====> Start of jare container output (web.1)\u001b[K
remote: \u001b[1G       Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them.\u001b[K
remote: \u001b[1G       Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 \u001b[K
remote: \u001b[1G       OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=64m; support was removed in 8.0\u001b[K
remote: \u001b[1G       BUILD io.jare.dynamo.Dynamo: DynamoDB connected as AKIAITRIOTHVVTLA363A\u001b[K
remote: \u001b[1G       BUILD io.jare.Logs: scheduled for execution with 1 MINUTES interval\u001b[K
remote: \u001b[1G=====> End of jare container output (web.1)\u001b[K
remote: \u001b[1G       Scheduling old container shutdown in  seconds (web.1)\u001b[K
remote: \u001b[1G-----> Running post-deploy\u001b[K
remote: \u001b[1G-----> Overriding default nginx.conf with detected nginx.conf.sigil\u001b[K
remote: \u001b[1G{{ if $.DOKKU_APP_LISTENERS }}\u001b[K
remote: \u001b[1G{{ range $listeners := $.DOKKU_APP_LISTENERS | split " " }}\u001b[K
remote:  !     Deprecated: Usage of DOKKU_APP_LISTENERS within nginx.conf.sigil templates is deprecated in favor of DOKKU_APP_WEB_LISTENERS\u001b[K
remote: \u001b[1G-----> Configuring jare.io...(using app-supplied template)\u001b[K
remote: \u001b[1G-----> Configuring relay.jare.io...(using app-supplied template)\u001b[K
remote: \u001b[1G-----> Configuring www.jare.io...(using app-supplied template)\u001b[K
remote: \u001b[1G-----> Creating https nginx.conf\u001b[K
remote: \u001b[1G       Enabling HSTS\u001b[K
remote: \u001b[1GWriting to /home/dokku/jare/nginx.conf.d/timeout.conf\u001b[K
remote: \u001b[1G-----> Setting proxy timeout to 60s\u001b[K
remote: \u001b[1GReloading nginx configuration (via systemctl): nginx.service.\u001b[K
remote: \u001b[1G       Reloading nginx\u001b[K
remote: \u001b[1G-----> Renaming containers\u001b[K
remote: \u001b[1G       Found previous container(s) (3840e50de169) named jare.web.1\u001b[K
remote: \u001b[1G       Renaming container (3840e50de169) jare.web.1 to jare.web.1.1660364793\u001b[K
remote: \u001b[1G       Renaming container jare.web.1.upcoming-8536 (50e9426c3eca) to jare.web.1\u001b[K
remote: \u001b[1G-----> Checking for postdeploy task\u001b[K
remote: \u001b[1G       No postdeploy task found, skipping\u001b[K
remote: \u001b[1G-----> Shutting down old containers in 60 seconds\u001b[K
remote: \u001b[1G=====> Application deployed:\u001b[K
remote: \u001b[1G       http://jare.io\u001b[K
remote: \u001b[1G       http://relay.jare.io\u001b[K
remote: \u001b[1G       https://jare.io\u001b[K
remote: \u001b[1G       https://relay.jare.io\u001b[K
remote: \u001b[1G       https://www.jare.io\u001b[K
remote: \u001b[1G       http://www.jare.io\u001b[K
remote: \u001b[1G\u001b[K
To www.jare.io:jare
 + 3b77eb7...7717d0b __rultor -> master (forced update)
+ git reset HEAD~1
+ curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://www.jare.io
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  115k  100  115k    0     0   222k      0 --:--:-- --:--:-- --:--:--  222k
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ for f in "${sensitive[@]}"
+ '[' -e settings.xml ']'
+ echo 'Sensitive file settings.xml is present, can'\''t release'
Sensitive file settings.xml is present, can't release
+ exit - 1
./run.sh: line 175: exit: -: numeric argument required
container dc33f5d99328be0db0b33195c6c4bf22e7c75e5cc7f692591db08e37a12f8483 is dead
Sat 13 Aug 2022 06:26:54 AM CEST

yegor256 added a commit that referenced this issue Aug 13, 2022
@yegor256
Copy link
Owner Author

@rultor release, tag is 0.12.0

@rultor
Copy link
Collaborator

rultor commented Aug 13, 2022

@rultor release, tag is 0.12.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Aug 13, 2022

@rultor release, tag is 0.12.0

@yegor256 Done! FYI, the full log is here (took me 4min)

@0crat
Copy link

0crat commented Aug 13, 2022

Job gh:yegor256/jare#50 is not assigned, can't get performer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants