Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Try java 8 rultor #17

Merged
merged 2 commits into from
Jun 28, 2016
Merged

Try java 8 rultor #17

merged 2 commits into from
Jun 28, 2016

Conversation

velo
Copy link
Owner

@velo velo commented Jun 28, 2016

No description provided.

@velo
Copy link
Owner Author

velo commented Jun 28, 2016

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jun 28, 2016

@rultor merge

@velo OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jun 28, 2016

@rultor merge

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

Fast-forward
 .rultor.yml | 3 +++
 1 file changed, 3 insertions(+)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=2.72
++ echo 2.72 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 2.72, low enough to run a new Docker container'
load average is 2.72, 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_17\s*$'
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-4qrW:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' [email protected]:velo/maven-formatter-plugin.git --env=fork_branch=rultor8 [email protected]:velo/maven-formatter-plugin.git --env=head_branch=master --env=pull_id=17 '--env=pull_title=Try java 8 rultor' --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-4qrW/cid -w=/main --name=velo_maven-formatter-plugin_17 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 46e2f310b8b79572e8f800f93033f97c47bf5c5548e44c3b85f394a85682e804 is dead
Tue Jun 28 21:12:05 UTC 2016

@velo
Copy link
Owner Author

velo commented Jun 28, 2016

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jun 28, 2016

@rultor merge

@velo OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jun 28, 2016

@rultor merge

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

Fast-forward
 .rultor.yml | 4 ++++
 1 file changed, 4 insertions(+)
+ docker_when_possible
+ true
++ sed 's/ /\n/g'
++ tail -n 1
++ uptime
+ load=6.61
++ echo 6.61 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.61, low enough to run a new Docker container'
load average is 6.61, 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_17\s*$'
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Gf95:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' [email protected]:velo/maven-formatter-plugin.git --env=fork_branch=rultor8 [email protected]:velo/maven-formatter-plugin.git --env=head_branch=master --env=pull_id=17 '--env=pull_title=Try java 8 rultor' --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Gf95/cid -w=/main --name=velo_maven-formatter-plugin_17 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 cac683f404e4a92f553b5bd1b171bb05511be0ad02c83c68db599e30d158210d is dead
Tue Jun 28 21:28:40 UTC 2016

@velo velo merged commit ed36925 into master Jun 28, 2016
@velo velo deleted the rultor8 branch June 28, 2016 21:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants