+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-VOgt/run.sh
+ cd /tmp/rultor-VOgt
+ echo 12643
+ echo 'rultor.com 1.19/a21f015'
rultor.com 1.19/a21f015
+ date --iso-8601=seconds --utc
2014-07-25T16:19:25+0000
+ uptime
18:19:25 up 107 days, 19:54, 0 users, load average: 0.46, 0.85, 1.86
+ head=git@github.com:yegor256/thindeck.git
+ head_branch=master
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:yegor256/thindeck.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ scripts=('sudo apt-get install -y openjdk-6-jre' ';' 'wget --retry-connrefused http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb' ';' 'sudo dpkg -i plantuml_7707-1_all.deb' ';' 'wget --retry-connrefused https://oss.sonatype.org/content/repositories/releases/net/sourceforge/plantuml/plantuml/8000/plantuml-8000.jar' ';' 'mv plantuml-8000.jar /usr/share/plantuml/plantuml.jar' ';' 'sudo bundle' ';' 'mvn clean deploy -Ppdd -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean test site-deploy -Psite -Prempl --errors --settings ../settings.xml' ';')
+ repo=repo
+ git clone git@github.com:yegor256/thindeck.git repo
Initialized empty Git repository in /tmp/rultor-VOgt/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ git checkout master
Already on 'master'
+ '[' -z 'sudo apt-get install -y openjdk-6-jre' ']'
+ cd ..
+ bin=script.sh
+ echo '#!/bin/bash'
+ echo 'set -x'
+ echo 'set -e'
+ echo 'set -o pipefail'
+ echo 'cd "repo"'
+ echo 'sudo apt-get install -y openjdk-6-jre' ';' 'wget --retry-connrefused http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb' ';' 'sudo dpkg -i plantuml_7707-1_all.deb' ';' 'wget --retry-connrefused https://oss.sonatype.org/content/repositories/releases/net/sourceforge/plantuml/plantuml/8000/plantuml-8000.jar' ';' 'mv plantuml-8000.jar /usr/share/plantuml/plantuml.jar' ';' 'sudo bundle' ';' 'mvn clean deploy -Ppdd -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean test site-deploy -Psite -Prempl --errors --settings ../settings.xml' ';'
+ chmod a+x script.sh
+ cd repo
+ '[' -z '' ']'
+ sudo=sudo
+ docker_when_possible
+ true
++ uptime
++ awk '{print $12}'
++ cut -d , -f 1
+ load=1.85
+ '[' 1.85 '>' 8 ']'
+ echo 'load average is 1.85, low enough to run a new Docker container'
load average is 1.85, low enough to run a new Docker container
+ break
+ cd ..
++ pwd
++ pwd
+ sudo docker run --rm -v /tmp/rultor-VOgt:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:yegor256/thindeck.git --env=head_branch=master --memory=4g --cidfile=/tmp/rultor-VOgt/cid -w=/main yegor256/rultor /main/script.sh
+ set -e
+ set -o pipefail
+ cd repo
+ sudo apt-get install -y openjdk-6-jre
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common
openjdk-6-jre-headless openjdk-6-jre-lib ttf-dejavu-extra
Suggested packages:
icedtea-plugin libnss-mdns sun-java6-fonts fonts-ipafont-gothic
fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core
ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts
The following NEW packages will be installed:
icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common
openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib ttf-dejavu-extra
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.8 MB of archives.
After this operation, 59.8 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/universe openjdk-6-jre-lib all 6b31-1.13.3-1ubuntu1 [5956 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe openjdk-6-jre-headless amd64 6b31-1.13.3-1ubuntu1 [30.8 MB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main ttf-dejavu-extra all 2.34-1ubuntu1 [3104 B]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/universe icedtea-6-jre-cacao amd64 6b31-1.13.3-1ubuntu1 [333 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/universe icedtea-6-jre-jamvm amd64 6b31-1.13.3-1ubuntu1 [398 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/universe openjdk-6-jre amd64 6b31-1.13.3-1ubuntu1 [191 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main icedtea-netx-common all 1.5-1ubuntu1 [1137 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main icedtea-netx amd64 1.5-1ubuntu1 [19.6 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 38.8 MB in 7s (5111 kB/s)
Selecting previously unselected package openjdk-6-jre-lib.
(Reading database ... 52583 files and directories currently installed.)
Preparing to unpack .../openjdk-6-jre-lib_6b31-1.13.3-1ubuntu1_all.deb ...
Unpacking openjdk-6-jre-lib (6b31-1.13.3-1ubuntu1) ...
Selecting previously unselected package openjdk-6-jre-headless:amd64.
Preparing to unpack .../openjdk-6-jre-headless_6b31-1.13.3-1ubuntu1_amd64.deb ...
Unpacking openjdk-6-jre-headless:amd64 (6b31-1.13.3-1ubuntu1) ...
Selecting previously unselected package ttf-dejavu-extra.
Preparing to unpack .../ttf-dejavu-extra_2.34-1ubuntu1_all.deb ...
Unpacking ttf-dejavu-extra (2.34-1ubuntu1) ...
Selecting previously unselected package icedtea-6-jre-cacao:amd64.
Preparing to unpack .../icedtea-6-jre-cacao_6b31-1.13.3-1ubuntu1_amd64.deb ...
Unpacking icedtea-6-jre-cacao:amd64 (6b31-1.13.3-1ubuntu1) ...
Selecting previously unselected package icedtea-6-jre-jamvm:amd64.
Preparing to unpack .../icedtea-6-jre-jamvm_6b31-1.13.3-1ubuntu1_amd64.deb ...
Unpacking icedtea-6-jre-jamvm:amd64 (6b31-1.13.3-1ubuntu1) ...
Selecting previously unselected package openjdk-6-jre:amd64.
Preparing to unpack .../openjdk-6-jre_6b31-1.13.3-1ubuntu1_amd64.deb ...
Unpacking openjdk-6-jre:amd64 (6b31-1.13.3-1ubuntu1) ...
Selecting previously unselected package icedtea-netx-common.
Preparing to unpack .../icedtea-netx-common_1.5-1ubuntu1_all.deb ...
Unpacking icedtea-netx-common (1.5-1ubuntu1) ...
Selecting previously unselected package icedtea-netx:amd64.
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_amd64.deb ...
Unpacking icedtea-netx:amd64 (1.5-1ubuntu1) ...
Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up ttf-dejavu-extra (2.34-1ubuntu1) ...
Setting up icedtea-netx-common (1.5-1ubuntu1) ...
Setting up icedtea-netx:amd64 (1.5-1ubuntu1) ...
update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws to provide /usr/bin/javaws (javaws) in auto mode
update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/itweb-settings to provide /usr/bin/itweb-settings (itweb-settings) in auto mode
update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/javaws to provide /usr/bin/javaws (javaws) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings to provide /usr/bin/itweb-settings (itweb-settings) in auto mode
update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link
Setting up openjdk-6-jre-headless:amd64 (6b31-1.13.3-1ubuntu1) ...
Setting up icedtea-6-jre-cacao:amd64 (6b31-1.13.3-1ubuntu1) ...
Setting up icedtea-6-jre-jamvm:amd64 (6b31-1.13.3-1ubuntu1) ...
Setting up openjdk-6-jre:amd64 (6b31-1.13.3-1ubuntu1) ...
Setting up openjdk-6-jre-lib (6b31-1.13.3-1ubuntu1) ...
+ wget --retry-connrefused http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb
--2014-07-25 16:19:59-- http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb
Resolving yar.fruct.org (yar.fruct.org)... 193.233.51.235
Connecting to yar.fruct.org (yar.fruct.org)|193.233.51.235|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb [following]
--2014-07-25 16:19:59-- https://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb
Connecting to yar.fruct.org (yar.fruct.org)|193.233.51.235|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-debian-package]
Saving to: 'plantuml_7707-1_all.deb'
0K .......... .......... .......... .......... .......... 303K
50K .......... .......... .......... .......... .......... 604K
100K .......... .......... .......... .......... .......... 641K
150K .......... .......... .......... .......... .......... 690K
200K .......... .......... .......... .......... .......... 4.66M
250K .......... .......... .......... .......... .......... 6.30M
300K .......... .......... .......... .......... .......... 776K
350K .......... .......... .......... .......... .......... 4.36M
400K .......... .......... .......... .......... .......... 5.37M
450K .......... .......... .......... .......... .......... 4.84M
500K .......... .......... .......... .......... .......... 960K
550K .......... .......... .......... .......... .......... 5.21M
600K .......... .......... .......... .......... .......... 4.53M
650K .......... .......... .......... .......... .......... 4.45M
700K .......... .......... .......... .......... .......... 1.04M
750K .......... .......... .......... .......... .......... 5.90M
800K .......... .......... .......... .......... .......... 6.01M
850K .......... .......... .......... .......... .......... 3.66M
900K .......... .......... .......... .......... .......... 5.14M
950K .......... .......... .......... .......... .......... 1.08M
1000K .......... .......... .......... .......... .......... 5.45M
1050K .......... .......... .......... .......... .......... 4.96M
1100K .......... .......... .......... .......... .......... 4.64M
1150K .......... .......... .......... .......... .......... 3.94M
1200K .......... .......... .......... .......... .......... 1.22M
1250K .......... .......... .......... .......... .......... 4.59M
1300K .......... .......... .......... .......... .......... 4.03M
1350K .......... .......... .......... .......... .......... 3.05M
1400K .......... .......... .......... .......... .......... 5.71M
1450K .......... .......... .......... .......... .......... 1.52M
1500K .......... .......... .......... .......... .......... 4.85M
1550K .......... .......... .......... .......... .......... 4.52M
1600K .... 4.01M=0.9s
2014-07-25 16:20:01 (1.72 MB/s) - 'plantuml_7707-1_all.deb' saved [1643096]
+ sudo dpkg -i plantuml_7707-1_all.deb
Selecting previously unselected package plantuml.
(Reading database ... 52938 files and directories currently installed.)
Preparing to unpack plantuml_7707-1_all.deb ...
Unpacking plantuml (7707-1) ...
Setting up plantuml (7707-1) ...
+ wget --retry-connrefused https://oss.sonatype.org/content/repositories/releases/net/sourceforge/plantuml/plantuml/8000/plantuml-8000.jar
--2014-07-25 16:20:01-- https://oss.sonatype.org/content/repositories/releases/net/sourceforge/plantuml/plantuml/8000/plantuml-8000.jar
Resolving oss.sonatype.org (oss.sonatype.org)... 207.223.241.93
Connecting to oss.sonatype.org (oss.sonatype.org)|207.223.241.93|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2689628 (2.6M) [application/java-archive]
Saving to: 'plantuml-8000.jar'
0K .......... .......... .......... .......... .......... 1% 205K 13s
50K .......... .......... .......... .......... .......... 3% 224K 12s
100K .......... .......... .......... .......... .......... 5% 435K 10s
150K .......... .......... .......... .......... .......... 7% 5.36M 7s
200K .......... .......... .......... .......... .......... 9% 440K 7s
250K .......... .......... .......... .......... .......... 11% 445K 6s
300K .......... .......... .......... .......... .......... 13% 12.4M 5s
350K .......... .......... .......... .......... .......... 15% 1.13M 5s
400K .......... .......... .......... .......... .......... 17% 693K 5s
450K .......... .......... .......... .......... .......... 19% 12.4M 4s
500K .......... .......... .......... .......... .......... 20% 1.20M 4s
550K .......... .......... .......... .......... .......... 22% 713K 4s
600K .......... .......... .......... .......... .......... 24% 1.13M 3s
650K .......... .......... .......... .......... .......... 26% 717K 3s
700K .......... .......... .......... .......... .......... 28% 12.1M 3s
750K .......... .......... .......... .......... .......... 30% 11.8M 3s
800K .......... .......... .......... .......... .......... 32% 1.33M 3s
850K .......... .......... .......... .......... .......... 34% 1.13M 2s
900K .......... .......... .......... .......... .......... 36% 1.74M 2s
950K .......... .......... .......... .......... .......... 38% 3.37M 2s
1000K .......... .......... .......... .......... .......... 39% 75.6M 2s
1050K .......... .......... .......... .......... .......... 41% 1.68M 2s
1100K .......... .......... .......... .......... .......... 43% 1.17M 2s
1150K .......... .......... .......... .......... .......... 45% 1.85M 2s
1200K .......... .......... .......... .......... .......... 47% 11.6M 2s
1250K .......... .......... .......... .......... .......... 49% 2.82M 1s
1300K .......... .......... .......... .......... .......... 51% 50.9M 1s
1350K .......... .......... .......... .......... .......... 53% 2.09M 1s
1400K .......... .......... .......... .......... .......... 55% 13.9M 1s
1450K .......... .......... .......... .......... .......... 57% 1.17M 1s
1500K .......... .......... .......... .......... .......... 59% 12.3M 1s
1550K .......... .......... .......... .......... .......... 60% 2.07M 1s
1600K .......... .......... .......... .......... .......... 62% 12.3M 1s
1650K .......... .......... .......... .......... .......... 64% 9.14M 1s
1700K .......... .......... .......... .......... .......... 66% 1.52M 1s
1750K .......... .......... .......... .......... .......... 68% 13.0M 1s
1800K .......... .......... .......... .......... .......... 70% 1.24M 1s
1850K .......... .......... .......... .......... .......... 72% 9.33M 1s
1900K .......... .......... .......... .......... .......... 74% 15.2M 1s
1950K .......... .......... .......... .......... .......... 76% 12.7M 1s
2000K .......... .......... .......... .......... .......... 78% 2.89M 0s
2050K .......... .......... .......... .......... .......... 79% 7.47M 0s
2100K .......... .......... .......... .......... .......... 81% 13.7M 0s
2150K .......... .......... .......... .......... .......... 83% 12.6M 0s
2200K .......... .......... .......... .......... .......... 85% 1.66M 0s
2250K .......... .......... .......... .......... .......... 87% 10.9M 0s
2300K .......... .......... .......... .......... .......... 89% 1.27M 0s
2350K .......... .......... .......... .......... .......... 91% 9.94M 0s
2400K .......... .......... .......... .......... .......... 93% 7.09M 0s
2450K .......... .......... .......... .......... .......... 95% 25.1M 0s
2500K .......... .......... .......... .......... .......... 97% 25.2M 0s
2550K .......... .......... .......... .......... .......... 98% 4.15M 0s
2600K .......... .......... ...... 100% 13.6M=1.7s
2014-07-25 16:20:04 (1.47 MB/s) - 'plantuml-8000.jar' saved [2689628/2689628]
+ mv plantuml-8000.jar /usr/share/plantuml/plantuml.jar
+ sudo bundle
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/.......
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using blankslate 2.1.2.4
Using timers 1.1.0
Using celluloid 0.15.2
Using fast-stemmer 1.0.2
Using classifier 1.3.4
Using coffee-script-source 1.7.1
Using execjs 2.2.1
Using coffee-script 2.3.0
Using colorator 0.1
Installing csspool-st 3.1.2
Installing json 1.8.1
Installing css_press 0.3.2
Using ffi 1.9.3
Installing htmlentities 4.3.2
Installing multi_css 0.1.0
Installing uglifier 2.5.3
Installing multi_js 0.1.0
Installing html_press 0.8.2
Using jekyll-coffeescript 1.0.0
Using jekyll-gist 1.1.0
Using jekyll-paginate 1.0.0
Installing sass 3.3.10
Using jekyll-sass-converter 1.0.0
Using rb-fsevent 0.9.4
Using rb-inotify 0.9.5
Using listen 2.7.9
Using jekyll-watch 1.0.0
Using kramdown 1.4.0
Using liquid 2.6.1
Installing mercenary 0.3.4
Using posix-spawn 0.3.8
Using yajl-ruby 1.1.0
Using pygments.rb 0.6.0
Using redcarpet 3.1.2
Using safe_yaml 1.0.3
Using parslet 1.5.0
Using toml 0.1.1
Using jekyll 2.1.1
Installing jekyll-plantuml 1.0.2
Installing jekyll-press 0.2.1
Installing jekyll-sass 1.2.2
Installing trollop 2.0
Installing jgd 1.5.1
Installing mime-types 2.3
Installing mail 2.6.1
Installing mini_portile 0.6.0
Installing nokogiri 1.6.3.1
Installing uuidtools 2.1.4
Using bundler 1.6.3
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
+ mvn clean deploy -Ppdd -Pqulice --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.26/parent-0.26.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.26/parent-0.26.pom (76 KB at 301.7 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building thindeck 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/org/requs/requs-maven-plugin/1.14/requs-maven-plugin-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/requs/requs-maven-plugin/1.14/requs-maven-plugin-1.14.pom (11 KB at 6.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/requs/requs/1.14/requs-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/requs/requs/1.14/requs-1.14.pom (7 KB at 13.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/requs/requs-maven-plugin/1.14/requs-maven-plugin-1.14.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/requs/requs-maven-plugin/1.14/requs-maven-plugin-1.14.jar (12 KB at 34.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.4/rempl-maven-plugin-1.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.4/rempl-maven-plugin-1.4.pom (12 KB at 30.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.4/rempl-maven-plugin-1.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.4/rempl-maven-plugin-1.4.jar (19 KB at 42.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 KB at 873.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/maven/plugins/s3-upload-maven-plugin/1.2/s3-upload-maven-plugin-1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/maven/plugins/s3-upload-maven-plugin/1.2/s3-upload-maven-plugin-1.2.pom (3 KB at 2.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/commons/bv-opensource-super-pom/1.0/bv-opensource-super-pom-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/commons/bv-opensource-super-pom/1.0/bv-opensource-super-pom-1.0.pom (11 KB at 25.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/maven/plugins/s3-upload-maven-plugin/1.2/s3-upload-maven-plugin-1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/bazaarvoice/maven/plugins/s3-upload-maven-plugin/1.2/s3-upload-maven-plugin-1.2.jar (14 KB at 26.0 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ thindeck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ thindeck ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /main/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /main/repo
[INFO] Storing buildNumber: c5beb4e at timestamp: 1406305329666
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /main/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /main/repo
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- rempl-maven-plugin:1.4:read (default) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.7/rempl-pdd-profile-1.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.7/rempl-pdd-profile-1.7.pom (8 KB at 16.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.4/rempl-1.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.4/rempl-1.4.pom (9 KB at 23.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.15.1/xembly-0.15.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.15.1/xembly-0.15.1.pom (8 KB at 23.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.7/rempl-pdd-profile-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.4/rempl-1.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.7/rempl-pdd-profile-1.7.jar (30 KB at 48.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.4/rempl-1.4.jar (47 KB at 39.3 KB/sec)
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] 28 file(s) found at /main/repo, include=/.*/, exclude=/target/.*|.*/target|.git/.*/
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: The specification is still rather vague for now. I..41.. Let's write them down here as they come up.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: We should have a class diagram here. Ideally, we s..160..pon, include the class diagrams right here.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: Let's define the packaging structure of Thindeck. ..90.. a diagram showing how they are all related.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: We need to identify the risks associated with this..3... Let's document those risks in this section.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: Let's document the architectural and design decisions in this section.
[INFO] #uml(): puzzle #239:0m/IMP found in 2014-06-24-component-view.md: How should we decide which hostname needs more con..125..hree running containers for any repository.
[INFO] #uml(): puzzle #239:0m/IMP found in 2014-06-24-component-view.md: How we decide when to start/stop Tanks? I'm not su..17..ecision. Should be a combination of factors.
[INFO] Modified by com.rempl.pdd.PDDProfile profile
[INFO] Directory /main/repo/target created
[INFO] XMI generated and saved to /main/repo/target/rempl.xmi in 1s
[INFO]
[INFO] --- maven-site-plugin:3.3:site (pdd-site) @ thindeck ---
[INFO] configuring report plugin com.rempl.plugins:rempl-maven-plugin:1.4
[INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.26
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.26/parent-0.26-site_en.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.26/parent-0.26-site_en.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.26/parent-0.26-site.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.26/parent-0.26-site.xml
[INFO] Relativizing decoration links with respect to project URL: http://www.thindeck.com
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.3.1/jcabi-maven-skin-1.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.3.1/jcabi-maven-skin-1.3.1.jar (9 KB at 8.7 KB/sec)
[INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.3.1 skin.
[INFO] Generating "REMPL" report --- rempl-maven-plugin:1.4
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Home directory /main/repo/target/site/rempl created
[INFO] Directory /main/repo/target/site/rempl/com.rempl.pdd.SummaryReport created
[INFO] PDD summary report saved to /main/repo/target/site/rempl/com.rempl.pdd.SummaryReport/index.xml in 57ms
[INFO]
[INFO] --- requs-maven-plugin:1.14:compile (default) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/org/requs/requs-core/1.14/requs-core-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/requs/requs-core/1.14/requs-core-1.14.pom (10 KB at 10.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/requs/requs-core/1.14/requs-core-1.14.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/requs/requs-core/1.14/requs-core-1.14.jar (201 KB at 179.7 KB/sec)
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] output directory "/main/repo/target/requs" created
[INFO] #load(): 61 attribs loaded from 86 URL(s) in 42ms: ["Ant-Version", "Archiver-Version", "Bnd-LastModified", "Build-Jdk", "Build-Timestamp", "Built-By", "Bundle-ActivationPolicy", "Bundle-Activator", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "DynamicImport-Package", "Eclipse-ExtensibleAPI", "Export-Package", "Extension-Name", "Fragment-Host", "Ignore-Package", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Java-Vendor", "Java-Version", "Main-Class", "Manifest-Version", "Originally-Created-By", "Os-Arch", "Os-Name", "Os-Version", "Package", "Private-Package", "Project-Name", "Require-Bundle", "Requs-Date", "Requs-Revision", "Requs-Version", "Scm-Connection", "Scm-Revision", "Scm-Url", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK", "url"]
[INFO] source file: /main/repo/src/main/requs/acronyms.req
[INFO] source file: /main/repo/src/main/requs/anonymous.req
[INFO] source file: /main/repo/src/main/requs/main.req
[INFO] source file: /main/repo/src/main/requs/nfrs.req
[INFO] source file: /main/repo/src/main/requs/vision.req
[INFO] XeFacet.Wrap(origin=Aggregate()) done
[INFO] XeFacet.Wrap(origin=AntlrFacet()) done
[INFO] Transform(cleanup/duplicate-step-numbers.xsl) done
[INFO] Transform(cleanup/duplicate-step-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-step-objects.xsl) done
[INFO] Transform(cleanup/duplicate-step-results.xsl) done
[INFO] Transform(cleanup/lost-steps.xsl) done
[INFO] Transform(cleanup/lost-methods.xsl) done
[INFO] Transform(cleanup/duplicate-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-objects.xsl) done
[INFO] Transform(cleanup/duplicate-method-bindings.xsl) done
[INFO] Transform(cleanup/incomplete-step-object.xsl) done
[INFO] Transform(cleanup/incomplete-step-signature.xsl) done
[INFO] Transform(cleanup/incomplete-step-result.xsl) done
[INFO] Transform(cleanup/incomplete-binding.xsl) done
[INFO] Transform(cleanup/bindings-in-exception.xsl) done
[INFO] Transform(seal-methods.xsl) done
[INFO] Transform(sanity/signatures-check.xsl) done
[INFO] Transform(sanity/types-check.xsl) done
[INFO] Transform(sanity/seals-check.xsl) done
[INFO] Transform(sanity/exception-rethrow-check.xsl) done
[INFO] Transform(sanity/misplaced-failure-check.xsl) done
[INFO] Transform(sanity/broken-order-of-steps.xsl) done
[INFO] Transform(sanity/missed-step-numbers.xsl) done
[INFO] Transform(sanity/too-many-steps.xsl) done
[INFO] Transform(sanity/empty-re-throws.xsl) done
[INFO] Transform(sanity/orphan-types.xsl) done
[INFO] Transform(sanity/undeclared-bindings.xsl) done
[INFO] Transform(sanity/actor-is-singleton.xsl) done
[INFO] Transform(step-refs.xsl) done
[INFO] Transform(methods-in-markdown.xsl) done
[INFO] Transform(pages-in-html.xsl) done
[INFO] Transform(count-ambiguity.xsl) done
[INFO] Transform(find-tbds.xsl) done
[INFO] Transform(uml/sequence-diagrams.xsl) done
[INFO] Transform(uml/use-case-diagrams.xsl) done
[INFO] Transform(uml/class-diagrams.xsl) done
[INFO] XeFacet.Wrap(origin=Rules()) done
[INFO] XeFacet.Wrap(origin=XeFacet.Fixed()) done
[INFO] Transform(renumber.xsl) done
[INFO] XeFacet.Wrap(origin=org.requs.Compiler$1@69bf864) done
[INFO] compiled and saved to /main/repo/target/requs
[INFO]
[INFO] --- qulice-maven-plugin:0.8.2:check (jcabi-check) @ thindeck ---
[INFO] LICENSE found: file:/main/repo/LICENSE.txt
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] No Checkstyle violations found in 16 files
[INFO] No files to check with PMD
[INFO] No PMD violations found in 0 files
[INFO] /src/site/site.xml: to be validated
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.15/1409f87 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] CodeNarc not required since no groovy files in /main/repo/src
[INFO] No classes at /main/repo/target/classes, no FindBugs validation
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 6s
[INFO]
[INFO] --- maven-install-plugin:2.5:install (default-install) @ thindeck ---
[INFO] Installing /main/repo/pom.xml to /root/.m2/repository/com/thindeck/thindeck/1.0-SNAPSHOT/thindeck-1.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 2056.1 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/maven-metadata.xml (595 B at 0.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/thindeck-1.0-20140725.162240-36.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/thindeck-1.0-20140725.162240-36.pom (11 KB at 18.0 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/maven-metadata.xml (278 B at 0.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/1.0-SNAPSHOT/maven-metadata.xml (595 B at 1.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/thindeck/thindeck/maven-metadata.xml (278 B at 0.6 KB/sec)
[INFO]
[INFO] --- s3-upload-maven-plugin:1.2:s3-upload (pdd-deploy) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.pom (2 KB at 69.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.0/maven-plugin-tools-3.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.0/maven-plugin-tools-3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.0/maven-plugin-tools-3.0.pom (16 KB at 679.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.26/aws-java-sdk-1.3.26.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.26/aws-java-sdk-1.3.26.pom (6 KB at 5.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.26/aws-java-sdk-1.3.26.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.26/aws-java-sdk-1.3.26.jar (7716 KB at 2217.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.0/maven-plugin-annotations-3.0.jar (14 KB at 471.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar (5 KB at 132.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (217 KB at 5165.0 KB/sec)
[INFO] Transferred 2507 bytes.
[INFO] File /main/repo/target/site/rempl/com.rempl.pdd.SummaryReport/index.xml uploaded to s3://pdd.jcabi.com/thindeck.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.781 s
[INFO] Finished at: 2014-07-25T16:22:50+00:00
[INFO] Final Memory: 39M/424M
[INFO] ------------------------------------------------------------------------
+ mvn clean test site-deploy -Psite -Prempl --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building thindeck 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.3/rempl-maven-plugin-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.3/rempl-maven-plugin-1.3.pom (12 KB at 7.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.3/rempl-maven-plugin-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/plugins/rempl-maven-plugin/1.3/rempl-maven-plugin-1.3.jar (19 KB at 34.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.9/site-maven-plugin-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.9/site-maven-plugin-0.9.jar (17 KB at 23.2 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ thindeck ---
[INFO] Deleting /main/repo/target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ thindeck ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /main/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /main/repo
[INFO] Storing buildNumber: c5beb4e at timestamp: 1406305376845
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /main/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /main/repo
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- requs-maven-plugin:1.14:compile (default) @ thindeck ---
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] output directory "/main/repo/target/requs" created
[INFO] #load(): 61 attribs loaded from 86 URL(s) in 82ms: ["Ant-Version", "Archiver-Version", "Bnd-LastModified", "Build-Jdk", "Build-Timestamp", "Built-By", "Bundle-ActivationPolicy", "Bundle-Activator", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "DynamicImport-Package", "Eclipse-ExtensibleAPI", "Export-Package", "Extension-Name", "Fragment-Host", "Ignore-Package", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Java-Vendor", "Java-Version", "Main-Class", "Manifest-Version", "Originally-Created-By", "Os-Arch", "Os-Name", "Os-Version", "Package", "Private-Package", "Project-Name", "Require-Bundle", "Requs-Date", "Requs-Revision", "Requs-Version", "Scm-Connection", "Scm-Revision", "Scm-Url", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK", "url"]
[INFO] source file: /main/repo/src/main/requs/acronyms.req
[INFO] source file: /main/repo/src/main/requs/anonymous.req
[INFO] source file: /main/repo/src/main/requs/main.req
[INFO] source file: /main/repo/src/main/requs/nfrs.req
[INFO] source file: /main/repo/src/main/requs/vision.req
[INFO] XeFacet.Wrap(origin=Aggregate()) done
[INFO] XeFacet.Wrap(origin=AntlrFacet()) done
[INFO] Transform(cleanup/duplicate-step-numbers.xsl) done
[INFO] Transform(cleanup/duplicate-step-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-step-objects.xsl) done
[INFO] Transform(cleanup/duplicate-step-results.xsl) done
[INFO] Transform(cleanup/lost-steps.xsl) done
[INFO] Transform(cleanup/lost-methods.xsl) done
[INFO] Transform(cleanup/duplicate-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-objects.xsl) done
[INFO] Transform(cleanup/duplicate-method-bindings.xsl) done
[INFO] Transform(cleanup/incomplete-step-object.xsl) done
[INFO] Transform(cleanup/incomplete-step-signature.xsl) done
[INFO] Transform(cleanup/incomplete-step-result.xsl) done
[INFO] Transform(cleanup/incomplete-binding.xsl) done
[INFO] Transform(cleanup/bindings-in-exception.xsl) done
[INFO] Transform(seal-methods.xsl) done
[INFO] Transform(sanity/signatures-check.xsl) done
[INFO] Transform(sanity/types-check.xsl) done
[INFO] Transform(sanity/seals-check.xsl) done
[INFO] Transform(sanity/exception-rethrow-check.xsl) done
[INFO] Transform(sanity/misplaced-failure-check.xsl) done
[INFO] Transform(sanity/broken-order-of-steps.xsl) done
[INFO] Transform(sanity/missed-step-numbers.xsl) done
[INFO] Transform(sanity/too-many-steps.xsl) done
[INFO] Transform(sanity/empty-re-throws.xsl) done
[INFO] Transform(sanity/orphan-types.xsl) done
[INFO] Transform(sanity/undeclared-bindings.xsl) done
[INFO] Transform(sanity/actor-is-singleton.xsl) done
[INFO] Transform(step-refs.xsl) done
[INFO] Transform(methods-in-markdown.xsl) done
[INFO] Transform(pages-in-html.xsl) done
[INFO] Transform(count-ambiguity.xsl) done
[INFO] Transform(find-tbds.xsl) done
[INFO] Transform(uml/sequence-diagrams.xsl) done
[INFO] Transform(uml/use-case-diagrams.xsl) done
[INFO] Transform(uml/class-diagrams.xsl) done
[INFO] XeFacet.Wrap(origin=Rules()) done
[INFO] XeFacet.Wrap(origin=XeFacet.Fixed()) done
[INFO] Transform(renumber.xsl) done
[INFO] XeFacet.Wrap(origin=org.requs.Compiler$1@7b52d5ec) done
[INFO] compiled and saved to /main/repo/target/requs
[INFO]
[INFO] --- rempl-maven-plugin:1.3:read (default) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.6/rempl-pdd-profile-1.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.6/rempl-pdd-profile-1.6.pom (8 KB at 14.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.3/rempl-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.3/rempl-1.3.pom (8 KB at 9.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.1/antlr-runtime-3.5.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.1/antlr-runtime-3.5.1.pom (3 KB at 3.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.1/antlr-master-3.5.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.1/antlr-master-3.5.1.pom (12 KB at 21.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.pom (14 KB at 111.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.0.CR1/hibernate-validator-parent-5.1.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.0.CR1/hibernate-validator-parent-5.1.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.0.CR1/hibernate-validator-parent-5.1.0.CR1.pom (26 KB at 853.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.6/rempl-pdd-profile-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.3/rempl-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.1/antlr-runtime-3.5.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.jar
Downloaded:6https://oss.sonatype.org/content/groups/public/com/rempl/profiles/rempl-pdd-profile/1.6/rempl-pdd-profile-1.6.jar (30 KB at 26.3 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/com/rempl/rempl/1.3/rempl-1.3.jar (47 KB at 36.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.1/antlr-runtime-3.5.1.jar (164 KB at 107.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.CR1/hibernate-validator-5.1.0.CR1.jar (609 KB at 5478.9 KB/sec)
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.14/af16bab started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] 28 file(s) found at /main/repo, include=/.*/, exclude=/target/.*|.*/target|.git/.*/
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: The specification is still rather vague for now. I..41.. Let's write them down here as they come up.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: We should have a class diagram here. Ideally, we s..160..pon, include the class diagrams right here.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: Let's define the packaging structure of Thindeck. ..90.. a diagram showing how they are all related.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: We need to identify the risks associated with this..3... Let's document those risks in this section.
[INFO] #uml(): puzzle #1:0m/DES found in 2014-04-01-architecture.md: Let's document the architectural and design decisions in this section.
[INFO] #uml(): puzzle #239:0m/IMP found in 2014-06-24-component-view.md: How should we decide which hostname needs more con..125..hree running containers for any repository.
[INFO] #uml(): puzzle #239:0m/IMP found in 2014-06-24-component-view.md: How we decide when to start/stop Tanks? I'm not su..17..ecision. Should be a combination of factors.
[INFO] Modified by com.rempl.pdd.PDDProfile profile
[INFO] XMI generated and saved to /main/repo/target/rempl.xmi in 927ms
[INFO]
[INFO] --- exec-maven-plugin:1.3:exec (jekyll-build) @ thindeck ---
Configuration file: /main/repo/src/jekyll/_config.yml
Source: /main/repo/src/jekyll
Destination: /main/repo/target/site
Generating...
done.
[INFO]
[INFO] --- maven-site-plugin:3.3:site (default-site) @ thindeck ---
[INFO] configuring report plugin com.rempl.plugins:rempl-maven-plugin:1.3
[INFO] configuring report plugin org.requs:requs-maven-plugin:1.14
[INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.26
[INFO] Relativizing decoration links with respect to project URL: http://www.thindeck.com
[INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.3.1 skin.
[INFO] Generating "REMPL" report --- rempl-maven-plugin:1.3
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.14/af16bab started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] PDD summary report saved to /main/repo/target/site/rempl/com.rempl.pdd.SummaryReport/index.xml in 35ms
[INFO] Generating "Requs" report --- requs-maven-plugin:1.14
[INFO] site directory /main/repo/target/site/requs created
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] #load(): 65 attribs loaded from 126 URL(s) in 64ms: ["Ant-Version", "Archiver-Version", "Bnd-LastModified", "Build-By", "Build-Jdk", "Build-Timestamp", "Built-By", "Bundle-ActivationPolicy", "Bundle-Activator", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "DynamicImport-Package", "Eclipse-ExtensibleAPI", "Export-Package", "Extension-Name", "Fragment-Host", "Ignore-Package", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Java-Vendor", "Java-Version", "Main-Class", "Manifest-Version", "Originally-Created-By", "Os-Arch", "Os-Name", "Os-Version", "Package", "Private-Package", "Project-Name", "Require-Bundle", "Requs-Date", "Requs-Revision", "Requs-Version", "Scm-Connection", "Scm-Revision", "Scm-Url", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK", "implementation-version", "mode", "package", "url"]
[INFO] source file: /main/repo/src/main/requs/acronyms.req
[INFO] source file: /main/repo/src/main/requs/anonymous.req
[INFO] source file: /main/repo/src/main/requs/main.req
[INFO] source file: /main/repo/src/main/requs/nfrs.req
[INFO] source file: /main/repo/src/main/requs/vision.req
[INFO] XeFacet.Wrap(origin=Aggregate()) done
[INFO] XeFacet.Wrap(origin=AntlrFacet()) done
[INFO] Transform(cleanup/duplicate-step-numbers.xsl) done
[INFO] Transform(cleanup/duplicate-step-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-step-objects.xsl) done
[INFO] Transform(cleanup/duplicate-step-results.xsl) done
[INFO] Transform(cleanup/lost-steps.xsl) done
[INFO] Transform(cleanup/lost-methods.xsl) done
[INFO] Transform(cleanup/duplicate-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-signatures.xsl) done
[INFO] Transform(cleanup/duplicate-method-objects.xsl) done
[INFO] Transform(cleanup/duplicate-method-bindings.xsl) done
[INFO] Transform(cleanup/incomplete-step-object.xsl) done
[INFO] Transform(cleanup/incomplete-step-signature.xsl) done
[INFO] Transform(cleanup/incomplete-step-result.xsl) done
[INFO] Transform(cleanup/incomplete-binding.xsl) done
[INFO] Transform(cleanup/bindings-in-exception.xsl) done
[INFO] Transform(seal-methods.xsl) done
[INFO] Transform(sanity/signatures-check.xsl) done
[INFO] Transform(sanity/types-check.xsl) done
[INFO] Transform(sanity/seals-check.xsl) done
[INFO] Transform(sanity/exception-rethrow-check.xsl) done
[INFO] Transform(sanity/misplaced-failure-check.xsl) done
[INFO] Transform(sanity/broken-order-of-steps.xsl) done
[INFO] Transform(sanity/missed-step-numbers.xsl) done
[INFO] Transform(sanity/too-many-steps.xsl) done
[INFO] Transform(sanity/empty-re-throws.xsl) done
[INFO] Transform(sanity/orphan-types.xsl) done
[INFO] Transform(sanity/undeclared-bindings.xsl) done
[INFO] Transform(sanity/actor-is-singleton.xsl) done
[INFO] Transform(step-refs.xsl) done
[INFO] Transform(methods-in-markdown.xsl) done
[INFO] Transform(pages-in-html.xsl) done
[INFO] Transform(count-ambiguity.xsl) done
[INFO] Transform(find-tbds.xsl) done
[INFO] Transform(uml/sequence-diagrams.xsl) done
[INFO] Transform(uml/use-case-diagrams.xsl) done
[INFO] Transform(uml/class-diagrams.xsl) done
[INFO] XeFacet.Wrap(origin=Rules()) done
[INFO] XeFacet.Wrap(origin=XeFacet.Fixed()) done
[INFO] Transform(renumber.xsl) done
[INFO] XeFacet.Wrap(origin=org.requs.Compiler$1@7e0feccf) done
[INFO] compiled and saved to /main/repo/target/site/requs
[INFO] Generating Sitemap.
[INFO]
[INFO] --- maven-site-plugin:3.3:deploy (default-deploy) @ thindeck ---
[INFO] maven.site.deploy.skip = true: Skipping site deployment
[INFO]
[INFO] --- site-maven-plugin:0.9:site (default) @ thindeck ---
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.9/github-maven-core-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.9/github-maven-core-0.9.pom (581 B at 1.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.pom (5 KB at 12.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom (8 KB at 26.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom (3 KB at 81.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.9/github-maven-core-0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.9/github-maven-core-0.9.jar (8 KB at 12.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar (185 KB at 119.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.jar (200 KB at 114.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar (222 KB at 3569.0 KB/sec)
[INFO] Creating 23 blobs
[INFO] Creating tree with 23 blob entries
[INFO] Merging with tree cefc3cfd1d62bd66463ea1683d691bd62b226c12
[INFO] Creating commit with SHA-1: e98f8dace1cdc265fea30af18ea9aee74edc7653
[INFO] Updating reference refs/heads/gh-pages from 537851efc036c39c8311ad229d51d9934ed6c3df to e98f8dace1cdc265fea30af18ea9aee74edc7653
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.283 s
[INFO] Finished at: 2014-07-25T16:23:37+00:00
[INFO] Final Memory: 37M/417M
[INFO] ------------------------------------------------------------------------
++ whoami
+ sudo chown -R rultor .
+ cd repo