Closed paulodamaso closed 4 years ago
@rultor release tag is 0.30.21
@rultor release tag is
0.30.21
@paulodamaso OK, I will release it now. Please check the progress here
Job gh:yegor256/jpeek#466
is not assigned, can't get performer
@rultor release tag is
0.30.21
@paulodamaso Oops, I failed. You can see the full log here (spent 18min)
remote: \u001b[1G\u001b[1G [INFO] Finished at: 2020-04-26T14:29:18Z\u001b[K
remote: \u001b[1G\u001b[1G [INFO] ------------------------------------------------------------------------\u001b[K
remote: \u001b[1G\u001b[1G \u001b[1G-----> Discovering process types\u001b[K
remote: \u001b[1G\u001b[1G Procfile declares types -> web\u001b[K
remote: \u001b[1G-----> Releasing jpeek (dokku/jpeek:latest)...\u001b[K
remote: \u001b[1G-----> Deploying jpeek (dokku/jpeek:latest)...\u001b[K
remote: \u001b[1G-----> App Procfile file found (/home/dokku/jpeek/DOKKU_PROCFILE)\u001b[K
remote: \u001b[1G DOKKU_SCALE declares scale -> web=1\u001b[K
remote: \u001b[1G=====> Processing deployment checks\u001b[K
remote: \u001b[1G-----> Attempting pre-flight checks (web.1)\u001b[K
remote: \u001b[1G CHECKS expected result:\u001b[K
remote: \u001b[1G http://localhost/ => ""\u001b[K
remote: \u001b[1G Attempt 1/5. Waiting for 5 seconds ...\u001b[K
remote: \u001b[1G All checks successful!\u001b[K
remote: \u001b[1G=====> jpeek web container output:\u001b[K
remote: \u001b[1G Picked up JAVA_TOOL_OPTIONS: -Xmx1g -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8\u001b[K
remote: \u001b[1G BUILD io.sentry.DefaultSentryClientFactory: No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames\u001b[K
remote: \u001b[1G BUILD io.sentry.DefaultSentryClientFactory: No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames\u001b[K
remote: \u001b[1G=====> end jpeek web container output\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-----> Configuring i.jpeek.org...(using app-supplied template)\u001b[K
remote: \u001b[1G-----> Creating https nginx.conf\u001b[K
remote: \u001b[1GWriting to /home/dokku/jpeek/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[1GReinitializing monit daemon\u001b[K
remote: \u001b[1G-----> Renaming containers\u001b[K
remote: \u001b[1G Found previous container(s) (feae197c9691) named jpeek.web.1\u001b[K
remote: \u001b[1G Renaming container (feae197c9691) jpeek.web.1 to jpeek.web.1.1587911390\u001b[K
remote: \u001b[1G Renaming container (f6f0ecc6d17c) gracious_albattani to jpeek.web.1\u001b[K
remote: \u001b[1G-----> Shutting down old containers in 60 seconds\u001b[K
remote: \u001b[1G feae197c9691bc14b8c67b4a6262a1781e32c4a310f74844768c50260ac77d11\u001b[K
remote: \u001b[1G=====> Application deployed:\u001b[K
remote: \u001b[1G http://i.jpeek.org\u001b[K
remote: \u001b[1G https://i.jpeek.org\u001b[K
remote: \u001b[1G\u001b[K
To dokku.jpeek.org:jpeek
+ 334f5fd...453c557 __rultor -> master (forced update)
+ git reset HEAD~1
+ curl -f --connect-timeout 15 --retry 5 --insecure --retry-delay 30 https://i.jpeek.org
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 3917 0 3917 0 0 3901 0 --:--:-- 0:00:01 --:--:-- 3901
+ 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 170: exit: -: numeric argument required
container 117141a8634c70bae4b1f299b97b1000256bb18335c634c939e213db69e5c369 is dead
Sun Apr 26 16:30:39 CEST 2020
For #465 :
Last lines of
434aa056
rultor release execution are failing due to asettings.xml
file left on the repository, because the reset command is not being executed when there is a failure to push the repository to dokku.This fix the reset of the current repository even if we fail to publish to dokku server