velo / maven-formatter-plugin

Maven2 Java Formatter Plugin - Exported from code.google.com/p/maven-java-formatter-plugin
Other
11 stars 7 forks source link

Release neon based version #16

Closed velo closed 8 years ago

velo commented 8 years ago

@rultor release, tag=1.8.0

rultor commented 8 years ago

@rultor release, tag=1.8.0

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

rultor commented 8 years ago

@rultor release, tag=1.8.0

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

+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=6.73
++ echo 6.73 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.73, low enough to run a new Docker container'
load average is 6.73, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor
Digest: sha256:ad3c8a7c0673df4f748c3bfaaa721b4d2d092a83cc8045577f33749f79e80e1e
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\svelo_maven-formatter-plugin_16\s*$'
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-3zFj:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:velo/maven-formatter-plugin.git --env=head_branch=master --env=tag=1.8.0 --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-3zFj/cid -w=/main --name=velo_maven-formatter-plugin_16 yegor256/rultor /main/entry.sh
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q --settings ../settings.xml -Dgpg.homedir=/home/r
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project support: Fatal error compiling: invalid target release: 1.8 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :support
container 2db35bee6be36e5d0c7ba3ae84a8a207226361328889fa28b2202aa9a49182f0 is dead
Tue Jun 28 04:13:15 UTC 2016
velo commented 8 years ago

@rultor release, tag=1.8.0

rultor commented 8 years ago

@rultor release, tag=1.8.0

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

rultor commented 8 years ago

@rultor release, tag=1.8.0

@velo Done! FYI, the full log is here (took me 11min)