rultor.com logo This build log was produced by rultor.com for opencharles/charles-github-ejb#141
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 12199
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Nov 16 15:39:16 UTC 2016
+ uptime
 15:39:16 up 120 days, 19:11,  0 users,  load average: 2.18, 2.86, 4.11
+ fork=git@github.com:opencharles/charles-github-ejb.git
+ fork_branch=140
+ head=git@github.com:opencharles/charles-github-ejb.git
+ head_branch=master
+ pull_id=141
+ pull_title='Delete command and refactoring'
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=fork=git@github.com:opencharles/charles-github-ejb.git' '--env=fork_branch=140' '--env=head=git@github.com:opencharles/charles-github-ejb.git' '--env=head_branch=master' '--env=pull_id=141' '--env=pull_title=Delete command and refactoring')
+ image=yegor256/rultor
+ directory=
+ scripts=('cd charles-github-notifications-ejb' ';' 'mvn clean install' ';' 'cd ../charles-rest' ';' 'mvn clean install' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=opencharles_charles-github-ejb_141
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:opencharles/charles-github-ejb.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'cd charles-github-notifications-ejb' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'cd charles-github-notifications-ejb' ';' 'mvn clean install' ';' 'cd ../charles-rest' ';' 'mvn clean install' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:opencharles/charles-github-ejb.git
+ git remote update
Fetching origin
Fetching fork
From github.com:opencharles/charles-github-ejb
 * [new branch]      140        -> fork/140
 * [new branch]      gh-pages   -> fork/gh-pages
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/140
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch 140 from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 9b187cd..99f9294
Fast-forward
 .../amihaiemil/charles/aws/AmazonEsRepository.java |  51 +++-
 .../java/com/amihaiemil/charles/github/Brain.java  | 262 +++++++++++----------
 .../com/amihaiemil/charles/github/Command.java     |  13 +
 .../amihaiemil/charles/github/CommandedRepo.java   |  17 +-
 .../charles/github/DeleteIndexCommandCheck.java    |  84 +++++++
 .../charles/github/GhPagesBranchCheck.java         |   2 +-
 .../com/amihaiemil/charles/github/Language.java    |   1 -
 .../charles/github/PageHostedOnGithubCheck.java    |  10 +-
 .../amihaiemil/charles/github/RepoForkCheck.java   |   2 +-
 .../com/amihaiemil/charles/steps/DeleteIndex.java  |  78 ++++++
 .../com/amihaiemil/charles/steps/IndexPage.java    |  39 +--
 .../com/amihaiemil/charles/steps/IndexSite.java    |  15 +-
 .../src/main/resources/commands_en.properties      |   4 +-
 .../src/main/resources/responses_en.properties     |  20 +-
 .../charles/aws/AmazonEsRepositoryTestCase.java    |  55 +++--
 .../amihaiemil/charles/github/BrainTestCase.java   |  30 ++-
 .../charles/github/CommandedRepoTestCase.java      |   3 +-
 .../github/DeleteIndexCommandCheckTestCase.java    | 122 ++++++++++
 .../amihaiemil/charles/github/EnglishTestCase.java |   2 +-
 .../charles/github/GhPagesBranchCheckTestCase.java |   2 +
 .../charles/github/IndexPageaActionTestCase.java   |  10 +-
 .../github/PageHostedOnGithubCheckTestCase.java    |   2 +-
 .../charles/steps/SendEmailTestCase.java           |  29 ++-
 23 files changed, 657 insertions(+), 196 deletions(-)
 create mode 100644 charles-rest/src/main/java/com/amihaiemil/charles/github/DeleteIndexCommandCheck.java
 create mode 100644 charles-rest/src/main/java/com/amihaiemil/charles/steps/DeleteIndex.java
 create mode 100644 charles-rest/src/test/java/com/amihaiemil/charles/github/DeleteIndexCommandCheckTestCase.java
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.11
++ echo 4.11 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.11, low enough to run a new Docker container'
load average is 4.11, 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 '\sopencharles_charles-github-ejb_141\s*$'
+ ls -al .
total 36
drwx------  3 rultor rultor   84 Nov 16 15:39 .
drwxrwxrwt. 9 root   root   4096 Nov 16 15:39 ..
-rwxrwxr-x  1 rultor rultor  326 Nov 16 15:39 entry.sh
-rw-rw-r--  1 rultor rultor    6 Nov 16 15:39 pid
drwxrwxr-x  5 rultor rultor 4096 Nov 16 15:39 repo
-rwxrwxr-x  1 rultor rultor 4522 Nov 16 15:39 run.sh
-rw-rw-r--  1 rultor rultor  177 Nov 16 15:39 script.sh
-rw-rw-r--  1 rultor rultor 5005 Nov 16 15:39 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-unjE:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=fork=git@github.com:opencharles/charles-github-ejb.git --env=fork_branch=140 --env=head=git@github.com:opencharles/charles-github-ejb.git --env=head_branch=master --env=pull_id=141 '--env=pull_title=Delete command and refactoring' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-unjE/cid -w=/main --name=opencharles_charles-github-ejb_141 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 ./repo ./run.sh ./script.sh ./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
+ cd charles-github-notifications-ejb
+ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Chales Github Notifications EJB 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom (4 KB at 6.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom (36 KB at 1169.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar (52 KB at 2696.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom (10 KB at 990.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 KB at 652.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar (50 KB at 2885.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 1022.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 673.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 2124.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 284.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 898.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.pom (17 KB at 1463.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.jar (240 KB at 3998.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (7 KB at 692.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 KB at 1012.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.pom (9 KB at 291.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.0/javax.mail-1.5.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.0/javax.mail-1.5.0.pom (5 KB at 220.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.0/all-1.5.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.0/all-1.5.0.pom (19 KB at 1459.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.pom (13 KB at 434.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom (8 KB at 250.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom (5 KB at 210.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.pom (11 KB at 331.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom (2 KB at 59.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14/jcabi-log-0.14.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14/jcabi-log-0.14.pom (4 KB at 216.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom (650 B at 33.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.pom (2 KB at 69.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 454.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 150.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/icegreen/greenmail/1.5.0/greenmail-1.5.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/icegreen/greenmail/1.5.0/greenmail-1.5.0.pom (2 KB at 124.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/icegreen/greenmail-parent/1.5.0/greenmail-parent-1.5.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/icegreen/greenmail-parent/1.5.0/greenmail-parent-1.5.0.pom (18 KB at 865.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.pom (5 KB at 290.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.5/all-1.5.5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.5/all-1.5.5.pom (20 KB at 1987.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.18/slf4j-api-1.7.18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.18/slf4j-api-1.7.18.pom (3 KB at 117.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.18/slf4j-parent-1.7.18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.18/slf4j-parent-1.7.18.pom (14 KB at 775.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom (11 KB at 597.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom (83 KB at 2838.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom (21 KB at 658.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (9 KB at 577.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 KB at 1306.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom (14 KB at 650.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom (3 KB at 90.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom (4 KB at 179.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom (5 KB at 247.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom (47 KB at 2122.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom (6 KB at 279.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom (7 KB at 826.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom (3 KB at 190.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom (7 KB at 373.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom (6 KB at 217.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.pom (7 KB at 650.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.64/grizzly-project-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.64/grizzly-project-1.9.64.pom (22 KB at 1209.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.pom (5 KB at 328.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.pom (6 KB at 626.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.pom (7 KB at 389.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.pom (5 KB at 234.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.64/grizzly-extra-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.64/grizzly-extra-1.9.64.pom (3 KB at 125.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.pom (5 KB at 260.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.pom (4 KB at 173.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.pom (6 KB at 796.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 11.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom (2 KB at 59.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.0/javax.mail-1.5.0.jar
Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.jar
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 4393.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar
Downloaded:5http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.jar (105 KB at 3359.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.0/javax.mail-1.5.0.jar (510 KB at 13070.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.jar (82 KB at 2262.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 2668.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar (10 KB at 184.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/icegreen/greenmail/1.5.0/greenmail-1.5.0.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (300 KB at 4908.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar (41 KB at 581.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (113 KB at 1267.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (716 KB at 7155.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar
Downloaded:2http://repo.maven.apache.org/maven2/com/icegreen/greenmail/1.5.0/greenmail-1.5.0.jar (274 KB at 2313.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar (117 KB at 801.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar (175 KB at 1165.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar (15 KB at 94.2 KB/sec)
Downloading:/http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar (6 KB at 37.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar (683 KB at 4262.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar (178 KB at 1035.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar (949 KB at 5482.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.jar (11 KB at 56.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.jar (186 KB at 1010.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.jar (20 KB at 97.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.jar (240 KB at 1197.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.jar (1886 KB at 8978.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.jar (55 KB at 255.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.jar (73 KB at 320.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 452.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.jar (488 KB at 1818.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.jar (1151 KB at 4292.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar (1545 KB at 5494.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ charles-github-notifications-ejb ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (prepare-agent) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 441.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (3 KB at 84.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 KB at 2964.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (3 KB at 145.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (4 KB at 155.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 200.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (3 KB at 136.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (3 KB at 376.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (3 KB at 282.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (2 KB at 105.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2 KB at 281.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 81.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 109.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 2532.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 85.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 181.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 262.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 134.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 48.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (4 KB at 475.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 473.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 177.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 747.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 932.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 415.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 195.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 148.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 243.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom (3 KB at 352.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom (2 KB at 132.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom (2 KB at 121.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (6 KB at 243.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom (2 KB at 165.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 1349.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 11042.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 1049.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 KB at 1824.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 6796.5 KB/sec)
Downloading:7http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 7446.3 KB/sec)
Downloading:2http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 KB at 1309.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 KB at 366.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 KB at 869.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar (133 KB at 2287.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar (371 KB at 5875.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar (283 KB at 3976.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar (139 KB at 1975.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 11965.0 KB/sec)
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/charles-github-notifications-ejb/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ charles-github-notifications-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (6 KB at 545.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom (891 B at 3.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom (5 KB at 48.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (3 KB at 17.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (21 KB at 1399.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom (711 B at 86.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom (792 B at 96.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom (2 KB at 18.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (197 KB at 8954.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (161 KB at 6433.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (48 KB at 1910.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 14860.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (51 KB at 1490.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (145 KB at 3010.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (217 KB at 3873.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (50 KB at 847.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (104 KB at 1482.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 KB at 367.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (515 KB at 5594.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 1572.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (73 KB at 770.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 KB at 473.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 KB at 136.4 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar (26 KB at 246.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar (20 KB at 184.8 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar (5 KB at 34.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (152 KB at 1094.8 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/charles-github-notifications-ejb/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ charles-github-notifications-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/charles-github-notifications-ejb/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ charles-github-notifications-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/charles-github-notifications-ejb/target/test-classes
[INFO] /home/r/repo/charles-github-notifications-ejb/src/test/java/com/amihaiemil/charles/github/GithubNotificationsCheckTestCase.java: /home/r/repo/charles-github-notifications-ejb/src/test/java/com/amihaiemil/charles/github/GithubNotificationsCheckTestCase.java uses unchecked or unsafe operations.
[INFO] /home/r/repo/charles-github-notifications-ejb/src/test/java/com/amihaiemil/charles/github/GithubNotificationsCheckTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 75.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 143.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 771.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 226.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 987.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 516.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 3763.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 7176.7 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 10290.4 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 1083.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 805.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 8273.3 KB/sec)
[INFO] Surefire report directory: /home/r/repo/charles-github-notifications-ejb/target/surefire-reports
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (3 KB at 147.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (3 KB at 327.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 KB at 4507.1 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.amihaiemil.charles.github.GithubNotificationsCheckTestCase
Nov 16, 2016 3:39:32 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /charles-github-notifications-ejb/charlesgithubejb.log (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
        at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
        at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
        at org.slf4j.impl.Log4jLoggerFactory.<init>(Log4jLoggerFactory.java:66)
        at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
        at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
        at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
        at com.jcabi.log.Logger.logger(Logger.java:369)
        at com.jcabi.log.Logger.isInfoEnabled(Logger.java:271)
        at com.jcabi.log.Logger.info(Logger.java:192)
        at com.jcabi.http.mock.MkGrizzlyContainer.start(MkGrizzlyContainer.java:130)
        at com.amihaiemil.charles.github.GithubNotificationsCheckTestCase.serverErrorWhenCheckingNotifications(GithubNotificationsCheckTestCase.java:262)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-16 15:39:33 INFO  MkGrizzlyContainer:193 - started on port #42171
2016-11-16 15:39:34 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:34 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:34 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:42171][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:34 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 0][route: {}->http://localhost:42171][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:34 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:42171
2016-11-16 15:39:34 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:42171
2016-11-16 15:39:34 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:50271<->127.0.0.1:42171
2016-11-16 15:39:34 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-0: set socket timeout to 0
2016-11-16 15:39:34 DEBUG MainClientExec:255 - Executing request GET / HTTP/1.1
2016-11-16 15:39:34 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:34 DEBUG headers:135 - http-outgoing-0 >> GET / HTTP/1.1
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> Authorization: token githubtoken
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> Content-Length: 0
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> Host: localhost:42171
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> Connection: Keep-Alive
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:34 DEBUG headers:138 - http-outgoing-0 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "GET / HTTP/1.1[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "Authorization: token githubtoken[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "Host: localhost:42171[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 >> "[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "Content-Length: 0[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "Date: Wed, 16 Nov 2016 15:39:34 GMT[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "Connection: close[\r][\n]"
2016-11-16 15:39:34 DEBUG wire:72 - http-outgoing-0 << "[\r][\n]"
2016-11-16 15:39:34 DEBUG headers:124 - http-outgoing-0 << HTTP/1.1 500 Internal Server Error
2016-11-16 15:39:34 DEBUG headers:127 - http-outgoing-0 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:39:34 DEBUG headers:127 - http-outgoing-0 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:34 DEBUG headers:127 - http-outgoing-0 << Content-Length: 0
2016-11-16 15:39:34 DEBUG headers:127 - http-outgoing-0 << Date: Wed, 16 Nov 2016 15:39:34 GMT
2016-11-16 15:39:34 DEBUG headers:127 - http-outgoing-0 << Connection: close
2016-11-16 15:39:34 DEBUG DefaultManagedHttpClientConnection:81 - http-outgoing-0: Close connection
2016-11-16 15:39:34 DEBUG MainClientExec:103 - Connection discarded
2016-11-16 15:39:34 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 0][route: {}->http://localhost:42171][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:34 INFO  BaseRequest:193 - #fetch(GET localhost:42171 /): [500 Internal Server Error] in 878ms
2016-11-16 15:39:35 INFO  MkGrizzlyContainer:193 - stopped on port #42171
Nov 16, 2016 3:39:35 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
2016-11-16 15:39:35 INFO  MkGrizzlyContainer:193 - started on port #56289
2016-11-16 15:39:35 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:35 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:35 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:56289][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:35 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 1][route: {}->http://localhost:56289][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:35 DEBUG MainClientExec:234 - Opening connection {}-&gt;http://localhost:56289
2016-11-16 15:39:35 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:56289
2016-11-16 15:39:35 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:48054&lt;-&gt;127.0.0.1:56289
2016-11-16 15:39:35 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-1: set socket timeout to 0
2016-11-16 15:39:35 DEBUG MainClientExec:255 - Executing request GET / HTTP/1.1
2016-11-16 15:39:35 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:35 DEBUG headers:135 - http-outgoing-1 >> GET / HTTP/1.1
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> Authorization: token githubtoken
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> Content-Length: 0
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> Host: localhost:56289
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> Connection: Keep-Alive
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:35 DEBUG headers:138 - http-outgoing-1 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "GET / HTTP/1.1[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "Authorization: token githubtoken[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "Host: localhost:56289[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 >> "[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "Content-Length: 2[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "Date: Wed, 16 Nov 2016 15:39:35 GMT[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:72 - http-outgoing-1 << "[\r][\n]"
2016-11-16 15:39:35 DEBUG wire:86 - http-outgoing-1 << "[]"
2016-11-16 15:39:35 DEBUG headers:124 - http-outgoing-1 << HTTP/1.1 200 OK
2016-11-16 15:39:35 DEBUG headers:127 - http-outgoing-1 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:39:35 DEBUG headers:127 - http-outgoing-1 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:35 DEBUG headers:127 - http-outgoing-1 << Content-Length: 2
2016-11-16 15:39:35 DEBUG headers:127 - http-outgoing-1 << Date: Wed, 16 Nov 2016 15:39:35 GMT
2016-11-16 15:39:35 DEBUG MainClientExec:284 - Connection can be kept alive indefinitely
2016-11-16 15:39:35 DEBUG PoolingHttpClientConnectionManager:314 - Connection [id: 1][route: {}->http://localhost:56289] can be kept alive indefinitely
2016-11-16 15:39:35 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 1][route: {}->http://localhost:56289][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:35 INFO  BaseRequest:193 - #fetch(GET localhost:56289 /): [200 OK] in 44ms
2016-11-16 15:39:36 INFO  MkGrizzlyContainer:193 - stopped on port #56289
Nov 16, 2016 3:39:36 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
2016-11-16 15:39:36 INFO  MkGrizzlyContainer:193 - started on port #60590
2016-11-16 15:39:36 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:36 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:36 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:60590][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:36 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 2][route: {}->http://localhost:60590][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:36 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:60590
2016-11-16 15:39:36 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:60590
2016-11-16 15:39:36 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:55648<->127.0.0.1:60590
2016-11-16 15:39:36 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-2: set socket timeout to 0
2016-11-16 15:39:36 DEBUG MainClientExec:255 - Executing request GET / HTTP/1.1
2016-11-16 15:39:36 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:36 DEBUG headers:135 - http-outgoing-2 >> GET / HTTP/1.1
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> Authorization: token githubtoken
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> Content-Length: 0
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> Host: localhost:60590
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> Connection: Keep-Alive
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:36 DEBUG headers:138 - http-outgoing-2 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "GET / HTTP/1.1[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "Authorization: token githubtoken[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "Host: localhost:60590[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 >> "[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "Content-Length: 52[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "Date: Wed, 16 Nov 2016 15:39:36 GMT[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:72 - http-outgoing-2 << "[\r][\n]"
2016-11-16 15:39:36 DEBUG wire:86 - http-outgoing-2 << "[{"notification":"first"},{"notification":"second"}]"
2016-11-16 15:39:36 DEBUG headers:124 - http-outgoing-2 << HTTP/1.1 200 OK
2016-11-16 15:39:36 DEBUG headers:127 - http-outgoing-2 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
2016-11-16 15:39:36 DEBUG headers:127 - http-outgoing-2 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:36 DEBUG headers:127 - http-outgoing-2 << Content-Length: 52
2016-11-16 15:39:36 DEBUG headers:127 - http-outgoing-2 << Date: Wed, 16 Nov 2016 15:39:36 GMT
2016-11-16 15:39:36 DEBUG MainClientExec:284 - Connection can be kept alive indefinitely
2016-11-16 15:39:36 DEBUG PoolingHttpClientConnectionManager:314 - Connection [id: 2][route: {}-&gt;http://localhost:60590] can be kept alive indefinitely
2016-11-16 15:39:36 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 2][route: {}-&gt;http://localhost:60590][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:36 INFO  BaseRequest:193 - #fetch(GET localhost:60590 /): [200 OK] in 21ms
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-11-16 15:39:37 DEBUG DefaultManagedHttpClientConnection:81 - http-outgoing-2: Close connection
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-11-16 15:39:37 DEBUG DefaultManagedHttpClientConnection:81 - http-outgoing-1: Close connection
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-11-16 15:39:37 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:37 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:60590][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 3][route: {}->http://localhost:60590][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:37 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:60590
2016-11-16 15:39:37 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:60590
2016-11-16 15:39:37 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:55649<->127.0.0.1:60590
2016-11-16 15:39:37 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-3: set socket timeout to 0
2016-11-16 15:39:37 DEBUG MainClientExec:255 - Executing request PUT /?last_read_at=2016-11-16T15%3A39%3A36Z HTTP/1.1
2016-11-16 15:39:37 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:37 DEBUG headers:135 - http-outgoing-3 >> PUT /?last_read_at=2016-11-16T15%3A39%3A36Z HTTP/1.1
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> Authorization: token githubtoken
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> Content-Length: 2
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> Host: localhost:60590
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> Connection: Keep-Alive
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:37 DEBUG headers:138 - http-outgoing-3 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "PUT /?last_read_at=2016-11-16T15%3A39%3A36Z HTTP/1.1[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "Authorization: token githubtoken[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "Content-Length: 2[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "Host: localhost:60590[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 >> "[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:86 - http-outgoing-3 >> "{}"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "Content-Length: 0[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "Date: Wed, 16 Nov 2016 15:39:36 GMT[\r][\n]"
2016-11-16 15:39:37 DEBUG wire:72 - http-outgoing-3 << "[\r][\n]"
2016-11-16 15:39:37 DEBUG headers:124 - http-outgoing-3 << HTTP/1.1 200 OK
2016-11-16 15:39:37 DEBUG headers:127 - http-outgoing-3 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left
2016-11-16 15:39:37 DEBUG headers:127 - http-outgoing-3 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:37 DEBUG headers:127 - http-outgoing-3 << Content-Length: 0
2016-11-16 15:39:37 DEBUG headers:127 - http-outgoing-3 << Date: Wed, 16 Nov 2016 15:39:36 GMT
2016-11-16 15:39:37 DEBUG MainClientExec:284 - Connection can be kept alive indefinitely
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:314 - Connection [id: 3][route: {}->http://localhost:60590] can be kept alive indefinitely
2016-11-16 15:39:37 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 3][route: {}->http://localhost:60590][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:37 INFO  BaseRequest:193 - #fetch(PUT localhost:60590 /): [200 OK] in 27ms
2016-11-16 15:39:38 INFO  MkGrizzlyContainer:193 - stopped on port #60590
2016-11-16 15:39:38 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:38 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:42777][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 4][route: {}->http://localhost:42777][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:38 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:42777
2016-11-16 15:39:38 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:42777
2016-11-16 15:39:38 DEBUG DefaultHttpClientConnectionOperator:160 - Connect to localhost/127.0.0.1:42777 timed out. Connection will be retried using another IP address
2016-11-16 15:39:38 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/0:0:0:0:0:0:0:1:42777
2016-11-16 15:39:38 DEBUG DefaultManagedHttpClientConnection:98 - http-outgoing-4: Shutdown connection
2016-11-16 15:39:38 DEBUG MainClientExec:128 - Connection discarded
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 4][route: {}->http://localhost:42777][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
Nov 16, 2016 3:39:38 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
2016-11-16 15:39:38 INFO  MkGrizzlyContainer:193 - started on port #44163
2016-11-16 15:39:38 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:38 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:44163][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 5][route: {}->http://localhost:44163][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:38 DEBUG MainClientExec:234 - Opening connection {}-&gt;http://localhost:44163
2016-11-16 15:39:38 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:44163
2016-11-16 15:39:38 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:35842&lt;-&gt;127.0.0.1:44163
2016-11-16 15:39:38 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-5: set socket timeout to 0
2016-11-16 15:39:38 DEBUG MainClientExec:255 - Executing request POST / HTTP/1.1
2016-11-16 15:39:38 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:38 DEBUG headers:135 - http-outgoing-5 >> POST / HTTP/1.1
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> Authorization: token
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> Content-Length: 2
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> Host: localhost:44163
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> Connection: Keep-Alive
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:38 DEBUG headers:138 - http-outgoing-5 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "POST / HTTP/1.1[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "Authorization: token[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "Content-Length: 2[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "Host: localhost:44163[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 >> "[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:86 - http-outgoing-5 >> "[]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "Content-Length: 0[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "Date: Wed, 16 Nov 2016 15:39:38 GMT[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "Connection: close[\r][\n]"
2016-11-16 15:39:38 DEBUG wire:72 - http-outgoing-5 << "[\r][\n]"
2016-11-16 15:39:38 DEBUG headers:124 - http-outgoing-5 << HTTP/1.1 500 Internal Server Error
2016-11-16 15:39:38 DEBUG headers:127 - http-outgoing-5 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:39:38 DEBUG headers:127 - http-outgoing-5 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:38 DEBUG headers:127 - http-outgoing-5 << Content-Length: 0
2016-11-16 15:39:38 DEBUG headers:127 - http-outgoing-5 << Date: Wed, 16 Nov 2016 15:39:38 GMT
2016-11-16 15:39:38 DEBUG headers:127 - http-outgoing-5 << Connection: close
2016-11-16 15:39:38 DEBUG DefaultManagedHttpClientConnection:81 - http-outgoing-5: Close connection
2016-11-16 15:39:38 DEBUG MainClientExec:103 - Connection discarded
2016-11-16 15:39:38 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 5][route: {}->http://localhost:44163][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:38 INFO  BaseRequest:193 - #fetch(POST localhost:44163 /): [500 Internal Server Error] in 24ms
2016-11-16 15:39:39 INFO  MkGrizzlyContainer:193 - stopped on port #44163
Nov 16, 2016 3:39:39 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
2016-11-16 15:39:39 INFO  MkGrizzlyContainer:193 - started on port #42739
2016-11-16 15:39:39 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:39 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:39 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:42739][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:39 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 6][route: {}->http://localhost:42739][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:39 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:42739
2016-11-16 15:39:39 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:42739
2016-11-16 15:39:39 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:51641<->127.0.0.1:42739
2016-11-16 15:39:39 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-6: set socket timeout to 0
2016-11-16 15:39:39 DEBUG MainClientExec:255 - Executing request POST / HTTP/1.1
2016-11-16 15:39:39 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:39 DEBUG headers:135 - http-outgoing-6 >> POST / HTTP/1.1
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> Authorization: token
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> Content-Length: 2
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> Host: localhost:42739
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> Connection: Keep-Alive
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:39 DEBUG headers:138 - http-outgoing-6 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "POST / HTTP/1.1[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "Authorization: token[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "Content-Length: 2[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "Host: localhost:42739[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 >> "[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:86 - http-outgoing-6 >> "[]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "HTTP/1.1 401 Unauthorized[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "Content-Length: 0[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "Date: Wed, 16 Nov 2016 15:39:39 GMT[\r][\n]"
2016-11-16 15:39:39 DEBUG wire:72 - http-outgoing-6 << "[\r][\n]"
2016-11-16 15:39:39 DEBUG headers:124 - http-outgoing-6 << HTTP/1.1 401 Unauthorized
2016-11-16 15:39:39 DEBUG headers:127 - http-outgoing-6 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:39:39 DEBUG headers:127 - http-outgoing-6 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:39 DEBUG headers:127 - http-outgoing-6 << Content-Length: 0
2016-11-16 15:39:39 DEBUG headers:127 - http-outgoing-6 &lt;&lt; Date: Wed, 16 Nov 2016 15:39:39 GMT
2016-11-16 15:39:39 DEBUG MainClientExec:284 - Connection can be kept alive indefinitely
2016-11-16 15:39:39 DEBUG HttpAuthenticator:77 - Authentication required
2016-11-16 15:39:39 DEBUG HttpAuthenticator:107 - localhost:42739 requested authentication
2016-11-16 15:39:39 DEBUG HttpAuthenticator:111 - Response contains no authentication challenges
2016-11-16 15:39:39 DEBUG PoolingHttpClientConnectionManager:314 - Connection [id: 6][route: {}-&gt;http://localhost:42739] can be kept alive indefinitely
2016-11-16 15:39:39 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 6][route: {}-&gt;http://localhost:42739][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:39 INFO  BaseRequest:193 - #fetch(POST localhost:42739 /): [401 Unauthorized] in 15ms
2016-11-16 15:39:40 INFO  MkGrizzlyContainer:193 - stopped on port #42739
Nov 16, 2016 3:39:40 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:39 PM
2016-11-16 15:39:40 INFO  MkGrizzlyContainer:193 - started on port #53235
2016-11-16 15:39:40 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:40 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:40 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:53235][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:40 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 7][route: {}->http://localhost:53235][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:40 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:53235
2016-11-16 15:39:40 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:53235
2016-11-16 15:39:40 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:45565<->127.0.0.1:53235
2016-11-16 15:39:40 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-7: set socket timeout to 0
2016-11-16 15:39:40 DEBUG MainClientExec:255 - Executing request POST / HTTP/1.1
2016-11-16 15:39:40 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-11-16 15:39:40 DEBUG headers:135 - http-outgoing-7 >> POST / HTTP/1.1
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> Authorization: token
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> Content-Length: 108
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> Host: localhost:53235
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> Connection: Keep-Alive
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)
2016-11-16 15:39:40 DEBUG headers:138 - http-outgoing-7 >> Accept-Encoding: gzip,deflate
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "POST / HTTP/1.1[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "Authorization: token[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "Content-Length: 108[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "Host: localhost:53235[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 >> "[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:86 - http-outgoing-7 >> "[{"repoFullName":"amihaiemil/myrepo","issueNumber":1},{"repoFullName":"amihaiemil/myrepo2","issueNumber":2}]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "Content-Length: 0[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "Date: Wed, 16 Nov 2016 15:39:40 GMT[\r][\n]"
2016-11-16 15:39:40 DEBUG wire:72 - http-outgoing-7 << "[\r][\n]"
2016-11-16 15:39:40 DEBUG headers:124 - http-outgoing-7 << HTTP/1.1 200 OK
2016-11-16 15:39:40 DEBUG headers:127 - http-outgoing-7 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:39:40 DEBUG headers:127 - http-outgoing-7 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:39:40 DEBUG headers:127 - http-outgoing-7 << Content-Length: 0
2016-11-16 15:39:40 DEBUG headers:127 - http-outgoing-7 << Date: Wed, 16 Nov 2016 15:39:40 GMT
2016-11-16 15:39:40 DEBUG MainClientExec:284 - Connection can be kept alive indefinitely
2016-11-16 15:39:40 DEBUG PoolingHttpClientConnectionManager:314 - Connection [id: 7][route: {}->http://localhost:53235] can be kept alive indefinitely
2016-11-16 15:39:40 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 7][route: {}->http://localhost:53235][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:40 INFO  BaseRequest:193 - #fetch(POST localhost:53235 /): [200 OK] in 15ms
2016-11-16 15:39:41 INFO  MkGrizzlyContainer:193 - stopped on port #53235
2016-11-16 15:39:41 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-11-16 15:39:41 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-11-16 15:39:41 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:56329][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:39:41 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 8][route: {}->http://localhost:56329][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:39:41 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:56329
2016-11-16 15:39:41 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:56329
2016-11-16 15:39:41 DEBUG DefaultHttpClientConnectionOperator:160 - Connect to localhost/127.0.0.1:56329 timed out. Connection will be retried using another IP address
2016-11-16 15:39:41 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/0:0:0:0:0:0:0:1:56329
2016-11-16 15:39:41 DEBUG DefaultManagedHttpClientConnection:98 - http-outgoing-8: Shutdown connection
2016-11-16 15:39:41 DEBUG MainClientExec:128 - Connection discarded
2016-11-16 15:39:41 DEBUG PoolingHttpClientConnectionManager:320 - Connection released: [id: 8][route: {}->http://localhost:56329][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.337 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 3793.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 12678.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 10595.1 KB/sec)
[INFO] Building jar: /home/r/repo/charles-github-notifications-ejb/target/charles-github-notifications-ejb.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (2 KB at 214.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.pom (6 KB at 376.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom (4 KB at 481.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.3/snappy-0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.3/snappy-0.3.pom (15 KB at 2009.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 173.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 359.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 197.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 31.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 829.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom (7 KB at 356.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (4 KB at 174.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (4 KB at 143.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom (5 KB at 635.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.3/snappy-0.3.jar (48 KB at 3401.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 2029.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (76 KB at 3412.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar (50 KB at 2173.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar (83 KB at 3286.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar (22 KB at 654.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (240 KB at 7030.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar (373 KB at 9073.2 KB/sec)
[INFO] Building jar: /home/r/repo/charles-github-notifications-ejb/target/charles-github-notifications-ejb-0.0.1-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ charles-github-notifications-ejb ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 272.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 79.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 347.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 1286.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 16074.7 KB/sec)
[INFO] Installing /home/r/repo/charles-github-notifications-ejb/target/charles-github-notifications-ejb.jar to /home/r/.m2/repository/com/amihaiemil/web/charles-github-notifications-ejb/0.0.1-SNAPSHOT/charles-github-notifications-ejb-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/r/repo/charles-github-notifications-ejb/pom.xml to /home/r/.m2/repository/com/amihaiemil/web/charles-github-notifications-ejb/0.0.1-SNAPSHOT/charles-github-notifications-ejb-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/r/repo/charles-github-notifications-ejb/target/charles-github-notifications-ejb-0.0.1-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/amihaiemil/web/charles-github-notifications-ejb/0.0.1-SNAPSHOT/charles-github-notifications-ejb-0.0.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.833 s
[INFO] Finished at: 2016-11-16T15:39:45+00:00
[INFO] Final Memory: 36M/305M
[INFO] ------------------------------------------------------------------------
+ cd ../charles-rest
+ mvn clean install
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-bom/1.11.37/aws-java-sdk-bom-1.11.37.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-bom/1.11.37/aws-java-sdk-bom-1.11.37.pom (15 KB at 121.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-pom/1.11.37/aws-java-sdk-pom-1.11.37.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-pom/1.11.37/aws-java-sdk-pom-1.11.37.pom (10 KB at 736.2 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Charles Rest 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 906.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 1103.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom (10 KB at 209.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar (85 KB at 2236.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-elasticsearch/1.11.37/aws-java-sdk-elasticsearch-1.11.37.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-elasticsearch/1.11.37/aws-java-sdk-elasticsearch-1.11.37.pom (4 KB at 436.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.37/aws-java-sdk-core-1.11.37.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.37/aws-java-sdk-core-1.11.37.pom (4 KB at 438.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (7 KB at 271.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 KB at 1391.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/software/amazon/ion/ion-java/1.0.0/ion-java-1.0.0.pom
Downloaded: http://repo.maven.apache.org/maven2/software/amazon/ion/ion-java/1.0.0/ion-java-1.0.0.pom (9 KB at 406.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom (6 KB at 311.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom (8 KB at 362.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 KB at 1897.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom (2 KB at 132.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom (8 KB at 317.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/23/oss-parent-23.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/23/oss-parent-23.pom (19 KB at 1712.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom (5 KB at 279.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom (3 KB at 318.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/jmespath-java/1.0/jmespath-java-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/jmespath-java/1.0/jmespath-java-1.0.pom (4 KB at 188.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.pom (6 KB at 189.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 389.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 1598.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 257.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.pom (6 KB at 182.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amihaiemil/web/charles/1.0.0/charles-1.0.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/amihaiemil/web/charles/1.0.0/charles-1.0.0.pom (8 KB at 756.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom (4 KB at 172.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom (3 KB at 323.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom (35 KB at 1568.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom (6 KB at 294.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom (10 KB at 419.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom (4 KB at 137.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom (16 KB at 1375.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom (4 KB at 401.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom (3 KB at 111.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom (4 KB at 444.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom (11 KB at 523.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom (12 KB at 1240.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom (5 KB at 176.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 KB at 1328.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.41.0/selenium-remote-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.41.0/selenium-remote-driver-2.41.0.pom (4 KB at 425.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-parent/2.41.0/selenium-parent-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-parent/2.41.0/selenium-parent-2.41.0.pom (10 KB at 413.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
Downloaded: http://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom (214 B at 13.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/json/json/20080701/json-20080701.pom
Downloaded: http://repo.maven.apache.org/maven2/org/json/json/20080701/json-20080701.pom (2 KB at 204.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.41.0/selenium-api-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.41.0/selenium-api-2.41.0.pom (6 KB at 314.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom (11 KB at 547.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (3 KB at 264.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (3 KB at 158.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.41.0/selenium-java-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.41.0/selenium-java-2.41.0.pom (6 KB at 359.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.41.0/selenium-chrome-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.41.0/selenium-chrome-driver-2.41.0.pom (3 KB at 410.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-htmlunit-driver/2.41.0/selenium-htmlunit-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-htmlunit-driver/2.41.0/selenium-htmlunit-driver-2.41.0.pom (3 KB at 247.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.13/htmlunit-2.13.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.13/htmlunit-2.13.pom (36 KB at 2556.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 118.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.1/httpmime-4.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.1/httpmime-4.3.1.pom (5 KB at 246.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.8/commons-codec-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.8/commons-codec-1.8.pom (12 KB at 50.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.13/htmlunit-core-js-2.13.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.13/htmlunit-core-js-2.13.pom (2 KB at 90.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 157.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.19/nekohtml-1.9.19.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.19/nekohtml-1.9.19.pom (2 KB at 92.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.11/cssparser-0.9.11.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.11/cssparser-0.9.11.pom (12 KB at 620.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/w3c/css/sac/1.3/sac-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/w3c/css/sac/1.3/sac-1.3.pom (2 KB at 184.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.1.12.v20130726/jetty-websocket-8.1.12.v20130726.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.1.12.v20130726/jetty-websocket-8.1.12.v20130726.pom (5 KB at 500.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/8.1.12.v20130726/jetty-project-8.1.12.v20130726.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/8.1.12.v20130726/jetty-project-8.1.12.v20130726.pom (28 KB at 2273.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom (21 KB at 1150.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.1.12.v20130726/jetty-util-8.1.12.v20130726.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.1.12.v20130726/jetty-util-8.1.12.v20130726.pom (4 KB at 479.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.1.12.v20130726/jetty-io-8.1.12.v20130726.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.1.12.v20130726/jetty-io-8.1.12.v20130726.pom (3 KB at 262.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.1.12.v20130726/jetty-http-8.1.12.v20130726.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.1.12.v20130726/jetty-http-8.1.12.v20130726.pom (3 KB at 322.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.41.0/selenium-firefox-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.41.0/selenium-firefox-driver-2.41.0.pom (4 KB at 393.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.41.0/selenium-ie-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.41.0/selenium-ie-driver-2.41.0.pom (4 KB at 388.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.41.0/selenium-safari-driver-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.41.0/selenium-safari-driver-2.41.0.pom (4 KB at 375.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
Downloaded: http://repo.maven.apache.org/maven2/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom (5 KB at 443.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom (26 KB at 1153.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.41.0/selenium-support-2.41.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.41.0/selenium-support-2.41.0.pom (3 KB at 104.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom (5 KB at 206.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom (8 KB at 441.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/25/oss-parent-25.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/25/oss-parent-25.pom (19 KB at 1894.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom (6 KB at 281.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom (2 KB at 202.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-github/0.28/jcabi-github-0.28.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-github/0.28/jcabi-github-0.28.pom (12 KB at 543.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.pom (11 KB at 553.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.1/jcabi-log-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.1/jcabi-log-0.17.1.pom (7 KB at 280.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-email/1.8/jcabi-email-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-email/1.8/jcabi-email-1.8.pom (7 KB at 227.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/detro/phantomjsdriver/1.2.0/phantomjsdriver-1.2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/detro/phantomjsdriver/1.2.0/phantomjsdriver-1.2.0.pom (3 KB at 87.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-elasticsearch/1.11.37/aws-java-sdk-elasticsearch-1.11.37.jar
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.37/aws-java-sdk-core-1.11.37.jar
Downloading: http://repo.maven.apache.org/maven2/software/amazon/ion/ion-java/1.0.0/ion-java-1.0.0.jar
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar
Downloading: http://repo.maven.apache.org/maven2/com/amazonaws/jmespath-java/1.0/jmespath-java-1.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar (48 KB at 3944.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/jmespath-java/1.0/jmespath-java-1.0.jar (27 KB at 870.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar (55 KB at 1266.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-elasticsearch/1.11.37/aws-java-sdk-elasticsearch-1.11.37.jar (213 KB at 4437.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/amihaiemil/web/charles/1.0.0/charles-1.0.0.jar
Downloaded: http://repo.maven.apache.org/maven2/software/amazon/ion/ion-java/1.0.0/ion-java-1.0.0.jar (545 KB at 9723.5 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/amihaiemil/web/charles/1.0.0/charles-1.0.0.jar (28 KB at 437.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.jar (275 KB at 3709.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.37/aws-java-sdk-core-1.11.37.jar (705 KB at 8193.0 KB/sec)
Downloading:6http://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar (100 KB at 1019.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar (150 KB at 1497.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar (23 KB at 211.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
Downloaded:9http://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar (68 KB at 605.1 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.41.0/selenium-remote-driver-2.41.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.jar (1205 KB at 10210.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar (33 KB at 276.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/json/json/20080701/json-20080701.jar
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar (1008 KB at 8329.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.41.0/selenium-api-2.41.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar (290 KB at 2084.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.41.0/selenium-api-2.41.0.jar (142 KB at 995.1 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.41.0/selenium-remote-driver-2.41.0.jar (241 KB at 1661.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar (317 KB at 2125.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.41.0/selenium-java-2.41.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/json/json/20080701/json-20080701.jar (37 KB at 246.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.41.0/selenium-chrome-driver-2.41.0.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (52 KB at 337.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-htmlunit-driver/2.41.0/selenium-htmlunit-driver-2.41.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.41.0/selenium-chrome-driver-2.41.0.jar (11 KB at 67.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.13/htmlunit-2.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-htmlunit-driver/2.41.0/selenium-htmlunit-driver-2.41.0.jar (58 KB at 333.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.1/httpmime-4.3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.1/httpmime-4.3.1.jar (37 KB at 195.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.13/htmlunit-core-js-2.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.41.0/selenium-java-2.41.0.jar (381 KB at 2046.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar (986 KB at 4283.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.19/nekohtml-1.9.19.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.19/nekohtml-1.9.19.jar (122 KB at 482.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.11/cssparser-0.9.11.jar
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (893 KB at 3303.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/w3c/css/sac/1.3/sac-1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.11/cssparser-0.9.11.jar (347 KB at 1206.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.1.12.v20130726/jetty-websocket-8.1.12.v20130726.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.13/htmlunit-core-js-2.13.jar (1009 KB at 3350.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.1.12.v20130726/jetty-util-8.1.12.v20130726.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/w3c/css/sac/1.3/sac-1.3.jar (16 KB at 51.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.1.12.v20130726/jetty-io-8.1.12.v20130726.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.13/htmlunit-2.13.jar (1259 KB at 4061.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.1.12.v20130726/jetty-http-8.1.12.v20130726.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.1.12.v20130726/jetty-websocket-8.1.12.v20130726.jar (123 KB at 391.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.41.0/selenium-firefox-driver-2.41.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.1.12.v20130726/jetty-io-8.1.12.v20130726.jar (102 KB at 317.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.41.0/selenium-ie-driver-2.41.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 4097.2 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.1.12.v20130726/jetty-http-8.1.12.v20130726.jar (94 KB at 285.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.41.0/selenium-support-2.41.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.41.0/selenium-safari-driver-2.41.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.41.0/selenium-ie-driver-2.41.0.jar (11 KB at 32.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.1.12.v20130726/jetty-util-8.1.12.v20130726.jar (281 KB at 813.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.41.0/selenium-safari-driver-2.41.0.jar (273 KB at 756.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-github/0.28/jcabi-github-0.28.jar
Downloaded: http://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.41.0/selenium-support-2.41.0.jar (133 KB at 358.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar (162 KB at 418.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.1/jcabi-log-0.17.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.jar (83 KB at 207.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.1/jcabi-log-0.17.1.jar (50 KB at 120.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar (131 KB at 315.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar (1096 KB at 2582.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-email/1.8/jcabi-email-1.8.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/jcabi/jcabi-email/1.8/jcabi-email-1.8.jar (41 KB at 91.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/detro/phantomjsdriver/1.2.0/phantomjsdriver-1.2.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/github/detro/phantomjsdriver/1.2.0/phantomjsdriver-1.2.0.jar (11 KB at 23.0 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (720 KB at 1563.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar (469 KB at 1015.4 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/jcabi/jcabi-github/0.28/jcabi-github-0.28.jar (1522 KB at 3257.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.41.0/selenium-firefox-driver-2.41.0.jar (2440 KB at 5135.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ charles-rest ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (prepare-agent) @ charles-rest ---
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/charles-rest/target/jacoco.exec,excludes=**/com/amihaiemil/charles/filters/*:**/com/amihaiemil/charles/rest/*
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ charles-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ charles-rest ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 38.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 185.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 84.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 150.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 86.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 2218.6 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 1543.9 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 8876.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 202.5 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to /home/r/repo/charles-rest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ charles-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ charles-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/r/repo/charles-rest/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ charles-rest ---
[INFO] Surefire report directory: /home/r/repo/charles-rest/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.amihaiemil.charles.github.ActionTestCase
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /charles-rest/charlesrest.log (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
        at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
        at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
        at org.slf4j.impl.Log4jLoggerFactory.<init>(Log4jLoggerFactory.java:66)
        at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
        at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
        at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
        at com.amihaiemil.charles.github.Language.<clinit>(Language.java:46)
        at com.amihaiemil.charles.github.ActionTestCase.actionsExecute(ActionTestCase.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-16 15:39:58,001 DEBUG - #check(class com.jcabi.github.mock.MkStorage$InFile): immutability checked
2016-11-16 15:39:58,107 DEBUG - #check(class com.jcabi.github.mock.MkGithub): immutability checked
2016-11-16 15:39:58,167 INFO - jcabi-aspects 0.22.5/4a18718 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
2016-11-16 15:39:58,203 DEBUG - #check(class com.jcabi.github.mock.MkRepos): immutability checked
2016-11-16 15:39:59,142 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 320.53ms
2016-11-16 15:39:59,156 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 906.77ms
2016-11-16 15:39:59,165 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 7.36ms
2016-11-16 15:39:59,166 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 974.19ms
2016-11-16 15:39:59,171 DEBUG - Logging monitor thread interrupted
2016-11-16 15:39:59,172 DEBUG - #name(): 'amihaiemil.github.io' in 46.17µs
2016-11-16 15:39:59,173 DEBUG - #check(class com.jcabi.github.Coordinates$Simple): immutability checked
2016-11-16 15:39:59,178 DEBUG - #name(): 'amihaiemil.github.io' in 66.80µs
2016-11-16 15:39:59,196 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 12.59ms
2016-11-16 15:39:59,441 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 257.36ms
2016-11-16 15:39:59,445 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 3.28ms
2016-11-16 15:39:59,491 DEBUG - #check(class com.jcabi.github.mock.MkRepo): immutability checked
2016-11-16 15:39:59,497 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 4.61ms
2016-11-16 15:39:59,498 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 49.80ms
2016-11-16 15:39:59,523 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 14.92ms
2016-11-16 15:39:59,525 DEBUG - #check(class com.jcabi.github.mock.JsonPatch): immutability checked
2016-11-16 15:39:59,552 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 3.84ms
2016-11-16 15:39:59,558 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 9.83ms
2016-11-16 15:39:59,560 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 34.06ms
2016-11-16 15:39:59,561 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:39:59,566 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 3.68ms
2016-11-16 15:39:59,567 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 393.61ms
2016-11-16 15:39:59,572 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 3.60ms
2016-11-16 15:39:59,575 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 6.45ms
2016-11-16 15:39:59,580 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 3.35ms
2016-11-16 15:39:59,581 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 7.54ms
2016-11-16 15:39:59,586 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 3.55ms
2016-11-16 15:39:59,593 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.81ms
2016-11-16 15:39:59,594 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 8.16ms
2016-11-16 15:39:59,601 DEBUG - #check(class com.jcabi.github.mock.MkIssues): immutability checked
2016-11-16 15:39:59,604 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.55ms
2016-11-16 15:39:59,608 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 6.04ms
2016-11-16 15:39:59,611 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.61ms
2016-11-16 15:39:59,612 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 13.77ms
2016-11-16 15:39:59,613 DEBUG - #lock(): in 27.82µs
2016-11-16 15:39:59,618 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.58ms
2016-11-16 15:39:59,635 DEBUG - #check(class com.jcabi.github.Github$Time): immutability checked
2016-11-16 15:39:59,653 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 5.52ms
2016-11-16 15:39:59,659 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 11.40ms
2016-11-16 15:39:59,660 DEBUG - #unlock(): in 27.80&micro;s
2016-11-16 15:39:59,667 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 5.83ms
2016-11-16 15:39:59,668 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 52.63&micro;s
2016-11-16 15:39:59,669 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 28.25&micro;s
2016-11-16 15:39:59,670 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:39:59,683 DEBUG - #check(class com.jcabi.github.mock.MkIssue): immutability checked
2016-11-16 15:39:59,684 DEBUG - #get(1): 1 in 11.40ms
2016-11-16 15:39:59,685 DEBUG - #create('Test issue for commands', 'test body'): 1 in 71.86ms
2016-11-16 15:39:59,692 DEBUG - #check(class com.jcabi.github.mock.MkComments): immutability checked
2016-11-16 15:39:59,699 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.54ms
2016-11-16 15:39:59,712 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 18.49ms
2016-11-16 15:39:59,719 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.69ms
2016-11-16 15:39:59,720 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 26.28ms
2016-11-16 15:39:59,721 DEBUG - #lock(): in 16.78µs
2016-11-16 15:39:59,728 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.31ms
2016-11-16 15:39:59,741 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.33ms
2016-11-16 15:39:59,749 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..364..D "updated_at";SET "2016-11-16T15:39:59Z";'): in 13.13ms
2016-11-16 15:39:59,750 DEBUG - #unlock(): in 18.30µs
2016-11-16 15:39:59,752 DEBUG - #issue(): 1 in 62.76µs
2016-11-16 15:39:59,753 DEBUG - #number(): 1 in 32.57µs
2016-11-16 15:39:59,753 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there
2016-11-16 15:39:59,761 DEBUG - #check(class com.jcabi.github.mock.MkComment): immutability checked
2016-11-16 15:39:59,768 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.69ms
2016-11-16 15:39:59,769 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..883..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.55ms
2016-11-16 15:39:59,778 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.75ms
2016-11-16 15:39:59,778 DEBUG - #post('@charlesmike hello there'): 'MkComment(storage=<?xml version="1.0" encoding="U..883..mil/amihaiemil.github.io, ticket=1, num=1)' in 48.72ms
2016-11-16 15:39:59,786 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.67ms
2016-11-16 15:39:59,791 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 11.33ms
2016-11-16 15:39:59,798 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.68ms
2016-11-16 15:39:59,799 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..827..po>\n</repos>\n</github>\n, self=charlesmike)' in 12.27ms
2016-11-16 15:39:59,806 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.53ms
2016-11-16 15:39:59,820 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.57ms
2016-11-16 15:39:59,821 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..866..e, coords=amihaiemil/amihaiemil.github.io)' in 14.70ms
2016-11-16 15:39:59,826 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.36ms
2016-11-16 15:39:59,832 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 9.96ms
2016-11-16 15:39:59,837 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.37ms
2016-11-16 15:39:59,837 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..868..e, coords=amihaiemil/amihaiemil.github.io)' in 10.87ms
2016-11-16 15:39:59,838 DEBUG - #number(): 1 in 21.71µs
2016-11-16 15:39:59,839 DEBUG - #get(1): 1 in 42.59µs
2016-11-16 15:39:59,841 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.41ms
2016-11-16 15:39:59,843 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.84ms
2016-11-16 15:39:59,845 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.69ms
2016-11-16 15:39:59,846 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=jeff)' in 3.56ms
2016-11-16 15:39:59,847 DEBUG - #name(): 'jeff.github.io' in 17.09µs
2016-11-16 15:39:59,848 DEBUG - #name(): 'jeff.github.io' in 18.31µs
2016-11-16 15:39:59,851 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 2.55ms
2016-11-16 15:39:59,854 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..82..epository";UP;ADD "private";SET "false";UP;'): in 5.18ms
2016-11-16 15:39:59,857 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 2.22ms
2016-11-16 15:39:59,869 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?>&lt;github&gt;\n&lt;r..116..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 8.73ms
2016-11-16 15:39:59,869 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..171..&gt;\n, self=jeff, coords=jeff/jeff.github.io)' in 5.01ms
2016-11-16 15:39:59,870 DEBUG - #json(): {&quot;name&quot;:&quot;jeff.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 343.86&micro;s
2016-11-16 15:39:59,874 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.27ms
2016-11-16 15:39:59,877 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;jeff/jeff..98..&quot;;SET &quot;&quot;;UP;ADDIF &quot;private&quot;;SET &quot;false&quot;;UP;'): in 5.67ms
2016-11-16 15:39:59,878 DEBUG - #patch({&quot;name&quot;:&quot;jeff.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 6.78ms
2016-11-16 15:39:59,878 INFO - repository jeff/jeff.github.io created by jeff
2016-11-16 15:39:59,881 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..100..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.19ms
2016-11-16 15:39:59,882 DEBUG - #create('Repos.RepoCreate(nam=jeff.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..155..&gt;\n, self=jeff, coords=jeff/jeff.github.io)' in 32.41ms
2016-11-16 15:39:59,885 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..100..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.21ms
2016-11-16 15:39:59,887 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 4.29ms
2016-11-16 15:39:59,890 DEBUG - #xml(): '&lt;?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.26ms
2016-11-16 15:39:59,890 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..128../>\n</repo>\n</repos>\n</github>\n, self=jeff)' in 4.98ms
2016-11-16 15:39:59,893 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.18ms
2016-11-16 15:39:59,899 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.12ms
2016-11-16 15:39:59,900 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..155..>\n, self=jeff, coords=jeff/jeff.github.io)' in 5.61ms
2016-11-16 15:39:59,903 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.18ms
2016-11-16 15:39:59,906 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff.github.io&apos;]";ADDIF "issues";'): in 5.41ms
2016-11-16 15:39:59,909 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.54ms
2016-11-16 15:39:59,910 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..167..>\n, self=jeff, coords=jeff/jeff.github.io)' in 6.20ms
2016-11-16 15:39:59,910 DEBUG - #lock(): in 17.56µs
2016-11-16 15:39:59,913 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.30ms
2016-11-16 15:39:59,919 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.36ms
2016-11-16 15:39:59,923 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..344..P;ADD "user";ADD "login";SET "jeff";UP;UP;'): in 6.26ms
2016-11-16 15:39:59,924 DEBUG - #unlock(): in 20.05µs
2016-11-16 15:39:59,928 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..434..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.35ms
2016-11-16 15:39:59,929 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..489..>\n, self=jeff, coords=jeff/jeff.github.io)' in 41.34µs
2016-11-16 15:39:59,929 DEBUG - #coordinates(): jeff/jeff.github.io in 19.76µs
2016-11-16 15:39:59,930 INFO - issue #1 created in jeff/jeff.github.io by jeff: Test issue for commands
2016-11-16 15:39:59,930 DEBUG - #get(1): 1 in 28.50µs
2016-11-16 15:39:59,931 DEBUG - #create('Test issue for commands', 'test body'): 1 in 20.67ms
2016-11-16 15:39:59,936 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..434..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.98ms
2016-11-16 15:39:59,941 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 8.86ms
2016-11-16 15:39:59,946 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..446..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.10ms
2016-11-16 15:39:59,946 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..513..=jeff, repo=jeff/jeff.github.io, ticket=1)' in 9.96ms
2016-11-16 15:39:59,947 DEBUG - #lock(): in 9.83µs
2016-11-16 15:39:59,951 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..446..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.35ms
2016-11-16 15:39:59,959 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..446..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.43ms
2016-11-16 15:39:59,964 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..328..D "updated_at";SET "2016-11-16T15:39:59Z";'): in 8.50ms
2016-11-16 15:39:59,965 DEBUG - #unlock(): in 15.97µs
2016-11-16 15:39:59,965 DEBUG - #issue(): 1 in 29.70µs
2016-11-16 15:39:59,966 DEBUG - #number(): 1 in 20.34µs
2016-11-16 15:39:59,966 INFO - comment #1 posted to issue #1 by jeff: @charlesmike hello
2016-11-16 15:39:59,972 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.75ms
2016-11-16 15:39:59,973 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..817..repo=jeff/jeff.github.io, ticket=1, num=1)' in 46.72µs
2016-11-16 15:39:59,980 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.32ms
2016-11-16 15:39:59,981 DEBUG - #post('@charlesmike hello'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..817..repo=jeff/jeff.github.io, ticket=1, num=1)' in 26.38ms
2016-11-16 15:39:59,988 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 6.04ms
2016-11-16 15:39:59,992 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 10.53ms
2016-11-16 15:39:59,999 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 6.13ms
2016-11-16 15:40:00,000 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..779..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 11.44ms
2016-11-16 15:40:00,007 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 5.79ms
2016-11-16 15:40:00,020 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 5.90ms
2016-11-16 15:40:00,021 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..806..f=charlesmike, coords=jeff/jeff.github.io)' in 13.43ms
2016-11-16 15:40:00,027 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.84ms
2016-11-16 15:40:00,032 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;jeff/jeff.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 9.75ms
2016-11-16 15:40:00,036 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.66ms
2016-11-16 15:40:00,036 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..808..f=charlesmike, coords=jeff/jeff.github.io)' in 10.54ms
2016-11-16 15:40:00,037 DEBUG - #number(): 1 in 21.63µs
2016-11-16 15:40:00,038 DEBUG - #get(1): 1 in 42.22µs
2016-11-16 15:40:00,040 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.65ms
2016-11-16 15:40:00,042 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 3.00ms
2016-11-16 15:40:00,044 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.59ms
2016-11-16 15:40:00,044 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=vlad)' in 3.67ms
2016-11-16 15:40:00,045 DEBUG - #name(): 'vlad.github.io' in 18.14µs
2016-11-16 15:40:00,045 DEBUG - #name(): 'vlad.github.io' in 13.07µs
2016-11-16 15:40:00,048 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.56ms
2016-11-16 15:40:00,050 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..82..epository";UP;ADD "private";SET "false";UP;'): in 4.13ms
2016-11-16 15:40:00,053 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 2.06ms
2016-11-16 15:40:00,058 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.95ms
2016-11-16 15:40:00,059 DEBUG - #get(vlad/vlad.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..171..>\n, self=vlad, coords=vlad/vlad.github.io)' in 4.65ms
2016-11-16 15:40:00,060 DEBUG - #json(): {"name":"vlad.github.io","description":"","homepage":"","private":false} in 331.56µs
2016-11-16 15:40:00,064 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 2.86ms
2016-11-16 15:40:00,068 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad..98..";SET "";UP;ADDIF "private";SET "false";UP;'): in 7.05ms
2016-11-16 15:40:00,069 DEBUG - #patch({"name":"vlad.github.io","description":"","homepage":"","private":false}): in 8.35ms
2016-11-16 15:40:00,069 INFO - repository vlad/vlad.github.io created by vlad
2016-11-16 15:40:00,072 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.11ms
2016-11-16 15:40:00,073 DEBUG - #create('Repos.RepoCreate(nam=vlad.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..155..>\n, self=vlad, coords=vlad/vlad.github.io)' in 25.02ms
2016-11-16 15:40:00,075 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.00ms
2016-11-16 15:40:00,077 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 3.74ms
2016-11-16 15:40:00,080 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.03ms
2016-11-16 15:40:00,080 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..128../>\n</repo>\n</repos>\n</github>\n, self=vlad)' in 4.35ms
2016-11-16 15:40:00,084 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.78ms
2016-11-16 15:40:00,088 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.95ms
2016-11-16 15:40:00,089 DEBUG - #get(vlad/vlad.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..155..>\n, self=vlad, coords=vlad/vlad.github.io)' in 5.61ms
2016-11-16 15:40:00,093 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.75ms
2016-11-16 15:40:00,096 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad.github.io&apos;]";ADDIF "issues";'): in 6.37ms
2016-11-16 15:40:00,099 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.16ms
2016-11-16 15:40:00,099 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..167..>\n, self=vlad, coords=vlad/vlad.github.io)' in 7.09ms
2016-11-16 15:40:00,100 DEBUG - #lock(): in 17.73&micro;s
2016-11-16 15:40:00,103 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..110..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.29ms
2016-11-16 15:40:00,108 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..110..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.20ms
2016-11-16 15:40:00,112 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;vlad/vlad..344..P;ADD &quot;user&quot;;ADD &quot;login&quot;;SET &quot;vlad&quot;;UP;UP;'): in 5.88ms
2016-11-16 15:40:00,113 DEBUG - #unlock(): in 20.45&micro;s
2016-11-16 15:40:00,117 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..434..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.06ms
2016-11-16 15:40:00,117 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..489..&gt;\n, self=vlad, coords=vlad/vlad.github.io)' in 41.26&micro;s
2016-11-16 15:40:00,118 DEBUG - #coordinates(): vlad/vlad.github.io in 19.96&micro;s
2016-11-16 15:40:00,118 INFO - issue #1 created in vlad/vlad.github.io by vlad: Test issue for commands
2016-11-16 15:40:00,119 DEBUG - #get(1): 1 in 28.98&micro;s
2016-11-16 15:40:00,120 DEBUG - #create('Test issue for commands', 'test body'): 1 in 19.38ms
2016-11-16 15:40:00,123 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..434..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.90ms
2016-11-16 15:40:00,128 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;vlad/vlad..25..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 7.48ms
2016-11-16 15:40:00,133 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..446..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.09ms
2016-11-16 15:40:00,134 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..513..=vlad, repo=vlad/vlad.github.io, ticket=1)' in 8.19ms
2016-11-16 15:40:00,134 DEBUG - #lock(): in 17.39µs
2016-11-16 15:40:00,139 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..446..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.58ms
2016-11-16 15:40:00,146 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..446..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.89ms
2016-11-16 15:40:00,151 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad..325..D "updated_at";SET "2016-11-16T15:40:00Z";'): in 7.81ms
2016-11-16 15:40:00,151 DEBUG - #unlock(): in 12.70µs
2016-11-16 15:40:00,152 DEBUG - #issue(): 1 in 41.56µs
2016-11-16 15:40:00,152 DEBUG - #number(): 1 in 21.44µs
2016-11-16 15:40:00,153 INFO - comment #1 posted to issue #1 by vlad: @charlesmike hi
2016-11-16 15:40:00,157 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.56ms
2016-11-16 15:40:00,158 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..814..repo=vlad/vlad.github.io, ticket=1, num=1)' in 52.41µs
2016-11-16 15:40:00,163 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.46ms
2016-11-16 15:40:00,163 DEBUG - #post('@charlesmike hi'): 'MkComment(storage=<?xml version="1.0" encoding="U..814..repo=vlad/vlad.github.io, ticket=1, num=1)' in 24.13ms
2016-11-16 15:40:00,168 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.67ms
2016-11-16 15:40:00,234 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 69.59ms
2016-11-16 15:40:00,238 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.94ms
2016-11-16 15:40:00,239 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..776..po>\n</repos>\n</github>\n, self=charlesmike)' in 70.36ms
2016-11-16 15:40:00,244 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.48ms
2016-11-16 15:40:00,253 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.47ms
2016-11-16 15:40:00,253 DEBUG - #get(vlad/vlad.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..803..f=charlesmike, coords=vlad/vlad.github.io)' in 9.48ms
2016-11-16 15:40:00,258 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.68ms
2016-11-16 15:40:00,262 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad.github.io&apos;]";ADDIF "issues";'): in 8.35ms
2016-11-16 15:40:00,266 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.62ms
2016-11-16 15:40:00,267 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..805..f=charlesmike, coords=vlad/vlad.github.io)' in 9.09ms
2016-11-16 15:40:00,268 DEBUG - #number(): 1 in 17.50µs
2016-11-16 15:40:00,268 DEBUG - #get(1): 1 in 26.86µs
2016-11-16 15:40:00,271 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.37ms
2016-11-16 15:40:00,273 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 3.23ms
2016-11-16 15:40:00,276 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 2.14ms
2016-11-16 15:40:00,276 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=marius)' in 4.08ms
2016-11-16 15:40:00,277 DEBUG - #name(): 'marius.github.io' in 15.66µs
2016-11-16 15:40:00,278 DEBUG - #name(): 'marius.github.io' in 17.77µs
2016-11-16 15:40:00,280 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.63ms
2016-11-16 15:40:00,283 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..92..itory";UP;ADD "private";SET "false";\n11:UP;'): in 4.01ms
2016-11-16 15:40:00,285 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.92ms
2016-11-16 15:40:00,290 DEBUG - #xml(): '<?xml version="1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..122..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.21ms
2016-11-16 15:40:00,290 DEBUG - #get(marius/marius.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..183..lf=marius, coords=marius/marius.github.io)' in 4.31ms
2016-11-16 15:40:00,291 DEBUG - #json(): {&quot;name&quot;:&quot;marius.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 215.04&micro;s
2016-11-16 15:40:00,294 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..122..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.90ms
2016-11-16 15:40:00,297 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;marius/ma..108.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 4.76ms
2016-11-16 15:40:00,297 DEBUG - #patch({&quot;name&quot;:&quot;marius.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 5.71ms
2016-11-16 15:40:00,297 INFO - repository marius/marius.github.io created by marius
2016-11-16 15:40:00,300 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.03ms
2016-11-16 15:40:00,301 DEBUG - #create('Repos.RepoCreate(nam=marius.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..167..lf=marius, coords=marius/marius.github.io)' in 21.20ms
2016-11-16 15:40:00,303 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.89ms
2016-11-16 15:40:00,305 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 3.48ms
2016-11-16 15:40:00,307 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.89ms
2016-11-16 15:40:00,308 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..136..\n</repo>\n</repos>\n</github>\n, self=marius)' in 4.08ms
2016-11-16 15:40:00,310 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.89ms
2016-11-16 15:40:00,317 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.59ms
2016-11-16 15:40:00,317 DEBUG - #get(marius/marius.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..167..lf=marius, coords=marius/marius.github.io)' in 5.27ms
2016-11-16 15:40:00,321 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 2.75ms
2016-11-16 15:40:00,325 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/marius.github.io&apos;]";ADDIF "issues";'): in 6.58ms
2016-11-16 15:40:00,328 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.78ms
2016-11-16 15:40:00,329 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..179..lf=marius, coords=marius/marius.github.io)' in 7.51ms
2016-11-16 15:40:00,330 DEBUG - #lock(): in 17.80µs
2016-11-16 15:40:00,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 2.20ms
2016-11-16 15:40:00,337 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.94ms
2016-11-16 15:40:00,342 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/ma..350..ADD "user";ADD "login";SET "marius";UP;UP;'): in 5.92ms
2016-11-16 15:40:00,342 DEBUG - #unlock(): in 20.30µs
2016-11-16 15:40:00,345 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..442..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.72ms
2016-11-16 15:40:00,346 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..503..lf=marius, coords=marius/marius.github.io)' in 40.29µs
2016-11-16 15:40:00,347 DEBUG - #coordinates(): marius/marius.github.io in 20.06µs
2016-11-16 15:40:00,347 INFO - issue #1 created in marius/marius.github.io by marius: Test issue for commands
2016-11-16 15:40:00,347 DEBUG - #get(1): 1 in 43.52µs
2016-11-16 15:40:00,348 DEBUG - #create('Test issue for commands', 'test body'): 1 in 18.36ms
2016-11-16 15:40:00,352 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..442..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.67ms
2016-11-16 15:40:00,356 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/ma..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 7.06ms
2016-11-16 15:40:00,360 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.03ms
2016-11-16 15:40:00,360 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..527..s, repo=marius/marius.github.io, ticket=1)' in 8.02ms
2016-11-16 15:40:00,361 DEBUG - #lock(): in 18.29µs
2016-11-16 15:40:00,365 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.87ms
2016-11-16 15:40:00,372 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.75ms
2016-11-16 15:40:00,377 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/ma..338..D "updated_at";SET "2016-11-16T15:40:00Z";'): in 7.51ms
2016-11-16 15:40:00,377 DEBUG - #unlock(): in 19.73µs
2016-11-16 15:40:00,378 DEBUG - #issue(): 1 in 42.12µs
2016-11-16 15:40:00,379 DEBUG - #number(): 1 in 28.45µs
2016-11-16 15:40:00,379 INFO - comment #1 posted to issue #1 by marius: @charlesmike hello
2016-11-16 15:40:00,383 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.47ms
2016-11-16 15:40:00,384 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..837..=marius/marius.github.io, ticket=1, num=1)' in 33.66µs
2016-11-16 15:40:00,388 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.61ms
2016-11-16 15:40:00,389 DEBUG - #post('@charlesmike hello'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..837..=marius/marius.github.io, ticket=1, num=1)' in 23.20ms
2016-11-16 15:40:00,393 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.44ms
2016-11-16 15:40:00,395 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 6.18ms
2016-11-16 15:40:00,401 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.76ms
2016-11-16 15:40:00,402 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..793..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 6.84ms
2016-11-16 15:40:00,407 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.62ms
2016-11-16 15:40:00,418 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.50ms
2016-11-16 15:40:00,419 DEBUG - #get(marius/marius.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..824..arlesmike, coords=marius/marius.github.io)' in 10.98ms
2016-11-16 15:40:00,423 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 3.91ms
2016-11-16 15:40:00,428 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;marius/marius.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 8.36ms
2016-11-16 15:40:00,432 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo>\n</repos>\n</github>\n' in 3.13ms
2016-11-16 15:40:00,432 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..826..arlesmike, coords=marius/marius.github.io)' in 9.02ms
2016-11-16 15:40:00,433 DEBUG - #number(): 1 in 22.68µs
2016-11-16 15:40:00,433 DEBUG - #get(1): 1 in 40.27µs
2016-11-16 15:40:00,448 INFO - Started action ea3e8a22-2d76-425d-ab4e-4bc8634c2cba
2016-11-16 15:40:00,449 INFO - Started action 4690a634-133c-488f-8a36-30a9386a27f2
2016-11-16 15:40:00,450 INFO - Started action 922eb126-eabe-47d7-8fca-8e3a6b8cd3ff
2016-11-16 15:40:00,450 INFO - Started action b4b2ef31-7e60-4d78-810e-c450783d6286
2016-11-16 15:40:00,459 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.37ms
2016-11-16 15:40:00,463 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.38ms
2016-11-16 15:40:00,467 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 17.77ms
2016-11-16 15:40:00,472 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/ma..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 12.96ms
2016-11-16 15:40:00,473 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 24.13ms
2016-11-16 15:40:00,474 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.34ms
2016-11-16 15:40:00,478 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.66ms
2016-11-16 15:40:00,478 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..836..e, repo=marius/marius.github.io, ticket=1)' in 18.74ms
2016-11-16 15:40:00,479 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.39ms
2016-11-16 15:40:00,479 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..878..amihaiemil/amihaiemil.github.io, ticket=1)' in 25.13ms
2016-11-16 15:40:00,480 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 10.61ms
2016-11-16 15:40:00,482 DEBUG - #check(class com.jcabi.github.mock.MkIterable): immutability checked
2016-11-16 15:40:00,487 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.59ms
2016-11-16 15:40:00,487 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..818..smike, repo=jeff/jeff.github.io, ticket=1)' in 11.56ms
2016-11-16 15:40:00,488 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.82ms
2016-11-16 15:40:00,488 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 5.06ms
2016-11-16 15:40:00,489 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..976..m.jcabi.github.mock.MkComments$1@287ae776)' in 3.16ms
2016-11-16 15:40:00,489 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..934..m.jcabi.github.mock.MkComments$1@561bbf23)' in 3.98ms
2016-11-16 15:40:00,492 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 32.86ms
2016-11-16 15:40:00,493 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.50ms
2016-11-16 15:40:00,493 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..915..om.jcabi.github.mock.MkComments$1@4ad342a)' in 135.56µs
2016-11-16 15:40:00,496 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.16ms
2016-11-16 15:40:00,497 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..815..smike, repo=vlad/vlad.github.io, ticket=1)' in 33.80ms
2016-11-16 15:40:00,503 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.63ms
2016-11-16 15:40:00,503 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..912..om.jcabi.github.mock.MkComments$1@3a338a0)' in 133.79&micro;s
2016-11-16 15:40:00,510 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.87ms
2016-11-16 15:40:00,510 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..741..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.93ms
2016-11-16 15:40:00,518 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.33ms
2016-11-16 15:40:00,523 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@78676f88 in 17.96ms
2016-11-16 15:40:00,528 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..792..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.54ms
2016-11-16 15:40:00,535 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@1f4e0f6a in 21.91ms
2016-11-16 15:40:00,539 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@160b3bef in 33.87ms
2016-11-16 15:40:00,543 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@47a2899b in 19.20ms
2016-11-16 15:40:00,552 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..741..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.44ms
2016-11-16 15:40:00,553 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..821..repo=vlad/vlad.github.io, ticket=1, num=1)' in 50.72&micro;s
2016-11-16 15:40:00,558 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.30ms
2016-11-16 15:40:00,559 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding="U..842..=marius/marius.github.io, ticket=1, num=1)' in 52.05µs
2016-11-16 15:40:00,559 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.16ms
2016-11-16 15:40:00,564 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.18ms
2016-11-16 15:40:00,591 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 40.39ms
2016-11-16 15:40:00,592 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..824..repo=jeff/jeff.github.io, ticket=1, num=1)' in 47.92µs
2016-11-16 15:40:00,606 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..131..:00Z","updated_at":"2016-11-16T15:40:00Z"}' in 45.96ms
2016-11-16 15:40:00,611 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.12ms
2016-11-16 15:40:00,612 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..824..arlesmike, coords=marius/marius.github.io)' in 56.75µs
2016-11-16 15:40:00,617 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.66ms
2016-11-16 15:40:00,618 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 50.00µs
2016-11-16 15:40:00,624 DEBUG - #check(class com.jcabi.github.mock.MkUsers): immutability checked
2016-11-16 15:40:00,624 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 31.44ms
2016-11-16 15:40:00,629 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.18ms
2016-11-16 15:40:00,633 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 8.28ms
2016-11-16 15:40:00,635 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.22ms
2016-11-16 15:40:00,635 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..884..mil/amihaiemil.github.io, ticket=1, num=1)' in 48.17µs
2016-11-16 15:40:00,639 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..767..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 4.61ms
2016-11-16 15:40:00,639 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..805..\n<users/>\n</github>\n, himself=charlesmike)' in 15.33ms
2016-11-16 15:40:00,644 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 8.20ms
2016-11-16 15:40:00,651 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..122..:00Z","updated_at":"2016-11-16T15:40:00Z"}' in 96.50ms
2016-11-16 15:40:00,653 DEBUG - #check(class com.jcabi.github.mock.MkUser): immutability checked
2016-11-16 15:40:00,658 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..767..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 4.20ms
2016-11-16 15:40:00,661 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 9.27ms
2016-11-16 15:40:00,662 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..803..f=charlesmike, coords=vlad/vlad.github.io)' in 45.90µs
2016-11-16 15:40:00,666 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 11.79ms
2016-11-16 15:40:00,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 4.69ms
2016-11-16 15:40:00,672 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..851..er>\n</users>\n</github>\n, self=charlesmike)' in 25.58ms
2016-11-16 15:40:00,675 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 12.22ms
2016-11-16 15:40:00,675 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..741..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 35.44µs
2016-11-16 15:40:00,677 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.65ms
2016-11-16 15:40:00,677 DEBUG - #self(): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..851..er&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 31.83ms
2016-11-16 15:40:00,679 DEBUG - #login(): 'charlesmike' in 51.19&micro;s
2016-11-16 15:40:00,679 INFO - Received command: @charlesmike hello
2016-11-16 15:40:00,679 INFO - Command author's login: marius
2016-11-16 15:40:00,686 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.76ms
2016-11-16 15:40:00,687 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..883..arlesmike, coords=marius/marius.github.io)' in 46.68&micro;s
2016-11-16 15:40:00,692 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.85ms
2016-11-16 15:40:00,693 DEBUG - #github(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 31.36&micro;s
2016-11-16 15:40:00,698 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.77ms
2016-11-16 15:40:00,703 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 9.24ms
2016-11-16 15:40:00,705 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..741..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 29.48ms
2016-11-16 15:40:00,708 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 5.16ms
2016-11-16 15:40:00,709 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..855..\n&lt;/users&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 9.91ms
2016-11-16 15:40:00,714 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 4.50ms
2016-11-16 15:40:00,721 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 44.97ms
2016-11-16 15:40:00,728 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..750..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 6.92ms
2016-11-16 15:40:00,729 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..788..\n<users/>\n</github>\n, himself=charlesmike)' in 45.60ms
2016-11-16 15:40:00,730 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 13.72ms
2016-11-16 15:40:00,734 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..750..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 4.11ms
2016-11-16 15:40:00,735 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 4.32ms
2016-11-16 15:40:00,736 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..851..er>\n</users>\n</github>\n, self=charlesmike)' in 21.48ms
2016-11-16 15:40:00,742 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..125..:59Z","updated_at":"2016-11-16T15:39:59Z"}' in 148.92ms
2016-11-16 15:40:00,748 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 11.38ms
2016-11-16 15:40:00,749 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.47ms
2016-11-16 15:40:00,751 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..806..f=charlesmike, coords=jeff/jeff.github.io)' in 43.61µs
2016-11-16 15:40:00,752 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..851..er>\n</users>\n</github>\n, self=charlesmike)' in 27.04ms
2016-11-16 15:40:00,753 DEBUG - #login(): 'charlesmike' in 22.88µs
2016-11-16 15:40:00,754 INFO - Command type: hello. Language: English
2016-11-16 15:40:00,757 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..149..:59Z","updated_at":"2016-11-16T15:39:59Z"}' in 121.31ms
2016-11-16 15:40:00,763 INFO - Sending comment...
2016-11-16 15:40:00,765 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 13.26ms
2016-11-16 15:40:00,766 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 36.17ms
2016-11-16 15:40:00,768 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 4.24ms
2016-11-16 15:40:00,771 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 4.49ms
2016-11-16 15:40:00,772 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..834..er>\n</users>\n</github>\n, self=charlesmike)' in 36.89ms
2016-11-16 15:40:00,775 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 17.45ms
2016-11-16 15:40:00,776 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..866..e, coords=amihaiemil/amihaiemil.github.io)' in 39.75µs
2016-11-16 15:40:00,777 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 35.50µs
2016-11-16 15:40:00,785 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.38ms
2016-11-16 15:40:00,788 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 11.05ms
2016-11-16 15:40:00,788 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..792..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 34.10µs
2016-11-16 15:40:00,792 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;marius/ma..29..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 27.90ms
2016-11-16 15:40:00,793 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 14.71ms
2016-11-16 15:40:00,796 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..800..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 23.85ms
2016-11-16 15:40:00,796 DEBUG - #self(): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..834..er&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 42.69ms
2016-11-16 15:40:00,797 DEBUG - #login(): 'charlesmike' in 20.26&micro;s
2016-11-16 15:40:00,797 INFO - Received command: @charlesmike hi
2016-11-16 15:40:00,801 INFO - Command author's login: vlad
2016-11-16 15:40:00,799 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..792..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 7.24ms
2016-11-16 15:40:00,801 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..753..sues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 7.91ms
2016-11-16 15:40:00,805 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..791..\n&lt;users/&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 15.34ms
2016-11-16 15:40:00,806 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 13.79ms
2016-11-16 15:40:00,806 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..895..e, repo=marius/marius.github.io, ticket=1)' in 28.72ms
2016-11-16 15:40:00,807 DEBUG - #lock(): in 16.42&micro;s
2016-11-16 15:40:00,809 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 17.81ms
2016-11-16 15:40:00,814 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..753..sues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 8.15ms
2016-11-16 15:40:00,815 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 12.49ms
2016-11-16 15:40:00,815 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..862..f=charlesmike, coords=vlad/vlad.github.io)' in 42.96µs
2016-11-16 15:40:00,817 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..801..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 7.21ms
2016-11-16 15:40:00,818 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..839..\n<users/>\n</github>\n, himself=charlesmike)' in 21.19ms
2016-11-16 15:40:00,824 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..esmike</login>\n</user>\n</users>\n</github>\n' in 16.65ms
2016-11-16 15:40:00,826 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..801..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 8.02ms
2016-11-16 15:40:00,827 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 21.73ms
2016-11-16 15:40:00,828 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 8.22ms
2016-11-16 15:40:00,828 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 4.07ms
2016-11-16 15:40:00,833 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 5.49ms
2016-11-16 15:40:00,834 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..837..er>\n</users>\n</github>\n, self=charlesmike)' in 22.45ms
2016-11-16 15:40:00,838 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 3.91ms
2016-11-16 15:40:00,839 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..837..er>\n</users>\n</github>\n, self=charlesmike)' in 29.14ms
2016-11-16 15:40:00,839 DEBUG - #login(): 'charlesmike' in 25.01µs
2016-11-16 15:40:00,840 INFO - Received command: @charlesmike hello
2016-11-16 15:40:00,840 INFO - Command author's login: jeff
2016-11-16 15:40:00,844 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 3.93ms
2016-11-16 15:40:00,845 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..865..f=charlesmike, coords=jeff/jeff.github.io)' in 41.23µs
2016-11-16 15:40:00,850 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 4.12ms
2016-11-16 15:40:00,850 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 32.94µs
2016-11-16 15:40:00,855 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 3.87ms
2016-11-16 15:40:00,858 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 6.78ms
2016-11-16 15:40:00,858 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 39.61ms
2016-11-16 15:40:00,862 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 32.98ms
2016-11-16 15:40:00,863 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 4.17ms
2016-11-16 15:40:00,863 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..841..\n</users>\n</github>\n, himself=charlesmike)' in 7.57ms
2016-11-16 15:40:00,866 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 7.86ms
2016-11-16 15:40:00,867 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..885..er>\n</users>\n</github>\n, self=charlesmike)' in 40.30ms
2016-11-16 15:40:00,868 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.89ms
2016-11-16 15:40:00,871 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..851..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.71ms
2016-11-16 15:40:00,872 DEBUG - #self(): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..885..er&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 49.34ms
2016-11-16 15:40:00,872 DEBUG - #login(): 'charlesmike' in 28.22&micro;s
2016-11-16 15:40:00,873 INFO - Received command: @charlesmike hello there
2016-11-16 15:40:00,873 INFO - Command author's login: amihaiemil
2016-11-16 15:40:00,873 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.73ms
2016-11-16 15:40:00,873 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;charles..10..DD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;charlesmike&quot;;'): in 8.52ms
2016-11-16 15:40:00,872 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 35.21ms
2016-11-16 15:40:00,885 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..803..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.00ms
2016-11-16 15:40:00,885 DEBUG - #get('charlesmike'): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..837..er&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 17.10ms
2016-11-16 15:40:00,888 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..800..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.72ms
2016-11-16 15:40:00,888 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..838..\n&lt;/users&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 54.85ms
2016-11-16 15:40:00,890 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..803..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.75ms
2016-11-16 15:40:00,890 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..837..er>\n</users>\n</github>\n, self=charlesmike)' in 22.37ms
2016-11-16 15:40:00,891 DEBUG - #login(): 'charlesmike' in 24.25µs
2016-11-16 15:40:00,893 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;marius/ma..661..D "updated_at";SET "2016-11-16T15:40:00Z";'): in 51.69ms
2016-11-16 15:40:00,893 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 3.70ms
2016-11-16 15:40:00,893 DEBUG - #unlock(): in 23.08µs
2016-11-16 15:40:00,894 DEBUG - #issue(): 1 in 66.01µs
2016-11-16 15:40:00,894 DEBUG - #number(): 1 in 22.36µs
2016-11-16 15:40:00,897 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike hello\n\nHi @marius! I can help you i..208../charles.amihaiemil.com/doc.html#commands).
2016-11-16 15:40:00,899 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 25.00ms
2016-11-16 15:40:00,900 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..925..e, coords=amihaiemil/amihaiemil.github.io)' in 48.76µs
2016-11-16 15:40:00,900 INFO - Command type: hello. Language: English
2016-11-16 15:40:00,900 INFO - Sending comment...
2016-11-16 15:40:00,902 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1408..smike</login>\n</user>\n</users>\n</github>\n' in 4.49ms
2016-11-16 15:40:00,903 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1492..marius/marius.github.io, ticket=1, num=2)' in 51.73µs
2016-11-16 15:40:00,903 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 13.92ms
2016-11-16 15:40:00,907 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 3.75ms
2016-11-16 15:40:00,908 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..834..er>\n</users>\n</github>\n, self=charlesmike)' in 14.69ms
2016-11-16 15:40:00,909 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1408..smike</login>\n</user>\n</users>\n</github>\n' in 4.98ms
2016-11-16 15:40:00,909 DEBUG - #post('> @charlesmike hello\n\nHi @marius! I can help you ..210..charles.amihaiemil.com/doc.html#commands).'): 'MkComment(storage=<?xml version="1.0" encoding="U..1492..marius/marius.github.io, ticket=1, num=2)' in 96.33ms
2016-11-16 15:40:00,909 INFO - Comment sent successfully!
2016-11-16 15:40:00,909 INFO - Finished action successfully!
2016-11-16 15:40:00,912 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 3.25ms
2016-11-16 15:40:00,912 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..834..er>\n</users>\n</github>\n, self=charlesmike)' in 19.64ms
2016-11-16 15:40:00,913 DEBUG - #login(): 'charlesmike' in 22.82µs
2016-11-16 15:40:00,913 INFO - Command type: hello. Language: English
2016-11-16 15:40:00,913 INFO - Sending comment...
2016-11-16 15:40:00,918 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 17.17ms
2016-11-16 15:40:00,918 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 35.30µs
2016-11-16 15:40:00,918 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 4.29ms
2016-11-16 15:40:00,922 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 20.27ms
2016-11-16 15:40:00,924 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 9.98ms
2016-11-16 15:40:00,929 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..800..esmike</login>\n</user>\n</users>\n</github>\n' in 4.37ms
2016-11-16 15:40:00,929 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..874..smike, repo=vlad/vlad.github.io, ticket=1)' in 10.70ms
2016-11-16 15:40:00,930 DEBUG - #lock(): in 15.48µs
2016-11-16 15:40:00,934 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 32.71ms
2016-11-16 15:40:00,936 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..800..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 5.56ms
2016-11-16 15:40:00,937 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..851..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 18.53ms
2016-11-16 15:40:00,940 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 21.24ms
2016-11-16 15:40:00,948 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..800..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 5.45ms
2016-11-16 15:40:00,955 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;vlad/vlad..648..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:00Z&quot;;'): in 11.64ms
2016-11-16 15:40:00,955 DEBUG - #unlock(): in 21.64&micro;s
2016-11-16 15:40:00,956 DEBUG - #issue(): 1 in 212.13&micro;s
2016-11-16 15:40:00,956 DEBUG - #number(): 1 in 21.49&micro;s
2016-11-16 15:40:00,957 INFO - comment #2 posted to issue #1 by charlesmike: &gt; @charlesmike hi\n\nHi @vlad! I can help you index ..203../charles.amihaiemil.com/doc.html#commands).
2016-11-16 15:40:00,957 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..803..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 22.29ms
2016-11-16 15:40:00,957 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..877..smike, repo=jeff/jeff.github.io, ticket=1)' in 33.44ms
2016-11-16 15:40:00,958 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..851..esmike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.14ms
2016-11-16 15:40:00,958 DEBUG - #lock(): in 17.44µs
2016-11-16 15:40:00,958 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..889..\n</users>\n</github>\n, himself=charlesmike)' in 21.85ms
2016-11-16 15:40:00,966 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 7.25ms
2016-11-16 15:40:00,968 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 10.17ms
2016-11-16 15:40:00,968 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1462..epo=vlad/vlad.github.io, ticket=1, num=2)' in 41.89µs
2016-11-16 15:40:00,970 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 11.26ms
2016-11-16 15:40:00,978 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 18.74ms
2016-11-16 15:40:00,980 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 11.57ms
2016-11-16 15:40:00,981 DEBUG - #post('> @charlesmike hi\n\nHi @vlad! I can help you index..205..charles.amihaiemil.com/doc.html#commands).'): 'MkComment(storage=<?xml version="1.0" encoding="U..1462..epo=vlad/vlad.github.io, ticket=1, num=2)' in 38.71ms
2016-11-16 15:40:00,981 INFO - Comment sent successfully!
2016-11-16 15:40:00,981 INFO - Finished action successfully!
2016-11-16 15:40:00,983 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 4.01ms
2016-11-16 15:40:00,983 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..885..er>\n</users>\n</github>\n, self=charlesmike)' in 19.48ms
2016-11-16 15:40:00,985 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..803..esmike</login>\n</user>\n</users>\n</github>\n' in 7.07ms
2016-11-16 15:40:00,991 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..651..D "updated_at";SET "2016-11-16T15:40:00Z";'): in 12.96ms
2016-11-16 15:40:00,992 DEBUG - #unlock(): in 43.92µs
2016-11-16 15:40:00,992 DEBUG - #issue(): 1 in 40.97µs
2016-11-16 15:40:00,993 DEBUG - #number(): 1 in 21.14µs
2016-11-16 15:40:00,993 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike hello\n\nHi @jeff! I can help you ind..206../charles.amihaiemil.com/doc.html#commands).
2016-11-16 15:40:00,999 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.89ms
2016-11-16 15:40:00,999 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1468..epo=jeff/jeff.github.io, ticket=1, num=2)' in 44.95µs
2016-11-16 15:40:01,002 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 4.04ms
2016-11-16 15:40:01,002 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..885..er>\n</users>\n</github>\n, self=charlesmike)' in 24.68ms
2016-11-16 15:40:01,003 DEBUG - #login(): 'charlesmike' in 22.01µs
2016-11-16 15:40:01,003 INFO - Command type: hello. Language: English
2016-11-16 15:40:01,003 INFO - Sending comment...
2016-11-16 15:40:01,005 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.82ms
2016-11-16 15:40:01,005 DEBUG - #post('> @charlesmike hello\n\nHi @jeff! I can help you in..208..charles.amihaiemil.com/doc.html#commands).'): 'MkComment(storage=<?xml version="1.0" encoding="U..1468..epo=jeff/jeff.github.io, ticket=1, num=2)' in 41.56ms
2016-11-16 15:40:01,005 INFO - Comment sent successfully!
2016-11-16 15:40:01,005 INFO - Finished action successfully!
2016-11-16 15:40:01,008 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 4.00ms
2016-11-16 15:40:01,024 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 19.79ms
2016-11-16 15:40:01,029 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 4.38ms
2016-11-16 15:40:01,030 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..937..amihaiemil/amihaiemil.github.io, ticket=1)' in 20.71ms
2016-11-16 15:40:01,030 DEBUG - #lock(): in 17.66µs
2016-11-16 15:40:01,035 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users>\n</github>\n' in 3.96ms
2016-11-16 15:40:01,045 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..851..esmike</login>\n</user>\n</users&gt;\n&lt;/github&gt;\n' in 3.77ms
2016-11-16 15:40:01,051 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..687..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:01Z&quot;;'): in 9.96ms
2016-11-16 15:40:01,052 DEBUG - #unlock(): in 19.38&micro;s
2016-11-16 15:40:01,052 DEBUG - #issue(): 1 in 41.10&micro;s
2016-11-16 15:40:01,053 DEBUG - #number(): 1 in 25.08&micro;s
2016-11-16 15:40:01,053 INFO - comment #2 posted to issue #1 by charlesmike: &gt; @charlesmike hello there\n\nHi @amihaiemil! I can ..218../charles.amihaiemil.com/doc.html#commands).
2016-11-16 15:40:01,058 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1460..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.52ms
2016-11-16 15:40:01,059 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1552..il/amihaiemil.github.io, ticket=1, num=2)' in 40.20&micro;s
2016-11-16 15:40:01,064 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1460..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.64ms
2016-11-16 15:40:01,065 DEBUG - #post('&gt; @charlesmike hello there\n\nHi @amihaiemil! I can..220..charles.amihaiemil.com/doc.html#commands).'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1552..il/amihaiemil.github.io, ticket=1, num=2)' in 29.06ms
2016-11-16 15:40:01,065 INFO - Comment sent successfully!
2016-11-16 15:40:01,065 INFO - Finished action successfully!
2016-11-16 15:40:01,070 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1460..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.39ms
2016-11-16 15:40:01,076 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 10.64ms
2016-11-16 15:40:01,081 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 4.30ms
2016-11-16 15:40:01,082 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1546..mihaiemil/amihaiemil.github.io, ticket=1)' in 11.43ms
2016-11-16 15:40:01,087 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 4.52ms
2016-11-16 15:40:01,088 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1644...jcabi.github.mock.MkComments$1@62e34b49)' in 83.97µs
2016-11-16 15:40:01,093 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 4.37ms
2016-11-16 15:40:01,103 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@5273bd7 in 15.18ms
2016-11-16 15:40:01,112 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 4.90ms
2016-11-16 15:40:01,112 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1552..il/amihaiemil.github.io, ticket=1, num=1)' in 41.85µs
2016-11-16 15:40:01,120 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 4.25ms
2016-11-16 15:40:01,120 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1552..il/amihaiemil.github.io, ticket=1, num=2)' in 45.96µs
2016-11-16 15:40:01,126 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.89ms
2016-11-16 15:40:01,131 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 10.13ms
2016-11-16 15:40:01,136 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.54ms
2016-11-16 15:40:01,137 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1462..mike, repo=jeff/jeff.github.io, ticket=1)' in 10.86ms
2016-11-16 15:40:01,144 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 6.63ms
2016-11-16 15:40:01,144 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1560...jcabi.github.mock.MkComments$1@42da831e)' in 72.95µs
2016-11-16 15:40:01,149 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.46ms
2016-11-16 15:40:01,154 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@28471d73 in 9.53ms
2016-11-16 15:40:01,162 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 4.85ms
2016-11-16 15:40:01,163 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1468..epo=jeff/jeff.github.io, ticket=1, num=1)' in 44.49µs
2016-11-16 15:40:01,171 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 5.49ms
2016-11-16 15:40:01,171 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1468..epo=jeff/jeff.github.io, ticket=1, num=2)' in 38.40µs
2016-11-16 15:40:01,177 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 4.50ms
2016-11-16 15:40:01,182 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;vlad/vlad..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 9.98ms
2016-11-16 15:40:01,187 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 4.44ms
2016-11-16 15:40:01,188 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1456..mike, repo=vlad/vlad.github.io, ticket=1)' in 10.75ms
2016-11-16 15:40:01,193 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 4.52ms
2016-11-16 15:40:01,194 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1553..m.jcabi.github.mock.MkComments$1@bcf1d43)' in 74.68µs
2016-11-16 15:40:01,199 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 4.44ms
2016-11-16 15:40:01,204 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@3e0a19cb in 9.44ms
2016-11-16 15:40:01,211 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 4.23ms
2016-11-16 15:40:01,211 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1462..epo=vlad/vlad.github.io, ticket=1, num=1)' in 40.92&micro;s
2016-11-16 15:40:01,219 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1382..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.15ms
2016-11-16 15:40:01,219 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1462..epo=vlad/vlad.github.io, ticket=1, num=2)' in 40.98&micro;s
2016-11-16 15:40:01,224 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1408..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 4.05ms
2016-11-16 15:40:01,234 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;marius/ma..29..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 14.07ms
2016-11-16 15:40:01,238 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1408..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.69ms
2016-11-16 15:40:01,239 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1486.., repo=marius/marius.github.io, ticket=1)' in 14.85ms
2016-11-16 15:40:01,242 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1408..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 3.12ms
2016-11-16 15:40:01,243 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1584...jcabi.github.mock.MkComments$1@57a286a8)' in 75.89&micro;s
2016-11-16 15:40:01,249 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1408..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 5.75ms
2016-11-16 15:40:01,253 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@7f8caa19 in 10.29ms
2016-11-16 15:40:01,260 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1408..smike</login>\n</user>\n</users>\n</github>\n' in 3.24ms
2016-11-16 15:40:01,260 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1492..marius/marius.github.io, ticket=1, num=1)' in 45.84µs
2016-11-16 15:40:01,266 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1408..smike</login>\n</user>\n</users>\n</github>\n' in 3.09ms
2016-11-16 15:40:01,266 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1492..marius/marius.github.io, ticket=1, num=2)' in 41.63µs
2016-11-16 15:40:01,270 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1460..smike</login>\n</user>\n</users>\n</github>\n' in 2.97ms
2016-11-16 15:40:01,291 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..448..:01Z","updated_at":"2016-11-16T15:40:01Z"}' in 23.98ms
2016-11-16 15:40:01,294 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1388..smike</login>\n</user>\n</users>\n</github>\n' in 2.70ms
2016-11-16 15:40:01,317 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..424..:00Z","updated_at":"2016-11-16T15:40:00Z"}' in 24.78ms
2016-11-16 15:40:01,319 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1382..smike</login>\n</user>\n</users>\n</github>\n' in 1.98ms
2016-11-16 15:40:01,337 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..421..:00Z","updated_at":"2016-11-16T15:40:00Z"}' in 20.13ms
2016-11-16 15:40:01,341 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1408..smike</login>\n</user>\n</users>\n</github>\n' in 2.70ms
2016-11-16 15:40:01,367 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..430..:00Z","updated_at":"2016-11-16T15:40:00Z"}' in 29.00ms
2016-11-16 15:40:01,372 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.65ms
2016-11-16 15:40:01,376 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 5.17ms
2016-11-16 15:40:01,378 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.67ms
2016-11-16 15:40:01,378 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 5.81ms
2016-11-16 15:40:01,379 DEBUG - #name(): 'amihaiemil.github.io' in 16.55µs
2016-11-16 15:40:01,379 DEBUG - #name(): 'amihaiemil.github.io' in 22.07µs
2016-11-16 15:40:01,381 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.55ms
2016-11-16 15:40:01,384 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 4.02ms
2016-11-16 15:40:01,387 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 2.27ms
2016-11-16 15:40:01,391 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.75ms
2016-11-16 15:40:01,391 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 4.32ms
2016-11-16 15:40:01,392 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 332.10µs
2016-11-16 15:40:01,394 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.80ms
2016-11-16 15:40:01,397 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 4.53ms
2016-11-16 15:40:01,398 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 5.30ms
2016-11-16 15:40:01,398 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:01,400 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.94ms
2016-11-16 15:40:01,401 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 19.68ms
2016-11-16 15:40:01,404 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.42ms
2016-11-16 15:40:01,405 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 3.97ms
2016-11-16 15:40:01,408 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.92ms
2016-11-16 15:40:01,408 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..152..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 4.51ms
2016-11-16 15:40:01,411 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.88ms
2016-11-16 15:40:01,415 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.80ms
2016-11-16 15:40:01,415 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 4.15ms
2016-11-16 15:40:01,418 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.81ms
2016-11-16 15:40:01,430 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 14.07ms
2016-11-16 15:40:01,432 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.82ms
2016-11-16 15:40:01,432 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 14.61ms
2016-11-16 15:40:01,433 DEBUG - #lock(): in 19.14&micro;s
2016-11-16 15:40:01,434 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:01,438 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:01,440 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 3.45ms
2016-11-16 15:40:01,441 DEBUG - #unlock(): in 25.36µs
2016-11-16 15:40:01,442 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:01,443 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 40.09µs
2016-11-16 15:40:01,443 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 21.24µs
2016-11-16 15:40:01,443 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:01,444 DEBUG - #get(1): 1 in 41.63µs
2016-11-16 15:40:01,444 DEBUG - #create('Test issue for commands', 'test body'): 1 in 11.40ms
2016-11-16 15:40:01,447 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.33ms
2016-11-16 15:40:01,449 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.74ms
2016-11-16 15:40:01,451 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.40ms
2016-11-16 15:40:01,451 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 4.22ms
2016-11-16 15:40:01,452 DEBUG - #lock(): in 13.98µs
2016-11-16 15:40:01,453 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.36ms
2016-11-16 15:40:01,457 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.31ms
2016-11-16 15:40:01,460 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..358..D "updated_at";SET "2016-11-16T15:40:01Z";'): in 3.99ms
2016-11-16 15:40:01,461 DEBUG - #unlock(): in 20.75µs
2016-11-16 15:40:01,461 DEBUG - #issue(): 1 in 43.43µs
2016-11-16 15:40:01,461 DEBUG - #number(): 1 in 21.22µs
2016-11-16 15:40:01,462 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:01,463 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.45ms
2016-11-16 15:40:01,464 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 41.33µs
2016-11-16 15:40:01,466 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.46ms
2016-11-16 15:40:01,466 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 12.70ms
2016-11-16 15:40:01,468 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.43ms
2016-11-16 15:40:01,469 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.66ms
2016-11-16 15:40:01,472 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.87ms
2016-11-16 15:40:01,472 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..821..po>\n</repos>\n</github>\n, self=charlesmike)' in 3.09ms
2016-11-16 15:40:01,475 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.36ms
2016-11-16 15:40:01,478 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.41ms
2016-11-16 15:40:01,479 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..860..e, coords=amihaiemil/amihaiemil.github.io)' in 4.46ms
2016-11-16 15:40:01,481 DEBUG - #xml(): '<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.42ms
2016-11-16 15:40:01,483 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 3.69ms
2016-11-16 15:40:01,485 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.46ms
2016-11-16 15:40:01,485 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..862..e, coords=amihaiemil/amihaiemil.github.io)' in 4.13ms
2016-11-16 15:40:01,485 DEBUG - #number(): 1 in 29.14&micro;s
2016-11-16 15:40:01,486 DEBUG - #get(1): 1 in 38.07&micro;s
2016-11-16 15:40:01,488 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 1.37ms
2016-11-16 15:40:01,489 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.33ms
2016-11-16 15:40:01,490 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 1.06ms
2016-11-16 15:40:01,491 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=jeff)' in 2.72ms
2016-11-16 15:40:01,491 DEBUG - #name(): 'jeff.github.io' in 19.18&micro;s
2016-11-16 15:40:01,492 DEBUG - #name(): 'jeff.github.io' in 17.60&micro;s
2016-11-16 15:40:01,493 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 1.05ms
2016-11-16 15:40:01,495 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..82..epository&quot;;UP;ADD &quot;private&quot;;SET &quot;false&quot;;UP;'): in 2.69ms
2016-11-16 15:40:01,497 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.59ms
2016-11-16 15:40:01,500 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:01,500 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..171..>\n, self=jeff, coords=jeff/jeff.github.io)' in 3.61ms
2016-11-16 15:40:01,501 DEBUG - #json(): {"name":"jeff.github.io","description":"","homepage":"","private":false} in 267.12µs
2016-11-16 15:40:01,503 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:01,505 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..98..";SET "";UP;ADDIF "private";SET "false";UP;'): in 3.09ms
2016-11-16 15:40:01,506 DEBUG - #patch({"name":"jeff.github.io","description":"","homepage":"","private":false}): in 3.72ms
2016-11-16 15:40:01,506 INFO - repository jeff/jeff.github.io created by jeff
2016-11-16 15:40:01,507 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:01,508 DEBUG - #create('Repos.RepoCreate(nam=jeff.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..155..>\n, self=jeff, coords=jeff/jeff.github.io)' in 15.08ms
2016-11-16 15:40:01,509 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:01,511 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.27ms
2016-11-16 15:40:01,512 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:01,513 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..128../>\n</repo>\n</repos>\n</github>\n, self=jeff)' in 2.81ms
2016-11-16 15:40:01,514 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:01,518 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.26ms
2016-11-16 15:40:01,518 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..155..>\n, self=jeff, coords=jeff/jeff.github.io)' in 3.13ms
2016-11-16 15:40:01,520 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.51ms
2016-11-16 15:40:01,522 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff.github.io&apos;]";ADDIF "issues";'): in 3.41ms
2016-11-16 15:40:01,524 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:01,524 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..167..>\n, self=jeff, coords=jeff/jeff.github.io)' in 3.87ms
2016-11-16 15:40:01,524 DEBUG - #lock(): in 21.01µs
2016-11-16 15:40:01,526 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.35ms
2016-11-16 15:40:01,530 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..110..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.89ms
2016-11-16 15:40:01,533 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..344..P;ADD "user";ADD "login";SET "jeff";UP;UP;'): in 5.08ms
2016-11-16 15:40:01,534 DEBUG - #unlock(): in 20.68µs
2016-11-16 15:40:01,536 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..434..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.97ms
2016-11-16 15:40:01,537 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..489..>\n, self=jeff, coords=jeff/jeff.github.io)' in 37.56µs
2016-11-16 15:40:01,537 DEBUG - #coordinates(): jeff/jeff.github.io in 23.89µs
2016-11-16 15:40:01,537 INFO - issue #1 created in jeff/jeff.github.io by jeff: Test issue for commands
2016-11-16 15:40:01,538 DEBUG - #get(1): 1 in 42.76µs
2016-11-16 15:40:01,538 DEBUG - #create('Test issue for commands', 'test body'): 1 in 13.99ms
2016-11-16 15:40:01,541 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?&gt;&lt;github&gt;\n&lt;r..434..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.89ms
2016-11-16 15:40:01,544 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;jeff/jeff..25..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 5.06ms
2016-11-16 15:40:01,547 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..446..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.03ms
2016-11-16 15:40:01,548 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..513..=jeff, repo=jeff/jeff.github.io, ticket=1)' in 5.74ms
2016-11-16 15:40:01,548 DEBUG - #lock(): in 16.00&micro;s
2016-11-16 15:40:01,551 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..446..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.91ms
2016-11-16 15:40:01,556 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..446..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.96ms
2016-11-16 15:40:01,560 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;jeff/jeff..328..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:01Z&quot;;'): in 5.78ms
2016-11-16 15:40:01,560 DEBUG - #unlock(): in 19.11&micro;s
2016-11-16 15:40:01,561 DEBUG - #issue(): 1 in 39.81&micro;s
2016-11-16 15:40:01,561 DEBUG - #number(): 1 in 19.23&micro;s
2016-11-16 15:40:01,561 INFO - comment #1 posted to issue #1 by jeff: @charlesmike index
2016-11-16 15:40:01,564 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.06ms
2016-11-16 15:40:01,564 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..817..repo=jeff/jeff.github.io, ticket=1, num=1)' in 43.65&micro;s
2016-11-16 15:40:01,567 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.42ms
2016-11-16 15:40:01,568 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..817..repo=jeff/jeff.github.io, ticket=1, num=1)' in 16.73ms
2016-11-16 15:40:01,570 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.97ms
2016-11-16 15:40:01,572 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 3.72ms
2016-11-16 15:40:01,574 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.47ms
2016-11-16 15:40:01,574 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..779..po>\n</repos>\n</github>\n, self=charlesmike)' in 4.25ms
2016-11-16 15:40:01,576 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:01,580 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.45ms
2016-11-16 15:40:01,580 DEBUG - #get(jeff/jeff.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..806..f=charlesmike, coords=jeff/jeff.github.io)' in 3.42ms
2016-11-16 15:40:01,583 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.57ms
2016-11-16 15:40:01,587 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff.github.io&apos;]";ADDIF "issues";'): in 5.81ms
2016-11-16 15:40:01,589 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.18ms
2016-11-16 15:40:01,590 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..808..f=charlesmike, coords=jeff/jeff.github.io)' in 6.37ms
2016-11-16 15:40:01,590 DEBUG - #number(): 1 in 19.85µs
2016-11-16 15:40:01,591 DEBUG - #get(1): 1 in 60.87µs
2016-11-16 15:40:01,892 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.63ms
2016-11-16 15:40:01,896 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 6.72ms
2016-11-16 15:40:01,898 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.14ms
2016-11-16 15:40:01,899 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..872..amihaiemil/amihaiemil.github.io, ticket=1)' in 7.42ms
2016-11-16 15:40:01,902 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.97ms
2016-11-16 15:40:01,905 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 5.50ms
2016-11-16 15:40:01,907 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..744..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.51ms
2016-11-16 15:40:01,907 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..818..smike, repo=jeff/jeff.github.io, ticket=1)' in 5.96ms
2016-11-16 15:40:01,910 INFO - Started action d7bf00f5-9c5c-43ba-b377-812625ffbd3f
2016-11-16 15:40:01,911 INFO - Started action 79953a1d-e976-45b9-8f14-35f1b1f13f9c
2016-11-16 15:40:01,925 ERROR - Action failed entirely with exception:
java.io.IOException: expected IOException...
        at com.amihaiemil.charles.github.LastComment.<init>(LastComment.java:55)
        at com.amihaiemil.charles.github.Action.perform(Action.java:95)
        at com.amihaiemil.charles.github.ActionTestCase$6.run(ActionTestCase.java:169)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
2016-11-16 15:40:01,929 DEBUG - #lock(): in 17.12µs
2016-11-16 15:40:01,925 ERROR - Action failed entirely with exception:
java.io.IOException: expected IOException...
        at com.amihaiemil.charles.github.LastComment.<init>(LastComment.java:55)
        at com.amihaiemil.charles.github.Action.perform(Action.java:95)
        at com.amihaiemil.charles.github.ActionTestCase$6.run(ActionTestCase.java:169)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
2016-11-16 15:40:01,931 DEBUG - #lock(): in 16.01&micro;s
2016-11-16 15:40:01,934 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.02ms
2016-11-16 15:40:01,941 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 9.50ms
2016-11-16 15:40:01,947 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..744..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.11ms
2016-11-16 15:40:01,951 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;jeff/jeff..433..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:01Z&quot;;'): in 6.25ms
2016-11-16 15:40:01,952 DEBUG - #unlock(): in 20.97&micro;s
2016-11-16 15:40:01,952 DEBUG - #issue(): 1 in 42.32&micro;s
2016-11-16 15:40:01,953 DEBUG - #number(): 1 in 22.68&micro;s
2016-11-16 15:40:01,953 INFO - comment #2 posted to issue #1 by charlesmike: There was an error when processing your command. [..12..76-45b9-8f14-35f1b1f13f9c.log) are the logs.
2016-11-16 15:40:01,956 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.35ms
2016-11-16 15:40:01,956 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1212..epo=jeff/jeff.github.io, ticket=1, num=2)' in 40.76µs
2016-11-16 15:40:01,961 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.57ms
2016-11-16 15:40:01,961 DEBUG - #post('There was an error when processing your command. ..14..6-45b9-8f14-35f1b1f13f9c.log) are the logs.'): 'MkComment(storage=<?xml version="1.0" encoding="U..1212..epo=jeff/jeff.github.io, ticket=1, num=2)' in 26.02ms
2016-11-16 15:40:01,962 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 23.70ms
2016-11-16 15:40:01,966 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..457..D "updated_at";SET "2016-11-16T15:40:01Z";'): in 27.76ms
2016-11-16 15:40:01,967 DEBUG - #unlock(): in 25.22µs
2016-11-16 15:40:01,967 DEBUG - #issue(): 1 in 39.74µs
2016-11-16 15:40:01,968 DEBUG - #number(): 1 in 23.67µs
2016-11-16 15:40:01,968 INFO - comment #2 posted to issue #1 by charlesmike: There was an error when processing your command. [..12..5c-43ba-b377-812625ffbd3f.log) are the logs.
2016-11-16 15:40:01,971 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.30ms
2016-11-16 15:40:01,971 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1278..il/amihaiemil.github.io, ticket=1, num=2)' in 39.79µs
2016-11-16 15:40:01,973 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.72ms
2016-11-16 15:40:01,974 DEBUG - #post('There was an error when processing your command. ..14..c-43ba-b377-812625ffbd3f.log) are the logs.'): 'MkComment(storage=<?xml version="1.0" encoding="U..1278..il/amihaiemil.github.io, ticket=1, num=2)' in 42.25ms
2016-11-16 15:40:01,976 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.51ms
2016-11-16 15:40:01,979 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 4.58ms
2016-11-16 15:40:01,982 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.32ms
2016-11-16 15:40:01,982 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1272..mihaiemil/amihaiemil.github.io, ticket=1)' in 5.15ms
2016-11-16 15:40:01,985 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.49ms
2016-11-16 15:40:01,985 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1369..m.jcabi.github.mock.MkComments$1@4ec48e7)' in 96.74µs
2016-11-16 15:40:01,987 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.55ms
2016-11-16 15:40:01,990 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@2e1e46f2 in 4.30ms
2016-11-16 15:40:01,994 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.46ms
2016-11-16 15:40:01,994 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1278..il/amihaiemil.github.io, ticket=1, num=1)' in 31.15µs
2016-11-16 15:40:01,998 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1186..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.53ms
2016-11-16 15:40:01,998 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1278..il/amihaiemil.github.io, ticket=1, num=2)' in 26.88µs
2016-11-16 15:40:02,000 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.67ms
2016-11-16 15:40:02,004 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;jeff/jeff..25..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 5.73ms
2016-11-16 15:40:02,007 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.96ms
2016-11-16 15:40:02,007 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1206..mike, repo=jeff/jeff.github.io, ticket=1)' in 6.29ms
2016-11-16 15:40:02,009 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.74ms
2016-11-16 15:40:02,010 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1304...jcabi.github.mock.MkComments$1@3451c38b)' in 67.31µs
2016-11-16 15:40:02,012 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1132..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.23ms
2016-11-16 15:40:02,016 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@41daa600 in 6.16ms
2016-11-16 15:40:02,021 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1132..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.11ms
2016-11-16 15:40:02,022 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1212..epo=jeff/jeff.github.io, ticket=1, num=1)' in 44.80&micro;s
2016-11-16 15:40:02,027 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1132..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.21ms
2016-11-16 15:40:02,027 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1212..epo=jeff/jeff.github.io, ticket=1, num=2)' in 39.02&micro;s
2016-11-16 15:40:02,030 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1186..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.10ms
2016-11-16 15:40:02,048 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..238..:01Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:01Z&quot;}' in 20.32ms
2016-11-16 15:40:02,050 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1132..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.50ms
2016-11-16 15:40:02,068 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..226..:01Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:01Z&quot;}' in 18.93ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.681 sec
Running com.amihaiemil.charles.github.PageHostedOnGithubCheckTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running com.amihaiemil.charles.github.RepoNameCheckTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.amihaiemil.charles.github.GhPagesBranchCheckTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.amihaiemil.charles.github.DeleteIndexCommandCheckTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.amihaiemil.charles.github.OrganizationAdminCheckTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.amihaiemil.charles.github.RepoForkCheckTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.amihaiemil.charles.github.AuthorOwnerCheckTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.amihaiemil.charles.github.ValidCommandTestCase
2016-11-16 15:40:02,242 DEBUG - #check(class com.jcabi.github.mock.MkStorage$Synced): immutability checked
2016-11-16 15:40:02,243 DEBUG - #check(class com.jcabi.github.mock.ImmutableReentrantLock): immutability checked
2016-11-16 15:40:02,245 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.21ms
2016-11-16 15:40:02,246 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.35ms
2016-11-16 15:40:02,247 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.71ms
2016-11-16 15:40:02,248 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.06ms
2016-11-16 15:40:02,248 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..3..thub>\n<repos/>\n</github>\n, self=charlesmike)' in 3.50ms
2016-11-16 15:40:02,250 DEBUG - #name(): 'NuKHxBWRlFTULtnweyDt' in 9.23µs
2016-11-16 15:40:02,250 DEBUG - #name(): 'NuKHxBWRlFTULtnweyDt' in 15.78µs
2016-11-16 15:40:02,252 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.42ms
2016-11-16 15:40:02,255 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..105..tory";UP;ADD "private";\n10:SET "false";UP;'): in 3.75ms
2016-11-16 15:40:02,255 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..105..tory";UP;ADD "private";\n10:SET "false";UP;'): in 4.23ms
2016-11-16 15:40:02,257 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..135..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:02,257 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..135..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.47ms
2016-11-16 15:40:02,260 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..135..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:02,260 DEBUG - #get(charlesmike/NuKHxBWRlFTULtnweyDt): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..210.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 3.20ms
2016-11-16 15:40:02,261 DEBUG - #json(): {"name":"NuKHxBWRlFTULtnweyDt","description":"","homepage":"","private":true} in 235.75µs
2016-11-16 15:40:02,263 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..135..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.63ms
2016-11-16 15:40:02,266 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;charlesmi..120..T "";UP;ADDIF "private";\n11:SET "true";UP;'): in 4.44ms
2016-11-16 15:40:02,267 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;charlesmi..120..T "";UP;ADDIF "private";\n11:SET "true";UP;'): in 5.01ms
2016-11-16 15:40:02,267 DEBUG - #patch({"name":"NuKHxBWRlFTULtnweyDt","description":"","homepage":"","private":true}): in 5.71ms
2016-11-16 15:40:02,267 INFO - repository charlesmike/NuKHxBWRlFTULtnweyDt created by charlesmike
2016-11-16 15:40:02,270 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.68ms
2016-11-16 15:40:02,270 DEBUG - #create('Repos.RepoCreate(nam=NuKHxBWRlFTULtnweyDt, priv=true, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..193.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 17.74ms
2016-11-16 15:40:02,272 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.64ms
2016-11-16 15:40:02,273 DEBUG - #randomRepo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..193.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 27.04ms
2016-11-16 15:40:02,275 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.69ms
2016-11-16 15:40:02,278 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;charlesmike/NuKHxBWRlFTULtnweyDt&apos;]";ADDIF "issues";'): in 4.45ms
2016-11-16 15:40:02,278 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;charlesmike/NuKHxBWRlFTULtnweyDt&apos;]&quot;;ADDIF &quot;issues&quot;;'): in 4.94ms
2016-11-16 15:40:02,280 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.66ms
2016-11-16 15:40:02,281 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..205.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 5.46ms
2016-11-16 15:40:02,281 DEBUG - #lock(): in 32.17&micro;s
2016-11-16 15:40:02,284 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.72ms
2016-11-16 15:40:02,284 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.19ms
2016-11-16 15:40:02,288 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.82ms
2016-11-16 15:40:02,303 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;charlesmi..346..user&quot;;ADD &quot;login&quot;;SET &quot;charlesmike&quot;;UP;UP;'): in 16.46ms
2016-11-16 15:40:02,304 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;charlesmi..346..user&quot;;ADD &quot;login&quot;;SET &quot;charlesmike&quot;;UP;UP;'): in 17.28ms
2016-11-16 15:40:02,305 DEBUG - #unlock(): in 38.59&micro;s
2016-11-16 15:40:02,308 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..441..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.38ms
2016-11-16 15:40:02,308 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..516.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 44.63µs
2016-11-16 15:40:02,309 DEBUG - #coordinates(): charlesmike/NuKHxBWRlFTULtnweyDt in 14.36µs
2016-11-16 15:40:02,309 INFO - issue #1 created in charlesmike/NuKHxBWRlFTULtnweyDt by charlesmike: test issue
2016-11-16 15:40:02,309 DEBUG - #get(1): 1 in 39.61µs
2016-11-16 15:40:02,310 DEBUG - #create('test issue', 'body'): 1 in 28.60ms
2016-11-16 15:40:02,313 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..441..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.97ms
2016-11-16 15:40:02,313 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..516.., coords=charlesmike/NuKHxBWRlFTULtnweyDt)' in 37.10µs
2016-11-16 15:40:02,316 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..441..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.05ms
2016-11-16 15:40:02,317 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..441..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 27.61µs
2016-11-16 15:40:02,319 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..441..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.89ms
2016-11-16 15:40:02,321 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 3.65ms
2016-11-16 15:40:02,321 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 4.10ms
2016-11-16 15:40:02,323 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..450..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 1.73ms
2016-11-16 15:40:02,324 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..488..\n<users/>\n</github>\n, himself=charlesmike)' in 4.60ms
2016-11-16 15:40:02,326 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..450..sues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 1.98ms
2016-11-16 15:40:02,330 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 5.16ms
2016-11-16 15:40:02,330 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 5.66ms
2016-11-16 15:40:02,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..500..esmike</login>\n</user>\n</users>\n</github>\n' in 1.76ms
2016-11-16 15:40:02,333 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..534..er>\n</users>\n</github>\n, self=charlesmike)' in 6.16ms
2016-11-16 15:40:02,335 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..500..esmike</login>\n</user>\n</users>\n</github>\n' in 1.93ms
2016-11-16 15:40:02,336 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..534..er>\n</users>\n</github>\n, self=charlesmike)' in 9.01ms
2016-11-16 15:40:02,336 DEBUG - #login(): 'charlesmike' in 17.99µs
2016-11-16 15:40:02,342 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.62ms
2016-11-16 15:40:02,343 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 3.03ms
2016-11-16 15:40:02,344 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 3.47ms
2016-11-16 15:40:02,346 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 1.48ms
2016-11-16 15:40:02,346 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 3.94ms
2016-11-16 15:40:02,348 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 1.60ms
2016-11-16 15:40:02,351 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 4.47ms
2016-11-16 15:40:02,352 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 4.99ms
2016-11-16 15:40:02,354 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.69ms
2016-11-16 15:40:02,354 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 5.52ms
2016-11-16 15:40:02,356 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.39ms
2016-11-16 15:40:02,357 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 8.28ms
2016-11-16 15:40:02,364 DEBUG - #check(class com.jcabi.github.mock.MkUserEmails): immutability checked
2016-11-16 15:40:02,366 DEBUG - #xml(): '<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 1.83ms
2016-11-16 15:40:02,369 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;apos;]&quot;;ADDIF &quot;emails&quot;;'): in 5.12ms
2016-11-16 15:40:02,370 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;apos;]&quot;;ADDIF &quot;emails&quot;;'): in 5.67ms
2016-11-16 15:40:02,373 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..27..ogin&gt;\n&lt;emails/&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 1.96ms
2016-11-16 15:40:02,373 DEBUG - #emails(): 'MkUserEmails(storage=&lt;?xml version=&quot;1.0&quot; encoding..66..user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 12.93ms
2016-11-16 15:40:02,374 DEBUG - #lock(): in 15.10&micro;s
2016-11-16 15:40:02,376 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..27..ogin&gt;\n&lt;emails/&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 1.75ms
2016-11-16 15:40:02,379 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;..11..D &quot;email&quot;;SET &quot;amihaiemil@gmail.com&quot;;\n3:UP;'): in 4.67ms
2016-11-16 15:40:02,380 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;..11..D &quot;email&quot;;SET &quot;amihaiemil@gmail.com&quot;;\n3:UP;'): in 5.20ms
2016-11-16 15:40:02,380 DEBUG - #unlock(): in 16.50&micro;s
2016-11-16 15:40:02,381 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 6.50ms
2016-11-16 15:40:02,383 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..72..mail&gt;\n&lt;/emails&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 1.71ms
2016-11-16 15:40:02,385 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 3.32ms
2016-11-16 15:40:02,385 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 3.78ms
2016-11-16 15:40:02,387 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.77ms
2016-11-16 15:40:02,388 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 4.22ms
2016-11-16 15:40:02,388 DEBUG - #name(): 'vu44jlJom1BGqaYPsgcX' in 11.46µs
2016-11-16 15:40:02,389 DEBUG - #name(): 'vu44jlJom1BGqaYPsgcX' in 10.88µs
2016-11-16 15:40:02,391 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.78ms
2016-11-16 15:40:02,394 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 4.59ms
2016-11-16 15:40:02,394 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 5.13ms
2016-11-16 15:40:02,397 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.82ms
2016-11-16 15:40:02,397 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 2.25ms
2016-11-16 15:40:02,401 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.84ms
2016-11-16 15:40:02,402 DEBUG - #get(amihaiemil/vu44jlJom1BGqaYPsgcX): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..320..l, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 4.52ms
2016-11-16 15:40:02,402 DEBUG - #json(): {"name":"vu44jlJom1BGqaYPsgcX","description":"","homepage":"","private":true} in 287.68µs
2016-11-16 15:40:02,405 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.70ms
2016-11-16 15:40:02,407 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..119..T "";UP;ADDIF "private";\n11:SET "true";UP;'): in 4.30ms
2016-11-16 15:40:02,408 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..119..T "";UP;ADDIF "private";\n11:SET "true";UP;'): in 4.74ms
2016-11-16 15:40:02,408 DEBUG - #patch({"name":"vu44jlJom1BGqaYPsgcX","description":"","homepage":"","private":true}): in 5.23ms
2016-11-16 15:40:02,408 INFO - repository amihaiemil/vu44jlJom1BGqaYPsgcX created by amihaiemil
2016-11-16 15:40:02,410 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..230..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.54ms
2016-11-16 15:40:02,411 DEBUG - #create('Repos.RepoCreate(nam=vu44jlJom1BGqaYPsgcX, priv=true, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..303..l, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 20.48ms
2016-11-16 15:40:02,412 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..230..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:02,413 DEBUG - #randomRepo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..303..l, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 29.90ms
2016-11-16 15:40:02,414 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..230..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:02,416 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/vu44jlJom1BGqaYPsgcX&apos;]";ADDIF "issues";'): in 2.78ms
2016-11-16 15:40:02,416 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/vu44jlJom1BGqaYPsgcX&apos;]";ADDIF "issues";'): in 3.10ms
2016-11-16 15:40:02,417 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..240..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:02,418 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..315..l, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 3.45ms
2016-11-16 15:40:02,418 DEBUG - #lock(): in 13.23µs
2016-11-16 15:40:02,419 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..240..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:02,420 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..240..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.36ms
2016-11-16 15:40:02,423 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..240..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:02,425 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..330..r&quot;;\n27:ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 3.14ms
2016-11-16 15:40:02,425 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..330..r&quot;;\n27:ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 3.59ms
2016-11-16 15:40:02,426 DEBUG - #unlock(): in 16.79&micro;s
2016-11-16 15:40:02,427 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..525..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.16ms
2016-11-16 15:40:02,428 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..598..l, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 32.02&micro;s
2016-11-16 15:40:02,428 DEBUG - #coordinates(): amihaiemil/vu44jlJom1BGqaYPsgcX in 15.77&micro;s
2016-11-16 15:40:02,428 INFO - issue #1 created in amihaiemil/vu44jlJom1BGqaYPsgcX by amihaiemil:
2016-11-16 15:40:02,429 DEBUG - #get(1): 1 in 35.07&micro;s
2016-11-16 15:40:02,429 DEBUG - #create('', ''): 1 in 10.77ms
2016-11-16 15:40:02,431 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..525..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.24ms
2016-11-16 15:40:02,433 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.51ms
2016-11-16 15:40:02,433 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.84ms
2016-11-16 15:40:02,435 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..537..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.14ms
2016-11-16 15:40:02,435 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding="..622..amihaiemil/vu44jlJom1BGqaYPsgcX, ticket=1)' in 4.27ms
2016-11-16 15:40:02,435 DEBUG - #lock(): in 13.44µs
2016-11-16 15:40:02,437 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..537..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:02,437 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..537..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.42ms
2016-11-16 15:40:02,441 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..537..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:02,444 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..365..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 3.98ms
2016-11-16 15:40:02,444 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..365..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 4.56ms
2016-11-16 15:40:02,445 DEBUG - #unlock(): in 8.35µs
2016-11-16 15:40:02,445 DEBUG - #issue(): 1 in 23.03µs
2016-11-16 15:40:02,445 DEBUG - #number(): 1 in 8.03µs
2016-11-16 15:40:02,445 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike do something
2016-11-16 15:40:02,447 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.20ms
2016-11-16 15:40:02,447 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..951..mil/vu44jlJom1BGqaYPsgcX, ticket=1, num=1)' in 22.83µs
2016-11-16 15:40:02,449 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:02,449 DEBUG - #post('@charlesmike do something'): 'MkComment(storage=<?xml version="1.0" encoding="U..951..mil/vu44jlJom1BGqaYPsgcX, ticket=1, num=1)' in 12.33ms
2016-11-16 15:40:02,451 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:02,452 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.31ms
2016-11-16 15:40:02,452 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.66ms
2016-11-16 15:40:02,454 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:02,454 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..895..po>\n</repos>\n</github>\n, self=charlesmike)' in 3.07ms
2016-11-16 15:40:02,455 DEBUG - #coordinates(): amihaiemil/vu44jlJom1BGqaYPsgcX in 12.33µs
2016-11-16 15:40:02,457 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.36ms
2016-11-16 15:40:02,457 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.73ms
2016-11-16 15:40:02,461 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.89ms
2016-11-16 15:40:02,462 DEBUG - #get(amihaiemil/vu44jlJom1BGqaYPsgcX): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..934..e, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 3.92ms
2016-11-16 15:40:02,464 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.94ms
2016-11-16 15:40:02,467 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/vu44jlJom1BGqaYPsgcX&apos;]";ADDIF "issues";'): in 5.05ms
2016-11-16 15:40:02,468 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/vu44jlJom1BGqaYPsgcX&apos;]";ADDIF "issues";'): in 5.52ms
2016-11-16 15:40:02,470 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.97ms
2016-11-16 15:40:02,470 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..936..e, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 6.00ms
2016-11-16 15:40:02,471 DEBUG - #issue(): 1 in 52.55µs
2016-11-16 15:40:02,472 DEBUG - #number(): 1 in 12.44µs
2016-11-16 15:40:02,472 DEBUG - #get(1): 1 in 32.31µs
2016-11-16 15:40:02,474 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:02,475 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.59ms
2016-11-16 15:40:02,494 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..150..:02Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:02Z&quot;}' in 20.84ms
2016-11-16 15:40:02,497 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.98ms
2016-11-16 15:40:02,498 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..934..e, coords=amihaiemil/vu44jlJom1BGqaYPsgcX)' in 39.16&micro;s
2016-11-16 15:40:02,500 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.83ms
2016-11-16 15:40:02,501 DEBUG - #github(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 30.17&micro;s
2016-11-16 15:40:02,503 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.81ms
2016-11-16 15:40:02,504 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 3.32ms
2016-11-16 15:40:02,505 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 3.79ms
2016-11-16 15:40:02,507 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.90ms
2016-11-16 15:40:02,508 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..898..\n&lt;/repos&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 4.24ms
2016-11-16 15:40:02,510 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..860..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.77ms
2016-11-16 15:40:02,513 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 4.74ms
2016-11-16 15:40:02,513 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 5.19ms
2016-11-16 15:40:02,516 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.76ms
2016-11-16 15:40:02,516 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..893..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 5.69ms
2016-11-16 15:40:02,518 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.71ms
2016-11-16 15:40:02,521 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 4.39ms
2016-11-16 15:40:02,521 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 4.83ms
2016-11-16 15:40:02,523 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.74ms
2016-11-16 15:40:02,524 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..899..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 5.29ms
2016-11-16 15:40:02,526 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.71ms
2016-11-16 15:40:02,527 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..994..jcabi.github.mock.MkUserEmails$1@6919b0f3)' in 63.79µs
2016-11-16 15:40:02,531 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.04ms
2016-11-16 15:40:02,532 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..860..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.46ms
2016-11-16 15:40:02,534 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@46c95759 in 6.94ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec
Running com.amihaiemil.charles.github.ErrorReplyTestCase
2016-11-16 15:40:02,540 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.29ms
2016-11-16 15:40:02,541 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.50ms
2016-11-16 15:40:02,542 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.93ms
2016-11-16 15:40:02,543 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.25ms
2016-11-16 15:40:02,544 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 3.35ms
2016-11-16 15:40:02,544 DEBUG - #name(): 'amihaiemil.github.io' in 9.18µs
2016-11-16 15:40:02,545 DEBUG - #name(): 'amihaiemil.github.io' in 12.28µs
2016-11-16 15:40:02,546 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 1.29ms
2016-11-16 15:40:02,549 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 3.49ms
2016-11-16 15:40:02,549 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 4.05ms
2016-11-16 15:40:02,551 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.43ms
2016-11-16 15:40:02,552 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.90ms
2016-11-16 15:40:02,555 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.44ms
2016-11-16 15:40:02,555 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 3.77ms
2016-11-16 15:40:02,556 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 199.56µs
2016-11-16 15:40:02,558 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.44ms
2016-11-16 15:40:02,561 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 3.90ms
2016-11-16 15:40:02,561 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 4.42ms
2016-11-16 15:40:02,562 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 5.07ms
2016-11-16 15:40:02,562 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:02,564 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.44ms
2016-11-16 15:40:02,564 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 18.08ms
2016-11-16 15:40:02,566 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.42ms
2016-11-16 15:40:02,567 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.63ms
2016-11-16 15:40:02,568 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 3.09ms
2016-11-16 15:40:02,570 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.45ms
2016-11-16 15:40:02,570 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..152..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 3.53ms
2016-11-16 15:40:02,572 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.43ms
2016-11-16 15:40:02,572 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.87ms
2016-11-16 15:40:02,576 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.64ms
2016-11-16 15:40:02,576 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 3.69ms
2016-11-16 15:40:02,578 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.45ms
2016-11-16 15:40:02,595 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 18.49ms
2016-11-16 15:40:02,596 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 19.01ms
2016-11-16 15:40:02,598 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.44ms
2016-11-16 15:40:02,598 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 19.47ms
2016-11-16 15:40:02,598 DEBUG - #lock(): in 36.17µs
2016-11-16 15:40:02,600 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.31ms
2016-11-16 15:40:02,601 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.73ms
2016-11-16 15:40:02,604 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:02,607 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 3.82ms
2016-11-16 15:40:02,607 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 4.44ms
2016-11-16 15:40:02,608 DEBUG - #unlock(): in 11.07µs
2016-11-16 15:40:02,610 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.75ms
2016-11-16 15:40:02,610 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 28.49µs
2016-11-16 15:40:02,611 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.09µs
2016-11-16 15:40:02,611 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:02,611 DEBUG - #get(1): 1 in 36.24µs
2016-11-16 15:40:02,612 DEBUG - #create('Test issue for commands', 'test body'): 1 in 13.37ms
2016-11-16 15:40:02,614 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.71ms
2016-11-16 15:40:02,618 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 5.43ms
2016-11-16 15:40:02,618 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 5.89ms
2016-11-16 15:40:02,621 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.78ms
2016-11-16 15:40:02,621 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 6.38ms
2016-11-16 15:40:02,621 DEBUG - #lock(): in 9.82µs
2016-11-16 15:40:02,624 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.75ms
2016-11-16 15:40:02,624 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.15ms
2016-11-16 15:40:02,628 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.45ms
2016-11-16 15:40:02,631 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..453..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 4.25ms
2016-11-16 15:40:02,631 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&amp;apos;amihaiemi..453..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:02Z&quot;;'): in 4.82ms
2016-11-16 15:40:02,632 DEBUG - #unlock(): in 15.50&micro;s
2016-11-16 15:40:02,632 DEBUG - #issue(): 1 in 30.08&micro;s
2016-11-16 15:40:02,633 DEBUG - #number(): 1 in 14.13&micro;s
2016-11-16 15:40:02,633 INFO - comment #1 posted to issue #1 by amihaiemil: There was an error when processing your command. [..9..ple.com/rest/endpoint/test.log) are the logs.
2016-11-16 15:40:02,635 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..877..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.67ms
2016-11-16 15:40:02,635 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..968..mil/amihaiemil.github.io, ticket=1, num=1)' in 36.54&micro;s
2016-11-16 15:40:02,637 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..877..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:02,637 DEBUG - #post('There was an error when processing your command. ..11..e.com/rest/endpoint/test.log) are the logs.'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..968..mil/amihaiemil.github.io, ticket=1, num=1)' in 14.20ms
2016-11-16 15:40:02,638 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..877..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.09ms
2016-11-16 15:40:02,640 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.93ms
2016-11-16 15:40:02,641 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.27ms
2016-11-16 15:40:02,642 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:02,642 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..962..amihaiemil/amihaiemil.github.io, ticket=1)' in 3.61ms
2016-11-16 15:40:02,644 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:02,644 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1061...jcabi.github.mock.MkComments$1@40be97df)' in 39.32µs
2016-11-16 15:40:02,658 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 12.34ms
2016-11-16 15:40:02,659 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 13.76ms
2016-11-16 15:40:02,665 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@6e0f686b in 19.80ms
2016-11-16 15:40:02,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.67ms
2016-11-16 15:40:02,671 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..968..mil/amihaiemil.github.io, ticket=1, num=1)' in 36.68µs
2016-11-16 15:40:02,673 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.66ms
2016-11-16 15:40:02,673 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..877..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.06ms
2016-11-16 15:40:02,688 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..234..:02Z","updated_at":"2016-11-16T15:40:02Z"}' in 16.43ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running com.amihaiemil.charles.github.SendReplyTestCase
2016-11-16 15:40:02,703 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.02ms
2016-11-16 15:40:02,704 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.94ms
2016-11-16 15:40:02,705 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.28ms
2016-11-16 15:40:02,706 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 859.39µs
2016-11-16 15:40:02,706 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.66ms
2016-11-16 15:40:02,706 DEBUG - #name(): 'amihaiemil.github.io' in 13.03µs
2016-11-16 15:40:02,707 DEBUG - #name(): 'amihaiemil.github.io' in 12.03µs
2016-11-16 15:40:02,708 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 977.85µs
2016-11-16 15:40:02,710 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 3.07ms
2016-11-16 15:40:02,711 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 3.62ms
2016-11-16 15:40:02,713 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.42ms
2016-11-16 15:40:02,713 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.83ms
2016-11-16 15:40:02,716 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:02,717 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 3.58ms
2016-11-16 15:40:02,718 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 219.48µs
2016-11-16 15:40:02,719 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.33ms
2016-11-16 15:40:02,722 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 3.59ms
2016-11-16 15:40:02,722 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 4.10ms
2016-11-16 15:40:02,723 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 4.71ms
2016-11-16 15:40:02,723 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:02,725 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.33ms
2016-11-16 15:40:02,725 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 16.75ms
2016-11-16 15:40:02,727 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.27ms
2016-11-16 15:40:02,728 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.43ms
2016-11-16 15:40:02,728 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.84ms
2016-11-16 15:40:02,730 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.27ms
2016-11-16 15:40:02,730 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..152..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 3.28ms
2016-11-16 15:40:02,732 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.29ms
2016-11-16 15:40:02,733 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.71ms
2016-11-16 15:40:02,736 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.10ms
2016-11-16 15:40:02,736 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 3.55ms
2016-11-16 15:40:02,737 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 889.24µs
2016-11-16 15:40:02,739 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.44ms
2016-11-16 15:40:02,739 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.75ms
2016-11-16 15:40:02,740 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 899.50µs
2016-11-16 15:40:02,740 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 3.07ms
2016-11-16 15:40:02,741 DEBUG - #lock(): in 6.95µs
2016-11-16 15:40:02,742 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 942.07µs
2016-11-16 15:40:02,742 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.31ms
2016-11-16 15:40:02,745 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 978.88µs
2016-11-16 15:40:02,748 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 3.54ms
2016-11-16 15:40:02,749 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 4.18ms
2016-11-16 15:40:02,749 DEBUG - #unlock(): in 11.29µs
2016-11-16 15:40:02,751 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.54ms
2016-11-16 15:40:02,751 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 29.72µs
2016-11-16 15:40:02,752 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 12.56µs
2016-11-16 15:40:02,752 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:02,752 DEBUG - #get(1): 1 in 36.34µs
2016-11-16 15:40:02,753 DEBUG - #create('Test issue for commands', 'test body'): 1 in 12.06ms
2016-11-16 15:40:02,757 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.67ms
2016-11-16 15:40:02,759 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 4.37ms
2016-11-16 15:40:02,760 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 4.96ms
2016-11-16 15:40:02,762 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.75ms
2016-11-16 15:40:02,762 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 5.45ms
2016-11-16 15:40:02,763 DEBUG - #lock(): in 10.05µs
2016-11-16 15:40:02,765 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.69ms
2016-11-16 15:40:02,766 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.11ms
2016-11-16 15:40:02,770 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.57ms
2016-11-16 15:40:02,773 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..385..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 4.52ms
2016-11-16 15:40:02,774 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..385..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 5.16ms
2016-11-16 15:40:02,774 DEBUG - #unlock(): in 20.84µs
2016-11-16 15:40:02,775 DEBUG - #issue(): 1 in 57.30µs
2016-11-16 15:40:02,775 DEBUG - #number(): 1 in 10.96µs
2016-11-16 15:40:02,775 INFO - comment #1 posted to issue #1 by amihaiemil: > @charlesmike hello\n\nHello there!
2016-11-16 15:40:02,778 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.72ms
2016-11-16 15:40:02,778 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..896..mil/amihaiemil.github.io, ticket=1, num=1)' in 303.86&micro;s
2016-11-16 15:40:02,780 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..805..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.56ms
2016-11-16 15:40:02,781 DEBUG - #post('&gt; @charlesmike hello\n\nHello there!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..896..mil/amihaiemil.github.io, ticket=1, num=1)' in 15.56ms
2016-11-16 15:40:02,783 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..805..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.77ms
2016-11-16 15:40:02,786 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 4.79ms
2016-11-16 15:40:02,787 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 5.27ms
2016-11-16 15:40:02,788 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..805..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.42ms
2016-11-16 15:40:02,789 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..890..amihaiemil/amihaiemil.github.io, ticket=1)' in 5.77ms
2016-11-16 15:40:02,790 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..805..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.15ms
2016-11-16 15:40:02,791 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..989..m.jcabi.github.mock.MkComments$1@706f2039)' in 66.76&micro;s
2016-11-16 15:40:02,792 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.20ms
2016-11-16 15:40:02,793 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.54ms
2016-11-16 15:40:02,795 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@358c4b30 in 3.49ms
2016-11-16 15:40:02,797 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 995.98µs
2016-11-16 15:40:02,798 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..896..mil/amihaiemil.github.io, ticket=1, num=1)' in 23.89µs
2016-11-16 15:40:02,799 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:02,799 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..805..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.41ms
2016-11-16 15:40:02,813 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..161..:02Z","updated_at":"2016-11-16T15:40:02Z"}' in 15.24ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running com.amihaiemil.charles.github.IndexPageaActionTestCase
2016-11-16 15:40:02,817 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 823.81µs
2016-11-16 15:40:02,818 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.71ms
2016-11-16 15:40:02,819 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 902.26µs
2016-11-16 15:40:02,820 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=teamed)' in 2.05ms
2016-11-16 15:40:02,820 DEBUG - #name(): 'teamed.github.io' in 9.67µs
2016-11-16 15:40:02,820 DEBUG - #name(): 'teamed.github.io' in 11.60µs
2016-11-16 15:40:02,822 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 895.35µs
2016-11-16 15:40:02,825 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..92..itory";UP;ADD "private";SET "false";\n11:UP;'): in 3.73ms
2016-11-16 15:40:02,827 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.30ms
2016-11-16 15:40:02,830 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.28ms
2016-11-16 15:40:02,830 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..183..lf=teamed, coords=teamed/teamed.github.io)' in 3.09ms
2016-11-16 15:40:02,831 DEBUG - #json(): {"name":"teamed.github.io","description":"","homepage":"","private":false} in 307.13µs
2016-11-16 15:40:02,832 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.01ms
2016-11-16 15:40:02,834 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..108.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.67ms
2016-11-16 15:40:02,834 DEBUG - #patch({"name":"teamed.github.io","description":"","homepage":"","private":false}): in 3.13ms
2016-11-16 15:40:02,834 INFO - repository teamed/teamed.github.io created by teamed
2016-11-16 15:40:02,836 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 950.20µs
2016-11-16 15:40:02,836 DEBUG - #create('Repos.RepoCreate(nam=teamed.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..167..lf=teamed, coords=teamed/teamed.github.io)' in 14.78ms
2016-11-16 15:40:02,837 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 942.53µs
2016-11-16 15:40:02,838 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.83ms
2016-11-16 15:40:02,840 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:02,840 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..136..\n</repo>\n</repos>\n</github>\n, self=teamed)' in 2.21ms
2016-11-16 15:40:02,842 DEBUG - #xml(): '<?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.31ms
2016-11-16 15:40:02,845 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.29ms
2016-11-16 15:40:02,846 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..167..lf=teamed, coords=teamed/teamed.github.io)' in 3.03ms
2016-11-16 15:40:02,847 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.30ms
2016-11-16 15:40:02,849 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/teamed.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 3.38ms
2016-11-16 15:40:02,851 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.28ms
2016-11-16 15:40:02,852 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..179..lf=teamed, coords=teamed/teamed.github.io)' in 3.90ms
2016-11-16 15:40:02,852 DEBUG - #lock(): in 10.68&micro;s
2016-11-16 15:40:02,854 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.26ms
2016-11-16 15:40:02,857 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.37ms
2016-11-16 15:40:02,860 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/te..350..ADD &quot;user&quot;;ADD &quot;login&quot;;SET &quot;teamed&quot;;UP;UP;'): in 3.75ms
2016-11-16 15:40:02,860 DEBUG - #unlock(): in 19.14&micro;s
2016-11-16 15:40:02,862 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..442..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.36ms
2016-11-16 15:40:02,862 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..503..lf=teamed, coords=teamed/teamed.github.io)' in 28.74µs
2016-11-16 15:40:02,863 DEBUG - #coordinates(): teamed/teamed.github.io in 11.01µs
2016-11-16 15:40:02,863 INFO - issue #1 created in teamed/teamed.github.io by teamed: Test issue for commands
2016-11-16 15:40:02,863 DEBUG - #get(1): 1 in 31.70µs
2016-11-16 15:40:02,864 DEBUG - #create('Test issue for commands', 'test body'): 1 in 11.80ms
2016-11-16 15:40:02,866 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..442..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.36ms
2016-11-16 15:40:02,868 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.77ms
2016-11-16 15:40:02,870 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:02,870 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..527..d, repo=teamed/teamed.github.io, ticket=1)' in 4.29ms
2016-11-16 15:40:02,871 DEBUG - #lock(): in 9.41µs
2016-11-16 15:40:02,873 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.33ms
2016-11-16 15:40:02,876 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.32ms
2016-11-16 15:40:02,878 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..401..D "updated_at";SET "2016-11-16T15:40:02Z";'): in 3.27ms
2016-11-16 15:40:02,878 DEBUG - #unlock(): in 8.25µs
2016-11-16 15:40:02,879 DEBUG - #issue(): 1 in 31.87µs
2016-11-16 15:40:02,879 DEBUG - #number(): 1 in 8.22µs
2016-11-16 15:40:02,879 INFO - comment #1 posted to issue #1 by teamed: @charlesmike index [this](http://teamed.github.io/somepath/to/index) page pls
2016-11-16 15:40:02,881 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.03ms
2016-11-16 15:40:02,881 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..896..=teamed/teamed.github.io, ticket=1, num=1)' in 28.74µs
2016-11-16 15:40:02,882 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 949.78µs
2016-11-16 15:40:02,883 DEBUG - #post('@charlesmike index [this](http://teamed.github.io/somepath/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..896..=teamed/teamed.github.io, ticket=1, num=1)' in 10.59ms
2016-11-16 15:40:02,884 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.09ms
2016-11-16 15:40:02,885 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.00ms
2016-11-16 15:40:02,887 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.37ms
2016-11-16 15:40:02,887 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..852..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.32ms
2016-11-16 15:40:02,888 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 971.75µs
2016-11-16 15:40:02,891 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 952.29µs
2016-11-16 15:40:02,891 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..883..arlesmike, coords=teamed/teamed.github.io)' in 2.55ms
2016-11-16 15:40:02,893 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 948.60µs
2016-11-16 15:40:02,894 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/teamed.github.io&apos;]";ADDIF "issues";'): in 2.50ms
2016-11-16 15:40:02,895 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..817..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.00ms
2016-11-16 15:40:02,896 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding=&quot;UT..885..arlesmike, coords=teamed/teamed.github.io)' in 2.85ms
2016-11-16 15:40:02,896 DEBUG - #number(): 1 in 9.03&micro;s
2016-11-16 15:40:02,896 DEBUG - #get(1): 1 in 21.19&micro;s
2016-11-16 15:40:02,898 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 980.44&micro;s
2016-11-16 15:40:02,912 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..190..:02Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:02Z&quot;}' in 15.47ms
2016-11-16 15:40:02,965 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.53ms
2016-11-16 15:40:02,968 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/te..29..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 4.52ms
2016-11-16 15:40:02,970 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.59ms
2016-11-16 15:40:02,970 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..895..e, repo=teamed/teamed.github.io, ticket=1)' in 5.05ms
2016-11-16 15:40:02,970 DEBUG - #lock(): in 34.79&micro;s
2016-11-16 15:40:02,973 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.50ms
2016-11-16 15:40:02,977 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..817..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.48ms
2016-11-16 15:40:02,990 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/te..446..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:02Z&quot;;'): in 13.83ms
2016-11-16 15:40:02,990 DEBUG - #unlock(): in 20.20µs
2016-11-16 15:40:02,991 DEBUG - #issue(): 1 in 53.74µs
2016-11-16 15:40:02,991 DEBUG - #number(): 1 in 11.05µs
2016-11-16 15:40:02,991 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](http://teamed.github.i..6..to/index) page pls\n\nindex-page checks passed!
2016-11-16 15:40:02,994 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.95ms
2016-11-16 15:40:02,994 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1290..teamed/teamed.github.io, ticket=1, num=2)' in 50.71µs
2016-11-16 15:40:02,996 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.49ms
2016-11-16 15:40:02,996 DEBUG - #post('> @charlesmike index [this](http://teamed.github...8..o/index) page pls\n\nindex-page checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1290..teamed/teamed.github.io, ticket=1, num=2)' in 23.86ms
2016-11-16 15:40:02,999 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.46ms
2016-11-16 15:40:03,001 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 4.21ms
2016-11-16 15:40:03,003 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:03,003 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1284.., repo=teamed/teamed.github.io, ticket=1)' in 4.63ms
2016-11-16 15:40:03,004 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 967.34µs
2016-11-16 15:40:03,005 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1382...jcabi.github.mock.MkComments$1@1c16ed23)' in 38.35µs
2016-11-16 15:40:03,006 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.01ms
2016-11-16 15:40:03,008 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@7001073a in 2.87ms
2016-11-16 15:40:03,010 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 999.15µs
2016-11-16 15:40:03,010 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1290..teamed/teamed.github.io, ticket=1, num=1)' in 22.51µs
2016-11-16 15:40:03,014 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.47ms
2016-11-16 15:40:03,014 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1290..teamed/teamed.github.io, ticket=1, num=2)' in 32.54µs
2016-11-16 15:40:03,016 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.42ms
2016-11-16 15:40:03,029 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..190..:02Z","updated_at":"2016-11-16T15:40:02Z"}' in 14.67ms
2016-11-16 15:40:03,031 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1206..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.01ms
2016-11-16 15:40:03,047 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..226..:02Z","updated_at":"2016-11-16T15:40:02Z"}' in 17.07ms
2016-11-16 15:40:03,048 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 752.37µs
2016-11-16 15:40:03,049 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.51ms
2016-11-16 15:40:03,050 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 812.35µs
2016-11-16 15:40:03,051 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.86ms
2016-11-16 15:40:03,051 DEBUG - #name(): 'charles' in 6.86µs
2016-11-16 15:40:03,051 DEBUG - #name(): 'charles' in 7.66µs
2016-11-16 15:40:03,052 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 941.43µs
2016-11-16 15:40:03,054 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..74..epository";UP;ADD "private";SET "false";UP;'): in 2.37ms
2016-11-16 15:40:03,055 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..108..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 946.49&micro;s
2016-11-16 15:40:03,057 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..108..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 835.91&micro;s
2016-11-16 15:40:03,058 DEBUG - #get(amihaiemil/charles): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..168..elf=amihaiemil, coords=amihaiemil/charles)' in 2.26ms
2016-11-16 15:40:03,058 DEBUG - #json(): {&quot;name&quot;:&quot;charles&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 191.57&micro;s
2016-11-16 15:40:03,060 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..108..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 894.23&micro;s
2016-11-16 15:40:03,061 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..90..&quot;;SET &quot;&quot;;UP;ADDIF &quot;private&quot;;SET &quot;false&quot;;UP;'): in 2.50ms
2016-11-16 15:40:03,062 DEBUG - #patch({&quot;name&quot;:&quot;charles&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.99ms
2016-11-16 15:40:03,062 INFO - repository amihaiemil/charles created by amihaiemil
2016-11-16 15:40:03,063 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..92..te&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 929.61&micro;s
2016-11-16 15:40:03,064 DEBUG - #create('Repos.RepoCreate(nam=charles, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..152..elf=amihaiemil, coords=amihaiemil/charles)' in 11.33ms
2016-11-16 15:40:03,065 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..92..te&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.11ms
2016-11-16 15:40:03,066 DEBUG - #apply('XPATH &quot;/github";ADDIF "repos";'): in 2.01ms
2016-11-16 15:40:03,067 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..92..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 905.33µs
2016-11-16 15:40:03,068 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..126..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.35ms
2016-11-16 15:40:03,069 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..92..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 929.91µs
2016-11-16 15:40:03,071 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..92..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 819.42µs
2016-11-16 15:40:03,071 DEBUG - #get(amihaiemil/charles): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..152..elf=amihaiemil, coords=amihaiemil/charles)' in 2.22ms
2016-11-16 15:40:03,073 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..92..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 927.66µs
2016-11-16 15:40:03,074 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/charles&apos;]";ADDIF "issues";'): in 2.42ms
2016-11-16 15:40:03,076 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..102..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 949.37µs
2016-11-16 15:40:03,076 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..164..elf=amihaiemil, coords=amihaiemil/charles)' in 2.80ms
2016-11-16 15:40:03,076 DEBUG - #lock(): in 10.49µs
2016-11-16 15:40:03,077 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..102..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 984.80µs
2016-11-16 15:40:03,080 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..102..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 831.21µs
2016-11-16 15:40:03,082 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..349.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.61ms
2016-11-16 15:40:03,082 DEBUG - #unlock(): in 12.05µs
2016-11-16 15:40:03,083 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..432..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 980.16µs
2016-11-16 15:40:03,084 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..492..elf=amihaiemil, coords=amihaiemil/charles)' in 28.87µs
2016-11-16 15:40:03,084 DEBUG - #coordinates(): amihaiemil/charles in 11.31µs
2016-11-16 15:40:03,084 INFO - issue #1 created in amihaiemil/charles by amihaiemil: Test issue for commands
2016-11-16 15:40:03,085 DEBUG - #get(1): 1 in 34.54µs
2016-11-16 15:40:03,085 DEBUG - #create('Test issue for commands', 'test body'): 1 in 8.95ms
2016-11-16 15:40:03,087 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..432..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:03,090 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..24..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.74ms
2016-11-16 15:40:03,091 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..444..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:03,092 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..516..aiemil, repo=amihaiemil/charles, ticket=1)' in 4.26ms
2016-11-16 15:40:03,092 DEBUG - #lock(): in 10.20µs
2016-11-16 15:40:03,094 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..444..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.74ms
2016-11-16 15:40:03,098 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..444..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:03,101 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..393..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 4.16ms
2016-11-16 15:40:03,101 DEBUG - #unlock(): in 11.02µs
2016-11-16 15:40:03,102 DEBUG - #issue(): 1 in 39.19µs
2016-11-16 15:40:03,102 DEBUG - #number(): 1 in 11.34µs
2016-11-16 15:40:03,102 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](http://www.othersite.test/page/to/index) page pls
2016-11-16 15:40:03,104 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.41ms
2016-11-16 15:40:03,105 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..882.. repo=amihaiemil/charles, ticket=1, num=1)' in 33.20&micro;s
2016-11-16 15:40:03,106 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..804..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.37ms
2016-11-16 15:40:03,107 DEBUG - #post('@charlesmike index [this](http://www.othersite.test/page/to/index) page pls'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..882.. repo=amihaiemil/charles, ticket=1, num=1)' in 12.92ms
2016-11-16 15:40:03,109 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..804..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.32ms
2016-11-16 15:40:03,110 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.46ms
2016-11-16 15:40:03,111 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..804..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.26ms
2016-11-16 15:40:03,112 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..839..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 2.92ms
2016-11-16 15:40:03,114 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..804..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.30ms
2016-11-16 15:40:03,117 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..804..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.30ms
2016-11-16 15:40:03,117 DEBUG - #get(amihaiemil/charles): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..865..lf=charlesmike, coords=amihaiemil/charles)' in 3.42ms
2016-11-16 15:40:03,119 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:03,121 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/charles&apos;]";ADDIF "issues";'): in 3.32ms
2016-11-16 15:40:03,123 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:03,123 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..867..lf=charlesmike, coords=amihaiemil/charles)' in 3.81ms
2016-11-16 15:40:03,124 DEBUG - #number(): 1 in 15.65µs
2016-11-16 15:40:03,124 DEBUG - #get(1): 1 in 32.19µs
2016-11-16 15:40:03,126 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:03,144 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..187..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 18.40ms
2016-11-16 15:40:03,158 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:03,160 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..24..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.15ms
2016-11-16 15:40:03,161 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 939.57µs
2016-11-16 15:40:03,162 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..877..esmike, repo=amihaiemil/charles, ticket=1)' in 3.55ms
2016-11-16 15:40:03,162 DEBUG - #lock(): in 9.38µs
2016-11-16 15:40:03,164 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 883.02µs
2016-11-16 15:40:03,166 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..804..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 787.26µs
2016-11-16 15:40:03,168 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..440..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 2.71ms
2016-11-16 15:40:03,169 DEBUG - #unlock(): in 11.75µs
2016-11-16 15:40:03,169 DEBUG - #issue(): 1 in 34.58µs
2016-11-16 15:40:03,169 DEBUG - #number(): 1 in 16.10µs
2016-11-16 15:40:03,170 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](http://www.othersite.t..10..x) page pls\n\nThe page is not from this repo!
2016-11-16 15:40:03,171 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 976.32µs
2016-11-16 15:40:03,171 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1271..repo=amihaiemil/charles, ticket=1, num=2)' in 22.88µs
2016-11-16 15:40:03,173 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 866.27µs
2016-11-16 15:40:03,173 DEBUG - #post('> @charlesmike index [this](http://www.othersite...12..) page pls\n\nThe page is not from this repo!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1271..repo=amihaiemil/charles, ticket=1, num=2)' in 9.44ms
2016-11-16 15:40:03,174 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 866.49µs
2016-11-16 15:40:03,176 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..24..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.68ms
2016-11-16 15:40:03,177 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 962.61µs
2016-11-16 15:40:03,178 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1265..smike, repo=amihaiemil/charles, ticket=1)' in 3.02ms
2016-11-16 15:40:03,179 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 944.35µs
2016-11-16 15:40:03,179 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1363...jcabi.github.mock.MkComments$1@2efe5f5d)' in 55.33µs
2016-11-16 15:40:03,181 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1192..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 950.17µs
2016-11-16 15:40:03,183 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@6cae887c in 2.89ms
2016-11-16 15:40:03,185 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1192..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 843.20&micro;s
2016-11-16 15:40:03,185 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1271..repo=amihaiemil/charles, ticket=1, num=1)' in 22.11&micro;s
2016-11-16 15:40:03,188 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1192..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 927.64&micro;s
2016-11-16 15:40:03,188 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1271..repo=amihaiemil/charles, ticket=1, num=2)' in 25.05&micro;s
2016-11-16 15:40:03,190 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1192..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.29ms
2016-11-16 15:40:03,210 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..187..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 20.77ms
2016-11-16 15:40:03,212 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1192..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.49ms
2016-11-16 15:40:03,225 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..225..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 14.72ms
2016-11-16 15:40:03,227 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 665.22&micro;s
2016-11-16 15:40:03,228 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.40ms
2016-11-16 15:40:03,229 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 762.01&micro;s
2016-11-16 15:40:03,229 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n</github>\n, self=teamed)' in 1.73ms
2016-11-16 15:40:03,229 DEBUG - #name(): 'repowithghpages' in 11.58µs
2016-11-16 15:40:03,230 DEBUG - #name(): 'repowithghpages' in 8.03µs
2016-11-16 15:40:03,231 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 682.32µs
2016-11-16 15:40:03,232 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..86..epository";UP;ADD "private";SET "false";UP;'): in 1.93ms
2016-11-16 15:40:03,233 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..alse</private>\n</repo>\n</repos>\n</github>\n' in 814.50µs
2016-11-16 15:40:03,235 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..alse</private>\n</repo>\n</repos>\n</github>\n' in 713.02µs
2016-11-16 15:40:03,235 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..180..elf=teamed, coords=teamed/repowithghpages)' in 2.05ms
2016-11-16 15:40:03,236 DEBUG - #json(): {"name":"repowithghpages","description":"","homepage":"","private":false} in 195.37µs
2016-11-16 15:40:03,237 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..alse</private>\n</repo>\n</repos>\n</github>\n' in 744.93µs
2016-11-16 15:40:03,239 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..106.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.23ms
2016-11-16 15:40:03,239 DEBUG - #patch({"name":"repowithghpages","description":"","homepage":"","private":false}): in 2.67ms
2016-11-16 15:40:03,239 INFO - repository teamed/repowithghpages created by teamed
2016-11-16 15:40:03,240 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 807.92µs
2016-11-16 15:40:03,241 DEBUG - #create('Repos.RepoCreate(nam=repowithghpages, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..164..elf=teamed, coords=teamed/repowithghpages)' in 10.30ms
2016-11-16 15:40:03,242 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 807.46µs
2016-11-16 15:40:03,243 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.57ms
2016-11-16 15:40:03,244 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 800.15µs
2016-11-16 15:40:03,244 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..134..\n</repo>\n</repos>\n</github>\n, self=teamed)' in 1.90ms
2016-11-16 15:40:03,245 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 811.41µs
2016-11-16 15:40:03,247 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 690.97µs
2016-11-16 15:40:03,248 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..164..elf=teamed, coords=teamed/repowithghpages)' in 2.08ms
2016-11-16 15:40:03,249 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 787.22µs
2016-11-16 15:40:03,250 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/repowithghpages&apos;]";ADDIF "issues";'): in 2.29ms
2016-11-16 15:40:03,251 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 797.06µs
2016-11-16 15:40:03,252 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..176..elf=teamed, coords=teamed/repowithghpages)' in 2.65ms
2016-11-16 15:40:03,252 DEBUG - #lock(): in 9.62µs
2016-11-16 15:40:03,253 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 837.19µs
2016-11-16 15:40:03,255 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 694.14µs
2016-11-16 15:40:03,257 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&amp;apos;teamed/re..349..ADD &quot;user&quot;;ADD &quot;login&quot;;SET &quot;teamed&quot;;UP;UP;'): in 2.28ms
2016-11-16 15:40:03,257 DEBUG - #unlock(): in 11.48&micro;s
2016-11-16 15:40:03,259 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..440..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 849.11&micro;s
2016-11-16 15:40:03,259 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..500..elf=teamed, coords=teamed/repowithghpages)' in 32.63&micro;s
2016-11-16 15:40:03,259 DEBUG - #coordinates(): teamed/repowithghpages in 13.89&micro;s
2016-11-16 15:40:03,260 INFO - issue #1 created in teamed/repowithghpages by teamed: Test issue for commands
2016-11-16 15:40:03,260 DEBUG - #get(1): 1 in 34.10&micro;s
2016-11-16 15:40:03,261 DEBUG - #create('Test issue for commands', 'test body'): 1 in 8.26ms
2016-11-16 15:40:03,262 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..440..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.13ms
2016-11-16 15:40:03,264 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/re..28..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.35ms
2016-11-16 15:40:03,266 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.16ms
2016-11-16 15:40:03,266 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..524..ed, repo=teamed/repowithghpages, ticket=1)' in 3.89ms
2016-11-16 15:40:03,267 DEBUG - #lock(): in 10.54&micro;s
2016-11-16 15:40:03,268 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.13ms
2016-11-16 15:40:03,271 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.13ms
2016-11-16 15:40:03,274 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&apos;teamed/re..412..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 3.59ms
2016-11-16 15:40:03,274 DEBUG - #unlock(): in 17.57µs
2016-11-16 15:40:03,275 DEBUG - #issue(): 1 in 31.83µs
2016-11-16 15:40:03,275 DEBUG - #number(): 1 in 16.31µs
2016-11-16 15:40:03,275 INFO - comment #1 posted to issue #1 by teamed: @charlesmike index [this](https://teamed.github.io/repowithghpages/page/to/index) page pls
2016-11-16 15:40:03,277 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:03,277 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..905..o=teamed/repowithghpages, ticket=1, num=1)' in 33.03µs
2016-11-16 15:40:03,279 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:03,279 DEBUG - #post('@charlesmike index [this](https://teamed.github.io/repowithghpages/page/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..905..o=teamed/repowithghpages, ticket=1, num=1)' in 10.93ms
2016-11-16 15:40:03,281 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:03,282 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.20ms
2016-11-16 15:40:03,284 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.28ms
2016-11-16 15:40:03,284 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..862..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.59ms
2016-11-16 15:40:03,285 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:03,289 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:03,289 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..892..harlesmike, coords=teamed/repowithghpages)' in 3.04ms
2016-11-16 15:40:03,290 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 795.02µs
2016-11-16 15:40:03,292 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/repowithghpages&apos;]";ADDIF "issues";'): in 2.33ms
2016-11-16 15:40:03,293 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 965.85µs
2016-11-16 15:40:03,293 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..894..harlesmike, coords=teamed/repowithghpages)' in 2.67ms
2016-11-16 15:40:03,293 DEBUG - #number(): 1 in 12.64µs
2016-11-16 15:40:03,294 DEBUG - #get(1): 1 in 19.97µs
2016-11-16 15:40:03,295 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 950.46µs
2016-11-16 15:40:03,310 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..202..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 15.10ms
2016-11-16 15:40:03,318 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 942.46µs
2016-11-16 15:40:03,320 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..28..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.72ms
2016-11-16 15:40:03,322 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.33ms
2016-11-16 15:40:03,322 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..904..ke, repo=teamed/repowithghpages, ticket=1)' in 3.08ms
2016-11-16 15:40:03,323 DEBUG - #lock(): in 9.71µs
2016-11-16 15:40:03,324 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 818.90µs
2016-11-16 15:40:03,327 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:03,330 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/re..457..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:03Z&quot;;'): in 3.50ms
2016-11-16 15:40:03,330 DEBUG - #unlock(): in 16.61&micro;s
2016-11-16 15:40:03,331 DEBUG - #issue(): 1 in 35.73&micro;s
2016-11-16 15:40:03,331 DEBUG - #number(): 1 in 15.63&micro;s
2016-11-16 15:40:03,331 INFO - comment #2 posted to issue #1 by charlesmike: &gt; @charlesmike index [this](https://teamed.github...19..o/index) page pls\n\nindex-page checks passed!
2016-11-16 15:40:03,333 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1228..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.31ms
2016-11-16 15:40:03,334 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1311..=teamed/repowithghpages, ticket=1, num=2)' in 33.22&micro;s
2016-11-16 15:40:03,336 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1228..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.26ms
2016-11-16 15:40:03,336 DEBUG - #post('&gt; @charlesmike index [this](https://teamed.github..21../index) page pls\n\nindex-page checks passed!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1311..=teamed/repowithghpages, ticket=1, num=2)' in 11.78ms
2016-11-16 15:40:03,338 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1228..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.29ms
2016-11-16 15:40:03,350 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/re..28..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 12.88ms
2016-11-16 15:40:03,352 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1228..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.42ms
2016-11-16 15:40:03,352 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1305..e, repo=teamed/repowithghpages, ticket=1)' in 13.38ms
2016-11-16 15:40:03,354 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:03,354 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1403...jcabi.github.mock.MkComments$1@370d93fa)' in 66.78µs
2016-11-16 15:40:03,356 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.26ms
2016-11-16 15:40:03,358 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@7b3d95a6 in 3.77ms
2016-11-16 15:40:03,361 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 828.77µs
2016-11-16 15:40:03,361 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1311..=teamed/repowithghpages, ticket=1, num=1)' in 26.49µs
2016-11-16 15:40:03,364 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 813.13µs
2016-11-16 15:40:03,364 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1311..=teamed/repowithghpages, ticket=1, num=2)' in 21.24µs
2016-11-16 15:40:03,366 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.32ms
2016-11-16 15:40:03,385 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..202..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 20.07ms
2016-11-16 15:40:03,386 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:03,404 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..238..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 18.50ms
> @charlesmike index [this](https://teamed.github.io/repowithghpages/page/to/index) page pls

index-page checks passed!
2016-11-16 15:40:03,405 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1228..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.16ms
2016-11-16 15:40:03,422 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..238..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 17.67ms
2016-11-16 15:40:03,424 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 939.19µs
2016-11-16 15:40:03,425 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.78ms
2016-11-16 15:40:03,426 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 750.58µs
2016-11-16 15:40:03,426 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.13ms
2016-11-16 15:40:03,427 DEBUG - #name(): 'someRepoWithNoWebsite' in 10.48µs
2016-11-16 15:40:03,427 DEBUG - #name(): 'someRepoWithNoWebsite' in 10.70µs
2016-11-16 15:40:03,428 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 748.24µs
2016-11-16 15:40:03,429 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..106..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.01ms
2016-11-16 15:40:03,430 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..136..alse</private>\n</repo>\n</repos>\n</github>\n' in 775.60µs
2016-11-16 15:40:03,433 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..136..alse</private>\n</repo>\n</repos>\n</github>\n' in 679.57µs
2016-11-16 15:40:03,433 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..210.., coords=amihaiemil/someRepoWithNoWebsite)' in 2.40ms
2016-11-16 15:40:03,434 DEBUG - #json(): {"name":"someRepoWithNoWebsite","description":"","homepage":"","private":false} in 234.48µs
2016-11-16 15:40:03,435 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..136..alse</private>\n</repo>\n</repos>\n</github>\n' in 795.98µs
2016-11-16 15:40:03,436 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..122.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.22ms
2016-11-16 15:40:03,437 DEBUG - #patch({"name":"someRepoWithNoWebsite","description":"","homepage":"","private":false}): in 2.60ms
2016-11-16 15:40:03,437 INFO - repository amihaiemil/someRepoWithNoWebsite created by amihaiemil
2016-11-16 15:40:03,438 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 801.41&micro;s
2016-11-16 15:40:03,438 DEBUG - #create('Repos.RepoCreate(nam=someRepoWithNoWebsite, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..194.., coords=amihaiemil/someRepoWithNoWebsite)' in 10.46ms
2016-11-16 15:40:03,439 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 765.95&micro;s
2016-11-16 15:40:03,440 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.50ms
2016-11-16 15:40:03,442 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.19ms
2016-11-16 15:40:03,442 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..154..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.82ms
2016-11-16 15:40:03,443 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 799.22&micro;s
2016-11-16 15:40:03,445 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 992.66&micro;s
2016-11-16 15:40:03,446 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..194.., coords=amihaiemil/someRepoWithNoWebsite)' in 1.98ms
2016-11-16 15:40:03,447 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.04ms
2016-11-16 15:40:03,449 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/someRepoWithNoWebsite&apos;]";ADDIF "issues";'): in 2.62ms
2016-11-16 15:40:03,450 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 784.87µs
2016-11-16 15:40:03,450 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..206.., coords=amihaiemil/someRepoWithNoWebsite)' in 3.01ms
2016-11-16 15:40:03,450 DEBUG - #lock(): in 9.24µs
2016-11-16 15:40:03,452 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:03,454 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 675.28µs
2016-11-16 15:40:03,456 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..363.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.80ms
2016-11-16 15:40:03,457 DEBUG - #unlock(): in 10.74µs
2016-11-16 15:40:03,458 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:03,458 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..534.., coords=amihaiemil/someRepoWithNoWebsite)' in 28.39µs
2016-11-16 15:40:03,459 DEBUG - #coordinates(): amihaiemil/someRepoWithNoWebsite in 11.14µs
2016-11-16 15:40:03,459 INFO - issue #1 created in amihaiemil/someRepoWithNoWebsite by amihaiemil: Test issue for commands
2016-11-16 15:40:03,459 DEBUG - #get(1): 1 in 30.82µs
2016-11-16 15:40:03,460 DEBUG - #create('Test issue for commands', 'test body'): 1 in 9.42ms
2016-11-16 15:40:03,461 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:03,463 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..38..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.25ms
2016-11-16 15:40:03,464 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..472..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 706.76µs
2016-11-16 15:40:03,465 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..558..mihaiemil/someRepoWithNoWebsite, ticket=1)' in 3.62ms
2016-11-16 15:40:03,465 DEBUG - #lock(): in 5.91µs
2016-11-16 15:40:03,466 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..472..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 717.32µs
2016-11-16 15:40:03,468 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..472..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 733.20µs
2016-11-16 15:40:03,470 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..423..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 2.32ms
2016-11-16 15:40:03,470 DEBUG - #unlock(): in 19.24µs
2016-11-16 15:40:03,470 DEBUG - #issue(): 1 in 30.16µs
2016-11-16 15:40:03,470 DEBUG - #number(): 1 in 11.86µs
2016-11-16 15:40:03,471 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls
2016-11-16 15:40:03,472 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:03,472 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..940..il/someRepoWithNoWebsite, ticket=1, num=1)' in 32.47µs
2016-11-16 15:40:03,474 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 749.93µs
2016-11-16 15:40:03,474 DEBUG - #post('@charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..940..il/someRepoWithNoWebsite, ticket=1, num=1)' in 7.88ms
2016-11-16 15:40:03,475 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 752.04µs
2016-11-16 15:40:03,476 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.50ms
2016-11-16 15:40:03,477 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 786.62µs
2016-11-16 15:40:03,477 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..883..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 1.79ms
2016-11-16 15:40:03,478 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..848..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 766.98&micro;s
2016-11-16 15:40:03,481 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..848..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.60ms
2016-11-16 15:40:03,482 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..923.., coords=amihaiemil/someRepoWithNoWebsite)' in 2.24ms
2016-11-16 15:40:03,483 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..848..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.19ms
2016-11-16 15:40:03,485 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/someRepoWithNoWebsite&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 3.01ms
2016-11-16 15:40:03,486 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..848..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 791.38&micro;s
2016-11-16 15:40:03,486 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..925.., coords=amihaiemil/someRepoWithNoWebsite)' in 3.42ms
2016-11-16 15:40:03,487 DEBUG - #number(): 1 in 8.45&micro;s
2016-11-16 15:40:03,487 DEBUG - #get(1): 1 in 38.14&micro;s
2016-11-16 15:40:03,488 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..848..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 733.71&micro;s
2016-11-16 15:40:03,501 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..203..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 13.63ms
2016-11-16 15:40:03,507 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 793.40µs
2016-11-16 15:40:03,509 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..38..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.99ms
2016-11-16 15:40:03,511 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:03,511 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..935..mihaiemil/someRepoWithNoWebsite, ticket=1)' in 3.44ms
2016-11-16 15:40:03,512 DEBUG - #lock(): in 10.35µs
2016-11-16 15:40:03,513 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:03,515 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..848..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 765.77µs
2016-11-16 15:40:03,517 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..479..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 2.46ms
2016-11-16 15:40:03,517 DEBUG - #unlock(): in 16.17µs
2016-11-16 15:40:03,518 DEBUG - #issue(): 1 in 34.76µs
2016-11-16 15:40:03,519 DEBUG - #number(): 1 in 15.49µs
2016-11-16 15:40:03,519 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](http://amihaiemil.gith..16..age pls\n\nThis repo doesn't host any website!
2016-11-16 15:40:03,520 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 933.98µs
2016-11-16 15:40:03,520 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..l/someRepoWithNoWebsite, ticket=1, num=2)' in 37.36µs
2016-11-16 15:40:03,522 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 916.57µs
2016-11-16 15:40:03,522 DEBUG - #post('> @charlesmike index [this](http://amihaiemil.git..18..ge pls\n\nThis repo doesn't host any website!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..l/someRepoWithNoWebsite, ticket=1, num=2)' in 9.28ms
2016-11-16 15:40:03,524 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 852.06µs
2016-11-16 15:40:03,526 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..38..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.70ms
2016-11-16 15:40:03,527 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:03,528 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1343..ihaiemil/someRepoWithNoWebsite, ticket=1)' in 3.16ms
2016-11-16 15:40:03,530 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.26ms
2016-11-16 15:40:03,530 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1440..m.jcabi.github.mock.MkComments$1@be0f9eb)' in 51.43µs
2016-11-16 15:40:03,532 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:03,534 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@9948353 in 3.40ms
2016-11-16 15:40:03,537 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.20ms
2016-11-16 15:40:03,537 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..l/someRepoWithNoWebsite, ticket=1, num=1)' in 32.12µs
2016-11-16 15:40:03,541 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:03,541 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..l/someRepoWithNoWebsite, ticket=1, num=2)' in 48.60µs
2016-11-16 15:40:03,542 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 791.25µs
2016-11-16 15:40:03,555 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..203..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 13.53ms
2016-11-16 15:40:03,556 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 972.55&micro;s
2016-11-16 15:40:03,572 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..245..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 17.00ms
&gt; @charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls

This repo doesn't host any website!
2016-11-16 15:40:03,574 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 988.27&micro;s
2016-11-16 15:40:03,586 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..245..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 13.25ms
2016-11-16 15:40:03,587 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 598.60&micro;s
2016-11-16 15:40:03,588 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.30ms
2016-11-16 15:40:03,589 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 707.75&micro;s
2016-11-16 15:40:03,590 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.65ms
2016-11-16 15:40:03,590 DEBUG - #name(): 'forkedrepo' in 9.05&micro;s
2016-11-16 15:40:03,590 DEBUG - #name(): 'forkedrepo' in 11.10&micro;s
2016-11-16 15:40:03,591 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 728.47&micro;s
2016-11-16 15:40:03,593 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..80..epository&quot;;UP;ADD &quot;private&quot;;SET &quot;false&quot;;UP;'): in 2.38ms
2016-11-16 15:40:03,594 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..114..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 806.97µs
2016-11-16 15:40:03,596 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..alse</private>\n</repo>\n</repos>\n</github>\n' in 702.82µs
2016-11-16 15:40:03,596 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..177..=amihaiemil, coords=amihaiemil/forkedrepo)' in 1.95ms
2016-11-16 15:40:03,597 DEBUG - #json(): {"name":"forkedrepo","description":"","homepage":"","private":false} in 190.61µs
2016-11-16 15:40:03,598 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..alse</private>\n</repo>\n</repos>\n</github>\n' in 816.44µs
2016-11-16 15:40:03,600 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..100.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.30ms
2016-11-16 15:40:03,600 DEBUG - #patch({"name":"forkedrepo","description":"","homepage":"","private":false}): in 2.78ms
2016-11-16 15:40:03,600 INFO - repository amihaiemil/forkedrepo created by amihaiemil
2016-11-16 15:40:03,601 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 666.93µs
2016-11-16 15:40:03,601 DEBUG - #create('Repos.RepoCreate(nam=forkedrepo, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..161..=amihaiemil, coords=amihaiemil/forkedrepo)' in 10.56ms
2016-11-16 15:40:03,603 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 668.11µs
2016-11-16 15:40:03,603 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.23ms
2016-11-16 15:40:03,604 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 656.29µs
2016-11-16 15:40:03,605 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..132..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.52ms
2016-11-16 15:40:03,606 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 821.99µs
2016-11-16 15:40:03,608 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 675.58µs
2016-11-16 15:40:03,608 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..161..=amihaiemil, coords=amihaiemil/forkedrepo)' in 1.95ms
2016-11-16 15:40:03,609 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 807.72µs
2016-11-16 15:40:03,611 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/forkedrepo&apos;]";ADDIF "issues";'): in 2.07ms
2016-11-16 15:40:03,612 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 763.83µs
2016-11-16 15:40:03,612 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..173..=amihaiemil, coords=amihaiemil/forkedrepo)' in 2.82ms
2016-11-16 15:40:03,612 DEBUG - #lock(): in 10.53µs
2016-11-16 15:40:03,613 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 811.92µs
2016-11-16 15:40:03,615 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 687.97µs
2016-11-16 15:40:03,617 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..352.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.20ms
2016-11-16 15:40:03,617 DEBUG - #unlock(): in 11.56µs
2016-11-16 15:40:03,619 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..438..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 826.46µs
2016-11-16 15:40:03,619 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..501..=amihaiemil, coords=amihaiemil/forkedrepo)' in 28.94µs
2016-11-16 15:40:03,619 DEBUG - #coordinates(): amihaiemil/forkedrepo in 10.55µs
2016-11-16 15:40:03,619 INFO - issue #1 created in amihaiemil/forkedrepo by amihaiemil: Test issue for commands
2016-11-16 15:40:03,620 DEBUG - #get(1): 1 in 24.55&micro;s
2016-11-16 15:40:03,621 DEBUG - #create('Test issue for commands', 'test body'): 1 in 8.08ms
2016-11-16 15:40:03,622 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..438..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:03,624 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..27..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.01ms
2016-11-16 15:40:03,626 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..450..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.06ms
2016-11-16 15:40:03,626 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..525..mil, repo=amihaiemil/forkedrepo, ticket=1)' in 3.44ms
2016-11-16 15:40:03,626 DEBUG - #lock(): in 9.24&micro;s
2016-11-16 15:40:03,628 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..450..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:03,630 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..450..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 991.30&micro;s
2016-11-16 15:40:03,632 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..412..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:03Z&quot;;'): in 3.11ms
2016-11-16 15:40:03,633 DEBUG - #unlock(): in 11.81&micro;s
2016-11-16 15:40:03,633 DEBUG - #issue(): 1 in 36.20&micro;s
2016-11-16 15:40:03,633 DEBUG - #number(): 1 in 15.81&micro;s
2016-11-16 15:40:03,633 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](http://amihaiemil.github.io/forkedrepo/page/to/index) page pls
2016-11-16 15:40:03,635 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..826..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 797.79&micro;s
2016-11-16 15:40:03,635 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..907..po=amihaiemil/forkedrepo, ticket=1, num=1)' in 36.17µs
2016-11-16 15:40:03,636 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 791.22µs
2016-11-16 15:40:03,636 DEBUG - #post('@charlesmike index [this](http://amihaiemil.github.io/forkedrepo/page/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..907..po=amihaiemil/forkedrepo, ticket=1, num=1)' in 8.99ms
2016-11-16 15:40:03,637 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 762.56µs
2016-11-16 15:40:03,638 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.38ms
2016-11-16 15:40:03,639 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 755.04µs
2016-11-16 15:40:03,639 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..861..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.68ms
2016-11-16 15:40:03,641 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.37ms
2016-11-16 15:40:03,643 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 742.10µs
2016-11-16 15:40:03,644 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..890..charlesmike, coords=amihaiemil/forkedrepo)' in 2.61ms
2016-11-16 15:40:03,645 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 943.64µs
2016-11-16 15:40:03,646 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/forkedrepo&apos;]";ADDIF "issues";'): in 2.28ms
2016-11-16 15:40:03,647 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 836.09µs
2016-11-16 15:40:03,648 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..892..charlesmike, coords=amihaiemil/forkedrepo)' in 2.59ms
2016-11-16 15:40:03,648 DEBUG - #number(): 1 in 12.16µs
2016-11-16 15:40:03,648 DEBUG - #get(1): 1 in 30.77µs
2016-11-16 15:40:03,650 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:03,662 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..203..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 12.99ms
2016-11-16 15:40:03,670 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 862.72µs
2016-11-16 15:40:03,672 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..27..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.43ms
2016-11-16 15:40:03,673 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 952.08µs
2016-11-16 15:40:03,673 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..902..ike, repo=amihaiemil/forkedrepo, ticket=1)' in 2.74ms
2016-11-16 15:40:03,674 DEBUG - #lock(): in 9.31µs
2016-11-16 15:40:03,675 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:03,678 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..826..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:03,688 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..443..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 11.30ms
2016-11-16 15:40:03,689 DEBUG - #unlock(): in 10.39µs
2016-11-16 15:40:03,689 DEBUG - #issue(): 1 in 20.31µs
2016-11-16 15:40:03,689 DEBUG - #number(): 1 in 7.77µs
2016-11-16 15:40:03,689 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](http://amihaiemil.gith..7..repo/page/to/index) page pls\n\nrepo is a fork!
2016-11-16 15:40:03,690 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 805.99µs
2016-11-16 15:40:03,691 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0&quot; encoding=&quot;U..1296..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 36.48&micro;s
2016-11-16 15:40:03,692 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1214..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 816.39&micro;s
2016-11-16 15:40:03,692 DEBUG - #post('&gt; @charlesmike index [this](http://amihaiemil.git..9..epo/page/to/index) page pls\n\nrepo is a fork!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1296..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 17.42ms
2016-11-16 15:40:03,693 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1214..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 776.78&micro;s
2016-11-16 15:40:03,695 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..27..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.25ms
2016-11-16 15:40:03,696 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1214..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 805.64&micro;s
2016-11-16 15:40:03,697 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1290..ke, repo=amihaiemil/forkedrepo, ticket=1)' in 2.99ms
2016-11-16 15:40:03,698 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1214..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 809.40&micro;s
2016-11-16 15:40:03,698 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1388...jcabi.github.mock.MkComments$1@528bddcc)' in 51.46&micro;s
2016-11-16 15:40:03,699 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1214..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 851.92&micro;s
2016-11-16 15:40:03,701 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@3cc76bb4 in 2.25ms
2016-11-16 15:40:03,704 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.48ms
2016-11-16 15:40:03,704 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1296..o=amihaiemil/forkedrepo, ticket=1, num=1)' in 27.85µs
2016-11-16 15:40:03,706 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 770.45µs
2016-11-16 15:40:03,706 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1296..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 21.28µs
2016-11-16 15:40:03,707 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 883.92µs
2016-11-16 15:40:03,721 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..203..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 14.73ms
2016-11-16 15:40:03,723 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 935.56µs
2016-11-16 15:40:03,735 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..225..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 12.95ms
> @charlesmike index [this](http://amihaiemil.github.io/forkedrepo/page/to/index) page pls

repo is a fork!
2016-11-16 15:40:03,736 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1214..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:03,750 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..225..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 14.35ms
2016-11-16 15:40:03,752 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 858.20µs
2016-11-16 15:40:03,753 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.14ms
2016-11-16 15:40:03,754 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 899.44µs
2016-11-16 15:40:03,754 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.53ms
2016-11-16 15:40:03,755 DEBUG - #name(): 'amihaiemil.github.io' in 8.98µs
2016-11-16 15:40:03,755 DEBUG - #name(): 'amihaiemil.github.io' in 10.70µs
2016-11-16 15:40:03,757 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 908.54µs
2016-11-16 15:40:03,759 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.49ms
2016-11-16 15:40:03,760 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 950.93µs
2016-11-16 15:40:03,762 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 936.38µs
2016-11-16 15:40:03,763 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.35ms
2016-11-16 15:40:03,763 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 186.21µs
2016-11-16 15:40:03,765 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 929.60µs
2016-11-16 15:40:03,766 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.63ms
2016-11-16 15:40:03,767 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 3.15ms
2016-11-16 15:40:03,767 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:03,769 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 964.47µs
2016-11-16 15:40:03,769 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 12.92ms
2016-11-16 15:40:03,770 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 923.25&micro;s
2016-11-16 15:40:03,771 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.78ms
2016-11-16 15:40:03,773 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 972.45&micro;s
2016-11-16 15:40:03,773 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..152..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 2.18ms
2016-11-16 15:40:03,774 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 836.27&micro;s
2016-11-16 15:40:03,776 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 660.32&micro;s
2016-11-16 15:40:03,776 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.92ms
2016-11-16 15:40:03,778 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.33ms
2016-11-16 15:40:03,779 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 2.63ms
2016-11-16 15:40:03,780 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 737.56&micro;s
2016-11-16 15:40:03,780 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.95ms
2016-11-16 15:40:03,781 DEBUG - #lock(): in 10.04&micro;s
2016-11-16 15:40:03,782 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 701.77&micro;s
2016-11-16 15:40:03,784 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 737.83µs
2016-11-16 15:40:03,785 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.17ms
2016-11-16 15:40:03,786 DEBUG - #unlock(): in 11.47µs
2016-11-16 15:40:03,787 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:03,787 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 27.68µs
2016-11-16 15:40:03,788 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 7.59µs
2016-11-16 15:40:03,788 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:03,788 DEBUG - #get(1): 1 in 21.27µs
2016-11-16 15:40:03,788 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.46ms
2016-11-16 15:40:03,789 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.41µs
2016-11-16 15:40:03,791 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.24ms
2016-11-16 15:40:03,792 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 791.87µs
2016-11-16 15:40:03,792 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.54ms
2016-11-16 15:40:03,792 DEBUG - #lock(): in 9.92µs
2016-11-16 15:40:03,794 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 843.77µs
2016-11-16 15:40:03,797 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:03,799 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..421..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 3.26ms
2016-11-16 15:40:03,799 DEBUG - #unlock(): in 10.09µs
2016-11-16 15:40:03,800 DEBUG - #issue(): 1 in 27.58µs
2016-11-16 15:40:03,800 DEBUG - #number(): 1 in 10.26µs
2016-11-16 15:40:03,800 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls
2016-11-16 15:40:03,802 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:03,802 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..936..mil/amihaiemil.github.io, ticket=1, num=1)' in 29.39µs
2016-11-16 15:40:03,803 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 738.96µs
2016-11-16 15:40:03,803 DEBUG - #post('@charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..936..mil/amihaiemil.github.io, ticket=1, num=1)' in 9.80ms
2016-11-16 15:40:03,804 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 683.39µs
2016-11-16 15:40:03,805 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.37ms
2016-11-16 15:40:03,807 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 814.37µs
2016-11-16 15:40:03,807 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..880..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.19ms
2016-11-16 15:40:03,808 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 834.74µs
2016-11-16 15:40:03,810 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 687.37µs
2016-11-16 15:40:03,810 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..919..e, coords=amihaiemil/amihaiemil.github.io)' in 2.15ms
2016-11-16 15:40:03,812 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 806.76&micro;s
2016-11-16 15:40:03,813 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 2.14ms
2016-11-16 15:40:03,814 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.20ms
2016-11-16 15:40:03,815 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..921..e, coords=amihaiemil/amihaiemil.github.io)' in 2.45ms
2016-11-16 15:40:03,815 DEBUG - #number(): 1 in 12.21&micro;s
2016-11-16 15:40:03,815 DEBUG - #get(1): 1 in 31.69&micro;s
2016-11-16 15:40:03,817 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 832.67&micro;s
2016-11-16 15:40:03,829 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..202..:03Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:03Z&quot;}' in 12.77ms
2016-11-16 15:40:03,835 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 872.51&micro;s
2016-11-16 15:40:03,836 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.48ms
2016-11-16 15:40:03,837 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 809.02&micro;s
2016-11-16 15:40:03,838 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version="1.0" encoding="..931..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.79ms
2016-11-16 15:40:03,838 DEBUG - #lock(): in 10.42µs
2016-11-16 15:40:03,839 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 750.91µs
2016-11-16 15:40:03,852 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 678.47µs
2016-11-16 15:40:03,855 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..462..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 13.50ms
2016-11-16 15:40:03,856 DEBUG - #unlock(): in 12.76µs
2016-11-16 15:40:03,856 DEBUG - #issue(): 1 in 36.44µs
2016-11-16 15:40:03,856 DEBUG - #number(): 1 in 10.73µs
2016-11-16 15:40:03,856 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](http://amihaiemil.gith..6..to/index) page pls\n\nindex-page checks passed!
2016-11-16 15:40:03,858 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:03,858 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1334..il/amihaiemil.github.io, ticket=1, num=2)' in 31.11µs
2016-11-16 15:40:03,861 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.08ms
2016-11-16 15:40:03,862 DEBUG - #post('> @charlesmike index [this](http://amihaiemil.git..8..o/index) page pls\n\nindex-page checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1334..il/amihaiemil.github.io, ticket=1, num=2)' in 20.93ms
2016-11-16 15:40:03,865 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 2.03ms
2016-11-16 15:40:03,868 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 4.86ms
2016-11-16 15:40:03,869 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.13ms
2016-11-16 15:40:03,869 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1328..mihaiemil/amihaiemil.github.io, ticket=1)' in 5.41ms
2016-11-16 15:40:03,870 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 797.89µs
2016-11-16 15:40:03,871 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1424..om.jcabi.github.mock.MkComments$1@169fd6)' in 36.05µs
2016-11-16 15:40:03,872 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 788.83µs
2016-11-16 15:40:03,873 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@489c5cbd in 2.15ms
2016-11-16 15:40:03,875 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 763.21µs
2016-11-16 15:40:03,875 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1334..il/amihaiemil.github.io, ticket=1, num=1)' in 21.55µs
2016-11-16 15:40:03,877 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 731.55µs
2016-11-16 15:40:03,878 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1334..il/amihaiemil.github.io, ticket=1, num=2)' in 24.62µs
2016-11-16 15:40:03,879 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 782.75µs
2016-11-16 15:40:03,890 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..202..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 11.88ms
2016-11-16 15:40:03,891 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1242..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 795.54µs
2016-11-16 15:40:03,902 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..234..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 12.05ms
2016-11-16 15:40:03,904 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 603.93µs
2016-11-16 15:40:03,904 DEBUG - #apply('XPATH "/github";ADDIF "repos&quot;;'): in 1.27ms
2016-11-16 15:40:03,905 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 668.93&micro;s
2016-11-16 15:40:03,906 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.59ms
2016-11-16 15:40:03,906 DEBUG - #name(): 'repowithghpages' in 10.51&micro;s
2016-11-16 15:40:03,906 DEBUG - #name(): 'repowithghpages' in 11.43&micro;s
2016-11-16 15:40:03,907 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 702.96&micro;s
2016-11-16 15:40:03,908 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..94..itory&quot;;UP;ADD &quot;private&quot;;SET &quot;false&quot;;\n11:UP;'): in 1.86ms
2016-11-16 15:40:03,909 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 752.56&micro;s
2016-11-16 15:40:03,911 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 625.16&micro;s
2016-11-16 15:40:03,912 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..192..aiemil, coords=amihaiemil/repowithghpages)' in 1.88ms
2016-11-16 15:40:03,912 DEBUG - #json(): {&quot;name&quot;:&quot;repowithghpages&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 173.77&micro;s
2016-11-16 15:40:03,914 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:03,916 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..110.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.90ms
2016-11-16 15:40:03,916 DEBUG - #patch({&quot;name&quot;:&quot;repowithghpages&quot;,&quot;description":"","homepage":"","private":false}): in 3.46ms
2016-11-16 15:40:03,916 INFO - repository amihaiemil/repowithghpages created by amihaiemil
2016-11-16 15:40:03,918 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 963.66µs
2016-11-16 15:40:03,918 DEBUG - #create('Repos.RepoCreate(nam=repowithghpages, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..176..aiemil, coords=amihaiemil/repowithghpages)' in 10.58ms
2016-11-16 15:40:03,919 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 936.12µs
2016-11-16 15:40:03,920 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.76ms
2016-11-16 15:40:03,921 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 966.96µs
2016-11-16 15:40:03,922 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..142..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.15ms
2016-11-16 15:40:03,923 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 965.94µs
2016-11-16 15:40:03,925 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 895.12µs
2016-11-16 15:40:03,926 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..176..aiemil, coords=amihaiemil/repowithghpages)' in 2.41ms
2016-11-16 15:40:03,927 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 920.77µs
2016-11-16 15:40:03,929 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/repowithghpages&apos;]";ADDIF "issues";'): in 2.50ms
2016-11-16 15:40:03,930 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:03,930 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..188..aiemil, coords=amihaiemil/repowithghpages)' in 2.90ms
2016-11-16 15:40:03,931 DEBUG - #lock(): in 8.35µs
2016-11-16 15:40:03,932 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 920.81µs
2016-11-16 15:40:03,935 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 928.51µs
2016-11-16 15:40:03,937 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..357.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.79ms
2016-11-16 15:40:03,937 DEBUG - #unlock(): in 16.02µs
2016-11-16 15:40:03,938 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..448..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 989.38µs
2016-11-16 15:40:03,939 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..516..aiemil, coords=amihaiemil/repowithghpages)' in 26.22µs
2016-11-16 15:40:03,939 DEBUG - #coordinates(): amihaiemil/repowithghpages in 18.12µs
2016-11-16 15:40:03,939 INFO - issue #1 created in amihaiemil/repowithghpages by amihaiemil: Test issue for commands
2016-11-16 15:40:03,939 DEBUG - #get(1): 1 in 29.15µs
2016-11-16 15:40:03,940 DEBUG - #create('Test issue for commands', 'test body'): 1 in 9.08ms
2016-11-16 15:40:03,941 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..448..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 984.71µs
2016-11-16 15:40:03,943 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.83ms
2016-11-16 15:40:03,945 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:03,945 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..540..repo=amihaiemil/repowithghpages, ticket=1)' in 3.30ms
2016-11-16 15:40:03,945 DEBUG - #lock(): in 12.86µs
2016-11-16 15:40:03,947 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n&lt;r..460..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.00ms
2016-11-16 15:40:03,949 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..460..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 800.93&micro;s
2016-11-16 15:40:03,950 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..428..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:03Z&quot;;'): in 2.27ms
2016-11-16 15:40:03,950 DEBUG - #unlock(): in 11.46&micro;s
2016-11-16 15:40:03,951 DEBUG - #issue(): 1 in 30.33&micro;s
2016-11-16 15:40:03,951 DEBUG - #number(): 1 in 12.08&micro;s
2016-11-16 15:40:03,951 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](https://amihaiemil.github.io/repowithghpages/page/to/index) page pls
2016-11-16 15:40:03,952 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..847..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 714.92&micro;s
2016-11-16 15:40:03,953 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..933..ihaiemil/repowithghpages, ticket=1, num=1)' in 37.63&micro;s
2016-11-16 15:40:03,954 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..847..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 728.75&micro;s
2016-11-16 15:40:03,954 DEBUG - #post('@charlesmike index [this](https://amihaiemil.github.io/repowithghpages/page/to/index) page pls'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..933..ihaiemil/repowithghpages, ticket=1, num=1)' in 7.74ms
2016-11-16 15:40:03,955 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..847..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 739.71&micro;s
2016-11-16 15:40:03,956 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.42ms
2016-11-16 15:40:03,957 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 775.42µs
2016-11-16 15:40:03,957 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..882..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.72ms
2016-11-16 15:40:03,958 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 768.73µs
2016-11-16 15:40:03,960 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 718.35µs
2016-11-16 15:40:03,960 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..916..esmike, coords=amihaiemil/repowithghpages)' in 1.89ms
2016-11-16 15:40:03,961 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 734.98µs
2016-11-16 15:40:03,963 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/repowithghpages&apos;]";ADDIF "issues";'): in 2.04ms
2016-11-16 15:40:03,964 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 765.09µs
2016-11-16 15:40:03,964 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..918..esmike, coords=amihaiemil/repowithghpages)' in 2.37ms
2016-11-16 15:40:03,964 DEBUG - #number(): 1 in 12.08µs
2016-11-16 15:40:03,965 DEBUG - #get(1): 1 in 30.82µs
2016-11-16 15:40:03,966 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 722.68µs
2016-11-16 15:40:03,977 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..214..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 11.95ms
2016-11-16 15:40:03,983 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 736.14µs
2016-11-16 15:40:03,984 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.17ms
2016-11-16 15:40:03,985 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 754.68µs
2016-11-16 15:40:03,986 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..928..repo=amihaiemil/repowithghpages, ticket=1)' in 2.50ms
2016-11-16 15:40:03,986 DEBUG - #lock(): in 10.09µs
2016-11-16 15:40:03,987 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 749.69µs
2016-11-16 15:40:03,990 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..847..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.10ms
2016-11-16 15:40:03,992 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..469..D "updated_at";SET "2016-11-16T15:40:03Z";'): in 3.28ms
2016-11-16 15:40:03,992 DEBUG - #unlock(): in 10.51µs
2016-11-16 15:40:03,993 DEBUG - #issue(): 1 in 28.34µs
2016-11-16 15:40:03,993 DEBUG - #number(): 1 in 11.64µs
2016-11-16 15:40:03,993 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index [this](https://amihaiemil.git..23..o/index) page pls\n\nindex-page checks passed!
2016-11-16 15:40:03,995 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:03,995 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1343..haiemil/repowithghpages, ticket=1, num=2)' in 30.57µs
2016-11-16 15:40:03,997 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.09ms
2016-11-16 15:40:03,997 DEBUG - #post('> @charlesmike index [this](https://amihaiemil.gi..25../index) page pls\n\nindex-page checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1343..haiemil/repowithghpages, ticket=1, num=2)' in 9.44ms
2016-11-16 15:40:03,998 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 757.80µs
2016-11-16 15:40:04,008 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 10.31ms
2016-11-16 15:40:04,009 DEBUG - #xml(): '<?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 892.38&micro;s
2016-11-16 15:40:04,009 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1337..epo=amihaiemil/repowithghpages, ticket=1)' in 10.65ms
2016-11-16 15:40:04,010 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 818.14&micro;s
2016-11-16 15:40:04,011 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1435...jcabi.github.mock.MkComments$1@73a15a6c)' in 56.94&micro;s
2016-11-16 15:40:04,012 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 876.60&micro;s
2016-11-16 15:40:04,013 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@67192631 in 2.31ms
2016-11-16 15:40:04,016 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 759.62&micro;s
2016-11-16 15:40:04,016 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1343..haiemil/repowithghpages, ticket=1, num=1)' in 22.01&micro;s
2016-11-16 15:40:04,018 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 749.45&micro;s
2016-11-16 15:40:04,018 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1343..haiemil/repowithghpages, ticket=1, num=2)' in 21.14&micro;s
2016-11-16 15:40:04,019 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1256..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 860.79&micro;s
2016-11-16 15:40:04,031 DEBUG - #json(): '{&quot;number&quot;:&quot;1","url":"https://api.jcabi-github.inv..214..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 12.07ms
2016-11-16 15:40:04,032 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1256..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 898.11µs
2016-11-16 15:40:04,043 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..246..:03Z","updated_at":"2016-11-16T15:40:03Z"}' in 12.08ms
2016-11-16 15:40:04,044 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 613.20µs
2016-11-16 15:40:04,045 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.27ms
2016-11-16 15:40:04,046 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 681.41µs
2016-11-16 15:40:04,046 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.57ms
2016-11-16 15:40:04,047 DEBUG - #name(): 'amihaiemil.github.io' in 10.24µs
2016-11-16 15:40:04,047 DEBUG - #name(): 'amihaiemil.github.io' in 8.17µs
2016-11-16 15:40:04,048 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 695.08µs
2016-11-16 15:40:04,050 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.00ms
2016-11-16 15:40:04,051 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 884.92µs
2016-11-16 15:40:04,053 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 691.32µs
2016-11-16 15:40:04,053 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.93ms
2016-11-16 15:40:04,053 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 157.17µs
2016-11-16 15:40:04,054 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 695.63µs
2016-11-16 15:40:04,056 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.06ms
2016-11-16 15:40:04,056 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.43ms
2016-11-16 15:40:04,056 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:04,057 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 716.69µs
2016-11-16 15:40:04,057 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.73ms
2016-11-16 15:40:04,058 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 693.60µs
2016-11-16 15:40:04,059 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.30ms
2016-11-16 15:40:04,060 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 645.33µs
2016-11-16 15:40:04,060 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.58ms
2016-11-16 15:40:04,061 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 624.71µs
2016-11-16 15:40:04,063 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 746.40µs
2016-11-16 15:40:04,063 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.63ms
2016-11-16 15:40:04,064 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 738.48µs
2016-11-16 15:40:04,066 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 2.03ms
2016-11-16 15:40:04,067 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 744.27&micro;s
2016-11-16 15:40:04,067 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.34ms
2016-11-16 15:40:04,067 DEBUG - #lock(): in 9.84&micro;s
2016-11-16 15:40:04,068 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 764.59&micro;s
2016-11-16 15:40:04,070 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 663.53&micro;s
2016-11-16 15:40:04,072 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 2.03ms
2016-11-16 15:40:04,072 DEBUG - #unlock(): in 11.49&micro;s
2016-11-16 15:40:04,073 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 751.97&micro;s
2016-11-16 15:40:04,073 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 18.96&micro;s
2016-11-16 15:40:04,073 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 10.98&micro;s
2016-11-16 15:40:04,074 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:04,074 DEBUG - #get(1): 1 in 24.42&micro;s
2016-11-16 15:40:04,074 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.89ms
2016-11-16 15:40:04,075 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 851.58&micro;s
2016-11-16 15:40:04,077 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.31ms
2016-11-16 15:40:04,078 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 786.61µs
2016-11-16 15:40:04,078 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.60ms
2016-11-16 15:40:04,078 DEBUG - #lock(): in 8.20µs
2016-11-16 15:40:04,080 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 904.51µs
2016-11-16 15:40:04,081 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 675.70µs
2016-11-16 15:40:04,083 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..421..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.25ms
2016-11-16 15:40:04,083 DEBUG - #unlock(): in 11.82µs
2016-11-16 15:40:04,084 DEBUG - #issue(): 1 in 29.14µs
2016-11-16 15:40:04,084 DEBUG - #number(): 1 in 16.76µs
2016-11-16 15:40:04,084 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls
2016-11-16 15:40:04,085 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 723.57µs
2016-11-16 15:40:04,085 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..936..mil/amihaiemil.github.io, ticket=1, num=1)' in 33.94µs
2016-11-16 15:40:04,087 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 784.62µs
2016-11-16 15:40:04,087 DEBUG - #post('@charlesmike index [this](http://amihaiemil.github.io/page/to/index) page pls'): 'MkComment(storage=<?xml version="1.0" encoding="U..936..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.39ms
2016-11-16 15:40:04,088 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 824.50µs
2016-11-16 15:40:04,089 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.55ms
2016-11-16 15:40:04,090 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 806.81µs
2016-11-16 15:40:04,090 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..880..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.84ms
2016-11-16 15:40:04,091 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 823.65µs
2016-11-16 15:40:04,093 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 853.68µs
2016-11-16 15:40:04,093 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..919..e, coords=amihaiemil/amihaiemil.github.io)' in 1.89ms
2016-11-16 15:40:04,095 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 833.08µs
2016-11-16 15:40:04,096 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.14ms
2016-11-16 15:40:04,097 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 821.15µs
2016-11-16 15:40:04,097 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..921..e, coords=amihaiemil/amihaiemil.github.io)' in 2.45ms
2016-11-16 15:40:04,098 DEBUG - #number(): 1 in 15.92µs
2016-11-16 15:40:04,098 DEBUG - #get(1): 1 in 28.86µs
2016-11-16 15:40:04,099 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 760.75µs
2016-11-16 15:40:04,110 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..202..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.83ms
2016-11-16 15:40:04,116 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..845..sue>\n</issues>\n</repo>\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 732.77&micro;s
2016-11-16 15:40:04,118 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.23ms
2016-11-16 15:40:04,119 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 822.62&micro;s
2016-11-16 15:40:04,119 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..931..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.54ms
2016-11-16 15:40:04,119 DEBUG - #lock(): in 25.67&micro;s
2016-11-16 15:40:04,121 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 806.34&micro;s
2016-11-16 15:40:04,123 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..845..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 742.94&micro;s
2016-11-16 15:40:04,124 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..477..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:04Z&quot;;'): in 2.31ms
2016-11-16 15:40:04,125 DEBUG - #unlock(): in 11.75&micro;s
2016-11-16 15:40:04,125 DEBUG - #issue(): 1 in 29.95&micro;s
2016-11-16 15:40:04,125 DEBUG - #number(): 1 in 12.12&micro;s
2016-11-16 15:40:04,125 INFO - comment #2 posted to issue #1 by charlesmike: &gt; @charlesmike index [this](http://amihaiemil.gith..21..ls\n\ndenied because author is not repo owner!
2016-11-16 15:40:04,127 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1257..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 847.50&micro;s
2016-11-16 15:40:04,127 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1349..il/amihaiemil.github.io, ticket=1, num=2)' in 28.18&micro;s
2016-11-16 15:40:04,128 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 837.29µs
2016-11-16 15:40:04,128 DEBUG - #post('> @charlesmike index [this](http://amihaiemil.git..23..s\n\ndenied because author is not repo owner!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..il/amihaiemil.github.io, ticket=1, num=2)' in 7.82ms
2016-11-16 15:40:04,130 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 801.44µs
2016-11-16 15:40:04,131 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.26ms
2016-11-16 15:40:04,132 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 732.37µs
2016-11-16 15:40:04,133 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1343..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.59ms
2016-11-16 15:40:04,134 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 840.48µs
2016-11-16 15:40:04,134 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1441...jcabi.github.mock.MkComments$1@68903261)' in 49.21µs
2016-11-16 15:40:04,135 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 844.86µs
2016-11-16 15:40:04,137 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@366d115d in 2.62ms
2016-11-16 15:40:04,139 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 776.88µs
2016-11-16 15:40:04,139 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..il/amihaiemil.github.io, ticket=1, num=1)' in 21.55µs
2016-11-16 15:40:04,141 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 750.40µs
2016-11-16 15:40:04,142 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1349..il/amihaiemil.github.io, ticket=1, num=2)' in 21.40µs
2016-11-16 15:40:04,143 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 842.76µs
2016-11-16 15:40:04,155 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..202..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 12.42ms
2016-11-16 15:40:04,156 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1257..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 838.09µs
2016-11-16 15:40:04,167 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..249..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 12.29ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.354 sec
Running com.amihaiemil.charles.github.EnglishTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.amihaiemil.charles.github.StepsTestCase
2016-11-16 15:40:04,201 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 844.94µs
2016-11-16 15:40:04,202 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.73ms
2016-11-16 15:40:04,203 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.23ms
2016-11-16 15:40:04,204 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 763.96µs
2016-11-16 15:40:04,204 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.75ms
2016-11-16 15:40:04,205 DEBUG - #name(): 'amihaiemil.github.io' in 6.18µs
2016-11-16 15:40:04,205 DEBUG - #name(): 'amihaiemil.github.io' in 7.21µs
2016-11-16 15:40:04,206 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 733.20µs
2016-11-16 15:40:04,207 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.14ms
2016-11-16 15:40:04,208 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.55ms
2016-11-16 15:40:04,209 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github&gt;\n' in 787.73&micro;s
2016-11-16 15:40:04,209 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.11ms
2016-11-16 15:40:04,212 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.03ms
2016-11-16 15:40:04,213 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.49ms
2016-11-16 15:40:04,213 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 189.07&micro;s
2016-11-16 15:40:04,215 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.02ms
2016-11-16 15:40:04,217 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 3.04ms
2016-11-16 15:40:04,218 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 3.63ms
2016-11-16 15:40:04,218 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 4.37ms
2016-11-16 15:40:04,218 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:04,220 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 999.63&micro;s
2016-11-16 15:40:04,220 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 14.09ms
2016-11-16 15:40:04,222 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 960.50µs
2016-11-16 15:40:04,223 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.92ms
2016-11-16 15:40:04,223 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.30ms
2016-11-16 15:40:04,225 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 936.54µs
2016-11-16 15:40:04,225 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.70ms
2016-11-16 15:40:04,226 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 939.90µs
2016-11-16 15:40:04,227 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.34ms
2016-11-16 15:40:04,229 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 930.78µs
2016-11-16 15:40:04,229 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 2.71ms
2016-11-16 15:40:04,231 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 912.99µs
2016-11-16 15:40:04,232 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.46ms
2016-11-16 15:40:04,233 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.85ms
2016-11-16 15:40:04,234 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 921.85µs
2016-11-16 15:40:04,234 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 3.25ms
2016-11-16 15:40:04,235 DEBUG - #lock(): in 9.76µs
2016-11-16 15:40:04,236 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 919.01µs
2016-11-16 15:40:04,236 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:04,239 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 913.33µs
2016-11-16 15:40:04,241 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.83ms
2016-11-16 15:40:04,241 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 3.32ms
2016-11-16 15:40:04,242 DEBUG - #unlock(): in 10.70µs
2016-11-16 15:40:04,243 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.00ms
2016-11-16 15:40:04,243 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 26.40µs
2016-11-16 15:40:04,244 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 10.70µs
2016-11-16 15:40:04,244 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:04,244 DEBUG - #get(1): 1 in 29.38µs
2016-11-16 15:40:04,245 DEBUG - #create('Test issue for commands', 'test body'): 1 in 9.87ms
2016-11-16 15:40:04,247 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 794.37µs
2016-11-16 15:40:04,249 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.21ms
2016-11-16 15:40:04,249 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.49ms
2016-11-16 15:40:04,250 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github&gt;\n' in 672.57&micro;s
2016-11-16 15:40:04,250 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.86ms
2016-11-16 15:40:04,251 DEBUG - #lock(): in 12.50&micro;s
2016-11-16 15:40:04,252 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 671.11&micro;s
2016-11-16 15:40:04,252 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 930.53&micro;s
2016-11-16 15:40:04,254 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 672.74&micro;s
2016-11-16 15:40:04,255 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..411..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:04Z&quot;;'): in 2.12ms
2016-11-16 15:40:04,256 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..411..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:04Z&quot;;'): in 2.46ms
2016-11-16 15:40:04,256 DEBUG - #unlock(): in 11.72&micro;s
2016-11-16 15:40:04,256 DEBUG - #issue(): 1 in 31.24&micro;s
2016-11-16 15:40:04,256 DEBUG - #number(): 1 in 30.69&micro;s
2016-11-16 15:40:04,257 INFO - comment #1 posted to issue #1 by amihaiemil: &gt; @charlesmike mock command\n\nError whene executig steps!
2016-11-16 15:40:04,258 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..827..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 728.30&micro;s
2016-11-16 15:40:04,258 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..918..mil/amihaiemil.github.io, ticket=1, num=1)' in 33.21&micro;s
2016-11-16 15:40:04,259 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 737.44µs
2016-11-16 15:40:04,259 DEBUG - #post('> @charlesmike mock command\n\nError whene executig steps!'): 'MkComment(storage=<?xml version="1.0" encoding="U..918..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.57ms
2016-11-16 15:40:04,261 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 708.25µs
2016-11-16 15:40:04,262 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.08ms
2016-11-16 15:40:04,262 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.35ms
2016-11-16 15:40:04,263 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 722.32µs
2016-11-16 15:40:04,264 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..912..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.71ms
2016-11-16 15:40:04,265 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 717.87µs
2016-11-16 15:40:04,265 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1011...jcabi.github.mock.MkComments$1@74141a46)' in 59.16µs
2016-11-16 15:40:04,266 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 720.12µs
2016-11-16 15:40:04,266 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 981.99µs
2016-11-16 15:40:04,267 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@4670f288 in 2.22ms
2016-11-16 15:40:04,269 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 699.95µs
2016-11-16 15:40:04,270 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..918..mil/amihaiemil.github.io, ticket=1, num=1)' in 21.66µs
2016-11-16 15:40:04,271 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 712.66µs
2016-11-16 15:40:04,271 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..827..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 976.17µs
2016-11-16 15:40:04,285 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..183..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 14.80ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running com.amihaiemil.charles.github.LogsOnServerTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.amihaiemil.charles.github.IndexSiteActionTestCase
2016-11-16 15:40:04,290 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 837.06µs
2016-11-16 15:40:04,291 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.72ms
2016-11-16 15:40:04,292 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 901.58µs
2016-11-16 15:40:04,292 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=teamed)' in 2.13ms
2016-11-16 15:40:04,293 DEBUG - #name(): 'repowithghpages' in 11.25µs
2016-11-16 15:40:04,293 DEBUG - #name(): 'repowithghpages' in 18.29µs
2016-11-16 15:40:04,294 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 876.39µs
2016-11-16 15:40:04,296 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..86..epository";UP;ADD "private";SET "false";UP;'): in 2.43ms
2016-11-16 15:40:04,297 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..alse</private>\n</repo>\n</repos>\n</github>\n' in 923.53µs
2016-11-16 15:40:04,300 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..alse</private>\n</repo>\n</repos>\n</github>\n' in 939.46µs
2016-11-16 15:40:04,300 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..180..elf=teamed, coords=teamed/repowithghpages)' in 2.35ms
2016-11-16 15:40:04,301 DEBUG - #json(): {"name":"repowithghpages","description":"","homepage":"","private&quot;:false} in 187.54&micro;s
2016-11-16 15:40:04,302 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..120..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 956.84&micro;s
2016-11-16 15:40:04,307 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/re..106.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 5.86ms
2016-11-16 15:40:04,308 DEBUG - #patch({&quot;name&quot;:&quot;repowithghpages&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 6.42ms
2016-11-16 15:40:04,308 INFO - repository teamed/repowithghpages created by teamed
2016-11-16 15:40:04,309 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..104..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 936.36&micro;s
2016-11-16 15:40:04,309 DEBUG - #create('Repos.RepoCreate(nam=repowithghpages, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..164..elf=teamed, coords=teamed/repowithghpages)' in 15.21ms
2016-11-16 15:40:04,311 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..104..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 935.92&micro;s
2016-11-16 15:40:04,322 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 12.30ms
2016-11-16 15:40:04,323 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..104..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 898.27&micro;s
2016-11-16 15:40:04,324 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..134..\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=teamed)' in 12.72ms
2016-11-16 15:40:04,325 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..104..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 889.46&micro;s
2016-11-16 15:40:04,327 DEBUG - #xml(): '&lt;?xml version=&quot;1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 878.54µs
2016-11-16 15:40:04,328 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..164..elf=teamed, coords=teamed/repowithghpages)' in 2.28ms
2016-11-16 15:40:04,329 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..104..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 869.60µs
2016-11-16 15:40:04,331 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/repowithghpages&apos;]";ADDIF "issues";'): in 2.38ms
2016-11-16 15:40:04,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 897.83µs
2016-11-16 15:40:04,332 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..176..elf=teamed, coords=teamed/repowithghpages)' in 2.78ms
2016-11-16 15:40:04,332 DEBUG - #lock(): in 8.78µs
2016-11-16 15:40:04,334 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 931.70µs
2016-11-16 15:40:04,336 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 634.49µs
2016-11-16 15:40:04,337 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..349..ADD "user";ADD "login";SET "teamed";UP;UP;'): in 1.95ms
2016-11-16 15:40:04,337 DEBUG - #unlock(): in 19.33µs
2016-11-16 15:40:04,338 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..440..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 694.49µs
2016-11-16 15:40:04,339 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..500..elf=teamed, coords=teamed/repowithghpages)' in 35.54µs
2016-11-16 15:40:04,339 DEBUG - #coordinates(): teamed/repowithghpages in 10.59µs
2016-11-16 15:40:04,339 INFO - issue #1 created in teamed/repowithghpages by teamed: Test issue for commands
2016-11-16 15:40:04,339 DEBUG - #get(1): 1 in 33.03µs
2016-11-16 15:40:04,340 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.28ms
2016-11-16 15:40:04,341 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..440..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 697.59µs
2016-11-16 15:40:04,342 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..28..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.02ms
2016-11-16 15:40:04,343 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..452..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 681.54µs
2016-11-16 15:40:04,343 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..524..ed, repo=teamed/repowithghpages, ticket=1)' in 2.35ms
2016-11-16 15:40:04,344 DEBUG - #lock(): in 7.07µs
2016-11-16 15:40:04,345 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..452..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 678.00µs
2016-11-16 15:40:04,347 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..452..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 666.31µs
2016-11-16 15:40:04,348 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..336..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.26ms
2016-11-16 15:40:04,348 DEBUG - #unlock(): in 14.79µs
2016-11-16 15:40:04,349 DEBUG - #issue(): 1 in 30.65µs
2016-11-16 15:40:04,349 DEBUG - #number(): 1 in 17.40µs
2016-11-16 15:40:04,349 INFO - comment #1 posted to issue #1 by teamed: @charlesmike index
2016-11-16 15:40:04,350 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 728.96µs
2016-11-16 15:40:04,351 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..833..o=teamed/repowithghpages, ticket=1, num=1)' in 33.03µs
2016-11-16 15:40:04,352 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 731.27µs
2016-11-16 15:40:04,352 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..833..o=teamed/repowithghpages, ticket=1, num=1)' in 7.15ms
2016-11-16 15:40:04,353 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 725.84&micro;s
2016-11-16 15:40:04,354 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.39ms
2016-11-16 15:40:04,355 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 737.32&micro;s
2016-11-16 15:40:04,355 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..790..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 1.68ms
2016-11-16 15:40:04,356 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 746.95&micro;s
2016-11-16 15:40:04,358 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 687.65&micro;s
2016-11-16 15:40:04,358 DEBUG - #get(teamed/repowithghpages): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..820..harlesmike, coords=teamed/repowithghpages)' in 1.83ms
2016-11-16 15:40:04,359 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 702.12&micro;s
2016-11-16 15:40:04,360 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/repowithghpages&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.90ms
2016-11-16 15:40:04,361 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..755..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 751.86&micro;s
2016-11-16 15:40:04,362 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..822..harlesmike, coords=teamed/repowithghpages)' in 2.23ms
2016-11-16 15:40:04,362 DEBUG - #number(): 1 in 12.75&micro;s
2016-11-16 15:40:04,362 DEBUG - #get(1): 1 in 35.75µs
2016-11-16 15:40:04,364 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 694.90µs
2016-11-16 15:40:04,375 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..130..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.72ms
2016-11-16 15:40:04,380 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 717.91µs
2016-11-16 15:40:04,382 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..28..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.41ms
2016-11-16 15:40:04,383 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 837.68µs
2016-11-16 15:40:04,383 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..832..ke, repo=teamed/repowithghpages, ticket=1)' in 2.75ms
2016-11-16 15:40:04,383 DEBUG - #lock(): in 9.51µs
2016-11-16 15:40:04,385 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 769.09µs
2016-11-16 15:40:04,387 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..755..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 705.73µs
2016-11-16 15:40:04,388 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..385..pdated_at";\n20:SET "2016-11-16T15:40:04Z";'): in 2.22ms
2016-11-16 15:40:04,389 DEBUG - #unlock(): in 11.62µs
2016-11-16 15:40:04,389 DEBUG - #issue(): 1 in 35.70µs
2016-11-16 15:40:04,389 DEBUG - #number(): 1 in 12.40µs
2016-11-16 15:40:04,390 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\nIndex-site checks passed!
2016-11-16 15:40:04,391 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:04,391 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1167..=teamed/repowithghpages, ticket=1, num=2)' in 31.55µs
2016-11-16 15:40:04,393 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:04,393 DEBUG - #post('> @charlesmike index\n\nIndex-site checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1167..=teamed/repowithghpages, ticket=1, num=2)' in 8.24ms
2016-11-16 15:40:04,395 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:04,396 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/re..28..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.50ms
2016-11-16 15:40:04,397 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 745.80µs
2016-11-16 15:40:04,398 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1161..e, repo=teamed/repowithghpages, ticket=1)' in 2.87ms
2016-11-16 15:40:04,399 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 721.97µs
2016-11-16 15:40:04,399 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1259...jcabi.github.mock.MkComments$1@61598845)' in 33.22µs
2016-11-16 15:40:04,400 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 712.58µs
2016-11-16 15:40:04,401 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@3f54b627 in 1.92ms
2016-11-16 15:40:04,403 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 721.64µs
2016-11-16 15:40:04,403 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1167..=teamed/repowithghpages, ticket=1, num=1)' in 21.36µs
2016-11-16 15:40:04,405 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1084..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 737.76µs
2016-11-16 15:40:04,405 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1167..=teamed/repowithghpages, ticket=1, num=2)' in 21.69µs
2016-11-16 15:40:04,406 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1084..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 696.95&micro;s
2016-11-16 15:40:04,419 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..130..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 13.71ms
2016-11-16 15:40:04,420 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1084..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 706.60&micro;s
2016-11-16 15:40:04,431 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..166..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 11.15ms
2016-11-16 15:40:04,432 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 521.99&micro;s
2016-11-16 15:40:04,433 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.11ms
2016-11-16 15:40:04,434 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 583.46&micro;s
2016-11-16 15:40:04,434 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.38ms
2016-11-16 15:40:04,434 DEBUG - #name(): 'someRepoWithNoWebsite' in 5.84&micro;s
2016-11-16 15:40:04,434 DEBUG - #name(): 'someRepoWithNoWebsite' in 7.26&micro;s
2016-11-16 15:40:04,435 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 558.50&micro;s
2016-11-16 15:40:04,436 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..106..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.59ms
2016-11-16 15:40:04,437 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..136..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 605.01&micro;s
2016-11-16 15:40:04,439 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..136..alse</private>\n</repo>\n</repos>\n</github>\n' in 615.19µs
2016-11-16 15:40:04,439 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..210.., coords=amihaiemil/someRepoWithNoWebsite)' in 1.58ms
2016-11-16 15:40:04,439 DEBUG - #json(): {"name":"someRepoWithNoWebsite","description":"","homepage":"","private":false} in 116.34µs
2016-11-16 15:40:04,440 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..136..alse</private>\n</repo>\n</repos>\n</github>\n' in 616.41µs
2016-11-16 15:40:04,442 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..122.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.83ms
2016-11-16 15:40:04,442 DEBUG - #patch({"name":"someRepoWithNoWebsite","description":"","homepage":"","private":false}): in 2.18ms
2016-11-16 15:40:04,442 INFO - repository amihaiemil/someRepoWithNoWebsite created by amihaiemil
2016-11-16 15:40:04,443 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 642.54µs
2016-11-16 15:40:04,443 DEBUG - #create('Repos.RepoCreate(nam=someRepoWithNoWebsite, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..194.., coords=amihaiemil/someRepoWithNoWebsite)' in 8.10ms
2016-11-16 15:40:04,444 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 881.14µs
2016-11-16 15:40:04,445 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.59ms
2016-11-16 15:40:04,446 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 649.33µs
2016-11-16 15:40:04,446 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..154..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.86ms
2016-11-16 15:40:04,447 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 646.28µs
2016-11-16 15:40:04,449 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 631.81µs
2016-11-16 15:40:04,449 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..194.., coords=amihaiemil/someRepoWithNoWebsite)' in 1.60ms
2016-11-16 15:40:04,450 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..120..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 686.82µs
2016-11-16 15:40:04,451 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/someRepoWithNoWebsite&apos;]";ADDIF "issues";'): in 1.85ms
2016-11-16 15:40:04,452 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 654.02µs
2016-11-16 15:40:04,452 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..206.., coords=amihaiemil/someRepoWithNoWebsite)' in 2.13ms
2016-11-16 15:40:04,452 DEBUG - #lock(): in 9.65µs
2016-11-16 15:40:04,453 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 715.01µs
2016-11-16 15:40:04,455 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..130..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 602.78µs
2016-11-16 15:40:04,457 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..363.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.15ms
2016-11-16 15:40:04,457 DEBUG - #unlock(): in 11.61µs
2016-11-16 15:40:04,458 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 703.16µs
2016-11-16 15:40:04,459 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..534.., coords=amihaiemil/someRepoWithNoWebsite)' in 19.63µs
2016-11-16 15:40:04,459 DEBUG - #coordinates(): amihaiemil/someRepoWithNoWebsite in 7.54µs
2016-11-16 15:40:04,459 INFO - issue #1 created in amihaiemil/someRepoWithNoWebsite by amihaiemil: Test issue for commands
2016-11-16 15:40:04,459 DEBUG - #get(1): 1 in 21.31&micro;s
2016-11-16 15:40:04,460 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.99ms
2016-11-16 15:40:04,461 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..460..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 774.72&micro;s
2016-11-16 15:40:04,462 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..38..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.17ms
2016-11-16 15:40:04,463 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..472..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 742.74&micro;s
2016-11-16 15:40:04,463 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..558..mihaiemil/someRepoWithNoWebsite, ticket=1)' in 2.50ms
2016-11-16 15:40:04,464 DEBUG - #lock(): in 9.23&micro;s
2016-11-16 15:40:04,465 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..472..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 753.81&micro;s
2016-11-16 15:40:04,467 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..472..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 669.22&micro;s
2016-11-16 15:40:04,468 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..360..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:04Z&quot;;'): in 2.16ms
2016-11-16 15:40:04,468 DEBUG - #unlock(): in 11.64&micro;s
2016-11-16 15:40:04,469 DEBUG - #issue(): 1 in 31.26&micro;s
2016-11-16 15:40:04,469 DEBUG - #number(): 1 in 11.82&micro;s
2016-11-16 15:40:04,469 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:04,470 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..789..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 708.32&micro;s
2016-11-16 15:40:04,471 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..881..il/someRepoWithNoWebsite, ticket=1, num=1)' in 21.65µs
2016-11-16 15:40:04,472 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 687.61µs
2016-11-16 15:40:04,472 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..881..il/someRepoWithNoWebsite, ticket=1, num=1)' in 7.12ms
2016-11-16 15:40:04,473 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 681.72µs
2016-11-16 15:40:04,473 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.34ms
2016-11-16 15:40:04,475 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 849.28µs
2016-11-16 15:40:04,475 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..824..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.69ms
2016-11-16 15:40:04,476 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 907.05µs
2016-11-16 15:40:04,478 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 841.66µs
2016-11-16 15:40:04,478 DEBUG - #get(amihaiemil/someRepoWithNoWebsite): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..864.., coords=amihaiemil/someRepoWithNoWebsite)' in 1.93ms
2016-11-16 15:40:04,479 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 705.59µs
2016-11-16 15:40:04,481 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/someRepoWithNoWebsite&apos;]";ADDIF "issues";'): in 2.00ms
2016-11-16 15:40:04,482 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 793.15µs
2016-11-16 15:40:04,482 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..866.., coords=amihaiemil/someRepoWithNoWebsite)' in 2.28ms
2016-11-16 15:40:04,482 DEBUG - #number(): 1 in 8.02µs
2016-11-16 15:40:04,483 DEBUG - #get(1): 1 in 25.44µs
2016-11-16 15:40:04,484 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 743.91µs
2016-11-16 15:40:04,498 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..144..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 14.30ms
2016-11-16 15:40:04,511 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:04,513 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..38..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.90ms
2016-11-16 15:40:04,514 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 748.38µs
2016-11-16 15:40:04,514 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..876..mihaiemil/someRepoWithNoWebsite, ticket=1)' in 3.23ms
2016-11-16 15:40:04,514 DEBUG - #lock(): in 6.05µs
2016-11-16 15:40:04,515 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 716.57µs
2016-11-16 15:40:04,517 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..789..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.06µs
2016-11-16 15:40:04,519 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..420..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.11ms
2016-11-16 15:40:04,519 DEBUG - #unlock(): in 13.57µs
2016-11-16 15:40:04,519 DEBUG - #issue(): 1 in 22.09µs
2016-11-16 15:40:04,520 DEBUG - #number(): 1 in 14.77µs
2016-11-16 15:40:04,520 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\nThis repo doesn't host any website!
2016-11-16 15:40:04,521 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1138..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 761.74µs
2016-11-16 15:40:04,521 DEBUG - #get(2): 'MkComment(storage=<?xml version=&quot;1.0&quot; encoding=&quot;U..1231..l/someRepoWithNoWebsite, ticket=1, num=2)' in 33.08&micro;s
2016-11-16 15:40:04,522 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1138..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 746.34&micro;s
2016-11-16 15:40:04,523 DEBUG - #post('&gt; @charlesmike index\n\nThis repo doesn't host any website!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1231..l/someRepoWithNoWebsite, ticket=1, num=2)' in 7.01ms
2016-11-16 15:40:04,524 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1138..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 718.70&micro;s
2016-11-16 15:40:04,525 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..38..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.02ms
2016-11-16 15:40:04,526 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1138..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 763.11&micro;s
2016-11-16 15:40:04,526 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1225..ihaiemil/someRepoWithNoWebsite, ticket=1)' in 2.33ms
2016-11-16 15:40:04,528 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1138..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 758.64&micro;s
2016-11-16 15:40:04,528 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1323...jcabi.github.mock.MkComments$1@545ee78d)' in 49.48&micro;s
2016-11-16 15:40:04,529 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1138..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 772.19&micro;s
2016-11-16 15:40:04,530 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@6d9041cc in 2.06ms
2016-11-16 15:40:04,532 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1138..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 705.74µs
2016-11-16 15:40:04,533 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1231..l/someRepoWithNoWebsite, ticket=1, num=1)' in 35.48µs
2016-11-16 15:40:04,535 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1138..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 732.97µs
2016-11-16 15:40:04,535 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1231..l/someRepoWithNoWebsite, ticket=1, num=2)' in 21.35µs
2016-11-16 15:40:04,536 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1138..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 756.08µs
2016-11-16 15:40:04,548 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..144..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 12.39ms
2016-11-16 15:40:04,549 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1138..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 767.55µs
2016-11-16 15:40:04,559 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..186..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.33ms
2016-11-16 15:40:04,561 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 785.78µs
2016-11-16 15:40:04,562 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.59ms
2016-11-16 15:40:04,563 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 833.18µs
2016-11-16 15:40:04,563 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.98ms
2016-11-16 15:40:04,564 DEBUG - #name(): 'amihaiemil.github.io' in 10.13µs
2016-11-16 15:40:04,564 DEBUG - #name(): 'amihaiemil.github.io' in 9.60µs
2016-11-16 15:40:04,565 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 583.89µs
2016-11-16 15:40:04,566 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.62ms
2016-11-16 15:40:04,567 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 742.54µs
2016-11-16 15:40:04,569 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 620.97µs
2016-11-16 15:40:04,569 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.80ms
2016-11-16 15:40:04,569 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 180.80µs
2016-11-16 15:40:04,571 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 683.76µs
2016-11-16 15:40:04,572 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.11ms
2016-11-16 15:40:04,572 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.51ms
2016-11-16 15:40:04,572 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:04,574 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 786.71µs
2016-11-16 15:40:04,574 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.04ms
2016-11-16 15:40:04,575 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 731.40µs
2016-11-16 15:40:04,576 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.38ms
2016-11-16 15:40:04,577 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 721.65µs
2016-11-16 15:40:04,577 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n&lt;/github&gt;\n, self=amihaiemil)' in 1.69ms
2016-11-16 15:40:04,578 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 741.88&micro;s
2016-11-16 15:40:04,580 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 618.59&micro;s
2016-11-16 15:40:04,580 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.80ms
2016-11-16 15:40:04,581 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 746.34&micro;s
2016-11-16 15:40:04,582 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.93ms
2016-11-16 15:40:04,583 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 704.83&micro;s
2016-11-16 15:40:04,583 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.26ms
2016-11-16 15:40:04,584 DEBUG - #lock(): in 8.86&micro;s
2016-11-16 15:40:04,585 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 969.12&micro;s
2016-11-16 15:40:04,588 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 893.93&micro;s
2016-11-16 15:40:04,589 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 2.24ms
2016-11-16 15:40:04,589 DEBUG - #unlock(): in 7.92&micro;s
2016-11-16 15:40:04,590 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues>\n</repo>\n</repos>\n</github>\n' in 651.22µs
2016-11-16 15:40:04,590 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 22.63µs
2016-11-16 15:40:04,591 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 14.72µs
2016-11-16 15:40:04,591 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:04,591 DEBUG - #get(1): 1 in 21.80µs
2016-11-16 15:40:04,591 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.61ms
2016-11-16 15:40:04,592 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 639.35µs
2016-11-16 15:40:04,594 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.85ms
2016-11-16 15:40:04,595 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 892.64µs
2016-11-16 15:40:04,595 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.25ms
2016-11-16 15:40:04,595 DEBUG - #lock(): in 10.00µs
2016-11-16 15:40:04,597 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 729.29µs
2016-11-16 15:40:04,598 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 646.01µs
2016-11-16 15:40:04,600 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..358..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.10ms
2016-11-16 15:40:04,600 DEBUG - #unlock(): in 11.75µs
2016-11-16 15:40:04,600 DEBUG - #issue(): 1 in 30.41µs
2016-11-16 15:40:04,601 DEBUG - #number(): 1 in 16.09µs
2016-11-16 15:40:04,601 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:04,602 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 735.55µs
2016-11-16 15:40:04,602 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 21.88µs
2016-11-16 15:40:04,603 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.54µs
2016-11-16 15:40:04,603 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.09ms
2016-11-16 15:40:04,604 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 654.14µs
2016-11-16 15:40:04,605 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.48ms
2016-11-16 15:40:04,606 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 776.34µs
2016-11-16 15:40:04,607 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..821..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.81ms
2016-11-16 15:40:04,608 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 788.47µs
2016-11-16 15:40:04,609 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 690.86µs
2016-11-16 15:40:04,610 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..860..e, coords=amihaiemil/amihaiemil.github.io)' in 1.91ms
2016-11-16 15:40:04,611 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 790.75µs
2016-11-16 15:40:04,612 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.02ms
2016-11-16 15:40:04,613 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 773.14&micro;s
2016-11-16 15:40:04,613 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..862..e, coords=amihaiemil/amihaiemil.github.io)' in 2.33ms
2016-11-16 15:40:04,614 DEBUG - #number(): 1 in 16.52&micro;s
2016-11-16 15:40:04,614 DEBUG - #get(1): 1 in 30.80&micro;s
2016-11-16 15:40:04,615 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 735.58&micro;s
2016-11-16 15:40:04,626 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..143..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 11.16ms
2016-11-16 15:40:04,631 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 725.37&micro;s
2016-11-16 15:40:04,632 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.16ms
2016-11-16 15:40:04,633 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 801.96&micro;s
2016-11-16 15:40:04,633 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..872..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.48ms
2016-11-16 15:40:04,634 DEBUG - #lock(): in 12.12&micro;s
2016-11-16 15:40:04,635 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 748.43&micro;s
2016-11-16 15:40:04,637 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 681.12&micro;s
2016-11-16 15:40:04,638 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&apos;amihaiemi..403..pdated_at";\n20:SET "2016-11-16T15:40:04Z";'): in 2.16ms
2016-11-16 15:40:04,639 DEBUG - #unlock(): in 17.70µs
2016-11-16 15:40:04,639 DEBUG - #issue(): 1 in 32.56µs
2016-11-16 15:40:04,639 DEBUG - #number(): 1 in 16.59µs
2016-11-16 15:40:04,639 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\nIndex-site checks passed!
2016-11-16 15:40:04,641 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 906.50µs
2016-11-16 15:40:04,641 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1216..il/amihaiemil.github.io, ticket=1, num=2)' in 22.61µs
2016-11-16 15:40:04,642 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 799.21µs
2016-11-16 15:40:04,643 DEBUG - #post('> @charlesmike index\n\nIndex-site checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1216..il/amihaiemil.github.io, ticket=1, num=2)' in 7.65ms
2016-11-16 15:40:04,644 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 773.31µs
2016-11-16 15:40:04,645 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.14ms
2016-11-16 15:40:04,646 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 820.92µs
2016-11-16 15:40:04,647 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1210..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.48ms
2016-11-16 15:40:04,648 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 812.52µs
2016-11-16 15:40:04,648 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1308...jcabi.github.mock.MkComments$1@4f8ad735)' in 51.16µs
2016-11-16 15:40:04,649 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 834.65µs
2016-11-16 15:40:04,650 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@28454d3e in 2.18ms
2016-11-16 15:40:04,653 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 729.82µs
2016-11-16 15:40:04,653 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1216..il/amihaiemil.github.io, ticket=1, num=1)' in 23.42µs
2016-11-16 15:40:04,655 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 712.23µs
2016-11-16 15:40:04,655 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1216..il/amihaiemil.github.io, ticket=1, num=2)' in 21.08µs
2016-11-16 15:40:04,656 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 836.04µs
2016-11-16 15:40:04,668 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..143..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 12.11ms
2016-11-16 15:40:04,669 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1124..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 813.26µs
2016-11-16 15:40:04,679 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..175..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.20ms
2016-11-16 15:40:04,681 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 618.57µs
2016-11-16 15:40:04,681 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.34ms
2016-11-16 15:40:04,682 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 627.79µs
2016-11-16 15:40:04,683 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.70ms
2016-11-16 15:40:04,683 DEBUG - #name(): 'repowithghpages' in 9.66µs
2016-11-16 15:40:04,683 DEBUG - #name(): 'repowithghpages' in 16.50µs
2016-11-16 15:40:04,684 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 621.83&micro;s
2016-11-16 15:40:04,685 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..94..itory&quot;;UP;ADD &quot;private&quot;;SET &quot;false&quot;;\n11:UP;'): in 1.71ms
2016-11-16 15:40:04,686 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 681.71&micro;s
2016-11-16 15:40:04,688 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 619.55&micro;s
2016-11-16 15:40:04,688 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..192..aiemil, coords=amihaiemil/repowithghpages)' in 1.71ms
2016-11-16 15:40:04,689 DEBUG - #json(): {&quot;name&quot;:&quot;repowithghpages&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 169.66&micro;s
2016-11-16 15:40:04,690 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..124..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 657.54&micro;s
2016-11-16 15:40:04,691 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..110.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.88ms
2016-11-16 15:40:04,691 DEBUG - #patch({&quot;name&quot;:&quot;repowithghpages&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.28ms
2016-11-16 15:40:04,691 INFO - repository amihaiemil/repowithghpages created by amihaiemil
2016-11-16 15:40:04,692 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..108..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 687.94&micro;s
2016-11-16 15:40:04,693 DEBUG - #create('Repos.RepoCreate(nam=repowithghpages, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..176..aiemil, coords=amihaiemil/repowithghpages)' in 8.91ms
2016-11-16 15:40:04,694 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 690.74µs
2016-11-16 15:40:04,708 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 15.11ms
2016-11-16 15:40:04,709 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 674.94µs
2016-11-16 15:40:04,709 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..142..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 15.43ms
2016-11-16 15:40:04,710 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 664.40µs
2016-11-16 15:40:04,712 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 600.96µs
2016-11-16 15:40:04,712 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..176..aiemil, coords=amihaiemil/repowithghpages)' in 1.70ms
2016-11-16 15:40:04,713 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 626.16µs
2016-11-16 15:40:04,715 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/repowithghpages&apos;]";ADDIF "issues";'): in 1.82ms
2016-11-16 15:40:04,715 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 674.13µs
2016-11-16 15:40:04,716 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..188..aiemil, coords=amihaiemil/repowithghpages)' in 2.12ms
2016-11-16 15:40:04,716 DEBUG - #lock(): in 9.18µs
2016-11-16 15:40:04,717 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 691.74µs
2016-11-16 15:40:04,719 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 613.97µs
2016-11-16 15:40:04,720 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..357.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.94ms
2016-11-16 15:40:04,720 DEBUG - #unlock(): in 11.33µs
2016-11-16 15:40:04,721 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..448..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 689.59µs
2016-11-16 15:40:04,722 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..516..aiemil, coords=amihaiemil/repowithghpages)' in 29.98µs
2016-11-16 15:40:04,722 DEBUG - #coordinates(): amihaiemil/repowithghpages in 11.50µs
2016-11-16 15:40:04,722 INFO - issue #1 created in amihaiemil/repowithghpages by amihaiemil: Test issue for commands
2016-11-16 15:40:04,723 DEBUG - #get(1): 1 in 23.43µs
2016-11-16 15:40:04,723 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.74ms
2016-11-16 15:40:04,724 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..448..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 680.08µs
2016-11-16 15:40:04,725 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.94ms
2016-11-16 15:40:04,726 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 706.92µs
2016-11-16 15:40:04,726 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..540..repo=amihaiemil/repowithghpages, ticket=1)' in 2.30ms
2016-11-16 15:40:04,727 DEBUG - #lock(): in 9.17µs
2016-11-16 15:40:04,728 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 679.82µs
2016-11-16 15:40:04,729 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..460..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 634.83µs
2016-11-16 15:40:04,731 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..348..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.12ms
2016-11-16 15:40:04,731 DEBUG - #unlock(): in 11.49µs
2016-11-16 15:40:04,731 DEBUG - #issue(): 1 in 31.01µs
2016-11-16 15:40:04,732 DEBUG - #number(): 1 in 11.64&micro;s
2016-11-16 15:40:04,732 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:04,733 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 716.32&micro;s
2016-11-16 15:40:04,733 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..857..ihaiemil/repowithghpages, ticket=1, num=1)' in 34.30&micro;s
2016-11-16 15:40:04,734 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 690.11&micro;s
2016-11-16 15:40:04,735 DEBUG - #post('@charlesmike index'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..857..ihaiemil/repowithghpages, ticket=1, num=1)' in 6.94ms
2016-11-16 15:40:04,736 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 703.81&micro;s
2016-11-16 15:40:04,736 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.34ms
2016-11-16 15:40:04,737 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 687.54&micro;s
2016-11-16 15:40:04,738 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..806..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 1.64ms
2016-11-16 15:40:04,739 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 962.53&micro;s
2016-11-16 15:40:04,741 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..771..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.00ms
2016-11-16 15:40:04,742 DEBUG - #get(amihaiemil/repowithghpages): 'MkRepo(storage=&lt;?xml version="1.0" encoding="UTF-..840..esmike, coords=amihaiemil/repowithghpages)' in 2.37ms
2016-11-16 15:40:04,743 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 984.23µs
2016-11-16 15:40:04,744 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/repowithghpages&apos;]";ADDIF "issues";'): in 2.26ms
2016-11-16 15:40:04,745 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 691.56µs
2016-11-16 15:40:04,746 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..842..esmike, coords=amihaiemil/repowithghpages)' in 2.62ms
2016-11-16 15:40:04,746 DEBUG - #number(): 1 in 12.06µs
2016-11-16 15:40:04,746 DEBUG - #get(1): 1 in 31.32µs
2016-11-16 15:40:04,748 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 716.72µs
2016-11-16 15:40:04,758 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..138..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.15ms
2016-11-16 15:40:04,763 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 740.42µs
2016-11-16 15:40:04,764 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.14ms
2016-11-16 15:40:04,765 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 774.67µs
2016-11-16 15:40:04,766 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..852..repo=amihaiemil/repowithghpages, ticket=1)' in 2.50ms
2016-11-16 15:40:04,766 DEBUG - #lock(): in 10.64µs
2016-11-16 15:40:04,767 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 732.95µs
2016-11-16 15:40:04,769 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..771..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 997.16µs
2016-11-16 15:40:04,771 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..393..pdated_at";\n20:SET "2016-11-16T15:40:04Z";'): in 2.56ms
2016-11-16 15:40:04,771 DEBUG - #unlock(): in 11.64µs
2016-11-16 15:40:04,772 DEBUG - #issue(): 1 in 33.06µs
2016-11-16 15:40:04,772 DEBUG - #number(): 1 in 11.59µs
2016-11-16 15:40:04,772 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\nIndex-site checks passed!
2016-11-16 15:40:04,773 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1104..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 737.59µs
2016-11-16 15:40:04,774 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1191..haiemil/repowithghpages, ticket=1, num=2)' in 30.39µs
2016-11-16 15:40:04,775 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1104..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 903.86µs
2016-11-16 15:40:04,775 DEBUG - #post('> @charlesmike index\n\nIndex-site checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1191..haiemil/repowithghpages, ticket=1, num=2)' in 7.89ms
2016-11-16 15:40:04,776 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1104..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 775.93µs
2016-11-16 15:40:04,778 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..32..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.19ms
2016-11-16 15:40:04,779 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1104..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 817.07µs
2016-11-16 15:40:04,779 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1185..epo=amihaiemil/repowithghpages, ticket=1)' in 2.54ms
2016-11-16 15:40:04,780 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1104..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 691.24µs
2016-11-16 15:40:04,780 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1282..m.jcabi.github.mock.MkComments$1@61c6949)' in 32.91µs
2016-11-16 15:40:04,781 DEBUG - #xml(): '<?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1104..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 692.06&micro;s
2016-11-16 15:40:04,783 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@6c9f5eb6 in 2.10ms
2016-11-16 15:40:04,785 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1104..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 712.91&micro;s
2016-11-16 15:40:04,785 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1191..haiemil/repowithghpages, ticket=1, num=1)' in 21.54&micro;s
2016-11-16 15:40:04,787 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1104..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 709.27&micro;s
2016-11-16 15:40:04,787 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1191..haiemil/repowithghpages, ticket=1, num=2)' in 24.67&micro;s
2016-11-16 15:40:04,788 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1104..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 818.29&micro;s
2016-11-16 15:40:04,809 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..138..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 21.18ms
2016-11-16 15:40:04,810 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1104..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 954.45&micro;s
2016-11-16 15:40:04,821 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..170..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 11.56ms
2016-11-16 15:40:04,822 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 631.57&micro;s
2016-11-16 15:40:04,823 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.34ms
2016-11-16 15:40:04,824 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github>\n' in 662.97µs
2016-11-16 15:40:04,824 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.68ms
2016-11-16 15:40:04,825 DEBUG - #name(): 'forkedrepo' in 9.31µs
2016-11-16 15:40:04,825 DEBUG - #name(): 'forkedrepo' in 11.28µs
2016-11-16 15:40:04,826 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 709.69µs
2016-11-16 15:40:04,827 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..80..epository";UP;ADD "private";SET "false";UP;'): in 1.88ms
2016-11-16 15:40:04,828 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..alse</private>\n</repo>\n</repos>\n</github>\n' in 713.12µs
2016-11-16 15:40:04,830 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..alse</private>\n</repo>\n</repos>\n</github>\n' in 592.77µs
2016-11-16 15:40:04,830 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..177..=amihaiemil, coords=amihaiemil/forkedrepo)' in 1.80ms
2016-11-16 15:40:04,831 DEBUG - #json(): {"name":"forkedrepo","description":"","homepage":"","private":false} in 159.98µs
2016-11-16 15:40:04,832 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..114..alse</private>\n</repo>\n</repos>\n</github>\n' in 618.21µs
2016-11-16 15:40:04,833 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..100.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.93ms
2016-11-16 15:40:04,834 DEBUG - #patch({"name":"forkedrepo","description":"","homepage":"","private":false}): in 2.42ms
2016-11-16 15:40:04,834 INFO - repository amihaiemil/forkedrepo created by amihaiemil
2016-11-16 15:40:04,835 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 819.97µs
2016-11-16 15:40:04,835 DEBUG - #create('Repos.RepoCreate(nam=forkedrepo, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..161..=amihaiemil, coords=amihaiemil/forkedrepo)' in 9.42ms
2016-11-16 15:40:04,836 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 603.79µs
2016-11-16 15:40:04,837 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.22ms
2016-11-16 15:40:04,838 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 759.57µs
2016-11-16 15:40:04,838 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..132..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.55ms
2016-11-16 15:40:04,839 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 771.64µs
2016-11-16 15:40:04,841 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 615.05µs
2016-11-16 15:40:04,841 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..161..=amihaiemil, coords=amihaiemil/forkedrepo)' in 1.83ms
2016-11-16 15:40:04,842 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..98..te>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 767.63µs
2016-11-16 15:40:04,843 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/forkedrepo&apos;]";ADDIF "issues";'): in 2.04ms
2016-11-16 15:40:04,844 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 725.29µs
2016-11-16 15:40:04,845 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..173..=amihaiemil, coords=amihaiemil/forkedrepo)' in 2.33ms
2016-11-16 15:40:04,845 DEBUG - #lock(): in 9.59µs
2016-11-16 15:40:04,846 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..108..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 749.80µs
2016-11-16 15:40:04,848 DEBUG - #xml(): '<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..108..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 611.61&micro;s
2016-11-16 15:40:04,849 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..352..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 1.95ms
2016-11-16 15:40:04,849 DEBUG - #unlock(): in 11.67&micro;s
2016-11-16 15:40:04,851 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..438..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 772.07&micro;s
2016-11-16 15:40:04,851 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..501..=amihaiemil, coords=amihaiemil/forkedrepo)' in 33.43&micro;s
2016-11-16 15:40:04,851 DEBUG - #coordinates(): amihaiemil/forkedrepo in 11.59&micro;s
2016-11-16 15:40:04,851 INFO - issue #1 created in amihaiemil/forkedrepo by amihaiemil: Test issue for commands
2016-11-16 15:40:04,852 DEBUG - #get(1): 1 in 31.79&micro;s
2016-11-16 15:40:04,852 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.89ms
2016-11-16 15:40:04,853 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..438..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 663.71&micro;s
2016-11-16 15:40:04,854 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..27..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.92ms
2016-11-16 15:40:04,855 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..450..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 809.50&micro;s
2016-11-16 15:40:04,855 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..525..mil, repo=amihaiemil/forkedrepo, ticket=1)' in 2.28ms
2016-11-16 15:40:04,856 DEBUG - #lock(): in 8.98&micro;s
2016-11-16 15:40:04,857 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..450..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 719.98&micro;s
2016-11-16 15:40:04,859 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..450..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 652.17µs
2016-11-16 15:40:04,860 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..338..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.07ms
2016-11-16 15:40:04,860 DEBUG - #unlock(): in 11.25µs
2016-11-16 15:40:04,861 DEBUG - #issue(): 1 in 34.41µs
2016-11-16 15:40:04,861 DEBUG - #number(): 1 in 10.90µs
2016-11-16 15:40:04,861 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:04,862 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 725.36µs
2016-11-16 15:40:04,862 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..837..po=amihaiemil/forkedrepo, ticket=1, num=1)' in 29.48µs
2016-11-16 15:40:04,863 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 648.22µs
2016-11-16 15:40:04,864 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..837..po=amihaiemil/forkedrepo, ticket=1, num=1)' in 6.90ms
2016-11-16 15:40:04,865 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 723.94µs
2016-11-16 15:40:04,865 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.49ms
2016-11-16 15:40:04,866 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 764.68µs
2016-11-16 15:40:04,867 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..791..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.79ms
2016-11-16 15:40:04,868 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 980.27µs
2016-11-16 15:40:04,870 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:04,871 DEBUG - #get(amihaiemil/forkedrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..820..charlesmike, coords=amihaiemil/forkedrepo)' in 2.40ms
2016-11-16 15:40:04,872 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:04,874 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/forkedrepo&apos;]";ADDIF "issues";'): in 2.61ms
2016-11-16 15:40:04,875 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 997.10µs
2016-11-16 15:40:04,875 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..822..charlesmike, coords=amihaiemil/forkedrepo)' in 2.97ms
2016-11-16 15:40:04,876 DEBUG - #number(): 1 in 15.04µs
2016-11-16 15:40:04,876 DEBUG - #get(1): 1 in 35.09µs
2016-11-16 15:40:04,877 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 748.54µs
2016-11-16 15:40:04,890 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..133..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 13.61ms
2016-11-16 15:40:04,897 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:04,899 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..27..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.94ms
2016-11-16 15:40:04,900 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 841.68µs
2016-11-16 15:40:04,901 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..832..ike, repo=amihaiemil/forkedrepo, ticket=1)' in 3.32ms
2016-11-16 15:40:04,901 DEBUG - #lock(): in 9.36µs
2016-11-16 15:40:04,903 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..756..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:04,905 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?&gt;&lt;github&gt;\n&lt;r..756..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 999.53&micro;s
2016-11-16 15:40:04,907 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..373..pdated_at&quot;;\n20:SET &quot;2016-11-16T15:40:04Z&quot;;'): in 2.42ms
2016-11-16 15:40:04,907 DEBUG - #unlock(): in 11.88&micro;s
2016-11-16 15:40:04,907 DEBUG - #issue(): 1 in 31.29&micro;s
2016-11-16 15:40:04,907 DEBUG - #number(): 1 in 12.24&micro;s
2016-11-16 15:40:04,908 INFO - comment #2 posted to issue #1 by charlesmike: &gt; @charlesmike index\n\nrepo is a fork!
2016-11-16 15:40:04,909 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1074..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 713.38&micro;s
2016-11-16 15:40:04,909 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1156..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 28.98&micro;s
2016-11-16 15:40:04,910 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1074..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 691.61&micro;s
2016-11-16 15:40:04,910 DEBUG - #post('&gt; @charlesmike index\n\nrepo is a fork!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1156..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 8.23ms
2016-11-16 15:40:04,911 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1074..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 787.53&micro;s
2016-11-16 15:40:04,913 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..27..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.10ms
2016-11-16 15:40:04,914 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1074..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 758.81&micro;s
2016-11-16 15:40:04,914 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1150..ke, repo=amihaiemil/forkedrepo, ticket=1)' in 2.41ms
2016-11-16 15:40:04,915 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 719.32µs
2016-11-16 15:40:04,915 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1248...jcabi.github.mock.MkComments$1@5e4338fa)' in 52.01µs
2016-11-16 15:40:04,916 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 707.36µs
2016-11-16 15:40:04,917 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@5332f20b in 1.94ms
2016-11-16 15:40:04,919 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 673.21µs
2016-11-16 15:40:04,919 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1156..o=amihaiemil/forkedrepo, ticket=1, num=1)' in 24.10µs
2016-11-16 15:40:04,921 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 664.94µs
2016-11-16 15:40:04,922 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1156..o=amihaiemil/forkedrepo, ticket=1, num=2)' in 25.77µs
2016-11-16 15:40:04,923 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 744.74µs
2016-11-16 15:40:04,933 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..133..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.18ms
2016-11-16 15:40:04,935 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1074..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.16ms
2016-11-16 15:40:04,947 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..155..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 13.61ms
2016-11-16 15:40:04,949 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 616.28µs
2016-11-16 15:40:04,949 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.23ms
2016-11-16 15:40:04,950 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 557.10µs
2016-11-16 15:40:04,950 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n, self=teamed)' in 1.53ms
2016-11-16 15:40:04,951 DEBUG - #name(): 'teamed.github.io' in 10.02µs
2016-11-16 15:40:04,951 DEBUG - #name(): 'teamed.github.io' in 15.99µs
2016-11-16 15:40:04,952 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 671.35µs
2016-11-16 15:40:04,954 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..92..itory";UP;ADD "private";SET "false";\n11:UP;'): in 2.19ms
2016-11-16 15:40:04,955 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 872.22µs
2016-11-16 15:40:04,957 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 735.92µs
2016-11-16 15:40:04,957 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..183..lf=teamed, coords=teamed/teamed.github.io)' in 2.09ms
2016-11-16 15:40:04,957 DEBUG - #json(): {"name":"teamed.github.io","description":"","homepage":"","private":false} in 180.37µs
2016-11-16 15:40:04,958 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..122..alse</private>\n</repo>\n</repos>\n</github>\n' in 639.49µs
2016-11-16 15:40:04,960 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..108.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.86ms
2016-11-16 15:40:04,960 DEBUG - #patch({"name":"teamed.github.io","description":"","homepage":"","private":false}): in 2.21ms
2016-11-16 15:40:04,960 INFO - repository teamed/teamed.github.io created by teamed
2016-11-16 15:40:04,961 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..106..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 605.10µs
2016-11-16 15:40:04,961 DEBUG - #create('Repos.RepoCreate(nam=teamed.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..167..lf=teamed, coords=teamed/teamed.github.io)' in 9.74ms
2016-11-16 15:40:04,962 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 575.99&micro;s
2016-11-16 15:40:04,963 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.23ms
2016-11-16 15:40:04,964 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 664.33&micro;s
2016-11-16 15:40:04,964 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..136..\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=teamed)' in 1.54ms
2016-11-16 15:40:04,965 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 659.74&micro;s
2016-11-16 15:40:04,967 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 598.85&micro;s
2016-11-16 15:40:04,967 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..167..lf=teamed, coords=teamed/teamed.github.io)' in 1.64ms
2016-11-16 15:40:04,968 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..106..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 656.63&micro;s
2016-11-16 15:40:04,969 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/teamed.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.78ms
2016-11-16 15:40:04,970 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..116..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 649.68&micro;s
2016-11-16 15:40:04,970 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..179..lf=teamed, coords=teamed/teamed.github.io)' in 2.07ms
2016-11-16 15:40:04,970 DEBUG - #lock(): in 9.62µs
2016-11-16 15:40:04,971 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 652.97µs
2016-11-16 15:40:04,973 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 592.52µs
2016-11-16 15:40:04,974 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..350..ADD "user";ADD "login";SET "teamed";UP;UP;'): in 1.88ms
2016-11-16 15:40:04,975 DEBUG - #unlock(): in 11.72µs
2016-11-16 15:40:04,976 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..442..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 701.34µs
2016-11-16 15:40:04,976 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..503..lf=teamed, coords=teamed/teamed.github.io)' in 29.90µs
2016-11-16 15:40:04,976 DEBUG - #coordinates(): teamed/teamed.github.io in 11.62µs
2016-11-16 15:40:04,976 INFO - issue #1 created in teamed/teamed.github.io by teamed: Test issue for commands
2016-11-16 15:40:04,977 DEBUG - #get(1): 1 in 37.39µs
2016-11-16 15:40:04,977 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.59ms
2016-11-16 15:40:04,978 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..442..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 664.52µs
2016-11-16 15:40:04,979 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.96ms
2016-11-16 15:40:04,980 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 686.82µs
2016-11-16 15:40:04,980 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..527..d, repo=teamed/teamed.github.io, ticket=1)' in 2.28ms
2016-11-16 15:40:04,981 DEBUG - #lock(): in 9.56µs
2016-11-16 15:40:04,982 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.15µs
2016-11-16 15:40:04,984 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..454..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 719.81µs
2016-11-16 15:40:04,985 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..338..D "updated_at";SET "2016-11-16T15:40:04Z";'): in 2.14ms
2016-11-16 15:40:04,985 DEBUG - #unlock(): in 11.35µs
2016-11-16 15:40:04,986 DEBUG - #issue(): 1 in 30.91µs
2016-11-16 15:40:04,986 DEBUG - #number(): 1 in 15.61µs
2016-11-16 15:40:04,986 INFO - comment #1 posted to issue #1 by teamed: @charlesmike index
2016-11-16 15:40:04,987 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 708.09µs
2016-11-16 15:40:04,987 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..837..=teamed/teamed.github.io, ticket=1, num=1)' in 32.72µs
2016-11-16 15:40:04,988 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 686.05µs
2016-11-16 15:40:04,989 DEBUG - #post('@charlesmike index'): 'MkComment(storage=<?xml version="1.0" encoding="U..837..=teamed/teamed.github.io, ticket=1, num=1)' in 6.87ms
2016-11-16 15:40:04,990 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 723.86µs
2016-11-16 15:40:04,990 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.37ms
2016-11-16 15:40:04,991 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 702.04µs
2016-11-16 15:40:04,991 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..793..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.66ms
2016-11-16 15:40:04,992 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 729.29µs
2016-11-16 15:40:04,994 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n&lt;/github&gt;\n' in 666.86&micro;s
2016-11-16 15:40:04,994 DEBUG - #get(teamed/teamed.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..824..arlesmike, coords=teamed/teamed.github.io)' in 1.77ms
2016-11-16 15:40:04,996 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 700.30&micro;s
2016-11-16 15:40:04,997 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/teamed.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.91ms
2016-11-16 15:40:04,998 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 737.33&micro;s
2016-11-16 15:40:04,998 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..826..arlesmike, coords=teamed/teamed.github.io)' in 2.20ms
2016-11-16 15:40:04,998 DEBUG - #number(): 1 in 12.15&micro;s
2016-11-16 15:40:04,999 DEBUG - #get(1): 1 in 29.73&micro;s
2016-11-16 15:40:05,000 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 680.36&micro;s
2016-11-16 15:40:05,010 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..131..:04Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:04Z&quot;}' in 11.02ms
2016-11-16 15:40:05,015 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 682.81&micro;s
2016-11-16 15:40:05,016 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;teamed/te..29..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.02ms
2016-11-16 15:40:05,017 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..758..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 704.19&micro;s
2016-11-16 15:40:05,017 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..836..e, repo=teamed/teamed.github.io, ticket=1)' in 2.33ms
2016-11-16 15:40:05,018 DEBUG - #lock(): in 9.83µs
2016-11-16 15:40:05,019 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 692.19µs
2016-11-16 15:40:05,021 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..758..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 658.02µs
2016-11-16 15:40:05,022 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..387..pdated_at";\n20:SET "2016-11-16T15:40:05Z";'): in 2.18ms
2016-11-16 15:40:05,023 DEBUG - #unlock(): in 10.79µs
2016-11-16 15:40:05,023 DEBUG - #issue(): 1 in 28.10µs
2016-11-16 15:40:05,023 DEBUG - #number(): 1 in 11.14µs
2016-11-16 15:40:05,023 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\nIndex-site checks passed!
2016-11-16 15:40:05,025 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:05,025 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1172..teamed/teamed.github.io, ticket=1, num=2)' in 29.86µs
2016-11-16 15:40:05,026 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 697.92µs
2016-11-16 15:40:05,026 DEBUG - #post('> @charlesmike index\n\nIndex-site checks passed!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1172..teamed/teamed.github.io, ticket=1, num=2)' in 7.61ms
2016-11-16 15:40:05,027 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 691.54µs
2016-11-16 15:40:05,029 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;teamed/te..29..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.98ms
2016-11-16 15:40:05,030 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 717.25µs
2016-11-16 15:40:05,030 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1166.., repo=teamed/teamed.github.io, ticket=1)' in 2.26ms
2016-11-16 15:40:05,031 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 712.64µs
2016-11-16 15:40:05,031 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1264...jcabi.github.mock.MkComments$1@53277e05)' in 33.70µs
2016-11-16 15:40:05,032 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 677.93µs
2016-11-16 15:40:05,033 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@398d1f81 in 1.85ms
2016-11-16 15:40:05,035 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 663.51µs
2016-11-16 15:40:05,035 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1172..teamed/teamed.github.io, ticket=1, num=1)' in 21.66µs
2016-11-16 15:40:05,037 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 687.44µs
2016-11-16 15:40:05,038 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1172..teamed/teamed.github.io, ticket=1, num=2)' in 25.17µs
2016-11-16 15:40:05,039 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 740.08µs
2016-11-16 15:40:05,049 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..131..:04Z","updated_at":"2016-11-16T15:40:04Z"}' in 11.23ms
2016-11-16 15:40:05,050 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1088..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 721.45µs
2016-11-16 15:40:05,060 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..167..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 10.65ms
2016-11-16 15:40:05,062 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 589.19µs
2016-11-16 15:40:05,062 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.18ms
2016-11-16 15:40:05,063 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 559.43&micro;s
2016-11-16 15:40:05,063 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.46ms
2016-11-16 15:40:05,064 DEBUG - #name(): 'amihaiemil.github.io' in 9.88&micro;s
2016-11-16 15:40:05,064 DEBUG - #name(): 'amihaiemil.github.io' in 11.23&micro;s
2016-11-16 15:40:05,065 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 558.54&micro;s
2016-11-16 15:40:05,066 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.61ms
2016-11-16 15:40:05,067 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 676.05&micro;s
2016-11-16 15:40:05,068 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 574.07&micro;s
2016-11-16 15:40:05,069 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.63ms
2016-11-16 15:40:05,069 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 140.36&micro;s
2016-11-16 15:40:05,070 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 606.73&micro;s
2016-11-16 15:40:05,071 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.89ms
2016-11-16 15:40:05,072 DEBUG - #patch({&quot;name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.27ms
2016-11-16 15:40:05,072 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,073 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 663.01µs
2016-11-16 15:40:05,073 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 8.37ms
2016-11-16 15:40:05,074 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 599.61µs
2016-11-16 15:40:05,074 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.22ms
2016-11-16 15:40:05,075 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 729.49µs
2016-11-16 15:40:05,076 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.56ms
2016-11-16 15:40:05,077 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 707.11µs
2016-11-16 15:40:05,078 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 602.05µs
2016-11-16 15:40:05,079 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.74ms
2016-11-16 15:40:05,080 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 698.62µs
2016-11-16 15:40:05,090 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 11.50ms
2016-11-16 15:40:05,091 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 648.26µs
2016-11-16 15:40:05,092 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 11.79ms
2016-11-16 15:40:05,092 DEBUG - #lock(): in 10.64µs
2016-11-16 15:40:05,093 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 660.40µs
2016-11-16 15:40:05,095 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 650.30µs
2016-11-16 15:40:05,096 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.94ms
2016-11-16 15:40:05,096 DEBUG - #unlock(): in 11.54µs
2016-11-16 15:40:05,097 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 646.67µs
2016-11-16 15:40:05,098 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 30.16µs
2016-11-16 15:40:05,098 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.63µs
2016-11-16 15:40:05,098 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,098 DEBUG - #get(1): 1 in 22.52µs
2016-11-16 15:40:05,099 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.65ms
2016-11-16 15:40:05,099 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 640.34µs
2016-11-16 15:40:05,101 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.33ms
2016-11-16 15:40:05,103 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 925.77µs
2016-11-16 15:40:05,103 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.72ms
2016-11-16 15:40:05,103 DEBUG - #lock(): in 8.64µs
2016-11-16 15:40:05,104 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 619.06&micro;s
2016-11-16 15:40:05,106 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 666.31&micro;s
2016-11-16 15:40:05,107 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..358..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 1.99ms
2016-11-16 15:40:05,107 DEBUG - #unlock(): in 15.32&micro;s
2016-11-16 15:40:05,108 DEBUG - #issue(): 1 in 31.15&micro;s
2016-11-16 15:40:05,108 DEBUG - #number(): 1 in 11.79&micro;s
2016-11-16 15:40:05,108 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike index
2016-11-16 15:40:05,109 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 666.15&micro;s
2016-11-16 15:40:05,109 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 33.83&micro;s
2016-11-16 15:40:05,110 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 644.64&micro;s
2016-11-16 15:40:05,111 DEBUG - #post('@charlesmike index'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..877..mil/amihaiemil.github.io, ticket=1, num=1)' in 6.55ms
2016-11-16 15:40:05,112 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..786..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 659.17&micro;s
2016-11-16 15:40:05,112 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.20ms
2016-11-16 15:40:05,113 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 686.29µs
2016-11-16 15:40:05,113 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..821..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.44ms
2016-11-16 15:40:05,114 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 737.12µs
2016-11-16 15:40:05,116 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 672.42µs
2016-11-16 15:40:05,116 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..860..e, coords=amihaiemil/amihaiemil.github.io)' in 1.74ms
2016-11-16 15:40:05,117 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 672.34µs
2016-11-16 15:40:05,118 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.78ms
2016-11-16 15:40:05,119 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 673.96µs
2016-11-16 15:40:05,119 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..862..e, coords=amihaiemil/amihaiemil.github.io)' in 2.13ms
2016-11-16 15:40:05,120 DEBUG - #number(): 1 in 15.92µs
2016-11-16 15:40:05,120 DEBUG - #get(1): 1 in 37.08µs
2016-11-16 15:40:05,121 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 640.68µs
2016-11-16 15:40:05,131 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..143..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 10.66ms
2016-11-16 15:40:05,136 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.92µs
2016-11-16 15:40:05,137 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.95ms
2016-11-16 15:40:05,138 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 700.79µs
2016-11-16 15:40:05,139 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..872..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.26ms
2016-11-16 15:40:05,139 DEBUG - #lock(): in 10.36µs
2016-11-16 15:40:05,140 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 674.75µs
2016-11-16 15:40:05,142 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..786..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 674.68µs
2016-11-16 15:40:05,143 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..418..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.04ms
2016-11-16 15:40:05,143 DEBUG - #unlock(): in 16.84µs
2016-11-16 15:40:05,144 DEBUG - #issue(): 1 in 29.83µs
2016-11-16 15:40:05,144 DEBUG - #number(): 1 in 11.83µs
2016-11-16 15:40:05,144 INFO - comment #2 posted to issue #1 by charlesmike: > @charlesmike index\n\ndenied because author is not repo owner!
2016-11-16 15:40:05,145 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 743.77µs
2016-11-16 15:40:05,146 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1231..il/amihaiemil.github.io, ticket=1, num=2)' in 33.22µs
2016-11-16 15:40:05,146 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 693.72µs
2016-11-16 15:40:05,147 DEBUG - #post('> @charlesmike index\n\ndenied because author is not repo owner!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1231..il/amihaiemil.github.io, ticket=1, num=2)' in 7.01ms
2016-11-16 15:40:05,148 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 700.18µs
2016-11-16 15:40:05,149 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.03ms
2016-11-16 15:40:05,150 DEBUG - #xml(): '<?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 746.90&micro;s
2016-11-16 15:40:05,150 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1225..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.33ms
2016-11-16 15:40:05,151 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 693.40&micro;s
2016-11-16 15:40:05,152 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1323...jcabi.github.mock.MkComments$1@2224205c)' in 32.18&micro;s
2016-11-16 15:40:05,153 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 775.66&micro;s
2016-11-16 15:40:05,154 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@71ed5401 in 2.00ms
2016-11-16 15:40:05,156 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 703.99&micro;s
2016-11-16 15:40:05,156 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1231..il/amihaiemil.github.io, ticket=1, num=1)' in 21.95&micro;s
2016-11-16 15:40:05,158 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 996.78&micro;s
2016-11-16 15:40:05,159 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1231..il/amihaiemil.github.io, ticket=1, num=2)' in 21.46&micro;s
2016-11-16 15:40:05,160 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.02ms
2016-11-16 15:40:05,171 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..143..:05Z&quot;,&quot;updated_at":"2016-11-16T15:40:05Z"}' in 12.01ms
2016-11-16 15:40:05,172 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 814.37µs
2016-11-16 15:40:05,182 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..190..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 10.83ms
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 sec
Running com.amihaiemil.charles.github.BrainTestCase
2016-11-16 15:40:05,185 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 794.90µs
2016-11-16 15:40:05,186 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.57ms
2016-11-16 15:40:05,186 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.84ms
2016-11-16 15:40:05,187 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 549.84µs
2016-11-16 15:40:05,187 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.14ms
2016-11-16 15:40:05,187 DEBUG - #name(): 'amihaiemil.github.io' in 6.12µs
2016-11-16 15:40:05,188 DEBUG - #name(): 'amihaiemil.github.io' in 7.47µs
2016-11-16 15:40:05,188 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 517.25µs
2016-11-16 15:40:05,189 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.47ms
2016-11-16 15:40:05,190 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.89ms
2016-11-16 15:40:05,191 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 724.86µs
2016-11-16 15:40:05,191 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 965.49µs
2016-11-16 15:40:05,193 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 668.56µs
2016-11-16 15:40:05,193 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.06ms
2016-11-16 15:40:05,194 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 215.02µs
2016-11-16 15:40:05,195 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 629.96µs
2016-11-16 15:40:05,196 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.79ms
2016-11-16 15:40:05,196 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.13ms
2016-11-16 15:40:05,196 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.54ms
2016-11-16 15:40:05,197 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,198 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 694.13µs
2016-11-16 15:40:05,198 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.54ms
2016-11-16 15:40:05,199 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 708.17µs
2016-11-16 15:40:05,200 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.33ms
2016-11-16 15:40:05,200 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.61ms
2016-11-16 15:40:05,201 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 717.44µs
2016-11-16 15:40:05,201 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.95ms
2016-11-16 15:40:05,202 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 690.14&micro;s
2016-11-16 15:40:05,202 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 928.06&micro;s
2016-11-16 15:40:05,204 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 571.40&micro;s
2016-11-16 15:40:05,204 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 2.05ms
2016-11-16 15:40:05,205 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 640.48&micro;s
2016-11-16 15:40:05,206 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.80ms
2016-11-16 15:40:05,207 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 2.05ms
2016-11-16 15:40:05,208 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 705.71&micro;s
2016-11-16 15:40:05,208 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.41ms
2016-11-16 15:40:05,208 DEBUG - #lock(): in 15.48&micro;s
2016-11-16 15:40:05,209 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 706.82&micro;s
2016-11-16 15:40:05,210 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 963.37&micro;s
2016-11-16 15:40:05,211 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 599.83µs
2016-11-16 15:40:05,213 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.90ms
2016-11-16 15:40:05,213 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.22ms
2016-11-16 15:40:05,213 DEBUG - #unlock(): in 16.82µs
2016-11-16 15:40:05,215 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 746.63µs
2016-11-16 15:40:05,215 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 29.46µs
2016-11-16 15:40:05,215 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.48µs
2016-11-16 15:40:05,215 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,216 DEBUG - #get(1): 1 in 34.17µs
2016-11-16 15:40:05,216 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.61ms
2016-11-16 15:40:05,217 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 703.26µs
2016-11-16 15:40:05,218 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.97ms
2016-11-16 15:40:05,219 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.24ms
2016-11-16 15:40:05,220 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 743.29µs
2016-11-16 15:40:05,220 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.61ms
2016-11-16 15:40:05,220 DEBUG - #lock(): in 10.45µs
2016-11-16 15:40:05,221 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 670.08µs
2016-11-16 15:40:05,222 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 935.38µs
2016-11-16 15:40:05,224 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 898.79µs
2016-11-16 15:40:05,225 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.28ms
2016-11-16 15:40:05,226 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.61ms
2016-11-16 15:40:05,226 DEBUG - #unlock(): in 11.30µs
2016-11-16 15:40:05,226 DEBUG - #issue(): 1 in 38.92µs
2016-11-16 15:40:05,226 DEBUG - #number(): 1 in 11.97µs
2016-11-16 15:40:05,227 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!
2016-11-16 15:40:05,228 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 719.67µs
2016-11-16 15:40:05,228 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 32.96µs
2016-11-16 15:40:05,229 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 701.22µs
2016-11-16 15:40:05,229 DEBUG - #post('@charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!'): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 8.04ms
2016-11-16 15:40:05,230 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 661.01µs
2016-11-16 15:40:05,231 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n&lt;/github&gt;\n' in 891.69&micro;s
2016-11-16 15:40:05,241 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..206..:05Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}' in 10.99ms
2016-11-16 15:40:05,242 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 650.48&micro;s
2016-11-16 15:40:05,242 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 21.32&micro;s
2016-11-16 15:40:05,244 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 659.55&micro;s
2016-11-16 15:40:05,244 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 893.51&micro;s
2016-11-16 15:40:05,308 DEBUG - #json(): '{&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;..573..&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}}}}}' in 64.39ms
2016-11-16 15:40:05,314 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.15ms
2016-11-16 15:40:05,314 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 34.88&micro;s
2016-11-16 15:40:05,318 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 705.94&micro;s
2016-11-16 15:40:05,318 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.42ms
2016-11-16 15:40:05,319 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.83ms
2016-11-16 15:40:05,320 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 756.50&micro;s
2016-11-16 15:40:05,320 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.15ms
2016-11-16 15:40:05,320 DEBUG - #name(): 'amihaiemil.github.io' in 7.68µs
2016-11-16 15:40:05,321 DEBUG - #name(): 'amihaiemil.github.io' in 9.60µs
2016-11-16 15:40:05,322 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 741.39µs
2016-11-16 15:40:05,323 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.18ms
2016-11-16 15:40:05,323 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.57ms
2016-11-16 15:40:05,325 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 857.86µs
2016-11-16 15:40:05,325 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:05,328 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 610.05µs
2016-11-16 15:40:05,328 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 3.10ms
2016-11-16 15:40:05,328 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 150.29µs
2016-11-16 15:40:05,329 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 584.80µs
2016-11-16 15:40:05,331 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.01ms
2016-11-16 15:40:05,331 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.30ms
2016-11-16 15:40:05,331 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.71ms
2016-11-16 15:40:05,331 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 601.11µs
2016-11-16 15:40:05,333 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 11.50ms
2016-11-16 15:40:05,334 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 609.41µs
2016-11-16 15:40:05,334 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.19ms
2016-11-16 15:40:05,334 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.45ms
2016-11-16 15:40:05,335 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 617.07µs
2016-11-16 15:40:05,336 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.78ms
2016-11-16 15:40:05,336 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 606.17µs
2016-11-16 15:40:05,337 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 847.18µs
2016-11-16 15:40:05,338 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 579.66µs
2016-11-16 15:40:05,339 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.89ms
2016-11-16 15:40:05,340 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 614.53&micro;s
2016-11-16 15:40:05,341 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.72ms
2016-11-16 15:40:05,341 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.98ms
2016-11-16 15:40:05,342 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 648.94&micro;s
2016-11-16 15:40:05,342 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.31ms
2016-11-16 15:40:05,342 DEBUG - #lock(): in 11.00&micro;s
2016-11-16 15:40:05,343 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 624.68&micro;s
2016-11-16 15:40:05,343 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 880.77&micro;s
2016-11-16 15:40:05,345 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 580.08&micro;s
2016-11-16 15:40:05,347 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 1.91ms
2016-11-16 15:40:05,347 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 2.24ms
2016-11-16 15:40:05,347 DEBUG - #unlock(): in 11.60&micro;s
2016-11-16 15:40:05,348 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 678.14&micro;s
2016-11-16 15:40:05,349 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 33.42&micro;s
2016-11-16 15:40:05,349 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.47µs
2016-11-16 15:40:05,349 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,349 DEBUG - #get(1): 1 in 32.86µs
2016-11-16 15:40:05,350 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.29ms
2016-11-16 15:40:05,351 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 696.18µs
2016-11-16 15:40:05,352 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.07ms
2016-11-16 15:40:05,352 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.34ms
2016-11-16 15:40:05,353 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 683.11µs
2016-11-16 15:40:05,354 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.71ms
2016-11-16 15:40:05,354 DEBUG - #lock(): in 10.14µs
2016-11-16 15:40:05,355 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 680.34µs
2016-11-16 15:40:05,355 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 921.07µs
2016-11-16 15:40:05,357 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 633.83µs
2016-11-16 15:40:05,359 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.16ms
2016-11-16 15:40:05,359 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.47ms
2016-11-16 15:40:05,359 DEBUG - #unlock(): in 11.45µs
2016-11-16 15:40:05,360 DEBUG - #issue(): 1 in 36.84µs
2016-11-16 15:40:05,360 DEBUG - #number(): 1 in 15.35µs
2016-11-16 15:40:05,361 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!
2016-11-16 15:40:05,362 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 787.70µs
2016-11-16 15:40:05,362 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 22.66µs
2016-11-16 15:40:05,363 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 728.00µs
2016-11-16 15:40:05,363 DEBUG - #post('@charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!'): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 8.38ms
2016-11-16 15:40:05,365 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 699.37µs
2016-11-16 15:40:05,365 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 934.21µs
2016-11-16 15:40:05,375 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..206..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 11.50ms
2016-11-16 15:40:05,377 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 716.00µs
2016-11-16 15:40:05,377 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 23.77µs
2016-11-16 15:40:05,378 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 735.28µs
2016-11-16 15:40:05,378 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 975.36µs
2016-11-16 15:40:05,415 DEBUG - #json(): '{"name":"amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;..573..&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}}}}}' in 37.18ms
2016-11-16 15:40:05,418 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 843.49&micro;s
2016-11-16 15:40:05,418 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 25.68&micro;s
2016-11-16 15:40:05,421 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 586.84&micro;s
2016-11-16 15:40:05,421 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.19ms
2016-11-16 15:40:05,422 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.45ms
2016-11-16 15:40:05,423 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 608.81&micro;s
2016-11-16 15:40:05,423 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.76ms
2016-11-16 15:40:05,423 DEBUG - #name(): 'amihaiemil.github.io' in 9.45&micro;s
2016-11-16 15:40:05,423 DEBUG - #name(): 'amihaiemil.github.io' in 29.08&micro;s
2016-11-16 15:40:05,424 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 570.71&micro;s
2016-11-16 15:40:05,425 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.64ms
2016-11-16 15:40:05,426 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.96ms
2016-11-16 15:40:05,427 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 642.68µs
2016-11-16 15:40:05,427 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 881.94µs
2016-11-16 15:40:05,429 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 606.86µs
2016-11-16 15:40:05,429 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.99ms
2016-11-16 15:40:05,429 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 158.42µs
2016-11-16 15:40:05,430 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 610.95µs
2016-11-16 15:40:05,432 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.84ms
2016-11-16 15:40:05,432 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.13ms
2016-11-16 15:40:05,432 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.54ms
2016-11-16 15:40:05,432 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,433 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 612.00µs
2016-11-16 15:40:05,434 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.54ms
2016-11-16 15:40:05,434 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 632.68µs
2016-11-16 15:40:05,435 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.22ms
2016-11-16 15:40:05,435 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.47ms
2016-11-16 15:40:05,436 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 639.29µs
2016-11-16 15:40:05,437 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.80ms
2016-11-16 15:40:05,437 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 637.92µs
2016-11-16 15:40:05,438 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 875.72µs
2016-11-16 15:40:05,439 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 578.79µs
2016-11-16 15:40:05,440 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.93ms
2016-11-16 15:40:05,441 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 628.77µs
2016-11-16 15:40:05,442 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.86ms
2016-11-16 15:40:05,442 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.19ms
2016-11-16 15:40:05,443 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 842.01µs
2016-11-16 15:40:05,444 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.62ms
2016-11-16 15:40:05,444 DEBUG - #lock(): in 6.60µs
2016-11-16 15:40:05,445 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 613.42µs
2016-11-16 15:40:05,445 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos&gt;\n&lt;/github&gt;\n' in 829.12&micro;s
2016-11-16 15:40:05,447 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..128..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 604.89&micro;s
2016-11-16 15:40:05,448 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 1.92ms
2016-11-16 15:40:05,448 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 2.25ms
2016-11-16 15:40:05,449 DEBUG - #unlock(): in 12.26&micro;s
2016-11-16 15:40:05,450 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 694.47&micro;s
2016-11-16 15:40:05,450 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 30.08&micro;s
2016-11-16 15:40:05,450 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.76&micro;s
2016-11-16 15:40:05,450 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,451 DEBUG - #get(1): 1 in 34.24&micro;s
2016-11-16 15:40:05,451 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.12ms
2016-11-16 15:40:05,452 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..458..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 658.04&micro;s
2016-11-16 15:40:05,453 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.05ms
2016-11-16 15:40:05,454 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.32ms
2016-11-16 15:40:05,455 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n</github>\n' in 706.54µs
2016-11-16 15:40:05,455 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.67ms
2016-11-16 15:40:05,455 DEBUG - #lock(): in 10.55µs
2016-11-16 15:40:05,456 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 661.24µs
2016-11-16 15:40:05,457 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 915.82µs
2016-11-16 15:40:05,458 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 624.86µs
2016-11-16 15:40:05,460 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.13ms
2016-11-16 15:40:05,460 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.44ms
2016-11-16 15:40:05,460 DEBUG - #unlock(): in 15.30µs
2016-11-16 15:40:05,461 DEBUG - #issue(): 1 in 31.22µs
2016-11-16 15:40:05,461 DEBUG - #number(): 1 in 11.80µs
2016-11-16 15:40:05,461 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!
2016-11-16 15:40:05,462 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 693.50µs
2016-11-16 15:40:05,463 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 23.97µs
2016-11-16 15:40:05,464 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 717.31µs
2016-11-16 15:40:05,464 DEBUG - #post('@charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!'): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.61ms
2016-11-16 15:40:05,465 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 692.47µs
2016-11-16 15:40:05,465 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 924.57µs
2016-11-16 15:40:05,476 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..206..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 11.14ms
2016-11-16 15:40:05,477 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 702.94µs
2016-11-16 15:40:05,477 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 20.39µs
2016-11-16 15:40:05,478 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 729.53µs
2016-11-16 15:40:05,478 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 969.19µs
2016-11-16 15:40:05,515 DEBUG - #json(): '{"name":"amihaiemil.github.io","description":"","..573..","updated_at":"2016-11-16T15:40:05Z"}}}}}' in 37.36ms
2016-11-16 15:40:05,520 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 662.84µs
2016-11-16 15:40:05,521 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.27ms
2016-11-16 15:40:05,521 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.52ms
2016-11-16 15:40:05,522 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 623.26µs
2016-11-16 15:40:05,522 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.83ms
2016-11-16 15:40:05,522 DEBUG - #name(): 'amihaiemil.github.io' in 10.34µs
2016-11-16 15:40:05,523 DEBUG - #name(): 'amihaiemil.github.io' in 15.00µs
2016-11-16 15:40:05,524 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 592.73µs
2016-11-16 15:40:05,525 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.67ms
2016-11-16 15:40:05,525 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.96ms
2016-11-16 15:40:05,526 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 649.58&micro;s
2016-11-16 15:40:05,526 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 889.73&micro;s
2016-11-16 15:40:05,528 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 610.99&micro;s
2016-11-16 15:40:05,528 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.96ms
2016-11-16 15:40:05,529 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 175.10&micro;s
2016-11-16 15:40:05,530 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 634.38&micro;s
2016-11-16 15:40:05,531 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.84ms
2016-11-16 15:40:05,531 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.13ms
2016-11-16 15:40:05,531 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.54ms
2016-11-16 15:40:05,532 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,532 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 636.29µs
2016-11-16 15:40:05,533 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.49ms
2016-11-16 15:40:05,534 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 630.74µs
2016-11-16 15:40:05,534 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.22ms
2016-11-16 15:40:05,535 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.49ms
2016-11-16 15:40:05,535 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 662.94µs
2016-11-16 15:40:05,536 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.81ms
2016-11-16 15:40:05,537 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 635.05µs
2016-11-16 15:40:05,537 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 869.81µs
2016-11-16 15:40:05,539 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 592.05µs
2016-11-16 15:40:05,539 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.92ms
2016-11-16 15:40:05,540 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 622.65µs
2016-11-16 15:40:05,550 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 11.23ms
2016-11-16 15:40:05,551 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 11.50ms
2016-11-16 15:40:05,552 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 685.86µs
2016-11-16 15:40:05,552 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 11.84ms
2016-11-16 15:40:05,552 DEBUG - #lock(): in 11.35µs
2016-11-16 15:40:05,553 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 660.14µs
2016-11-16 15:40:05,553 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 900.24µs
2016-11-16 15:40:05,555 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 576.76µs
2016-11-16 15:40:05,556 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.91ms
2016-11-16 15:40:05,557 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.22ms
2016-11-16 15:40:05,557 DEBUG - #unlock(): in 17.76µs
2016-11-16 15:40:05,558 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 671.35µs
2016-11-16 15:40:05,558 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 30.13µs
2016-11-16 15:40:05,559 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.72µs
2016-11-16 15:40:05,559 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,559 DEBUG - #get(1): 1 in 34.00µs
2016-11-16 15:40:05,560 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.30ms
2016-11-16 15:40:05,561 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n&lt;/github&gt;\n' in 872.58&micro;s
2016-11-16 15:40:05,562 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.29ms
2016-11-16 15:40:05,562 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.54ms
2016-11-16 15:40:05,563 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 704.24&micro;s
2016-11-16 15:40:05,564 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.90ms
2016-11-16 15:40:05,564 DEBUG - #lock(): in 11.13&micro;s
2016-11-16 15:40:05,565 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 675.91&micro;s
2016-11-16 15:40:05,565 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 908.31&micro;s
2016-11-16 15:40:05,567 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 649.64&micro;s
2016-11-16 15:40:05,569 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..425..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 2.62ms
2016-11-16 15:40:05,570 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..425..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 3.08ms
2016-11-16 15:40:05,570 DEBUG - #unlock(): in 11.48&micro;s
2016-11-16 15:40:05,570 DEBUG - #issue(): 1 in 29.70&micro;s
2016-11-16 15:40:05,570 DEBUG - #number(): 1 in 13.16&micro;s
2016-11-16 15:40:05,571 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!
2016-11-16 15:40:05,572 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:05,572 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 32.64µs
2016-11-16 15:40:05,574 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 887.06µs
2016-11-16 15:40:05,574 DEBUG - #post('@charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!'): 'MkComment(storage=<?xml version="1.0" encoding="U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 8.71ms
2016-11-16 15:40:05,575 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 684.12µs
2016-11-16 15:40:05,575 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 913.30µs
2016-11-16 15:40:05,585 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..206..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 11.21ms
2016-11-16 15:40:05,587 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 707.76µs
2016-11-16 15:40:05,587 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 19.85µs
2016-11-16 15:40:05,588 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 744.70µs
2016-11-16 15:40:05,588 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:05,633 DEBUG - #json(): '{"name":"amihaiemil.github.io","description":"","..573..","updated_at":"2016-11-16T15:40:05Z"}}}}}' in 45.69ms
2016-11-16 15:40:05,636 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 725.14µs
2016-11-16 15:40:05,636 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.37ms
2016-11-16 15:40:05,637 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.66ms
2016-11-16 15:40:05,638 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 832.77µs
2016-11-16 15:40:05,638 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.99ms
2016-11-16 15:40:05,638 DEBUG - #name(): 'amihaiemil.github.io' in 9.58µs
2016-11-16 15:40:05,639 DEBUG - #name(): 'amihaiemil.github.io' in 11.23µs
2016-11-16 15:40:05,640 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 653.00µs
2016-11-16 15:40:05,641 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.85ms
2016-11-16 15:40:05,641 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.13ms
2016-11-16 15:40:05,642 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 596.36µs
2016-11-16 15:40:05,642 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 810.76µs
2016-11-16 15:40:05,644 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 609.14µs
2016-11-16 15:40:05,644 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.04ms
2016-11-16 15:40:05,645 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 114.19µs
2016-11-16 15:40:05,646 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 581.63µs
2016-11-16 15:40:05,647 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.82ms
2016-11-16 15:40:05,647 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.16ms
2016-11-16 15:40:05,648 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.63ms
2016-11-16 15:40:05,648 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,649 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 609.75&micro;s
2016-11-16 15:40:05,649 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 9.70ms
2016-11-16 15:40:05,650 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 583.88&micro;s
2016-11-16 15:40:05,650 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.17ms
2016-11-16 15:40:05,651 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.52ms
2016-11-16 15:40:05,651 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 578.66&micro;s
2016-11-16 15:40:05,652 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..152..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.77ms
2016-11-16 15:40:05,652 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 553.72&micro;s
2016-11-16 15:40:05,653 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 795.43&micro;s
2016-11-16 15:40:05,654 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 566.82µs
2016-11-16 15:40:05,654 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 1.66ms
2016-11-16 15:40:05,655 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 720.15µs
2016-11-16 15:40:05,656 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.91ms
2016-11-16 15:40:05,657 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.16ms
2016-11-16 15:40:05,658 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 713.37µs
2016-11-16 15:40:05,658 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.51ms
2016-11-16 15:40:05,658 DEBUG - #lock(): in 11.38µs
2016-11-16 15:40:05,659 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 691.34µs
2016-11-16 15:40:05,660 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 955.02µs
2016-11-16 15:40:05,661 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 584.36µs
2016-11-16 15:40:05,663 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.92ms
2016-11-16 15:40:05,663 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.23ms
2016-11-16 15:40:05,663 DEBUG - #unlock(): in 12.55µs
2016-11-16 15:40:05,665 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 816.61µs
2016-11-16 15:40:05,665 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 30.14µs
2016-11-16 15:40:05,665 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 10.94µs
2016-11-16 15:40:05,665 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,666 DEBUG - #get(1): 1 in 30.96µs
2016-11-16 15:40:05,666 DEBUG - #create('Test issue for commands', 'test body'): 1 in 7.79ms
2016-11-16 15:40:05,667 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 713.20µs
2016-11-16 15:40:05,669 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.02ms
2016-11-16 15:40:05,669 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.27ms
2016-11-16 15:40:05,670 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 636.58µs
2016-11-16 15:40:05,670 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.61ms
2016-11-16 15:40:05,670 DEBUG - #lock(): in 9.95µs
2016-11-16 15:40:05,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 603.54µs
2016-11-16 15:40:05,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 837.98µs
2016-11-16 15:40:05,673 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 613.94µs
2016-11-16 15:40:05,674 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..425..D "updated_at";SET "2016-11-16T15:40:05Z&quot;;'): in 2.00ms
2016-11-16 15:40:05,675 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..425..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 2.31ms
2016-11-16 15:40:05,675 DEBUG - #unlock(): in 12.05&micro;s
2016-11-16 15:40:05,675 DEBUG - #issue(): 1 in 31.39&micro;s
2016-11-16 15:40:05,675 DEBUG - #number(): 1 in 12.44&micro;s
2016-11-16 15:40:05,676 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!
2016-11-16 15:40:05,677 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 660.54&micro;s
2016-11-16 15:40:05,677 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 33.56&micro;s
2016-11-16 15:40:05,678 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 694.47&micro;s
2016-11-16 15:40:05,678 DEBUG - #post('@charlesmike mock command for you (http://amihaiemil.github.io/folder/page.html)!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..940..mil/amihaiemil.github.io, ticket=1, num=1)' in 6.97ms
2016-11-16 15:40:05,680 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 787.81&micro;s
2016-11-16 15:40:05,680 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..849..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.04ms
2016-11-16 15:40:05,695 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..206..:05Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}' in 16.17ms
2016-11-16 15:40:05,697 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.03ms
2016-11-16 15:40:05,697 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..922..l, coords=amihaiemil/amihaiemil.github.io)' in 32.18µs
2016-11-16 15:40:05,698 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 964.40µs
2016-11-16 15:40:05,699 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..849..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.28ms
2016-11-16 15:40:05,746 DEBUG - #json(): '{"name":"amihaiemil.github.io","description":"","..573..","updated_at":"2016-11-16T15:40:05Z"}}}}}' in 48.57ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec
Running com.amihaiemil.charles.github.LastCommentTestCase
2016-11-16 15:40:05,750 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 561.30µs
2016-11-16 15:40:05,751 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.16ms
2016-11-16 15:40:05,752 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 702.50µs
2016-11-16 15:40:05,752 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 1.46ms
2016-11-16 15:40:05,753 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 556.59µs
2016-11-16 15:40:05,754 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 1.78ms
2016-11-16 15:40:05,755 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 795.22µs
2016-11-16 15:40:05,755 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.16ms
2016-11-16 15:40:05,756 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 548.33µs
2016-11-16 15:40:05,756 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 3.68ms
2016-11-16 15:40:05,757 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 555.32µs
2016-11-16 15:40:05,759 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 1.97ms
2016-11-16 15:40:05,760 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 771.33µs
2016-11-16 15:40:05,760 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.31ms
2016-11-16 15:40:05,760 DEBUG - #lock(): in 6.00µs
2016-11-16 15:40:05,761 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 527.20µs
2016-11-16 15:40:05,762 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 1.48ms
2016-11-16 15:40:05,762 DEBUG - #unlock(): in 11.84µs
2016-11-16 15:40:05,763 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 2.21ms
2016-11-16 15:40:05,763 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 552.59µs
2016-11-16 15:40:05,764 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.10ms
2016-11-16 15:40:05,765 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 703.10µs
2016-11-16 15:40:05,765 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.38ms
2016-11-16 15:40:05,766 DEBUG - #name(): 'amihaiemil.github.io' in 9.31µs
2016-11-16 15:40:05,766 DEBUG - #name(): 'amihaiemil.github.io' in 7.73µs
2016-11-16 15:40:05,767 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 629.42µs
2016-11-16 15:40:05,768 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.63ms
2016-11-16 15:40:05,769 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 633.51&micro;s
2016-11-16 15:40:05,771 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 884.93&micro;s
2016-11-16 15:40:05,771 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 1.63ms
2016-11-16 15:40:05,772 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 325.68&micro;s
2016-11-16 15:40:05,773 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 598.60&micro;s
2016-11-16 15:40:05,774 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.72ms
2016-11-16 15:40:05,774 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.10ms
2016-11-16 15:40:05,774 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,775 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 590.95&micro;s
2016-11-16 15:40:05,775 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 8.80ms
2016-11-16 15:40:05,776 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 574.78µs
2016-11-16 15:40:05,777 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.19ms
2016-11-16 15:40:05,778 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 613.23µs
2016-11-16 15:40:05,778 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..265..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.47ms
2016-11-16 15:40:05,779 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 603.24µs
2016-11-16 15:40:05,780 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 588.92µs
2016-11-16 15:40:05,781 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 1.52ms
2016-11-16 15:40:05,782 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 591.02µs
2016-11-16 15:40:05,783 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.65ms
2016-11-16 15:40:05,783 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 619.55µs
2016-11-16 15:40:05,784 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 1.95ms
2016-11-16 15:40:05,784 DEBUG - #lock(): in 10.70µs
2016-11-16 15:40:05,785 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 634.23µs
2016-11-16 15:40:05,787 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 607.47µs
2016-11-16 15:40:05,788 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.83ms
2016-11-16 15:40:05,788 DEBUG - #unlock(): in 11.52µs
2016-11-16 15:40:05,789 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 613.86µs
2016-11-16 15:40:05,789 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 48.40µs
2016-11-16 15:40:05,790 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.48µs
2016-11-16 15:40:05,790 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:05,790 DEBUG - #get(1): 1 in 34.08µs
2016-11-16 15:40:05,790 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.30ms
2016-11-16 15:40:05,791 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 625.24µs
2016-11-16 15:40:05,792 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.23ms
2016-11-16 15:40:05,793 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.57µs
2016-11-16 15:40:05,793 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.51ms
2016-11-16 15:40:05,794 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 646.01µs
2016-11-16 15:40:05,796 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 652.98µs
2016-11-16 15:40:05,796 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 1.59ms
2016-11-16 15:40:05,797 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 626.69µs
2016-11-16 15:40:05,798 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.68ms
2016-11-16 15:40:05,799 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 676.15&micro;s
2016-11-16 15:40:05,799 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 1.98ms
2016-11-16 15:40:05,799 DEBUG - #number(): 1 in 22.04&micro;s
2016-11-16 15:40:05,800 DEBUG - #get(1): 1 in 31.56&micro;s
2016-11-16 15:40:05,801 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 630.42&micro;s
2016-11-16 15:40:05,802 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.79ms
2016-11-16 15:40:05,803 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 679.83&micro;s
2016-11-16 15:40:05,803 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.11ms
2016-11-16 15:40:05,803 DEBUG - #lock(): in 9.59&micro;s
2016-11-16 15:40:05,804 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 615.65&micro;s
2016-11-16 15:40:05,806 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 642.80&micro;s
2016-11-16 15:40:05,807 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..378..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 1.91ms
2016-11-16 15:40:05,807 DEBUG - #unlock(): in 11.45&micro;s
2016-11-16 15:40:05,808 DEBUG - #issue(): 1 in 31.12&micro;s
2016-11-16 15:40:05,808 DEBUG - #number(): 1 in 11.37µs
2016-11-16 15:40:05,808 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:05,810 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 971.62µs
2016-11-16 15:40:05,810 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 29.12µs
2016-11-16 15:40:05,811 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.32µs
2016-11-16 15:40:05,811 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 6.84ms
2016-11-16 15:40:05,812 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 778.30µs
2016-11-16 15:40:05,813 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.00ms
2016-11-16 15:40:05,814 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 687.95µs
2016-11-16 15:40:05,815 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1005..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.31ms
2016-11-16 15:40:05,816 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.40µs
2016-11-16 15:40:05,816 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1103...jcabi.github.mock.MkComments$1@4dc72030)' in 52.45µs
2016-11-16 15:40:05,817 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 692.01µs
2016-11-16 15:40:05,818 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@747f7c8b in 1.93ms
2016-11-16 15:40:05,820 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 647.23µs
2016-11-16 15:40:05,820 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1011..il/amihaiemil.github.io, ticket=1, num=1)' in 21.44µs
2016-11-16 15:40:05,821 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 689.82µs
2016-11-16 15:40:05,831 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 10.41ms
2016-11-16 15:40:05,832 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 845.05µs
2016-11-16 15:40:05,832 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..993..e, coords=amihaiemil/amihaiemil.github.io)' in 30.81µs
2016-11-16 15:40:05,833 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 677.29µs
2016-11-16 15:40:05,834 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 25.27µs
2016-11-16 15:40:05,835 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 684.96µs
2016-11-16 15:40:05,835 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.34ms
2016-11-16 15:40:05,836 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 689.33µs
2016-11-16 15:40:05,836 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..957..\n</repos>\n</github>\n, himself=charlesmike)' in 1.65ms
2016-11-16 15:40:05,838 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 803.11µs
2016-11-16 15:40:05,839 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 2.27ms
2016-11-16 15:40:05,840 DEBUG - #xml(): '<?xml version="1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..961..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 842.76&micro;s
2016-11-16 15:40:05,841 DEBUG - #get('charlesmike'): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..995..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 2.67ms
2016-11-16 15:40:05,841 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..961..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 678.31&micro;s
2016-11-16 15:40:05,842 DEBUG - #self(): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..995..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=charlesmike)' in 4.06ms
2016-11-16 15:40:05,842 DEBUG - #login(): 'charlesmike' in 12.47&micro;s
2016-11-16 15:40:05,843 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 476.43&micro;s
2016-11-16 15:40:05,844 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.06ms
2016-11-16 15:40:05,844 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.35ms
2016-11-16 15:40:05,845 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 758.45&micro;s
2016-11-16 15:40:05,846 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.70ms
2016-11-16 15:40:05,846 DEBUG - #name(): 'amihaiemil.github.io' in 9.73&micro;s
2016-11-16 15:40:05,846 DEBUG - #name(): 'amihaiemil.github.io' in 11.24&micro;s
2016-11-16 15:40:05,848 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 845.41&micro;s
2016-11-16 15:40:05,849 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 2.18ms
2016-11-16 15:40:05,849 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 2.57ms
2016-11-16 15:40:05,851 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 845.60µs
2016-11-16 15:40:05,851 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:05,853 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 819.56µs
2016-11-16 15:40:05,853 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.42ms
2016-11-16 15:40:05,854 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 176.11µs
2016-11-16 15:40:05,855 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 818.90µs
2016-11-16 15:40:05,857 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.30ms
2016-11-16 15:40:05,857 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.65ms
2016-11-16 15:40:05,858 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 3.09ms
2016-11-16 15:40:05,858 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:05,859 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 826.34µs
2016-11-16 15:40:05,859 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 11.94ms
2016-11-16 15:40:05,861 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 794.42µs
2016-11-16 15:40:05,862 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.33ms
2016-11-16 15:40:05,862 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.60ms
2016-11-16 15:40:05,863 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 651.99µs
2016-11-16 15:40:05,863 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 2.87ms
2016-11-16 15:40:05,863 DEBUG - #lock(): in 11.24µs
2016-11-16 15:40:05,864 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 590.29µs
2016-11-16 15:40:05,864 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 859.18µs
2016-11-16 15:40:05,866 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 558.23µs
2016-11-16 15:40:05,867 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..344.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.72ms
2016-11-16 15:40:05,868 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..344.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.07ms
2016-11-16 15:40:05,868 DEBUG - #unlock(): in 12.60µs
2016-11-16 15:40:05,869 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..440..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 960.30µs
2016-11-16 15:40:05,870 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..513..l, coords=amihaiemil/amihaiemil.github.io)' in 26.75µs
2016-11-16 15:40:05,870 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.63µs
2016-11-16 15:40:05,870 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: test issue
2016-11-16 15:40:05,871 DEBUG - #get(1): 1 in 53.14µs
2016-11-16 15:40:05,871 DEBUG - #create('test issue', 'body'): 1 in 7.37ms
2016-11-16 15:40:05,872 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..440..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 932.43&micro;s
2016-11-16 15:40:05,883 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 11.28ms
2016-11-16 15:40:05,883 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 11.64ms
2016-11-16 15:40:05,884 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 957.48&micro;s
2016-11-16 15:40:05,885 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..537..amihaiemil/amihaiemil.github.io, ticket=1)' in 12.04ms
2016-11-16 15:40:05,885 DEBUG - #lock(): in 9.41&micro;s
2016-11-16 15:40:05,886 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 887.29&micro;s
2016-11-16 15:40:05,887 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.41ms
2016-11-16 15:40:05,889 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 914.81&micro;s
2016-11-16 15:40:05,891 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..359..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 3.04ms
2016-11-16 15:40:05,891 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..359..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:05Z&quot;;'): in 3.49ms
2016-11-16 15:40:05,892 DEBUG - #unlock(): in 11.46&micro;s
2016-11-16 15:40:05,892 DEBUG - #issue(): 1 in 30.12µs
2016-11-16 15:40:05,893 DEBUG - #number(): 1 in 11.22µs
2016-11-16 15:40:05,893 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello!
2016-11-16 15:40:05,894 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 919.62µs
2016-11-16 15:40:05,895 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..860..mil/amihaiemil.github.io, ticket=1, num=1)' in 31.33µs
2016-11-16 15:40:05,896 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 953.36µs
2016-11-16 15:40:05,896 DEBUG - #post('@charlesmike hello!'): 'MkComment(storage=<?xml version="1.0" encoding="U..860..mil/amihaiemil.github.io, ticket=1, num=1)' in 9.95ms
2016-11-16 15:40:05,898 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 941.79µs
2016-11-16 15:40:05,899 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.82ms
2016-11-16 15:40:05,899 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.15ms
2016-11-16 15:40:05,900 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 915.51µs
2016-11-16 15:40:05,900 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..804..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.66ms
2016-11-16 15:40:05,901 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 10.52µs
2016-11-16 15:40:05,902 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 952.60µs
2016-11-16 15:40:05,903 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:05,905 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:05,905 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..843..e, coords=amihaiemil/amihaiemil.github.io)' in 2.75ms
2016-11-16 15:40:05,907 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:05,908 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.71ms
2016-11-16 15:40:05,909 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 3.07ms
2016-11-16 15:40:05,910 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 935.77µs
2016-11-16 15:40:05,910 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..845..e, coords=amihaiemil/amihaiemil.github.io)' in 3.40ms
2016-11-16 15:40:05,911 DEBUG - #number(): 1 in 11.44µs
2016-11-16 15:40:05,911 DEBUG - #get(1): 1 in 28.09µs
2016-11-16 15:40:05,912 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 940.98µs
2016-11-16 15:40:05,914 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.78ms
2016-11-16 15:40:05,915 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.22ms
2016-11-16 15:40:05,916 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:05,916 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..855..amihaiemil/amihaiemil.github.io, ticket=1)' in 3.57ms
2016-11-16 15:40:05,917 DEBUG - #lock(): in 9.48µs
2016-11-16 15:40:05,918 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:05,919 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.55ms
2016-11-16 15:40:05,921 DEBUG - #xml(): '<?xml version="1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..769..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 930.53&micro;s
2016-11-16 15:40:05,923 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..391..pdated_at&quot;;\n20:SET &quot;2016-11-16T15:40:05Z&quot;;'): in 2.86ms
2016-11-16 15:40:05,924 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..391..pdated_at&quot;;\n20:SET &quot;2016-11-16T15:40:05Z&quot;;'): in 3.26ms
2016-11-16 15:40:05,924 DEBUG - #unlock(): in 11.26&micro;s
2016-11-16 15:40:05,924 DEBUG - #issue(): 1 in 30.27&micro;s
2016-11-16 15:40:05,925 DEBUG - #number(): 1 in 10.27&micro;s
2016-11-16 15:40:05,925 INFO - comment #2 posted to issue #1 by charlesmike: @amihaiemil hi there, I can help you index...
2016-11-16 15:40:05,926 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 998.60&micro;s
2016-11-16 15:40:05,927 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1195..il/amihaiemil.github.io, ticket=1, num=2)' in 51.08&micro;s
2016-11-16 15:40:05,928 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.01ms
2016-11-16 15:40:05,929 DEBUG - #post('@amihaiemil hi there, I can help you index... '): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1195..il/amihaiemil.github.io, ticket=1, num=2)' in 10.41ms
2016-11-16 15:40:05,930 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 992.99&micro;s
2016-11-16 15:40:05,932 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.95ms
2016-11-16 15:40:05,932 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.31ms
2016-11-16 15:40:05,934 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 985.18µs
2016-11-16 15:40:05,934 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1188..mihaiemil/amihaiemil.github.io, ticket=1)' in 3.68ms
2016-11-16 15:40:05,934 DEBUG - #lock(): in 10.43µs
2016-11-16 15:40:05,936 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:05,936 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.45ms
2016-11-16 15:40:05,939 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 963.21µs
2016-11-16 15:40:05,941 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..366..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 2.91ms
2016-11-16 15:40:05,941 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..366..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 3.33ms
2016-11-16 15:40:05,942 DEBUG - #unlock(): in 17.31µs
2016-11-16 15:40:05,942 DEBUG - #issue(): 1 in 27.76µs
2016-11-16 15:40:05,942 DEBUG - #number(): 1 in 9.98µs
2016-11-16 15:40:05,942 INFO - comment #3 posted to issue #1 by amihaiemil: @charlesmike hello again!!
2016-11-16 15:40:05,944 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 985.18µs
2016-11-16 15:40:05,944 DEBUG - #get(3): 'MkComment(storage=<?xml version="1.0" encoding="U..1507..il/amihaiemil.github.io, ticket=1, num=3)' in 27.81µs
2016-11-16 15:40:05,946 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:05,946 DEBUG - #post('@charlesmike hello again!!'): 'MkComment(storage=<?xml version="1.0" encoding="U..1507..il/amihaiemil.github.io, ticket=1, num=3)' in 9.98ms
2016-11-16 15:40:05,948 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.35ms
2016-11-16 15:40:05,950 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.42ms
2016-11-16 15:40:05,950 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.81ms
2016-11-16 15:40:05,951 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:05,952 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1501..mihaiemil/amihaiemil.github.io, ticket=1)' in 4.15ms
2016-11-16 15:40:05,952 DEBUG - #lock(): in 9.62µs
2016-11-16 15:40:05,953 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:05,954 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:05,957 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1416..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:05,959 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 3.01ms
2016-11-16 15:40:05,959 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:05Z";'): in 3.41ms
2016-11-16 15:40:05,959 DEBUG - #unlock(): in 11.19µs
2016-11-16 15:40:05,960 DEBUG - #issue(): 1 in 28.51µs
2016-11-16 15:40:05,960 DEBUG - #number(): 1 in 15.44µs
2016-11-16 15:40:05,960 INFO - comment #4 posted to issue #1 by amihaiemil: @someoneelse, please check that...
2016-11-16 15:40:05,961 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:05,962 DEBUG - #get(4): 'MkComment(storage=<?xml version="1.0" encoding="U..1828..il/amihaiemil.github.io, ticket=1, num=4)' in 32.73µs
2016-11-16 15:40:05,963 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n&lt;/github&gt;\n' in 1.11ms
2016-11-16 15:40:05,963 DEBUG - #post('@someoneelse, please check that...'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1828..il/amihaiemil.github.io, ticket=1, num=4)' in 10.18ms
2016-11-16 15:40:05,965 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1737..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.10ms
2016-11-16 15:40:05,967 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.88ms
2016-11-16 15:40:05,967 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.21ms
2016-11-16 15:40:05,969 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1737..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.09ms
2016-11-16 15:40:05,969 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1823..mihaiemil/amihaiemil.github.io, ticket=1)' in 3.57ms
2016-11-16 15:40:05,970 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1737..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.06ms
2016-11-16 15:40:05,971 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1921...jcabi.github.mock.MkComments$1@29ba2299)' in 44.18&micro;s
2016-11-16 15:40:05,972 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1737..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:05,972 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1737..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos>\n</github>\n' in 1.36ms
2016-11-16 15:40:05,974 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@28ec9a1a in 3.14ms
2016-11-16 15:40:05,977 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.10ms
2016-11-16 15:40:05,977 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1829..il/amihaiemil.github.io, ticket=1, num=1)' in 33.06µs
2016-11-16 15:40:05,980 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:05,980 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1829..il/amihaiemil.github.io, ticket=1, num=2)' in 32.89µs
2016-11-16 15:40:05,982 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:05,983 DEBUG - #get(3): 'MkComment(storage=<?xml version="1.0" encoding="U..1829..il/amihaiemil.github.io, ticket=1, num=3)' in 28.81µs
2016-11-16 15:40:05,985 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.09ms
2016-11-16 15:40:05,986 DEBUG - #get(4): 'MkComment(storage=<?xml version="1.0" encoding="U..1829..il/amihaiemil.github.io, ticket=1, num=4)' in 30.19µs
2016-11-16 15:40:05,987 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.11ms
2016-11-16 15:40:05,987 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.41ms
2016-11-16 15:40:06,002 DEBUG - #json(): '{"number":"4","url":"https://api.jcabi-github.inv..159..:05Z","updated_at":"2016-11-16T15:40:05Z"}' in 15.99ms
2016-11-16 15:40:06,003 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:06,004 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..1811.., coords=amihaiemil/amihaiemil.github.io)' in 28.07µs
2016-11-16 15:40:06,005 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:06,005 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 21.33µs
2016-11-16 15:40:06,007 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1737..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.09ms
2016-11-16 15:40:06,008 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 2.01ms
2016-11-16 15:40:06,008 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 2.29ms
2016-11-16 15:40:06,009 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1746..ues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 725.00µs
2016-11-16 15:40:06,009 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..1784..<users/>\n</github>\n, himself=charlesmike)' in 2.59ms
2016-11-16 15:40:06,010 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1746..ues>\n</repo>\n</repos>\n<users/>\n</github>\n' in 722.58µs
2016-11-16 15:40:06,011 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 1.99ms
2016-11-16 15:40:06,012 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 2.29ms
2016-11-16 15:40:06,013 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1796..smike</login>\n</user>\n</users>\n</github>\n' in 733.58µs
2016-11-16 15:40:06,013 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1830..r>\n</users>\n</github>\n, self=charlesmike)' in 2.57ms
2016-11-16 15:40:06,014 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1796..smike</login>\n</user>\n</users>\n</github>\n' in 767.83µs
2016-11-16 15:40:06,014 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1830..r>\n</users>\n</github>\n, self=charlesmike)' in 3.70ms
2016-11-16 15:40:06,014 DEBUG - #login(): 'charlesmike' in 12.21µs
2016-11-16 15:40:06,015 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1796..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 685.94&micro;s
2016-11-16 15:40:06,015 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1796..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 913.56&micro;s
2016-11-16 15:40:06,025 DEBUG - #json(): '{&quot;number&quot;:&quot;3&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..151..:05Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}' in 10.55ms
2016-11-16 15:40:06,026 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1796..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 733.95&micro;s
2016-11-16 15:40:06,026 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1796..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 926.38&micro;s
2016-11-16 15:40:06,036 DEBUG - #json(): '{&quot;number&quot;:&quot;3&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..151..:05Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:05Z&quot;}' in 10.43ms
2016-11-16 15:40:06,037 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 679.24&micro;s
2016-11-16 15:40:06,038 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 1.41ms
2016-11-16 15:40:06,039 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 749.38&micro;s
2016-11-16 15:40:06,039 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..5..ub&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n, himself=amihaiemil)' in 1.70ms
2016-11-16 15:40:06,040 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 511.97&micro;s
2016-11-16 15:40:06,041 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;amihaie..8..;ADD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;amihaiemil&quot;;'): in 1.50ms
2016-11-16 15:40:06,042 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 571.22&micro;s
2016-11-16 15:40:06,042 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 1.76ms
2016-11-16 15:40:06,043 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 568.46µs
2016-11-16 15:40:06,043 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.82ms
2016-11-16 15:40:06,044 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 524.38µs
2016-11-16 15:40:06,045 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 1.51ms
2016-11-16 15:40:06,045 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 558.11µs
2016-11-16 15:40:06,046 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 1.75ms
2016-11-16 15:40:06,046 DEBUG - #lock(): in 10.48µs
2016-11-16 15:40:06,047 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 535.24µs
2016-11-16 15:40:06,048 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 1.54ms
2016-11-16 15:40:06,048 DEBUG - #unlock(): in 11.74µs
2016-11-16 15:40:06,048 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 2.16ms
2016-11-16 15:40:06,049 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 521.48µs
2016-11-16 15:40:06,049 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.06ms
2016-11-16 15:40:06,050 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 551.04µs
2016-11-16 15:40:06,050 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.29ms
2016-11-16 15:40:06,051 DEBUG - #name(): 'amihaiemil.github.io' in 10.18µs
2016-11-16 15:40:06,051 DEBUG - #name(): 'amihaiemil.github.io' in 8.64µs
2016-11-16 15:40:06,052 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 536.19µs
2016-11-16 15:40:06,053 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.50ms
2016-11-16 15:40:06,053 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 742.48µs
2016-11-16 15:40:06,055 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 567.83µs
2016-11-16 15:40:06,055 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 1.61ms
2016-11-16 15:40:06,056 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 170.40µs
2016-11-16 15:40:06,057 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 856.00µs
2016-11-16 15:40:06,058 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.39ms
2016-11-16 15:40:06,059 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.80ms
2016-11-16 15:40:06,059 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:06,060 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 843.98µs
2016-11-16 15:40:06,060 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 8.46ms
2016-11-16 15:40:06,061 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 582.80&micro;s
2016-11-16 15:40:06,062 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.19ms
2016-11-16 15:40:06,062 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 602.00&micro;s
2016-11-16 15:40:06,063 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..265..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.41ms
2016-11-16 15:40:06,063 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 606.43&micro;s
2016-11-16 15:40:06,065 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 578.55&micro;s
2016-11-16 15:40:06,065 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 1.44ms
2016-11-16 15:40:06,066 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 592.49&micro;s
2016-11-16 15:40:06,067 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.59ms
2016-11-16 15:40:06,068 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..241..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 595.58&micro;s
2016-11-16 15:40:06,068 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 1.83ms
2016-11-16 15:40:06,068 DEBUG - #lock(): in 9.64µs
2016-11-16 15:40:06,069 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 599.78µs
2016-11-16 15:40:06,071 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 588.76µs
2016-11-16 15:40:06,072 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.74ms
2016-11-16 15:40:06,072 DEBUG - #unlock(): in 11.60µs
2016-11-16 15:40:06,073 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 612.75µs
2016-11-16 15:40:06,073 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 49.69µs
2016-11-16 15:40:06,073 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 15.12µs
2016-11-16 15:40:06,074 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:06,074 DEBUG - #get(1): 1 in 32.34µs
2016-11-16 15:40:06,074 DEBUG - #create('Test issue for commands', 'test body'): 1 in 5.88ms
2016-11-16 15:40:06,075 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 637.32µs
2016-11-16 15:40:06,075 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.23ms
2016-11-16 15:40:06,076 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 631.06µs
2016-11-16 15:40:06,077 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.45ms
2016-11-16 15:40:06,077 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 638.43µs
2016-11-16 15:40:06,079 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 627.54µs
2016-11-16 15:40:06,079 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 1.52ms
2016-11-16 15:40:06,080 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 608.69µs
2016-11-16 15:40:06,081 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.64ms
2016-11-16 15:40:06,082 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 652.66µs
2016-11-16 15:40:06,082 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 1.90ms
2016-11-16 15:40:06,082 DEBUG - #number(): 1 in 21.20µs
2016-11-16 15:40:06,083 DEBUG - #get(1): 1 in 34.00µs
2016-11-16 15:40:06,083 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 621.27µs
2016-11-16 15:40:06,085 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.75ms
2016-11-16 15:40:06,085 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 667.57µs
2016-11-16 15:40:06,086 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.01ms
2016-11-16 15:40:06,086 DEBUG - #lock(): in 9.34µs
2016-11-16 15:40:06,087 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 626.17µs
2016-11-16 15:40:06,088 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos&gt;\n&lt;/github&gt;\n' in 596.65&micro;s
2016-11-16 15:40:06,090 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..378..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:06Z&quot;;'): in 1.86ms
2016-11-16 15:40:06,090 DEBUG - #unlock(): in 11.78&micro;s
2016-11-16 15:40:06,090 DEBUG - #issue(): 1 in 29.47&micro;s
2016-11-16 15:40:06,090 DEBUG - #number(): 1 in 19.30&micro;s
2016-11-16 15:40:06,090 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:06,091 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 667.28&micro;s
2016-11-16 15:40:06,092 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 32.79&micro;s
2016-11-16 15:40:06,093 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 705.33&micro;s
2016-11-16 15:40:06,093 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 5.89ms
2016-11-16 15:40:06,094 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 636.91&micro;s
2016-11-16 15:40:06,095 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.79ms
2016-11-16 15:40:06,096 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 680.65&micro;s
2016-11-16 15:40:06,096 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1005..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.02ms
2016-11-16 15:40:06,097 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 671.92µs
2016-11-16 15:40:06,097 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1103...jcabi.github.mock.MkComments$1@6f66c1b3)' in 49.40µs
2016-11-16 15:40:06,098 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 644.10µs
2016-11-16 15:40:06,099 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@63606159 in 1.63ms
2016-11-16 15:40:06,101 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 639.70µs
2016-11-16 15:40:06,101 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1011..il/amihaiemil.github.io, ticket=1, num=1)' in 20.61µs
2016-11-16 15:40:06,102 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 663.54µs
2016-11-16 15:40:06,111 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.02ms
2016-11-16 15:40:06,112 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 666.72µs
2016-11-16 15:40:06,112 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..993..e, coords=amihaiemil/amihaiemil.github.io)' in 30.78µs
2016-11-16 15:40:06,113 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 635.72µs
2016-11-16 15:40:06,114 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 23.48µs
2016-11-16 15:40:06,114 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 668.87µs
2016-11-16 15:40:06,115 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.27ms
2016-11-16 15:40:06,116 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 667.22µs
2016-11-16 15:40:06,116 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..957..\n</repos>\n</github>\n, himself=charlesmike)' in 1.50ms
2016-11-16 15:40:06,117 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 630.60µs
2016-11-16 15:40:06,119 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 2.12ms
2016-11-16 15:40:06,119 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 674.12µs
2016-11-16 15:40:06,120 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.39ms
2016-11-16 15:40:06,121 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 711.95µs
2016-11-16 15:40:06,121 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 3.54ms
2016-11-16 15:40:06,121 DEBUG - #login(): 'charlesmike' in 12.04µs
2016-11-16 15:40:06,122 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 666.69µs
2016-11-16 15:40:06,131 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.02ms
2016-11-16 15:40:06,133 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 482.82µs
2016-11-16 15:40:06,133 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 964.16µs
2016-11-16 15:40:06,133 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.16ms
2016-11-16 15:40:06,134 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 528.74µs
2016-11-16 15:40:06,134 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding=&quot;UTF..2..ithub&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.42ms
2016-11-16 15:40:06,134 DEBUG - #name(): 'amihaiemil.github.io' in 10.05&micro;s
2016-11-16 15:40:06,135 DEBUG - #name(): 'amihaiemil.github.io' in 11.63&micro;s
2016-11-16 15:40:06,135 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 522.36&micro;s
2016-11-16 15:40:06,136 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.46ms
2016-11-16 15:40:06,137 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.69ms
2016-11-16 15:40:06,137 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 582.23&micro;s
2016-11-16 15:40:06,138 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 779.37&micro;s
2016-11-16 15:40:06,139 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 555.07&micro;s
2016-11-16 15:40:06,139 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 1.66ms
2016-11-16 15:40:06,140 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 143.51&micro;s
2016-11-16 15:40:06,141 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 574.13&micro;s
2016-11-16 15:40:06,142 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.64ms
2016-11-16 15:40:06,142 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.86ms
2016-11-16 15:40:06,142 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.22ms
2016-11-16 15:40:06,142 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:06,143 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 572.02µs
2016-11-16 15:40:06,143 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 8.00ms
2016-11-16 15:40:06,144 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 552.64µs
2016-11-16 15:40:06,153 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 9.54ms
2016-11-16 15:40:06,153 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 9.76ms
2016-11-16 15:40:06,154 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 593.18µs
2016-11-16 15:40:06,154 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 10.05ms
2016-11-16 15:40:06,155 DEBUG - #lock(): in 11.89µs
2016-11-16 15:40:06,155 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 610.57µs
2016-11-16 15:40:06,156 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 809.42µs
2016-11-16 15:40:06,157 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 554.98µs
2016-11-16 15:40:06,158 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..344.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.71ms
2016-11-16 15:40:06,159 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..344.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.99ms
2016-11-16 15:40:06,159 DEBUG - #unlock(): in 12.36µs
2016-11-16 15:40:06,160 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..440..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 679.31µs
2016-11-16 15:40:06,160 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..513..l, coords=amihaiemil/amihaiemil.github.io)' in 28.32µs
2016-11-16 15:40:06,160 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.78µs
2016-11-16 15:40:06,161 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: test issue
2016-11-16 15:40:06,161 DEBUG - #get(1): 1 in 32.20µs
2016-11-16 15:40:06,161 DEBUG - #create('test issue', 'body'): 1 in 6.43ms
2016-11-16 15:40:06,162 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..440..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 632.50µs
2016-11-16 15:40:06,163 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.79ms
2016-11-16 15:40:06,163 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.03ms
2016-11-16 15:40:06,164 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..452..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 647.27µs
2016-11-16 15:40:06,165 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..537..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.35ms
2016-11-16 15:40:06,165 DEBUG - #lock(): in 10.78µs
2016-11-16 15:40:06,166 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..452..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 638.96µs
2016-11-16 15:40:06,166 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 827.33&micro;s
2016-11-16 15:40:06,168 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..452..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 902.00&micro;s
2016-11-16 15:40:06,170 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..359..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:06Z&quot;;'): in 2.59ms
2016-11-16 15:40:06,170 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..359..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:06Z&quot;;'): in 2.95ms
2016-11-16 15:40:06,170 DEBUG - #unlock(): in 11.02&micro;s
2016-11-16 15:40:06,170 DEBUG - #issue(): 1 in 28.20&micro;s
2016-11-16 15:40:06,171 DEBUG - #number(): 1 in 14.40&micro;s
2016-11-16 15:40:06,171 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello!
2016-11-16 15:40:06,172 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..769..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 924.74&micro;s
2016-11-16 15:40:06,172 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..860..mil/amihaiemil.github.io, ticket=1, num=1)' in 29.26&micro;s
2016-11-16 15:40:06,173 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..769..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 652.43&micro;s
2016-11-16 15:40:06,173 DEBUG - #post('@charlesmike hello!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..860..mil/amihaiemil.github.io, ticket=1, num=1)' in 7.74ms
2016-11-16 15:40:06,174 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..769..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 652.78&micro;s
2016-11-16 15:40:06,175 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.24ms
2016-11-16 15:40:06,175 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.46ms
2016-11-16 15:40:06,176 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 658.60µs
2016-11-16 15:40:06,176 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..804..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.75ms
2016-11-16 15:40:06,176 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 9.22µs
2016-11-16 15:40:06,177 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.55µs
2016-11-16 15:40:06,178 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 846.90µs
2016-11-16 15:40:06,179 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 611.89µs
2016-11-16 15:40:06,179 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..843..e, coords=amihaiemil/amihaiemil.github.io)' in 1.66ms
2016-11-16 15:40:06,180 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 608.16µs
2016-11-16 15:40:06,181 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.75ms
2016-11-16 15:40:06,181 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.95ms
2016-11-16 15:40:06,182 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 745.37µs
2016-11-16 15:40:06,183 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..845..e, coords=amihaiemil/amihaiemil.github.io)' in 2.27ms
2016-11-16 15:40:06,183 DEBUG - #number(): 1 in 16.93µs
2016-11-16 15:40:06,183 DEBUG - #get(1): 1 in 30.60µs
2016-11-16 15:40:06,184 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 660.41µs
2016-11-16 15:40:06,185 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.78ms
2016-11-16 15:40:06,185 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.06ms
2016-11-16 15:40:06,186 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 695.27µs
2016-11-16 15:40:06,187 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..855..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.36ms
2016-11-16 15:40:06,187 DEBUG - #lock(): in 10.09µs
2016-11-16 15:40:06,188 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 784.28µs
2016-11-16 15:40:06,188 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:06,190 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..769..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 693.10µs
2016-11-16 15:40:06,191 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..391..pdated_at";\n20:SET "2016-11-16T15:40:06Z";'): in 1.96ms
2016-11-16 15:40:06,192 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..391..pdated_at";\n20:SET "2016-11-16T15:40:06Z";'): in 2.30ms
2016-11-16 15:40:06,192 DEBUG - #unlock(): in 11.75µs
2016-11-16 15:40:06,192 DEBUG - #issue(): 1 in 20.76µs
2016-11-16 15:40:06,192 DEBUG - #number(): 1 in 7.45µs
2016-11-16 15:40:06,192 INFO - comment #2 posted to issue #1 by charlesmike: @amihaiemil hi there, I can help you index...
2016-11-16 15:40:06,193 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 735.75µs
2016-11-16 15:40:06,193 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1195..il/amihaiemil.github.io, ticket=1, num=2)' in 36.26µs
2016-11-16 15:40:06,194 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1103..ue>\n</issues>\n</repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 727.02&micro;s
2016-11-16 15:40:06,195 DEBUG - #post('@amihaiemil hi there, I can help you index... '): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1195..il/amihaiemil.github.io, ticket=1, num=2)' in 6.86ms
2016-11-16 15:40:06,196 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 735.24&micro;s
2016-11-16 15:40:06,197 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.90ms
2016-11-16 15:40:06,197 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 2.09ms
2016-11-16 15:40:06,198 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 743.95&micro;s
2016-11-16 15:40:06,198 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1188..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.33ms
2016-11-16 15:40:06,198 DEBUG - #lock(): in 6.46&micro;s
2016-11-16 15:40:06,199 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 704.31&micro;s
2016-11-16 15:40:06,199 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 905.76&micro;s
2016-11-16 15:40:06,201 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1103..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 636.83&micro;s
2016-11-16 15:40:06,203 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..374..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:06Z";'): in 1.95ms
2016-11-16 15:40:06,203 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 2.21ms
2016-11-16 15:40:06,203 DEBUG - #unlock(): in 8.28µs
2016-11-16 15:40:06,203 DEBUG - #issue(): 1 in 18.51µs
2016-11-16 15:40:06,203 DEBUG - #number(): 1 in 7.66µs
2016-11-16 15:40:06,204 INFO - comment #3 posted to issue #1 by amihaiemil: @someoneelse, please check that...
2016-11-16 15:40:06,205 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 786.61µs
2016-11-16 15:40:06,205 DEBUG - #get(3): 'MkComment(storage=<?xml version="1.0" encoding="U..1515..il/amihaiemil.github.io, ticket=1, num=3)' in 29.74µs
2016-11-16 15:40:06,206 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 755.47µs
2016-11-16 15:40:06,206 DEBUG - #post('@someoneelse, please check that...'): 'MkComment(storage=<?xml version="1.0" encoding="U..1515..il/amihaiemil.github.io, ticket=1, num=3)' in 6.75ms
2016-11-16 15:40:06,207 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 707.96µs
2016-11-16 15:40:06,208 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.91ms
2016-11-16 15:40:06,208 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.12ms
2016-11-16 15:40:06,209 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 771.91µs
2016-11-16 15:40:06,210 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1510..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.38ms
2016-11-16 15:40:06,211 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 758.60µs
2016-11-16 15:40:06,211 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1608...jcabi.github.mock.MkComments$1@7c2942ce)' in 33.23µs
2016-11-16 15:40:06,212 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 744.39µs
2016-11-16 15:40:06,212 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 927.67µs
2016-11-16 15:40:06,213 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@56ef2560 in 2.13ms
2016-11-16 15:40:06,215 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 675.75µs
2016-11-16 15:40:06,215 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1516..il/amihaiemil.github.io, ticket=1, num=1)' in 20.34µs
2016-11-16 15:40:06,217 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 667.14µs
2016-11-16 15:40:06,217 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1516..il/amihaiemil.github.io, ticket=1, num=2)' in 22.42µs
2016-11-16 15:40:06,219 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 672.13µs
2016-11-16 15:40:06,219 DEBUG - #get(3): 'MkComment(storage=<?xml version="1.0" encoding="U..1516..il/amihaiemil.github.io, ticket=1, num=3)' in 22.82µs
2016-11-16 15:40:06,220 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 744.78µs
2016-11-16 15:40:06,220 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 929.61µs
2016-11-16 15:40:06,230 DEBUG - #json(): '{"number":"3","url":"https://api.jcabi-github.inv..159..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.47ms
2016-11-16 15:40:06,231 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1424..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 734.34µs
2016-11-16 15:40:06,231 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..1498.., coords=amihaiemil/amihaiemil.github.io)' in 19.58&micro;s
2016-11-16 15:40:06,232 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1424..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 700.69&micro;s
2016-11-16 15:40:06,232 DEBUG - #github(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1424..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 28.08&micro;s
2016-11-16 15:40:06,233 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1424..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 727.38&micro;s
2016-11-16 15:40:06,234 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 1.43ms
2016-11-16 15:40:06,234 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 1.62ms
2016-11-16 15:40:06,235 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1433..ues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 742.20&micro;s
2016-11-16 15:40:06,235 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..1471..&lt;users/&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 1.85ms
2016-11-16 15:40:06,236 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1433..ues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 723.31&micro;s
2016-11-16 15:40:06,237 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;charles..10..DD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;charlesmike&quot;;'): in 1.89ms
2016-11-16 15:40:06,237 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;charles..10..DD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;charlesmike&quot;;'): in 2.09ms
2016-11-16 15:40:06,238 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1483..smike&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 722.32&micro;s
2016-11-16 15:40:06,238 DEBUG - #get('charlesmike'): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding="UTF-..1517..r>\n</users>\n</github>\n, self=charlesmike)' in 2.35ms
2016-11-16 15:40:06,239 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1483..smike</login>\n</user>\n</users>\n</github>\n' in 665.88µs
2016-11-16 15:40:06,239 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1517..r>\n</users>\n</github>\n, self=charlesmike)' in 3.49ms
2016-11-16 15:40:06,239 DEBUG - #login(): 'charlesmike' in 8.02µs
2016-11-16 15:40:06,241 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1483..smike</login>\n</user>\n</users>\n</github>\n' in 867.00µs
2016-11-16 15:40:06,241 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1483..smike</login>\n</user>\n</users>\n</github>\n' in 1.13ms
2016-11-16 15:40:06,256 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..172..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 15.82ms
2016-11-16 15:40:06,258 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 740.65µs
2016-11-16 15:40:06,258 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.41ms
2016-11-16 15:40:06,259 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 764.64µs
2016-11-16 15:40:06,260 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 1.76ms
2016-11-16 15:40:06,261 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 760.83µs
2016-11-16 15:40:06,262 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 2.05ms
2016-11-16 15:40:06,263 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 761.46µs
2016-11-16 15:40:06,263 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.40ms
2016-11-16 15:40:06,264 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 746.19µs
2016-11-16 15:40:06,265 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 3.77ms
2016-11-16 15:40:06,266 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 765.75µs
2016-11-16 15:40:06,267 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 2.04ms
2016-11-16 15:40:06,268 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 777.77µs
2016-11-16 15:40:06,268 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.35ms
2016-11-16 15:40:06,268 DEBUG - #lock(): in 8.81µs
2016-11-16 15:40:06,269 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 748.63µs
2016-11-16 15:40:06,271 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 2.00ms
2016-11-16 15:40:06,271 DEBUG - #unlock(): in 15.18µs
2016-11-16 15:40:06,271 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 2.71ms
2016-11-16 15:40:06,272 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 529.81µs
2016-11-16 15:40:06,273 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.08ms
2016-11-16 15:40:06,273 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 642.37µs
2016-11-16 15:40:06,274 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.37ms
2016-11-16 15:40:06,274 DEBUG - #name(): 'amihaiemil.github.io' in 9.79µs
2016-11-16 15:40:06,274 DEBUG - #name(): 'amihaiemil.github.io' in 11.63&micro;s
2016-11-16 15:40:06,275 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..81..mails&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;repos/&gt;\n&lt;/github&gt;\n' in 630.02&micro;s
2016-11-16 15:40:06,276 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 1.69ms
2016-11-16 15:40:06,277 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 694.61&micro;s
2016-11-16 15:40:06,279 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 603.81&micro;s
2016-11-16 15:40:06,279 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 1.63ms
2016-11-16 15:40:06,279 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 189.12&micro;s
2016-11-16 15:40:06,280 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 632.10&micro;s
2016-11-16 15:40:06,281 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 1.77ms
2016-11-16 15:40:06,282 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 2.12ms
2016-11-16 15:40:06,282 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:06,283 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 713.61&micro;s
2016-11-16 15:40:06,283 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 8.05ms
2016-11-16 15:40:06,284 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 694.78µs
2016-11-16 15:40:06,284 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.30ms
2016-11-16 15:40:06,285 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 669.39µs
2016-11-16 15:40:06,286 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..265..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.56ms
2016-11-16 15:40:06,286 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 712.77µs
2016-11-16 15:40:06,288 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 567.57µs
2016-11-16 15:40:06,288 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 1.65ms
2016-11-16 15:40:06,289 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 683.07µs
2016-11-16 15:40:06,290 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.97ms
2016-11-16 15:40:06,291 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 690.80µs
2016-11-16 15:40:06,292 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 2.24ms
2016-11-16 15:40:06,292 DEBUG - #lock(): in 10.01µs
2016-11-16 15:40:06,293 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 711.49µs
2016-11-16 15:40:06,295 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 585.76µs
2016-11-16 15:40:06,296 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.86ms
2016-11-16 15:40:06,296 DEBUG - #unlock(): in 15.59µs
2016-11-16 15:40:06,297 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 714.65µs
2016-11-16 15:40:06,297 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 48.21µs
2016-11-16 15:40:06,298 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 8.69µs
2016-11-16 15:40:06,298 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:06,298 DEBUG - #get(1): 1 in 20.21µs
2016-11-16 15:40:06,298 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.17ms
2016-11-16 15:40:06,299 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 618.20µs
2016-11-16 15:40:06,299 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.20ms
2016-11-16 15:40:06,300 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 766.65µs
2016-11-16 15:40:06,301 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.48ms
2016-11-16 15:40:06,302 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 735.92µs
2016-11-16 15:40:06,303 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 599.53µs
2016-11-16 15:40:06,303 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 1.73ms
2016-11-16 15:40:06,304 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 722.80&micro;s
2016-11-16 15:40:06,306 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.86ms
2016-11-16 15:40:06,307 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 719.45&micro;s
2016-11-16 15:40:06,307 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 2.10ms
2016-11-16 15:40:06,307 DEBUG - #number(): 1 in 13.06&micro;s
2016-11-16 15:40:06,307 DEBUG - #get(1): 1 in 34.06&micro;s
2016-11-16 15:40:06,308 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 736.71&micro;s
2016-11-16 15:40:06,310 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.97ms
2016-11-16 15:40:06,311 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 728.02&micro;s
2016-11-16 15:40:06,311 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.23ms
2016-11-16 15:40:06,311 DEBUG - #lock(): in 9.45&micro;s
2016-11-16 15:40:06,312 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 666.29&micro;s
2016-11-16 15:40:06,314 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 616.61µs
2016-11-16 15:40:06,315 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..378..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 2.07ms
2016-11-16 15:40:06,315 DEBUG - #unlock(): in 11.99µs
2016-11-16 15:40:06,316 DEBUG - #issue(): 1 in 19.60µs
2016-11-16 15:40:06,316 DEBUG - #number(): 1 in 11.04µs
2016-11-16 15:40:06,316 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:06,317 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 656.17µs
2016-11-16 15:40:06,317 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 19.82µs
2016-11-16 15:40:06,318 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 633.32µs
2016-11-16 15:40:06,318 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 6.03ms
2016-11-16 15:40:06,319 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 748.50µs
2016-11-16 15:40:06,320 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.03ms
2016-11-16 15:40:06,321 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 754.13µs
2016-11-16 15:40:06,321 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1004..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.25ms
2016-11-16 15:40:06,321 DEBUG - #lock(): in 9.40µs
2016-11-16 15:40:06,323 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 736.71µs
2016-11-16 15:40:06,324 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 625.94µs
2016-11-16 15:40:06,326 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 1.94ms
2016-11-16 15:40:06,326 DEBUG - #unlock(): in 7.99µs
2016-11-16 15:40:06,326 DEBUG - #issue(): 1 in 21.18µs
2016-11-16 15:40:06,326 DEBUG - #number(): 1 in 7.74µs
2016-11-16 15:40:06,326 INFO - comment #2 posted to issue #1 by amihaiemil: @charlesmike hello? Please answer?
2016-11-16 15:40:06,327 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 748.68µs
2016-11-16 15:40:06,328 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 30.40µs
2016-11-16 15:40:06,329 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 779.18µs
2016-11-16 15:40:06,329 DEBUG - #post('@charlesmike hello? Please answer?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 6.31ms
2016-11-16 15:40:06,330 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 818.57µs
2016-11-16 15:40:06,331 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.09ms
2016-11-16 15:40:06,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 751.12µs
2016-11-16 15:40:06,332 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1325..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.36ms
2016-11-16 15:40:06,333 DEBUG - #lock(): in 9.97µs
2016-11-16 15:40:06,334 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 715.26µs
2016-11-16 15:40:06,336 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 711.89µs
2016-11-16 15:40:06,337 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..379..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:06Z&quot;;'): in 2.03ms
2016-11-16 15:40:06,337 DEBUG - #unlock(): in 15.82&micro;s
2016-11-16 15:40:06,337 DEBUG - #issue(): 1 in 30.37&micro;s
2016-11-16 15:40:06,338 DEBUG - #number(): 1 in 15.63&micro;s
2016-11-16 15:40:06,338 INFO - comment #3 posted to issue #1 by amihaiemil: @charlesmike why won't you answer?
2016-11-16 15:40:06,339 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1561..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 990.94&micro;s
2016-11-16 15:40:06,339 DEBUG - #get(3): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1652..il/amihaiemil.github.io, ticket=1, num=3)' in 30.01&micro;s
2016-11-16 15:40:06,340 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1561..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 793.86&micro;s
2016-11-16 15:40:06,341 DEBUG - #post('@charlesmike why won't you answer?'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1652..il/amihaiemil.github.io, ticket=1, num=3)' in 6.98ms
2016-11-16 15:40:06,342 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1561..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 704.38&micro;s
2016-11-16 15:40:06,343 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.99ms
2016-11-16 15:40:06,344 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1561..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 790.18&micro;s
2016-11-16 15:40:06,344 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1646..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.21ms
2016-11-16 15:40:06,344 DEBUG - #lock(): in 5.83µs
2016-11-16 15:40:06,345 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1561..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 755.66µs
2016-11-16 15:40:06,351 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1561..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:06,363 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..376..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 13.28ms
2016-11-16 15:40:06,363 DEBUG - #unlock(): in 12.62µs
2016-11-16 15:40:06,363 DEBUG - #issue(): 1 in 38.91µs
2016-11-16 15:40:06,364 DEBUG - #number(): 1 in 12.17µs
2016-11-16 15:40:06,364 INFO - comment #4 posted to issue #1 by amihaiemil: @someoneelse, please do something...
2016-11-16 15:40:06,365 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 822.57µs
2016-11-16 15:40:06,365 DEBUG - #get(4): 'MkComment(storage=<?xml version="1.0" encoding="U..1975..il/amihaiemil.github.io, ticket=1, num=4)' in 31.62µs
2016-11-16 15:40:06,366 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 825.33µs
2016-11-16 15:40:06,366 DEBUG - #post('@someoneelse, please do something...'): 'MkComment(storage=<?xml version="1.0" encoding="U..1975..il/amihaiemil.github.io, ticket=1, num=4)' in 21.06ms
2016-11-16 15:40:06,368 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 869.66µs
2016-11-16 15:40:06,369 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.28ms
2016-11-16 15:40:06,370 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 823.78µs
2016-11-16 15:40:06,370 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1969..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.55ms
2016-11-16 15:40:06,370 DEBUG - #lock(): in 10.33µs
2016-11-16 15:40:06,372 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 813.89µs
2016-11-16 15:40:06,374 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1884..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 740.52µs
2016-11-16 15:40:06,375 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 2.21ms
2016-11-16 15:40:06,376 DEBUG - #unlock(): in 11.59µs
2016-11-16 15:40:06,376 DEBUG - #issue(): 1 in 28.09µs
2016-11-16 15:40:06,376 DEBUG - #number(): 1 in 11.06µs
2016-11-16 15:40:06,376 INFO - comment #5 posted to issue #1 by amihaiemil: @someoneelse, please check that...
2016-11-16 15:40:06,378 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.39ms
2016-11-16 15:40:06,378 DEBUG - #get(5): 'MkComment(storage=<?xml version="1.0" encoding="U..2296..il/amihaiemil.github.io, ticket=1, num=5)' in 27.47µs
2016-11-16 15:40:06,380 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 976.54µs
2016-11-16 15:40:06,380 DEBUG - #post('@someoneelse, please check that...'): 'MkComment(storage=<?xml version="1.0" encoding="U..2296..il/amihaiemil.github.io, ticket=1, num=5)' in 8.05ms
2016-11-16 15:40:06,381 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.29ms
2016-11-16 15:40:06,383 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.59ms
2016-11-16 15:40:06,384 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 984.01µs
2016-11-16 15:40:06,384 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..2291..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.86ms
2016-11-16 15:40:06,385 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 961.08µs
2016-11-16 15:40:06,386 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..2389...jcabi.github.mock.MkComments$1@41d9c0c5)' in 52.64µs
2016-11-16 15:40:06,387 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.25ms
2016-11-16 15:40:06,388 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@7dad91ce in 2.61ms
2016-11-16 15:40:06,391 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.37ms
2016-11-16 15:40:06,391 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..2297..il/amihaiemil.github.io, ticket=1, num=1)' in 24.41&micro;s
2016-11-16 15:40:06,394 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.54ms
2016-11-16 15:40:06,394 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..2297..il/amihaiemil.github.io, ticket=1, num=2)' in 32.42&micro;s
2016-11-16 15:40:06,401 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 5.29ms
2016-11-16 15:40:06,402 DEBUG - #get(3): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..2297..il/amihaiemil.github.io, ticket=1, num=3)' in 30.15&micro;s
2016-11-16 15:40:06,405 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 2.35ms
2016-11-16 15:40:06,406 DEBUG - #get(4): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..2297..il/amihaiemil.github.io, ticket=1, num=4)' in 31.12&micro;s
2016-11-16 15:40:06,409 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..2205..ue&gt;\n&lt;/issues&gt;\n&lt;/repo>\n</repos>\n</github>\n' in 1.98ms
2016-11-16 15:40:06,409 DEBUG - #get(5): 'MkComment(storage=<?xml version="1.0" encoding="U..2297..il/amihaiemil.github.io, ticket=1, num=5)' in 32.25µs
2016-11-16 15:40:06,411 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:06,426 DEBUG - #json(): '{"number":"5","url":"https://api.jcabi-github.inv..159..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 15.65ms
2016-11-16 15:40:06,427 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:06,427 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..2279.., coords=amihaiemil/amihaiemil.github.io)' in 34.22µs
2016-11-16 15:40:06,428 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 833.68µs
2016-11-16 15:40:06,428 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 45.59µs
2016-11-16 15:40:06,430 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 848.60µs
2016-11-16 15:40:06,430 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.64ms
2016-11-16 15:40:06,431 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 831.61µs
2016-11-16 15:40:06,432 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..2243..</repos>\n</github>\n, himself=charlesmike)' in 1.89ms
2016-11-16 15:40:06,433 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2205..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 827.33µs
2016-11-16 15:40:06,434 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 2.08ms
2016-11-16 15:40:06,435 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2247..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 830.87µs
2016-11-16 15:40:06,435 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..2281..o>\n</repos>\n</github>\n, self=charlesmike)' in 2.35ms
2016-11-16 15:40:06,436 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2247..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 865.13µs
2016-11-16 15:40:06,437 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..2281..o>\n</repos>\n</github>\n, self=charlesmike)' in 3.70ms
2016-11-16 15:40:06,437 DEBUG - #login(): 'charlesmike' in 12.41µs
2016-11-16 15:40:06,438 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2247..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 852.25µs
2016-11-16 15:40:06,448 DEBUG - #json(): '{"number":"4","url":"https://api.jcabi-github.inv..161..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.61ms
2016-11-16 15:40:06,449 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2247..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 859.05µs
2016-11-16 15:40:06,459 DEBUG - #json(): '{"number":"3","url":"https://api.jcabi-github.inv..159..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.53ms
2016-11-16 15:40:06,460 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..2247..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 853.30µs
2016-11-16 15:40:06,469 DEBUG - #json(): '{"number":"3","url":"https://api.jcabi-github.inv..159..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.49ms
2016-11-16 15:40:06,471 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 660.81µs
2016-11-16 15:40:06,471 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.24ms
2016-11-16 15:40:06,472 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 582.23µs
2016-11-16 15:40:06,472 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 1.48ms
2016-11-16 15:40:06,473 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/&gt;\n&lt;/github&gt;\n' in 485.04&micro;s
2016-11-16 15:40:06,474 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;amihaie..8..;ADD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;amihaiemil&quot;;'): in 1.36ms
2016-11-16 15:40:06,475 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 641.67&micro;s
2016-11-16 15:40:06,475 DEBUG - #get('amihaiemil'): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..50..user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.68ms
2016-11-16 15:40:06,476 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 615.83&micro;s
2016-11-16 15:40:06,476 DEBUG - #self(): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..50..user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 2.77ms
2016-11-16 15:40:06,477 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 585.54&micro;s
2016-11-16 15:40:06,478 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;apos;]&quot;;ADDIF &quot;emails&quot;;'): in 1.58ms
2016-11-16 15:40:06,479 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..27..ogin&gt;\n&lt;emails/&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 623.78&micro;s
2016-11-16 15:40:06,479 DEBUG - #emails(): 'MkUserEmails(storage=&lt;?xml version=&quot;1.0&quot; encoding..66..user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.81ms
2016-11-16 15:40:06,479 DEBUG - #lock(): in 9.24&micro;s
2016-11-16 15:40:06,480 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..27..ogin&gt;\n&lt;emails/&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 614.81&micro;s
2016-11-16 15:40:06,481 DEBUG - #apply('XPATH &quot;/github/users/user[login=&amp;apos;amihaiemil&amp;..11..D &quot;email&quot;;SET &quot;amihaiemil@gmail.com&quot;;\n3:UP;'): in 1.62ms
2016-11-16 15:40:06,481 DEBUG - #unlock(): in 7.97&micro;s
2016-11-16 15:40:06,482 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 2.30ms
2016-11-16 15:40:06,482 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 631.09µs
2016-11-16 15:40:06,483 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.13ms
2016-11-16 15:40:06,484 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 616.20µs
2016-11-16 15:40:06,484 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.39ms
2016-11-16 15:40:06,484 DEBUG - #name(): 'amihaiemil.github.io' in 9.35µs
2016-11-16 15:40:06,485 DEBUG - #name(): 'amihaiemil.github.io' in 10.53µs
2016-11-16 15:40:06,486 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.06ms
2016-11-16 15:40:06,487 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.07ms
2016-11-16 15:40:06,488 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 689.18µs
2016-11-16 15:40:06,489 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 553.08µs
2016-11-16 15:40:06,490 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 1.61ms
2016-11-16 15:40:06,490 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 208.87µs
2016-11-16 15:40:06,491 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 604.96µs
2016-11-16 15:40:06,492 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.77ms
2016-11-16 15:40:06,492 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.10ms
2016-11-16 15:40:06,492 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:06,493 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 679.03µs
2016-11-16 15:40:06,494 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 8.42ms
2016-11-16 15:40:06,495 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 682.57µs
2016-11-16 15:40:06,495 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.23ms
2016-11-16 15:40:06,496 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 671.58µs
2016-11-16 15:40:06,496 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..265..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.47ms
2016-11-16 15:40:06,497 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 654.73µs
2016-11-16 15:40:06,499 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 566.68µs
2016-11-16 15:40:06,499 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 1.57ms
2016-11-16 15:40:06,500 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 670.28µs
2016-11-16 15:40:06,501 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.71ms
2016-11-16 15:40:06,502 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..241..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 692.20&micro;s
2016-11-16 15:40:06,502 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 1.96ms
2016-11-16 15:40:06,502 DEBUG - #lock(): in 9.01&micro;s
2016-11-16 15:40:06,503 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..241..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 695.10&micro;s
2016-11-16 15:40:06,505 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..241..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 577.14&micro;s
2016-11-16 15:40:06,506 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..362..&quot;user&quot;;ADD &quot;login&quot;;SET &quot;amihaiemil&quot;;UP;UP;'): in 1.78ms
2016-11-16 15:40:06,506 DEBUG - #unlock(): in 11.21&micro;s
2016-11-16 15:40:06,507 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 719.17&micro;s
2016-11-16 15:40:06,507 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 24.79&micro;s
2016-11-16 15:40:06,508 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 8.04&micro;s
2016-11-16 15:40:06,508 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:06,508 DEBUG - #get(1): 1 in 31.41&micro;s
2016-11-16 15:40:06,508 DEBUG - #create('Test issue for commands', 'test body'): 1 in 6.16ms
2016-11-16 15:40:06,509 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 698.00&micro;s
2016-11-16 15:40:06,510 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.25ms
2016-11-16 15:40:06,511 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 694.13µs
2016-11-16 15:40:06,511 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.48ms
2016-11-16 15:40:06,512 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 714.71µs
2016-11-16 15:40:06,513 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 588.92µs
2016-11-16 15:40:06,513 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 1.65ms
2016-11-16 15:40:06,514 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 695.28µs
2016-11-16 15:40:06,515 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.72ms
2016-11-16 15:40:06,516 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 693.58µs
2016-11-16 15:40:06,517 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 1.96ms
2016-11-16 15:40:06,517 DEBUG - #number(): 1 in 15.72µs
2016-11-16 15:40:06,517 DEBUG - #get(1): 1 in 18.79µs
2016-11-16 15:40:06,518 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 762.87µs
2016-11-16 15:40:06,519 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.93ms
2016-11-16 15:40:06,520 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 693.43µs
2016-11-16 15:40:06,520 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.19ms
2016-11-16 15:40:06,521 DEBUG - #lock(): in 9.68µs
2016-11-16 15:40:06,522 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 683.90µs
2016-11-16 15:40:06,523 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 661.20µs
2016-11-16 15:40:06,524 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..378..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 1.83ms
2016-11-16 15:40:06,525 DEBUG - #unlock(): in 11.91µs
2016-11-16 15:40:06,525 DEBUG - #issue(): 1 in 30.10µs
2016-11-16 15:40:06,525 DEBUG - #number(): 1 in 11.71µs
2016-11-16 15:40:06,525 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:06,526 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 646.16µs
2016-11-16 15:40:06,526 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 31.72µs
2016-11-16 15:40:06,527 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 733.81µs
2016-11-16 15:40:06,527 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 5.85ms
2016-11-16 15:40:06,529 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 739.77µs
2016-11-16 15:40:06,530 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.25ms
2016-11-16 15:40:06,531 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 850.09µs
2016-11-16 15:40:06,531 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding=&quot;..1005..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.59ms
2016-11-16 15:40:06,532 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 733.86&micro;s
2016-11-16 15:40:06,533 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1103...jcabi.github.mock.MkComments$1@1985c580)' in 36.56&micro;s
2016-11-16 15:40:06,534 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 722.62&micro;s
2016-11-16 15:40:06,535 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@44df5d57 in 1.77ms
2016-11-16 15:40:06,536 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 608.32&micro;s
2016-11-16 15:40:06,536 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1011..il/amihaiemil.github.io, ticket=1, num=1)' in 20.94&micro;s
2016-11-16 15:40:06,537 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 744.37&micro;s
2016-11-16 15:40:06,547 DEBUG - #json(): '{&quot;number&quot;:&quot;1&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..163..:06Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:06Z&quot;}' in 10.23ms
2016-11-16 15:40:06,548 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 886.82&micro;s
2016-11-16 15:40:06,548 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..993..e, coords=amihaiemil/amihaiemil.github.io)' in 24.56&micro;s
2016-11-16 15:40:06,550 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 878.98µs
2016-11-16 15:40:06,550 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 25.36µs
2016-11-16 15:40:06,551 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 886.08µs
2016-11-16 15:40:06,552 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.51ms
2016-11-16 15:40:06,552 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 670.24µs
2016-11-16 15:40:06,553 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..957..\n</repos>\n</github>\n, himself=charlesmike)' in 1.75ms
2016-11-16 15:40:06,553 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 645.06µs
2016-11-16 15:40:06,554 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 1.70ms
2016-11-16 15:40:06,555 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.10µs
2016-11-16 15:40:06,555 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.94ms
2016-11-16 15:40:06,556 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 644.65µs
2016-11-16 15:40:06,557 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.98ms
2016-11-16 15:40:06,557 DEBUG - #login(): 'charlesmike' in 8.03µs
2016-11-16 15:40:06,558 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 625.12µs
2016-11-16 15:40:06,558 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..1035.., coords=amihaiemil/amihaiemil.github.io)' in 17.78µs
2016-11-16 15:40:06,558 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 620.05µs
2016-11-16 15:40:06,559 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 14.29µs
2016-11-16 15:40:06,559 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 648.37µs
2016-11-16 15:40:06,560 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.14ms
2016-11-16 15:40:06,561 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 634.72µs
2016-11-16 15:40:06,561 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..999..\n</repos>\n</github>\n, himself=charlesmike)' in 1.34ms
2016-11-16 15:40:06,562 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 625.35µs
2016-11-16 15:40:06,563 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 1.62ms
2016-11-16 15:40:06,564 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 631.09µs
2016-11-16 15:40:06,564 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..994..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 1.87ms
2016-11-16 15:40:06,565 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 623.83µs
2016-11-16 15:40:06,566 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 1.64ms
2016-11-16 15:40:06,567 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 634.07µs
2016-11-16 15:40:06,567 DEBUG - #emails(): 'MkUserEmails(storage=&lt;?xml version=&quot;1.0&quot; encoding..1000..po&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.87ms
2016-11-16 15:40:06,567 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..961..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 629.49&micro;s
2016-11-16 15:40:06,568 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1095..cabi.github.mock.MkUserEmails$1@6919b0f3)' in 22.11&micro;s
2016-11-16 15:40:06,568 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..961..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 634.35&micro;s
2016-11-16 15:40:06,569 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@2a05c100 in 1.49ms
2016-11-16 15:40:06,571 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github/&gt;\n' in 446.66&micro;s
2016-11-16 15:40:06,572 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 865.14&micro;s
2016-11-16 15:40:06,572 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 491.23&micro;s
2016-11-16 15:40:06,572 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..5..ub&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n, himself=amihaiemil)' in 1.09ms
2016-11-16 15:40:06,573 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;users/&gt;\n&lt;/github&gt;\n' in 489.27&micro;s
2016-11-16 15:40:06,574 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;amihaie..8..;ADD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;amihaiemil&quot;;'): in 1.35ms
2016-11-16 15:40:06,575 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n' in 515.02&micro;s
2016-11-16 15:40:06,575 DEBUG - #get('amihaiemil'): 'MkUser(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..50..user&gt;\n&lt;/users&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 1.59ms
2016-11-16 15:40:06,576 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..17..haiemil&lt;/login&gt;\n&lt;/user&gt;\n&lt;/users>\n</github>\n' in 528.95µs
2016-11-16 15:40:06,576 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 2.47ms
2016-11-16 15:40:06,576 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 503.72µs
2016-11-16 15:40:06,577 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 1.36ms
2016-11-16 15:40:06,578 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 497.11µs
2016-11-16 15:40:06,578 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 1.60ms
2016-11-16 15:40:06,578 DEBUG - #lock(): in 9.95µs
2016-11-16 15:40:06,579 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 489.58µs
2016-11-16 15:40:06,580 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 1.38ms
2016-11-16 15:40:06,580 DEBUG - #unlock(): in 7.68µs
2016-11-16 15:40:06,580 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 1.93ms
2016-11-16 15:40:06,581 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 498.30µs
2016-11-16 15:40:06,581 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 963.59µs
2016-11-16 15:40:06,582 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 501.53µs
2016-11-16 15:40:06,583 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 1.18ms
2016-11-16 15:40:06,583 DEBUG - #name(): 'amihaiemil.github.io' in 5.96µs
2016-11-16 15:40:06,583 DEBUG - #name(): 'amihaiemil.github.io' in 7.00µs
2016-11-16 15:40:06,584 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 515.93µs
2016-11-16 15:40:06,585 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 1.43ms
2016-11-16 15:40:06,585 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 577.08µs
2016-11-16 15:40:06,587 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 570.16µs
2016-11-16 15:40:06,587 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 1.36ms
2016-11-16 15:40:06,587 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 143.98µs
2016-11-16 15:40:06,588 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 577.07µs
2016-11-16 15:40:06,590 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 1.88ms
2016-11-16 15:40:06,590 DEBUG - #patch({"name":"amihaiemil.github.io","description":"","homepage":"","private":false}): in 2.18ms
2016-11-16 15:40:06,590 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:06,591 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 596.84µs
2016-11-16 15:40:06,591 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 7.13ms
2016-11-16 15:40:06,592 DEBUG - #xml(): '<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 568.72&micro;s
2016-11-16 15:40:06,602 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 11.12ms
2016-11-16 15:40:06,603 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 813.96&micro;s
2016-11-16 15:40:06,603 DEBUG - #repos(): 'MkRepos(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..265..epo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n, self=amihaiemil)' in 11.40ms
2016-11-16 15:40:06,604 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 590.78&micro;s
2016-11-16 15:40:06,606 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 572.79&micro;s
2016-11-16 15:40:06,606 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 1.65ms
2016-11-16 15:40:06,607 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 629.69&micro;s
2016-11-16 15:40:06,608 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 1.68ms
2016-11-16 15:40:06,609 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..241..ge/&gt;\n&lt;issues/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 633.42&micro;s
2016-11-16 15:40:06,609 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 1.91ms
2016-11-16 15:40:06,609 DEBUG - #lock(): in 5.96&micro;s
2016-11-16 15:40:06,610 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 622.85µs
2016-11-16 15:40:06,612 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 568.26µs
2016-11-16 15:40:06,613 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 1.72ms
2016-11-16 15:40:06,613 DEBUG - #unlock(): in 7.91µs
2016-11-16 15:40:06,614 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 671.95µs
2016-11-16 15:40:06,614 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 17.56µs
2016-11-16 15:40:06,614 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.66µs
2016-11-16 15:40:06,614 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:06,614 DEBUG - #get(1): 1 in 30.33µs
2016-11-16 15:40:06,615 DEBUG - #create('Test issue for commands', 'test body'): 1 in 5.61ms
2016-11-16 15:40:06,616 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 668.24µs
2016-11-16 15:40:06,616 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.17ms
2016-11-16 15:40:06,617 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 674.64µs
2016-11-16 15:40:06,617 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.40ms
2016-11-16 15:40:06,618 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 850.60µs
2016-11-16 15:40:06,620 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 635.59µs
2016-11-16 15:40:06,620 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 1.84ms
2016-11-16 15:40:06,621 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 662.25µs
2016-11-16 15:40:06,622 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 1.66ms
2016-11-16 15:40:06,623 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 692.58µs
2016-11-16 15:40:06,623 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 1.88ms
2016-11-16 15:40:06,623 DEBUG - #number(): 1 in 8.56µs
2016-11-16 15:40:06,623 DEBUG - #get(1): 1 in 18.55µs
2016-11-16 15:40:06,624 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 679.97µs
2016-11-16 15:40:06,625 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 1.80ms
2016-11-16 15:40:06,626 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 658.01µs
2016-11-16 15:40:06,626 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 2.05ms
2016-11-16 15:40:06,627 DEBUG - #lock(): in 7.52µs
2016-11-16 15:40:06,628 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.13µs
2016-11-16 15:40:06,629 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..583..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 598.65µs
2016-11-16 15:40:06,630 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..378..D "updated_at";SET "2016-11-16T15:40:06Z";'): in 1.95ms
2016-11-16 15:40:06,631 DEBUG - #unlock(): in 8.97µs
2016-11-16 15:40:06,631 DEBUG - #issue(): 1 in 19.21&micro;s
2016-11-16 15:40:06,631 DEBUG - #number(): 1 in 12.65&micro;s
2016-11-16 15:40:06,631 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:06,632 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 756.28&micro;s
2016-11-16 15:40:06,632 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 29.59&micro;s
2016-11-16 15:40:06,633 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 666.67&micro;s
2016-11-16 15:40:06,633 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 5.80ms
2016-11-16 15:40:06,634 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 691.03&micro;s
2016-11-16 15:40:06,636 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 1.82ms
2016-11-16 15:40:06,636 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 694.33&micro;s
2016-11-16 15:40:06,637 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1005..mihaiemil/amihaiemil.github.io, ticket=1)' in 2.06ms
2016-11-16 15:40:06,637 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 691.87&micro;s
2016-11-16 15:40:06,638 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding="..1103...jcabi.github.mock.MkComments$1@77fdbc1e)' in 31.53µs
2016-11-16 15:40:06,639 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 709.58µs
2016-11-16 15:40:06,639 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@44951950 in 1.68ms
2016-11-16 15:40:06,641 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 603.19µs
2016-11-16 15:40:06,641 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1011..il/amihaiemil.github.io, ticket=1, num=1)' in 20.40µs
2016-11-16 15:40:06,642 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 679.97µs
2016-11-16 15:40:06,652 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:06Z","updated_at":"2016-11-16T15:40:06Z"}' in 10.13ms
2016-11-16 15:40:06,653 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 716.66µs
2016-11-16 15:40:06,653 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..993..e, coords=amihaiemil/amihaiemil.github.io)' in 19.16µs
2016-11-16 15:40:06,654 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 676.18µs
2016-11-16 15:40:06,654 DEBUG - #github(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 18.56µs
2016-11-16 15:40:06,655 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 681.57µs
2016-11-16 15:40:06,655 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 1.25ms
2016-11-16 15:40:06,656 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 639.43µs
2016-11-16 15:40:06,657 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..957..\n</repos>\n</github>\n, himself=charlesmike)' in 1.48ms
2016-11-16 15:40:06,657 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 669.19µs
2016-11-16 15:40:06,658 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 1.71ms
2016-11-16 15:40:06,659 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 660.93µs
2016-11-16 15:40:06,660 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 1.95ms
2016-11-16 15:40:06,660 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..961..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 673.79µs
2016-11-16 15:40:06,661 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..995..po>\n</repos>\n</github>\n, self=charlesmike)' in 3.01ms
2016-11-16 15:40:06,661 DEBUG - #login(): 'charlesmike' in 8.18µs
Nov 16, 2016 3:40:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:06,831 INFO - started on port #37398
2016-11-16 15:40:07,617 DEBUG - CookieSpec selected: default
2016-11-16 15:40:07,636 DEBUG - Auth cache not set in the context
2016-11-16 15:40:07,639 DEBUG - Connection request: [route: {}->http://localhost:37398][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:40:07,665 DEBUG - Connection leased: [id: 0][route: {}->http://localhost:37398][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:07,668 DEBUG - Opening connection {}->http://localhost:37398
2016-11-16 15:40:07,671 DEBUG - Connecting to localhost/127.0.0.1:37398
2016-11-16 15:40:07,672 DEBUG - Connection established 127.0.0.1:41582<->127.0.0.1:37398
2016-11-16 15:40:07,673 DEBUG - http-outgoing-0: set socket timeout to 0
2016-11-16 15:40:07,673 DEBUG - Executing request GET /orgs/someorganization/memberships/amihaiemil HTTP/1.1
2016-11-16 15:40:07,673 DEBUG - Target auth state: UNCHALLENGED
2016-11-16 15:40:07,674 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 >> GET /orgs/someorganization/memberships/amihaiemil HTTP/1.1
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 &gt;&gt; Content-Length: 0
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 &gt;&gt; Host: localhost:37398
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 &gt;&gt; Connection: Keep-Alive
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 &gt;&gt; User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)
2016-11-16 15:40:07,677 DEBUG - http-outgoing-0 &gt;&gt; Accept-Encoding: gzip,deflate
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;GET /orgs/someorganization/memberships/amihaiemil HTTP/1.1[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;Content-Length: 0[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;Host: localhost:37398[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;Connection: Keep-Alive[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;Accept-Encoding: gzip,deflate[\r][\n]&quot;
2016-11-16 15:40:07,678 DEBUG - http-outgoing-0 &gt;&gt; &quot;[\r][\n]&quot;
2016-11-16 15:40:07,853 DEBUG - http-outgoing-0 &lt;&lt; &quot;HTTP/1.1 200 OK[\r][\n]&quot;
2016-11-16 15:40:07,853 DEBUG - http-outgoing-0 &lt;&lt; &quot;Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]&quot;
2016-11-16 15:40:07,854 DEBUG - http-outgoing-0 &lt;&lt; &quot;Content-Type: text/plain; charset=iso-8859-1[\r][\n]&quot;
2016-11-16 15:40:07,854 DEBUG - http-outgoing-0 &lt;&lt; &quot;Content-Length: 49[\r][\n]&quot;
2016-11-16 15:40:07,854 DEBUG - http-outgoing-0 &lt;&lt; &quot;Date: Wed, 16 Nov 2016 15:40:07 GMT[\r][\n]&quot;
2016-11-16 15:40:07,854 DEBUG - http-outgoing-0 << "[\r][\n]"
2016-11-16 15:40:07,854 DEBUG - http-outgoing-0 << "{"state":"snowflake","role":"special_test_admin"}"
2016-11-16 15:40:07,858 DEBUG - http-outgoing-0 << HTTP/1.1 200 OK
2016-11-16 15:40:07,858 DEBUG - http-outgoing-0 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:07,858 DEBUG - http-outgoing-0 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:07,858 DEBUG - http-outgoing-0 << Content-Length: 49
2016-11-16 15:40:07,858 DEBUG - http-outgoing-0 << Date: Wed, 16 Nov 2016 15:40:07 GMT
2016-11-16 15:40:07,865 DEBUG - Connection can be kept alive indefinitely
2016-11-16 15:40:07,871 DEBUG - Connection [id: 0][route: {}->http://localhost:37398] can be kept alive indefinitely
2016-11-16 15:40:07,872 DEBUG - Connection released: [id: 0][route: {}->http://localhost:37398][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:07,872 INFO - #fetch(GET localhost:37398 /orgs/someorganization/memberships/amihaiemil): [200 OK] in 700ms
2016-11-16 15:40:08,856 INFO - stopped on port #37398
2016-11-16 15:40:08,858 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.56ms
2016-11-16 15:40:08,860 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 2.97ms
2016-11-16 15:40:08,861 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 1.35ms
2016-11-16 15:40:08,862 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 3.49ms
2016-11-16 15:40:08,863 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 1.08ms
2016-11-16 15:40:08,865 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 2.98ms
2016-11-16 15:40:08,867 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.11ms
2016-11-16 15:40:08,867 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 3.58ms
2016-11-16 15:40:08,869 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.13ms
2016-11-16 15:40:08,869 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 5.64ms
2016-11-16 15:40:08,871 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.08ms
2016-11-16 15:40:08,873 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 2.78ms
2016-11-16 15:40:08,874 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 1.10ms
2016-11-16 15:40:08,875 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 3.28ms
2016-11-16 15:40:08,875 DEBUG - #lock(): in 7.90µs
2016-11-16 15:40:08,877 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 1.31ms
2016-11-16 15:40:08,879 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 2.98ms
2016-11-16 15:40:08,879 DEBUG - #unlock(): in 16.31µs
2016-11-16 15:40:08,879 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 4.27ms
2016-11-16 15:40:08,881 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 1.17ms
2016-11-16 15:40:08,882 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.39ms
2016-11-16 15:40:08,884 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.11ms
2016-11-16 15:40:08,884 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.88ms
2016-11-16 15:40:08,885 DEBUG - #name(): 'amihaiemil.github.io' in 187.21µs
2016-11-16 15:40:08,885 DEBUG - #name(): 'amihaiemil.github.io' in 10.16µs
2016-11-16 15:40:08,887 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.10ms
2016-11-16 15:40:08,889 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 3.36ms
2016-11-16 15:40:08,891 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.37ms
2016-11-16 15:40:08,894 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..247..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:08,894 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 2.77ms
2016-11-16 15:40:08,895 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 250.09&micro;s
2016-11-16 15:40:08,897 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.38ms
2016-11-16 15:40:08,899 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 3.33ms
2016-11-16 15:40:08,913 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 4.07ms
2016-11-16 15:40:08,913 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:08,915 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.31ms
2016-11-16 15:40:08,915 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 28.57ms
2016-11-16 15:40:08,917 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.23ms
2016-11-16 15:40:08,918 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.37ms
2016-11-16 15:40:08,919 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:08,920 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..265..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.83ms
2016-11-16 15:40:08,921 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:08,938 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 14.51ms
2016-11-16 15:40:08,938 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 2.78ms
2016-11-16 15:40:08,940 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.31ms
2016-11-16 15:40:08,942 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 3.34ms
2016-11-16 15:40:08,944 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:08,944 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 3.89ms
2016-11-16 15:40:08,944 DEBUG - #lock(): in 8.51µs
2016-11-16 15:40:08,946 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.24ms
2016-11-16 15:40:08,950 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:08,956 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 6.59ms
2016-11-16 15:40:08,956 DEBUG - #unlock(): in 12.03µs
2016-11-16 15:40:08,958 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.24ms
2016-11-16 15:40:08,958 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 51.10µs
2016-11-16 15:40:08,959 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 11.58µs
2016-11-16 15:40:08,959 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:08,960 DEBUG - #get(1): 1 in 32.32µs
2016-11-16 15:40:08,960 DEBUG - #create('Test issue for commands', 'test body'): 1 in 15.68ms
2016-11-16 15:40:08,962 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:08,963 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.56ms
2016-11-16 15:40:08,965 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:08,966 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 3.09ms
2016-11-16 15:40:08,967 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:08,971 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.43ms
2016-11-16 15:40:08,972 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 3.58ms
2016-11-16 15:40:08,974 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:08,976 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 3.52ms
2016-11-16 15:40:08,977 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.22ms
2016-11-16 15:40:08,978 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 4.06ms
2016-11-16 15:40:08,980 DEBUG - #number(): 1 in 17.77µs
2016-11-16 15:40:08,981 DEBUG - #get(1): 1 in 30.86µs
2016-11-16 15:40:08,983 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.39ms
2016-11-16 15:40:08,985 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.63ms
2016-11-16 15:40:08,987 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.28ms
2016-11-16 15:40:08,987 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 4.20ms
2016-11-16 15:40:09,001 DEBUG - #lock(): in 9.31&micro;s
2016-11-16 15:40:09,004 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.69ms
2016-11-16 15:40:09,010 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.27ms
2016-11-16 15:40:09,018 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..378..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:09Z&quot;;'): in 9.12ms
2016-11-16 15:40:09,018 DEBUG - #unlock(): in 12.88&micro;s
2016-11-16 15:40:09,019 DEBUG - #issue(): 1 in 31.10&micro;s
2016-11-16 15:40:09,019 DEBUG - #number(): 1 in 10.52&micro;s
2016-11-16 15:40:09,019 INFO - comment #1 posted to issue #1 by amihaiemil: @someoneelse hello there, how are you?
2016-11-16 15:40:09,021 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.41ms
2016-11-16 15:40:09,022 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 30.68&micro;s
2016-11-16 15:40:09,023 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..919..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.15ms
2016-11-16 15:40:09,030 DEBUG - #post('@someoneelse hello there, how are you?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 34.56ms
2016-11-16 15:40:09,031 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:09,037 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 6.35ms
2016-11-16 15:40:09,038 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:09,038 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1004..mihaiemil/amihaiemil.github.io, ticket=1)' in 6.90ms
2016-11-16 15:40:09,039 DEBUG - #lock(): in 8.11µs
2016-11-16 15:40:09,043 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 3.26ms
2016-11-16 15:40:09,045 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.13ms
2016-11-16 15:40:09,054 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:09Z";'): in 9.81ms
2016-11-16 15:40:09,055 DEBUG - #unlock(): in 10.96µs
2016-11-16 15:40:09,055 DEBUG - #issue(): 1 in 29.86µs
2016-11-16 15:40:09,055 DEBUG - #number(): 1 in 10.36µs
2016-11-16 15:40:09,056 INFO - comment #2 posted to issue #1 by amihaiemil: @someoneelse, please check that...
2016-11-16 15:40:09,057 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.32ms
2016-11-16 15:40:09,058 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 29.27µs
2016-11-16 15:40:09,067 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.16ms
2016-11-16 15:40:09,067 DEBUG - #post('@someoneelse, please check that...'): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 19.34ms
2016-11-16 15:40:09,069 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:09,076 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 7.95ms
2016-11-16 15:40:09,077 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:09,078 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1326..mihaiemil/amihaiemil.github.io, ticket=1)' in 8.53ms
2016-11-16 15:40:09,079 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:09,080 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1424...jcabi.github.mock.MkComments$1@57ae2ceb)' in 93.00µs
2016-11-16 15:40:09,081 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:09,083 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@570f6a4e in 3.08ms
2016-11-16 15:40:09,093 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.21ms
2016-11-16 15:40:09,093 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1332..il/amihaiemil.github.io, ticket=1, num=1)' in 49.29µs
2016-11-16 15:40:09,096 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:09,096 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1332..il/amihaiemil.github.io, ticket=1, num=2)' in 34.55µs
2016-11-16 15:40:09,098 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:09,136 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..159..:09Z","updated_at":"2016-11-16T15:40:09Z"}' in 39.13ms
2016-11-16 15:40:09,138 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.37ms
2016-11-16 15:40:09,138 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..1314.., coords=amihaiemil/amihaiemil.github.io)' in 41.22&micro;s
2016-11-16 15:40:09,139 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.18ms
2016-11-16 15:40:09,140 DEBUG - #github(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 20.83&micro;s
2016-11-16 15:40:09,145 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.27ms
2016-11-16 15:40:09,146 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 6.44ms
2016-11-16 15:40:09,148 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.37ms
2016-11-16 15:40:09,148 DEBUG - #users(): 'MkUsers(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..1278..&lt;/repos&gt;\n&lt;/github&gt;\n, himself=charlesmike)' in 6.83ms
2016-11-16 15:40:09,150 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.21ms
2016-11-16 15:40:09,152 DEBUG - #apply('XPATH &quot;/github/users[not(user[login=&amp;apos;charles..10..DD &quot;user&quot;;ADD &quot;login&quot;;\n3:SET &quot;charlesmike&quot;;'): in 3.40ms
2016-11-16 15:40:09,154 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1282..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.25ms
2016-11-16 15:40:09,154 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1316..o>\n</repos>\n</github>\n, self=charlesmike)' in 3.80ms
2016-11-16 15:40:09,156 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.41ms
2016-11-16 15:40:09,156 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1316..o>\n</repos>\n</github>\n, self=charlesmike)' in 5.72ms
2016-11-16 15:40:09,156 DEBUG - #login(): 'charlesmike' in 11.83µs
2016-11-16 15:40:09,158 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.42ms
2016-11-16 15:40:09,174 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:09Z","updated_at":"2016-11-16T15:40:09Z"}' in 16.88ms
2016-11-16 15:40:09,176 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.42ms
2016-11-16 15:40:09,178 DEBUG - #apply('XPATH "/github";ADDIF "users";'): in 2.60ms
2016-11-16 15:40:09,179 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 978.51µs
2016-11-16 15:40:09,179 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..5..ub>\n<users/>\n</github>\n, himself=amihaiemil)' in 2.95ms
2016-11-16 15:40:09,180 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<users/>\n</github>\n' in 949.13µs
2016-11-16 15:40:09,208 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;amihaie..8..;ADD "user";ADD "login";\n3:SET "amihaiemil";'): in 28.48ms
2016-11-16 15:40:09,210 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.29ms
2016-11-16 15:40:09,210 DEBUG - #get('amihaiemil'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 28.97ms
2016-11-16 15:40:09,212 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 1.20ms
2016-11-16 15:40:09,212 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..50..user>\n</users>\n</github>\n, self=amihaiemil)' in 30.93ms
2016-11-16 15:40:09,213 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..17..haiemil</login>\n</user>\n</users>\n</github>\n' in 929.55µs
2016-11-16 15:40:09,215 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&apos;]";ADDIF "emails";'): in 3.04ms
2016-11-16 15:40:09,216 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 945.24µs
2016-11-16 15:40:09,217 DEBUG - #emails(): 'MkUserEmails(storage=<?xml version="1.0" encoding..66..user>\n</users>\n</github>\n, self=amihaiemil)' in 3.41ms
2016-11-16 15:40:09,217 DEBUG - #lock(): in 9.75µs
2016-11-16 15:40:09,218 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..27..ogin>\n<emails/>\n</user>\n</users>\n</github>\n' in 936.60µs
2016-11-16 15:40:09,220 DEBUG - #apply('XPATH "/github/users/user[login=&apos;amihaiemil&..11..D "email";SET "amihaiemil@gmail.com";\n3:UP;'): in 2.81ms
2016-11-16 15:40:09,220 DEBUG - #unlock(): in 11.48µs
2016-11-16 15:40:09,221 DEBUG - #add([amihaiemil@gmail.com]): [amihaiemil@gmail.com] in 3.66ms
2016-11-16 15:40:09,222 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..72..mail>\n</emails>\n</user>\n</users>\n</github>\n' in 958.17µs
2016-11-16 15:40:09,235 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 14.01ms
2016-11-16 15:40:09,237 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 1.07ms
2016-11-16 15:40:09,237 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..115..ers>\n<repos/>\n</github>\n, self=amihaiemil)' in 14.38ms
2016-11-16 15:40:09,237 DEBUG - #name(): 'amihaiemil.github.io' in 8.80µs
2016-11-16 15:40:09,237 DEBUG - #name(): 'amihaiemil.github.io' in 10.69µs
2016-11-16 15:40:09,239 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..81..mails>\n</user>\n</users>\n<repos/>\n</github>\n' in 961.81µs
2016-11-16 15:40:09,241 DEBUG - #apply('XPATH "/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 3.42ms
2016-11-16 15:40:09,243 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.01ms
2016-11-16 15:40:09,245 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 984.02&micro;s
2016-11-16 15:40:09,245 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..320..l, coords=amihaiemil/amihaiemil.github.io)' in 2.23ms
2016-11-16 15:40:09,246 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 243.87&micro;s
2016-11-16 15:40:09,247 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..247..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 983.75&micro;s
2016-11-16 15:40:09,249 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.63ms
2016-11-16 15:40:09,249 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 3.07ms
2016-11-16 15:40:09,249 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:09,251 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 986.99&micro;s
2016-11-16 15:40:09,251 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 12.39ms
2016-11-16 15:40:09,252 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..231..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 975.93µs
2016-11-16 15:40:09,253 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.88ms
2016-11-16 15:40:09,254 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 986.70µs
2016-11-16 15:40:09,255 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..265..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.20ms
2016-11-16 15:40:09,256 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.00ms
2016-11-16 15:40:09,258 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 970.43µs
2016-11-16 15:40:09,258 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..304..l, coords=amihaiemil/amihaiemil.github.io)' in 2.19ms
2016-11-16 15:40:09,260 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..231..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 981.09µs
2016-11-16 15:40:09,264 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 4.74ms
2016-11-16 15:40:09,265 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:09,265 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..316..l, coords=amihaiemil/amihaiemil.github.io)' in 5.09ms
2016-11-16 15:40:09,265 DEBUG - #lock(): in 9.25µs
2016-11-16 15:40:09,267 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.06ms
2016-11-16 15:40:09,269 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..241..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.03ms
2016-11-16 15:40:09,271 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.78ms
2016-11-16 15:40:09,271 DEBUG - #unlock(): in 10.51µs
2016-11-16 15:40:09,273 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:09,273 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..644..l, coords=amihaiemil/amihaiemil.github.io)' in 29.35µs
2016-11-16 15:40:09,273 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 29.28µs
2016-11-16 15:40:09,274 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:09,274 DEBUG - #get(1): 1 in 29.62µs
2016-11-16 15:40:09,274 DEBUG - #create('Test issue for commands', 'test body'): 1 in 8.69ms
2016-11-16 15:40:09,276 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.03ms
2016-11-16 15:40:09,276 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.89ms
2016-11-16 15:40:09,278 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:09,278 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..606..po>\n</repos>\n</github>\n, self=charlesmike)' in 2.23ms
2016-11-16 15:40:09,279 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:09,282 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:09,282 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..645..e, coords=amihaiemil/amihaiemil.github.io)' in 2.29ms
2016-11-16 15:40:09,283 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..571..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.02ms
2016-11-16 15:40:09,295 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&amp;apos;]&quot;;ADDIF &quot;issues&quot;;'): in 12.19ms
2016-11-16 15:40:09,296 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.12ms
2016-11-16 15:40:09,296 DEBUG - #issues(): 'MkIssues(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UT..647..e, coords=amihaiemil/amihaiemil.github.io)' in 12.57ms
2016-11-16 15:40:09,296 DEBUG - #number(): 1 in 12.78&micro;s
2016-11-16 15:40:09,297 DEBUG - #get(1): 1 in 27.33&micro;s
2016-11-16 15:40:09,298 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..571..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.03ms
2016-11-16 15:40:09,304 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 6.40ms
2016-11-16 15:40:09,305 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.06ms
2016-11-16 15:40:09,305 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..668..amihaiemil/amihaiemil.github.io, ticket=1)' in 6.80ms
2016-11-16 15:40:09,306 DEBUG - #lock(): in 8.31&micro;s
2016-11-16 15:40:09,307 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 988.88&micro;s
2016-11-16 15:40:09,309 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..583..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 987.82&micro;s
2016-11-16 15:40:09,311 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..378..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:09Z&quot;;'): in 2.82ms
2016-11-16 15:40:09,311 DEBUG - #unlock(): in 10.27&micro;s
2016-11-16 15:40:09,312 DEBUG - #issue(): 1 in 32.58µs
2016-11-16 15:40:09,312 DEBUG - #number(): 1 in 10.13µs
2016-11-16 15:40:09,312 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there, how are you?
2016-11-16 15:40:09,314 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:09,314 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 28.97µs
2016-11-16 15:40:09,315 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:09,315 DEBUG - #post('@charlesmike hello there, how are you?'): 'MkComment(storage=<?xml version="1.0" encoding="U..1010..il/amihaiemil.github.io, ticket=1, num=1)' in 8.50ms
2016-11-16 15:40:09,317 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:09,319 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.74ms
2016-11-16 15:40:09,320 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:09,320 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1004..mihaiemil/amihaiemil.github.io, ticket=1)' in 3.11ms
2016-11-16 15:40:09,321 DEBUG - #lock(): in 8.15µs
2016-11-16 15:40:09,322 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:09,325 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..919..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.03ms
2016-11-16 15:40:09,328 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..374..D "updated_at";SET "2016-11-16T15:40:09Z";'): in 4.00ms
2016-11-16 15:40:09,328 DEBUG - #unlock(): in 11.90µs
2016-11-16 15:40:09,328 DEBUG - #issue(): 1 in 28.56µs
2016-11-16 15:40:09,329 DEBUG - #number(): 1 in 11.26µs
2016-11-16 15:40:09,329 INFO - comment #2 posted to issue #1 by amihaiemil: @someoneelse, please check that...
2016-11-16 15:40:09,330 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.24ms
2016-11-16 15:40:09,331 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 28.74µs
2016-11-16 15:40:09,332 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:09,333 DEBUG - #post('@someoneelse, please check that...'): 'MkComment(storage=<?xml version="1.0" encoding="U..1331..il/amihaiemil.github.io, ticket=1, num=2)' in 10.41ms
2016-11-16 15:40:09,334 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.13ms
2016-11-16 15:40:09,336 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.07ms
2016-11-16 15:40:09,338 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.42ms
2016-11-16 15:40:09,338 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..1326..mihaiemil/amihaiemil.github.io, ticket=1)' in 3.48ms
2016-11-16 15:40:09,340 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:09,340 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..1424...jcabi.github.mock.MkComments$1@2b51f26d)' in 55.43µs
2016-11-16 15:40:09,342 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.41ms
2016-11-16 15:40:09,344 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@13fe59df in 3.11ms
2016-11-16 15:40:09,346 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:09,347 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1332..il/amihaiemil.github.io, ticket=1, num=1)' in 30.63µs
2016-11-16 15:40:09,349 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.13ms
2016-11-16 15:40:09,350 DEBUG - #get(2): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1332..il/amihaiemil.github.io, ticket=1, num=2)' in 30.60&micro;s
2016-11-16 15:40:09,351 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.14ms
2016-11-16 15:40:09,366 DEBUG - #json(): '{&quot;number&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://api.jcabi-github.inv..159..:09Z&quot;,&quot;updated_at&quot;:&quot;2016-11-16T15:40:09Z&quot;}' in 16.05ms
2016-11-16 15:40:09,368 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.27ms
2016-11-16 15:40:09,368 DEBUG - #repo(): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..1314.., coords=amihaiemil/amihaiemil.github.io)' in 34.91&micro;s
2016-11-16 15:40:09,370 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.16ms
2016-11-16 15:40:09,370 DEBUG - #github(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 40.28&micro;s
2016-11-16 15:40:09,371 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.14ms
2016-11-16 15:40:09,372 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;users&quot;;'): in 2.17ms
2016-11-16 15:40:09,374 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;u..1240..ue&gt;\n&lt;/issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:09,374 DEBUG - #users(): 'MkUsers(storage=<?xml version="1.0" encoding="UTF..1278..</repos>\n</github>\n, himself=charlesmike)' in 2.53ms
2016-11-16 15:40:09,376 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1240..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:09,377 DEBUG - #apply('XPATH "/github/users[not(user[login=&apos;charles..10..DD "user";ADD "login";\n3:SET "charlesmike";'): in 2.89ms
2016-11-16 15:40:09,379 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.18ms
2016-11-16 15:40:09,379 DEBUG - #get('charlesmike'): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1316..o>\n</repos>\n</github>\n, self=charlesmike)' in 3.29ms
2016-11-16 15:40:09,381 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:09,381 DEBUG - #self(): 'MkUser(storage=<?xml version="1.0" encoding="UTF-..1316..o>\n</repos>\n</github>\n, self=charlesmike)' in 5.12ms
2016-11-16 15:40:09,381 DEBUG - #login(): 'charlesmike' in 17.01µs
2016-11-16 15:40:09,383 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:09,398 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:09Z","updated_at":"2016-11-16T15:40:09Z"}' in 16.04ms
2016-11-16 15:40:09,399 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<u..1282..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:09,414 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..163..:09Z","updated_at":"2016-11-16T15:40:09Z"}' in 16.12ms
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.668 sec
Running com.amihaiemil.charles.github.CommandedRepoTestCase
Nov 16, 2016 3:40:09 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:09,418 INFO - started on port #49605
2016-11-16 15:40:09,443 DEBUG - CookieSpec selected: default
2016-11-16 15:40:09,444 DEBUG - Auth cache not set in the context
2016-11-16 15:40:09,444 DEBUG - Connection request: [route: {}->http://localhost:49605][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:40:09,444 DEBUG - Connection leased: [id: 1][route: {}->http://localhost:49605][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:09,444 DEBUG - Opening connection {}->http://localhost:49605
2016-11-16 15:40:09,444 DEBUG - Connecting to localhost/127.0.0.1:49605
2016-11-16 15:40:09,445 DEBUG - Connection established 127.0.0.1:38537<->127.0.0.1:49605
2016-11-16 15:40:09,445 DEBUG - http-outgoing-1: set socket timeout to 0
2016-11-16 15:40:09,445 DEBUG - Executing request GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:09,445 DEBUG - Target auth state: UNCHALLENGED
2016-11-16 15:40:09,445 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:09,445 DEBUG - http-outgoing-1 >> GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> Content-Length: 0
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> Host: localhost:49605
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> Connection: Keep-Alive
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> Accept-Encoding: gzip,deflate
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "GET /branches/gh-pages HTTP/1.1[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "Host: localhost:49605[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:40:09,446 DEBUG - http-outgoing-1 >> "[\r][\n]"
2016-11-16 15:40:09,451 DEBUG - http-outgoing-1 << "HTTP/1.1 400 Bad Request[\r][\n]"
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 << "Content-Length: 0[\r][\n]"
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; &quot;Date: Wed, 16 Nov 2016 15:40:09 GMT[\r][\n]&quot;
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; &quot;Connection: close[\r][\n]&quot;
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; &quot;[\r][\n]&quot;
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; HTTP/1.1 400 Bad Request
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; Content-Length: 0
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; Date: Wed, 16 Nov 2016 15:40:09 GMT
2016-11-16 15:40:09,452 DEBUG - http-outgoing-1 &lt;&lt; Connection: close
2016-11-16 15:40:09,453 DEBUG - http-outgoing-1: Close connection
2016-11-16 15:40:09,453 DEBUG - Connection discarded
2016-11-16 15:40:09,453 DEBUG - Connection released: [id: 1][route: {}-&gt;http://localhost:49605][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:40:09,453 INFO - #fetch(GET localhost:49605 /branches/gh-pages): [400 Bad Request] in 11ms
2016-11-16 15:40:10,455 INFO - stopped on port #49605
Nov 16, 2016 3:40:10 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:10,459 INFO - started on port #52907
2016-11-16 15:40:10,461 DEBUG - CookieSpec selected: default
2016-11-16 15:40:10,462 DEBUG - Auth cache not set in the context
2016-11-16 15:40:10,462 DEBUG - Connection request: [route: {}->http://localhost:52907][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:40:10,462 DEBUG - Connection leased: [id: 2][route: {}->http://localhost:52907][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:10,462 DEBUG - Opening connection {}->http://localhost:52907
2016-11-16 15:40:10,462 DEBUG - Connecting to localhost/127.0.0.1:52907
2016-11-16 15:40:10,463 DEBUG - Connection established 127.0.0.1:54692<->127.0.0.1:52907
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2: set socket timeout to 0
2016-11-16 15:40:10,463 DEBUG - Executing request GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:10,463 DEBUG - Target auth state: UNCHALLENGED
2016-11-16 15:40:10,463 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> Content-Length: 0
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> Host: localhost:52907
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> Connection: Keep-Alive
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> Accept-Encoding: gzip,deflate
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> "GET /branches/gh-pages HTTP/1.1[\r][\n]"
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:40:10,463 DEBUG - http-outgoing-2 >> "Host: localhost:52907[\r][\n]"
2016-11-16 15:40:10,464 DEBUG - http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:10,464 DEBUG - http-outgoing-2 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:40:10,464 DEBUG - http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:40:10,464 DEBUG - http-outgoing-2 >> "[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "HTTP/1.1 404 Not Found[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "Content-Length: 0[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "Date: Wed, 16 Nov 2016 15:40:10 GMT[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << "[\r][\n]"
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << HTTP/1.1 404 Not Found
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << Content-Length: 0
2016-11-16 15:40:10,467 DEBUG - http-outgoing-2 << Date: Wed, 16 Nov 2016 15:40:10 GMT
2016-11-16 15:40:10,468 DEBUG - Connection can be kept alive indefinitely
2016-11-16 15:40:10,468 DEBUG - Connection [id: 2][route: {}->http://localhost:52907] can be kept alive indefinitely
2016-11-16 15:40:10,468 DEBUG - Connection released: [id: 2][route: {}->http://localhost:52907][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:10,468 INFO - #fetch(GET localhost:52907 /branches/gh-pages): [404 Not Found] in 8ms
2016-11-16 15:40:11,470 INFO - stopped on port #52907
Nov 16, 2016 3:40:11 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:11,475 INFO - started on port #41907
2016-11-16 15:40:11,477 DEBUG - CookieSpec selected: default
2016-11-16 15:40:11,478 DEBUG - Auth cache not set in the context
2016-11-16 15:40:11,478 DEBUG - Connection request: [route: {}->http://localhost:41907][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
2016-11-16 15:40:11,478 DEBUG - Connection leased: [id: 3][route: {}->http://localhost:41907][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:11,478 DEBUG - Opening connection {}->http://localhost:41907
2016-11-16 15:40:11,478 DEBUG - Connecting to localhost/127.0.0.1:41907
2016-11-16 15:40:11,479 DEBUG - Connection established 127.0.0.1:53426<->127.0.0.1:41907
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3: set socket timeout to 0
2016-11-16 15:40:11,479 DEBUG - Executing request GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:11,479 DEBUG - Target auth state: UNCHALLENGED
2016-11-16 15:40:11,479 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> GET /branches/gh-pages HTTP/1.1
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> Content-Length: 0
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> Host: localhost:41907
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> Connection: Keep-Alive
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> Accept-Encoding: gzip,deflate
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> "GET /branches/gh-pages HTTP/1.1[\r][\n]"
2016-11-16 15:40:11,479 DEBUG - http-outgoing-3 >> "Content-Length: 0[\r][\n]"
2016-11-16 15:40:11,480 DEBUG - http-outgoing-3 >> "Host: localhost:41907[\r][\n]"
2016-11-16 15:40:11,480 DEBUG - http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:11,480 DEBUG - http-outgoing-3 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_101)[\r][\n]"
2016-11-16 15:40:11,480 DEBUG - http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-11-16 15:40:11,480 DEBUG - http-outgoing-3 >> "[\r][\n]"
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]&quot;
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; &quot;Content-Length: 0[\r][\n]&quot;
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; &quot;Date: Wed, 16 Nov 2016 15:40:11 GMT[\r][\n]&quot;
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; &quot;[\r][\n]&quot;
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; HTTP/1.1 200 OK
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:11,487 DEBUG - http-outgoing-3 &lt;&lt; Content-Length: 0
2016-11-16 15:40:11,488 DEBUG - http-outgoing-3 << Date: Wed, 16 Nov 2016 15:40:11 GMT
2016-11-16 15:40:11,488 DEBUG - Connection can be kept alive indefinitely
2016-11-16 15:40:11,488 DEBUG - Connection [id: 3][route: {}->http://localhost:41907] can be kept alive indefinitely
2016-11-16 15:40:11,488 DEBUG - Connection released: [id: 3][route: {}->http://localhost:41907][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
2016-11-16 15:40:11,488 INFO - #fetch(GET localhost:41907 /branches/gh-pages): [200 OK] in 12ms
2016-11-16 15:40:12,490 INFO - stopped on port #41907
2016-11-16 15:40:12,492 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 1.46ms
2016-11-16 15:40:12,493 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.35ms
2016-11-16 15:40:12,493 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 2.67ms
2016-11-16 15:40:12,495 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 877.85µs
2016-11-16 15:40:12,495 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 3.02ms
2016-11-16 15:40:12,495 DEBUG - #name(): 'charlesrepo' in 9.22µs
2016-11-16 15:40:12,496 DEBUG - #name(): 'charlesrepo' in 10.28µs
2016-11-16 15:40:12,497 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 942.61µs
2016-11-16 15:40:12,499 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..82..epository";UP;ADD "private";SET "false";UP;'): in 2.53ms
2016-11-16 15:40:12,499 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..82..epository";UP;ADD "private";SET "false";UP;'): in 2.94ms
2016-11-16 15:40:12,500 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 947.38µs
2016-11-16 15:40:12,500 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:12,503 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 925.17µs
2016-11-16 15:40:12,503 DEBUG - #get(amihaiemil/charlesrepo): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..180..amihaiemil, coords=amihaiemil/charlesrepo)' in 2.48ms
2016-11-16 15:40:12,504 DEBUG - #json(): {"name":"charlesrepo","description":"","homepage":"","private":false} in 269.33µs
2016-11-16 15:40:12,505 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..116..alse</private>\n</repo>\n</repos>\n</github>\n' in 924.65µs
2016-11-16 15:40:12,507 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..102.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.52ms
2016-11-16 15:40:12,507 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..102.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 2.90ms
2016-11-16 15:40:12,507 DEBUG - #patch({"name":"charlesrepo","description":"","homepage":"","private":false}): in 3.36ms
2016-11-16 15:40:12,507 INFO - repository amihaiemil/charlesrepo created by amihaiemil
2016-11-16 15:40:12,509 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:12,509 DEBUG - #create('Repos.RepoCreate(nam=charlesrepo, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..164..amihaiemil, coords=amihaiemil/charlesrepo)' in 12.45ms
2016-11-16 15:40:12,510 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 914.72µs
2016-11-16 15:40:12,511 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..100..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.24ms
2016-11-16 15:40:12,519 DEBUG - #json(): {"name":"charlesrepo","description":"","private":"false","homepage":""} in 9.66ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.102 sec
Running com.amihaiemil.charles.github.TextReplyTestCase
2016-11-16 15:40:12,522 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 818.41µs
2016-11-16 15:40:12,522 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.55ms
2016-11-16 15:40:12,523 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.88ms
2016-11-16 15:40:12,524 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 859.99µs
2016-11-16 15:40:12,524 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.24ms
2016-11-16 15:40:12,524 DEBUG - #name(): 'amihaiemil.github.io' in 9.05µs
2016-11-16 15:40:12,525 DEBUG - #name(): 'amihaiemil.github.io' in 9.85µs
2016-11-16 15:40:12,526 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 841.71µs
2016-11-16 15:40:12,527 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.22ms
2016-11-16 15:40:12,528 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.63ms
2016-11-16 15:40:12,529 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 928.02µs
2016-11-16 15:40:12,529 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.24ms
2016-11-16 15:40:12,532 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 927.15µs
2016-11-16 15:40:12,532 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.45ms
2016-11-16 15:40:12,532 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 209.84&micro;s
2016-11-16 15:40:12,534 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 921.98&micro;s
2016-11-16 15:40:12,535 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.51ms
2016-11-16 15:40:12,536 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.90ms
2016-11-16 15:40:12,536 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 3.37ms
2016-11-16 15:40:12,536 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:12,538 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 983.60&micro;s
2016-11-16 15:40:12,538 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 12.09ms
2016-11-16 15:40:12,539 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 922.81&micro;s
2016-11-16 15:40:12,540 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 1.78ms
2016-11-16 15:40:12,540 DEBUG - #apply('XPATH &quot;/github&quot;;ADDIF &quot;repos&quot;;'): in 2.09ms
2016-11-16 15:40:12,542 DEBUG - #xml(): '&lt;?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 930.46µs
2016-11-16 15:40:12,542 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..152..epo>\n</repos>\n</github>\n, self=amihaiemil)' in 2.43ms
2016-11-16 15:40:12,543 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 924.46µs
2016-11-16 15:40:12,543 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 1.26ms
2016-11-16 15:40:12,546 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 925.57µs
2016-11-16 15:40:12,546 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 2.57ms
2016-11-16 15:40:12,547 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 893.48µs
2016-11-16 15:40:12,549 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.43ms
2016-11-16 15:40:12,549 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemil/amihaiemil.github.io&apos;]";ADDIF "issues";'): in 2.74ms
2016-11-16 15:40:12,550 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 941.59µs
2016-11-16 15:40:12,551 DEBUG - #issues(): 'MkIssues(storage=<?xml version="1.0" encoding="UT..203..l, coords=amihaiemil/amihaiemil.github.io)' in 3.12ms
2016-11-16 15:40:12,551 DEBUG - #lock(): in 8.80µs
2016-11-16 15:40:12,552 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 926.67µs
2016-11-16 15:40:12,553 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 1.27ms
2016-11-16 15:40:12,555 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..128..ge/>\n<issues/>\n</repo>\n</repos>\n</github>\n' in 928.69µs
2016-11-16 15:40:12,557 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 2.66ms
2016-11-16 15:40:12,557 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..362.."user";ADD "login";SET "amihaiemil";UP;UP;'): in 3.13ms
2016-11-16 15:40:12,558 DEBUG - #unlock(): in 16.79µs
2016-11-16 15:40:12,559 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.00ms
2016-11-16 15:40:12,559 DEBUG - #repo(): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..531..l, coords=amihaiemil/amihaiemil.github.io)' in 27.47µs
2016-11-16 15:40:12,560 DEBUG - #coordinates(): amihaiemil/amihaiemil.github.io in 10.55µs
2016-11-16 15:40:12,560 INFO - issue #1 created in amihaiemil/amihaiemil.github.io by amihaiemil: Test issue for commands
2016-11-16 15:40:12,560 DEBUG - #get(1): 1 in 30.46µs
2016-11-16 15:40:12,560 DEBUG - #create('Test issue for commands', 'test body'): 1 in 9.25ms
2016-11-16 15:40:12,562 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..458..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 998.42µs
2016-11-16 15:40:12,564 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.74ms
2016-11-16 15:40:12,564 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.11ms
2016-11-16 15:40:12,565 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.14ms
2016-11-16 15:40:12,566 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..555..amihaiemil/amihaiemil.github.io, ticket=1)' in 3.50ms
2016-11-16 15:40:12,566 DEBUG - #lock(): in 8.82µs
2016-11-16 15:40:12,568 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..470..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.13ms
2016-11-16 15:40:12,568 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.47ms
2016-11-16 15:40:12,570 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..470..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.02ms
2016-11-16 15:40:12,572 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..365..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:12Z&quot;;'): in 3.02ms
2016-11-16 15:40:12,573 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..365..D &quot;updated_at&quot;;SET &quot;2016-11-16T15:40:12Z&quot;;'): in 3.60ms
2016-11-16 15:40:12,573 DEBUG - #unlock(): in 11.45&micro;s
2016-11-16 15:40:12,573 DEBUG - #issue(): 1 in 51.74&micro;s
2016-11-16 15:40:12,574 DEBUG - #number(): 1 in 10.78&micro;s
2016-11-16 15:40:12,574 INFO - comment #1 posted to issue #1 by amihaiemil: @charlesmike hello there!
2016-11-16 15:40:12,576 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..793..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.07ms
2016-11-16 15:40:12,576 DEBUG - #get(1): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..884..mil/amihaiemil.github.io, ticket=1, num=1)' in 29.74&micro;s
2016-11-16 15:40:12,578 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..793..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:12,578 DEBUG - #post('@charlesmike hello there!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..884..mil/amihaiemil.github.io, ticket=1, num=1)' in 10.28ms
2016-11-16 15:40:12,580 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..793..sue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.05ms
2016-11-16 15:40:12,580 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:12,595 DEBUG - #json(): '{"number":"1","url":"https://api.jcabi-github.inv..150..:12Z","updated_at":"2016-11-16T15:40:12Z"}' in 16.38ms
2016-11-16 15:40:12,597 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:12,599 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 2.99ms
2016-11-16 15:40:12,599 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 3.32ms
2016-11-16 15:40:12,601 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:12,601 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..878..amihaiemil/amihaiemil.github.io, ticket=1)' in 3.72ms
2016-11-16 15:40:12,602 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.05ms
2016-11-16 15:40:12,603 DEBUG - #iterate(): 'MkIterable(storage=<?xml version="1.0" encoding="..977..m.jcabi.github.mock.MkComments$1@51cfe1e2)' in 56.49µs
2016-11-16 15:40:12,604 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.04ms
2016-11-16 15:40:12,610 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.35ms
2016-11-16 15:40:12,612 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@7b599faa in 9.03ms
2016-11-16 15:40:12,621 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 6.52ms
2016-11-16 15:40:12,621 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..884..mil/amihaiemil.github.io, ticket=1, num=1)' in 152.39µs
2016-11-16 15:40:12,626 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.38ms
2016-11-16 15:40:12,631 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 6.76ms
2016-11-16 15:40:12,632 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..37..number=&apos;1&apos;]";\n1:ADDIF "comments";'): in 7.15ms
2016-11-16 15:40:12,635 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.10ms
2016-11-16 15:40:12,636 DEBUG - #comments(): 'MkComments(storage=<?xml version="1.0" encoding="..878..amihaiemil/amihaiemil.github.io, ticket=1)' in 7.57ms
2016-11-16 15:40:12,636 DEBUG - #lock(): in 10.36µs
2016-11-16 15:40:12,641 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.14ms
2016-11-16 15:40:12,641 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 4.48ms
2016-11-16 15:40:12,644 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..793..sue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.13ms
2016-11-16 15:40:12,646 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..411..D "updated_at";SET "2016-11-16T15:40:12Z";'): in 3.22ms
2016-11-16 15:40:12,646 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..411..D "updated_at";SET "2016-11-16T15:40:12Z";'): in 3.69ms
2016-11-16 15:40:12,647 DEBUG - #unlock(): in 11.97µs
2016-11-16 15:40:12,647 DEBUG - #issue(): 1 in 31.70µs
2016-11-16 15:40:12,647 DEBUG - #number(): 1 in 11.28µs
2016-11-16 15:40:12,647 INFO - comment #2 posted to issue #1 by amihaiemil: > @charlesmike hello there!\n\nHi to you too, @amihaiemil!
2016-11-16 15:40:12,649 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.17ms
2016-11-16 15:40:12,650 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1230..il/amihaiemil.github.io, ticket=1, num=2)' in 36.66µs
2016-11-16 15:40:12,651 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.15ms
2016-11-16 15:40:12,651 DEBUG - #post('&gt; @charlesmike hello there!\n\nHi to you too, @amihaiemil!'): 'MkComment(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;U..1230..il/amihaiemil.github.io, ticket=1, num=2)' in 13.80ms
2016-11-16 15:40:12,653 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.33ms
2016-11-16 15:40:12,656 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 3.57ms
2016-11-16 15:40:12,656 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..37..number=&amp;apos;1&amp;apos;]&quot;;\n1:ADDIF &quot;comments&quot;;'): in 4.00ms
2016-11-16 15:40:12,657 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.10ms
2016-11-16 15:40:12,658 DEBUG - #comments(): 'MkComments(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1224..mihaiemil/amihaiemil.github.io, ticket=1)' in 4.37ms
2016-11-16 15:40:12,659 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:12,659 DEBUG - #iterate(): 'MkIterable(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;..1323...jcabi.github.mock.MkComments$1@11a17a88)' in 57.72&micro;s
2016-11-16 15:40:12,661 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.08ms
2016-11-16 15:40:12,661 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..1139..ue&gt;\n&lt;/issues&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.39ms
2016-11-16 15:40:12,663 DEBUG - #iterator(): com.jcabi.github.mock.MkIterable$1@14bea5da in 3.12ms
2016-11-16 15:40:12,666 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.25ms
2016-11-16 15:40:12,666 DEBUG - #get(1): 'MkComment(storage=<?xml version="1.0" encoding="U..1230..il/amihaiemil.github.io, ticket=1, num=1)' in 32.16µs
2016-11-16 15:40:12,669 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.07ms
2016-11-16 15:40:12,669 DEBUG - #get(2): 'MkComment(storage=<?xml version="1.0" encoding="U..1230..il/amihaiemil.github.io, ticket=1, num=2)' in 28.10µs
2016-11-16 15:40:12,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.08ms
2016-11-16 15:40:12,671 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..1139..ue>\n</issues>\n</repo>\n</repos>\n</github>\n' in 1.48ms
2016-11-16 15:40:12,706 DEBUG - #json(): '{"number":"2","url":"https://api.jcabi-github.inv..183..:12Z","updated_at":"2016-11-16T15:40:12Z"}' in 36.89ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
Running com.amihaiemil.charles.github.StarRepoTestCase
2016-11-16 15:40:12,709 DEBUG - Connection manager is shutting down
2016-11-16 15:40:12,720 DEBUG - Connection manager shut down
2016-11-16 15:40:12,721 DEBUG - Connection manager is shutting down
2016-11-16 15:40:12,721 DEBUG - http-outgoing-0: Close connection
2016-11-16 15:40:12,729 DEBUG - Connection manager shut down
2016-11-16 15:40:12,730 DEBUG - Connection manager is shutting down
2016-11-16 15:40:12,730 DEBUG - http-outgoing-3: Close connection
2016-11-16 15:40:12,730 DEBUG - Connection manager shut down
2016-11-16 15:40:12,730 DEBUG - Connection manager is shutting down
2016-11-16 15:40:12,730 DEBUG - http-outgoing-2: Close connection
2016-11-16 15:40:12,731 DEBUG - Connection manager shut down
2016-11-16 15:40:12,733 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 8.36ms
2016-11-16 15:40:12,733 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 9.24ms
2016-11-16 15:40:12,734 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 9.58ms
2016-11-16 15:40:12,735 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 868.31µs
2016-11-16 15:40:12,735 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 9.91ms
2016-11-16 15:40:12,735 DEBUG - #name(): 'amihaiemil.github.io' in 9.95µs
2016-11-16 15:40:12,736 DEBUG - #name(): 'amihaiemil.github.io' in 14.92µs
2016-11-16 15:40:12,737 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 811.42µs
2016-11-16 15:40:12,743 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 6.39ms
2016-11-16 15:40:12,743 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 6.80ms
2016-11-16 15:40:12,744 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 905.13µs
2016-11-16 15:40:12,745 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 1.26ms
2016-11-16 15:40:12,751 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 917.66µs
2016-11-16 15:40:12,752 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 6.79ms
2016-11-16 15:40:12,752 DEBUG - #json(): {"name":"amihaiemil.github.io","description":"","homepage":"","private":false} in 242.47µs
2016-11-16 15:40:12,753 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..134..alse</private>\n</repo>\n</repos>\n</github>\n' in 797.00µs
2016-11-16 15:40:12,759 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 6.01ms
2016-11-16 15:40:12,759 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..120.. "";UP;ADDIF "private";\n11:SET "false";UP;'): in 6.41ms
2016-11-16 15:40:12,759 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 6.88ms
2016-11-16 15:40:12,759 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:12,761 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 906.18&micro;s
2016-11-16 15:40:12,761 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 24.31ms
2016-11-16 15:40:12,768 DEBUG - #check(class com.jcabi.github.mock.MkStars): immutability checked
2016-11-16 15:40:12,777 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 8.24ms
2016-11-16 15:40:12,778 DEBUG - #apply('XPATH &quot;/github/repos/repo&quot;;ADDIF &quot;stars&quot;;'): in 9.84ms
2016-11-16 15:40:12,778 DEBUG - #apply('XPATH &quot;/github/repos/repo&quot;;ADDIF &quot;stars&quot;;'): in 10.17ms
2016-11-16 15:40:12,784 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..127..age/&gt;\n&lt;stars/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 4.89ms
2016-11-16 15:40:12,784 DEBUG - #stars(): 'MkStars(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 16.96ms
2016-11-16 15:40:12,786 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..127..age/&gt;\n&lt;stars/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 927.85&micro;s
2016-11-16 15:40:12,786 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 1.23ms
2016-11-16 15:40:12,787 DEBUG - #starred(): false in 2.51ms
2016-11-16 15:40:12,789 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 895.15µs
2016-11-16 15:40:12,799 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 11.38ms
2016-11-16 15:40:12,800 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 11.73ms
2016-11-16 15:40:12,801 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 969.08µs
2016-11-16 15:40:12,801 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 12.04ms
2016-11-16 15:40:12,802 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 844.67µs
2016-11-16 15:40:12,803 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 1.16ms
2016-11-16 15:40:12,804 DEBUG - #starred(): false in 2.35ms
2016-11-16 15:40:12,805 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 843.53µs
2016-11-16 15:40:12,807 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.44ms
2016-11-16 15:40:12,807 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.75ms
2016-11-16 15:40:12,808 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 854.34µs
2016-11-16 15:40:12,808 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 3.06ms
2016-11-16 15:40:12,810 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 852.55µs
2016-11-16 15:40:12,811 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..31..\n1:ADD "star";ADD "login";SET "amihaiemil";'): in 2.37ms
2016-11-16 15:40:12,812 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..31..\n1:ADD "star";ADD "login";SET "amihaiemil";'): in 2.71ms
2016-11-16 15:40:12,812 DEBUG - #star(): in 3.07ms
2016-11-16 15:40:12,813 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 865.94µs
2016-11-16 15:40:12,815 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.21ms
2016-11-16 15:40:12,815 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.50ms
2016-11-16 15:40:12,816 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 861.58µs
2016-11-16 15:40:12,816 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..250..l, coords=amihaiemil/amihaiemil.github.io)' in 2.81ms
2016-11-16 15:40:12,817 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 836.36µs
2016-11-16 15:40:12,818 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 1.15ms
2016-11-16 15:40:12,820 DEBUG - #starred(): true in 3.85ms
2016-11-16 15:40:12,822 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github/>\n' in 733.46µs
2016-11-16 15:40:12,823 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.45ms
2016-11-16 15:40:12,823 DEBUG - #apply('XPATH "/github";ADDIF "repos";'): in 1.74ms
2016-11-16 15:40:12,824 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 775.16µs
2016-11-16 15:40:12,825 DEBUG - #repos(): 'MkRepos(storage=<?xml version="1.0" encoding="UTF..2..ithub>\n<repos/>\n</github>\n, self=amihaiemil)' in 2.09ms
2016-11-16 15:40:12,825 DEBUG - #name(): 'amihaiemil.github.io' in 9.31µs
2016-11-16 15:40:12,825 DEBUG - #name(): 'amihaiemil.github.io' in 10.73µs
2016-11-16 15:40:12,826 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<repos/>\n</github>\n' in 787.72µs
2016-11-16 15:40:12,828 DEBUG - #apply('XPATH "/github/repos";ADD "repo";ATTR "coords", "..104..tory";UP;ADD "private";\n10:SET "false";UP;'): in 2.21ms
2016-11-16 15:40:12,828 DEBUG - #apply('XPATH &quot;/github/repos&quot;;ADD &quot;repo&quot;;ATTR &quot;coords&quot;, &quot;..104..tory&quot;;UP;ADD &quot;private&quot;;\n10:SET &quot;false&quot;;UP;'): in 2.57ms
2016-11-16 15:40:12,830 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 847.24&micro;s
2016-11-16 15:40:12,830 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.14ms
2016-11-16 15:40:12,832 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 837.27&micro;s
2016-11-16 15:40:12,832 DEBUG - #get(amihaiemil/amihaiemil.github.io): 'MkRepo(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-..207..l, coords=amihaiemil/amihaiemil.github.io)' in 2.33ms
2016-11-16 15:40:12,833 DEBUG - #json(): {&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false} in 303.56&micro;s
2016-11-16 15:40:12,834 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..134..alse&lt;/private&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 840.42&micro;s
2016-11-16 15:40:12,836 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.45ms
2016-11-16 15:40:12,836 DEBUG - #apply('XPATH &quot;/github/repos/repo[@coords=&amp;apos;amihaiemi..120.. &quot;&quot;;UP;ADDIF &quot;private&quot;;\n11:SET &quot;false&quot;;UP;'): in 2.82ms
2016-11-16 15:40:12,836 DEBUG - #patch({&quot;name&quot;:&quot;amihaiemil.github.io&quot;,&quot;description&quot;:&quot;&quot;,&quot;homepage&quot;:&quot;&quot;,&quot;private&quot;:false}): in 3.25ms
2016-11-16 15:40:12,836 INFO - repository amihaiemil/amihaiemil.github.io created by amihaiemil
2016-11-16 15:40:12,838 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..118..e&gt;\n&lt;homepage/&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 848.03µs
2016-11-16 15:40:12,838 DEBUG - #create('Repos.RepoCreate(nam=amihaiemil.github.io, priv=false, descr=, home=, init=Optional.absent())'): 'MkRepo(storage=<?xml version="1.0" encoding="UTF-..191..l, coords=amihaiemil/amihaiemil.github.io)' in 11.64ms
2016-11-16 15:40:12,839 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..118..e>\n<homepage/>\n</repo>\n</repos>\n</github>\n' in 833.60µs
2016-11-16 15:40:12,840 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.15ms
2016-11-16 15:40:12,841 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.46ms
2016-11-16 15:40:12,842 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 854.26µs
2016-11-16 15:40:12,842 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 2.75ms
2016-11-16 15:40:12,843 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 840.78µs
2016-11-16 15:40:12,844 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 1.19ms
2016-11-16 15:40:12,845 DEBUG - #starred(): false in 2.31ms
2016-11-16 15:40:12,846 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 845.57µs
2016-11-16 15:40:12,847 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.15ms
2016-11-16 15:40:12,848 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.46ms
2016-11-16 15:40:12,849 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 851.81µs
2016-11-16 15:40:12,849 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 2.75ms
2016-11-16 15:40:12,850 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 832.87µs
2016-11-16 15:40:12,850 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 1.12ms
2016-11-16 15:40:12,851 DEBUG - #starred(): false in 2.18ms
2016-11-16 15:40:12,853 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 851.88µs
2016-11-16 15:40:12,854 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.13ms
2016-11-16 15:40:12,854 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.43ms
2016-11-16 15:40:12,855 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 842.82µs
2016-11-16 15:40:12,856 DEBUG - #stars(): 'MkStars(storage=<?xml version="1.0" encoding="UTF..201..l, coords=amihaiemil/amihaiemil.github.io)' in 2.74ms
2016-11-16 15:40:12,857 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..127..age/>\n<stars/>\n</repo>\n</repos>\n</github>\n' in 856.07µs
2016-11-16 15:40:12,858 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..31..\n1:ADD "star";ADD "login";SET "amihaiemil";'): in 2.35ms
2016-11-16 15:40:12,859 DEBUG - #apply('XPATH "/github/repos/repo[@coords=&apos;amihaiemi..31..\n1:ADD "star";ADD "login";SET "amihaiemil";'): in 2.70ms
2016-11-16 15:40:12,859 DEBUG - #star(): in 3.04ms
2016-11-16 15:40:12,860 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 855.27µs
2016-11-16 15:40:12,862 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.20ms
2016-11-16 15:40:12,862 DEBUG - #apply('XPATH "/github/repos/repo";ADDIF "stars";'): in 2.51ms
2016-11-16 15:40:12,863 DEBUG - #xml(): '<?xml version="1.0" encoding="UTF-8"?><github>\n<r..176..star>\n</stars>\n</repo>\n</repos>\n</github>\n' in 868.07µs
2016-11-16 15:40:12,863 DEBUG - #stars(): 'MkStars(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..250..l, coords=amihaiemil/amihaiemil.github.io)' in 2.81ms
2016-11-16 15:40:12,865 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 908.14&micro;s
2016-11-16 15:40:12,865 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.20ms
2016-11-16 15:40:12,866 DEBUG - #starred(): true in 2.29ms
2016-11-16 15:40:12,867 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 852.33&micro;s
2016-11-16 15:40:12,869 DEBUG - #apply('XPATH &quot;/github/repos/repo&quot;;ADDIF &quot;stars&quot;;'): in 2.23ms
2016-11-16 15:40:12,869 DEBUG - #apply('XPATH &quot;/github/repos/repo&quot;;ADDIF &quot;stars&quot;;'): in 2.54ms
2016-11-16 15:40:12,870 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 881.34&micro;s
2016-11-16 15:40:12,870 DEBUG - #stars(): 'MkStars(storage=&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF..250..l, coords=amihaiemil/amihaiemil.github.io)' in 2.84ms
2016-11-16 15:40:12,872 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 912.25&micro;s
2016-11-16 15:40:12,872 DEBUG - #xml(): '&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;github&gt;\n&lt;r..176..star&gt;\n&lt;/stars&gt;\n&lt;/repo&gt;\n&lt;/repos&gt;\n&lt;/github&gt;\n' in 1.20ms
2016-11-16 15:40:12,873 DEBUG - #starred(): true in 2.25ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Running com.amihaiemil.charles.aws.SimpleAwsErrorHandlerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.amihaiemil.charles.aws.AmazonEsSearchTestCase
Nov 16, 2016 3:40:12 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:12,917 INFO - started on port #33679
2016-11-16 15:40:13,773 DEBUG - Sending Request: POST http://localhost:33679/elasticsearch/amihaiemilxtestrepo/_search / Headers: (X-Amz-Date: 20161116T154012Z, Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=fafad4a91af3e4896af2f369aa967ab9e83301c3a6d7cb4c0b2c53dae45aed72, Host: localhost:33679, User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101, amz-sdk-invocation-id: ef005995-9d12-fc44-8899-9510d2e6215e, Content-Type: application/json, )
2016-11-16 15:40:13,860 DEBUG - Admin mbean registered under com.amazonaws.management:type=AwsSdkMetrics
2016-11-16 15:40:13,865 DEBUG - CookieSpec selected: default
2016-11-16 15:40:13,865 DEBUG - Auth cache not set in the context
2016-11-16 15:40:13,865 DEBUG - Connection request: [route: {}->http://localhost:33679][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 50]
2016-11-16 15:40:13,870 DEBUG - Connection leased: [id: 4][route: {}->http://localhost:33679][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:13,872 DEBUG - Opening connection {}->http://localhost:33679
2016-11-16 15:40:13,872 DEBUG - Connecting to localhost/127.0.0.1:33679
2016-11-16 15:40:13,872 DEBUG - Connection established 127.0.0.1:55262<->127.0.0.1:33679
2016-11-16 15:40:13,872 DEBUG - http-outgoing-4: set socket timeout to 50000
2016-11-16 15:40:13,872 DEBUG - Executing request POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1
2016-11-16 15:40:13,872 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> Host: localhost:33679
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> X-Amz-Date: 20161116T154012Z
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=fafad4a91af3e4896af2f369aa967ab9e83301c3a6d7cb4c0b2c53dae45aed72
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> amz-sdk-retry: 0/0/500
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> amz-sdk-invocation-id: ef005995-9d12-fc44-8899-9510d2e6215e
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> Content-Type: application/json
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> Transfer-Encoding: chunked
2016-11-16 15:40:13,873 DEBUG - http-outgoing-4 >> Connection: Keep-Alive
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "Host: localhost:33679[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "X-Amz-Date: 20161116T154012Z[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=fafad4a91af3e4896af2f369aa967ab9e83301c3a6d7cb4c0b2c53dae45aed72[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "amz-sdk-invocation-id: ef005995-9d12-fc44-8899-9510d2e6215e[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "Content-Type: application/json[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "Transfer-Encoding: chunked[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "[\r][\n]"
2016-11-16 15:40:13,874 DEBUG - http-outgoing-4 >> "b8[\r][\n]"
2016-11-16 15:40:13,875 DEBUG - http-outgoing-4 >> "{"from":0,"size":10,"query":{"bool":{"filter":[{"match_phrase_prefix":{"textContent":"test"}},{"type":{"value":"page"}}]}},"highlight":{"fields":{"textContent":{"fragment_size":150}}}}[\r][\n]"
2016-11-16 15:40:13,875 DEBUG - http-outgoing-4 >> "0[\r][\n]"
2016-11-16 15:40:13,875 DEBUG - http-outgoing-4 >> "[\r][\n]"
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;Content-Type: text/plain; charset=iso-8859-1[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;Content-Length: 5528[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;Date: Wed, 16 Nov 2016 15:40:13 GMT[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;{[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;  &quot;took&quot; : 3,[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;  &quot;timed_out&quot; : false,[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;  &quot;_shards&quot; : {[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;    &quot;total&quot; : 15,[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;    &quot;successful&quot; : 15,[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;    &quot;failed&quot; : 0[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;  },[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 &lt;&lt; &quot;  &quot;hits&quot; : {[\r][\n]&quot;
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 << "    "total" : 27,[\r][\n]"
2016-11-16 15:40:13,880 DEBUG - http-outgoing-4 << "    "max_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "    "hits" : [ {[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      "_type" : "tech",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "category" : "tech",[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,881 DEBUG - http-outgoing-4 << "    }, {[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_type" : "tech",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/page2.html",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page2.html",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "category" : "tech",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "    }, {[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,882 DEBUG - http-outgoing-4 << "      "_type" : "development",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/stuff/more/page2.html",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/stuff/more/page2.html",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/stuff/link3page/page.html",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "category" : "development",[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "    }, {[\r][\n]"
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 << "      "_index" : &quot;testindex&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_type&quot; : &quot;mischelaneous&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_id&quot; : &quot;http://amihaiemil.com/stuff/page4.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,883 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_score&quot; : 1.0,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_source&quot; : {[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;id&quot; : &quot;http://amihaiemil.com/stuff/page4.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;name&quot; : &quot;page.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;url&quot; : &quot;http://amihaiemil.com/stuff/page.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;title&quot; : &quot;page | title&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;textContent&quot; : &quot;text content...&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;category&quot; : &quot;mischelaneous&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;links&quot; : [ ][\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      },[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]  &quot;highlight&quot;: {[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]      &quot;textContent&quot;: [&quot;text &lt;em&gt;content&lt;/em&gt;...&quot;][\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      }[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;    }, {[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_index&quot; : &quot;testindex&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_type&quot; : &quot;tech&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_id&quot; : &quot;http://amihaiemil.com/page3.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_score&quot; : 1.0,[\r][\n]&quot;
2016-11-16 15:40:13,884 DEBUG - http-outgoing-4 &lt;&lt; "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page3.html",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "category" : "tech",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "    }, {[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      "_type" : "mischelaneous",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/stuff/page3.html",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/stuff/page3.html",[\r][\n]"
2016-11-16 15:40:13,885 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/stuff/page.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "category" : "mischelaneous",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "    }, {[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      "_type" : "tech",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/page5.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page5.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,886 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 << "        "category" : "tech",[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;links&quot; : [ ][\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      },[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]  &quot;highlight&quot;: {[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]      &quot;textContent&quot;: [&quot;text &lt;em&gt;content&lt;/em&gt;...&quot;][\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      }[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;    }, {[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_index&quot; : &quot;testindex&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_type&quot; : &quot;tech&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_id&quot; : &quot;http://amihaiemil.com/page1.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_score&quot; : 1.0,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;      &quot;_source&quot; : {[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;id&quot; : &quot;http://amihaiemil.com/page1.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;name&quot; : &quot;page.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;url&quot; : &quot;http://amihaiemil.com/page.html&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;title&quot; : &quot;page | title&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;textContent&quot; : &quot;text content...&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,887 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;category&quot; : &quot;tech&quot;,[\r][\n]&quot;
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 &lt;&lt; &quot;        &quot;links&quot; : [ ][\r][\n]&quot;
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 &lt;&lt; &quot;      },[\r][\n]&quot;
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]  &quot;highlight&quot;: {[\r][\n]&quot;
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 &lt;&lt; &quot;[0x9]      &quot;textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "    },{[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      "_type" : "tech",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/page56.html",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page1.html",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/page.html",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "category" : "tech",[\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,888 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "    },{[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      "_index" : "testindex",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      "_type" : "tech",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      "_id" : "http://amihaiemil.com/page34.html",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      "_score" : 1.0,[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      "_source" : {[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "id" : "http://amihaiemil.com/page1.html",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "name" : "page.html",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "url" : "http://amihaiemil.com/some/other/page.html",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "title" : "page | title",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "textContent" : "text content...",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "category" : "mischelaneous",[\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "        "links" : [ ][\r][\n]"
2016-11-16 15:40:13,889 DEBUG - http-outgoing-4 << "      },[\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "[0x9]  "highlight": {[\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "[0x9]      "textContent": ["text <em>content</em>..."][\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "      }[\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "    } ][\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "  }[\r][\n]"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << "}"
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << HTTP/1.1 200 OK
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << Content-Length: 5528
2016-11-16 15:40:13,890 DEBUG - http-outgoing-4 << Date: Wed, 16 Nov 2016 15:40:13 GMT
2016-11-16 15:40:13,890 DEBUG - Connection can be kept alive for 60000 MILLISECONDS
2016-11-16 15:40:13,903 DEBUG - Connection [id: 4][route: {}-&gt;http://localhost:33679] can be kept alive for 60.0 seconds
2016-11-16 15:40:13,903 DEBUG - Connection released: [id: 4][route: {}-&gt;http://localhost:33679][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:14,882 INFO - stopped on port #33679
Nov 16, 2016 3:40:14 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:14,884 INFO - started on port #33960
2016-11-16 15:40:14,899 DEBUG - Sending Request: POST http://localhost:33960/elasticsearch/amihaiemilxtestrepo/_search / Headers: (X-Amz-Date: 20161116T154014Z, Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c43f75d4e391affb07c6d2eef7566760ffa3ced5f6fefd30667ee4ed2e2d8928, Host: localhost:33960, User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101, amz-sdk-invocation-id: 369a360a-4c92-4b09-dbdd-a9acfb315c23, Content-Type: application/json, )
2016-11-16 15:40:14,899 DEBUG - CookieSpec selected: default
2016-11-16 15:40:14,899 DEBUG - Auth cache not set in the context
2016-11-16 15:40:14,900 DEBUG - Connection request: [route: {}-&gt;http://localhost:33960][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 50]
2016-11-16 15:40:14,900 DEBUG - Connection leased: [id: 5][route: {}-&gt;http://localhost:33960][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:14,900 DEBUG - Opening connection {}-&gt;http://localhost:33960
2016-11-16 15:40:14,900 DEBUG - Connecting to localhost/127.0.0.1:33960
2016-11-16 15:40:14,900 DEBUG - Connection established 127.0.0.1:59334<->127.0.0.1:33960
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5: set socket timeout to 50000
2016-11-16 15:40:14,901 DEBUG - Executing request POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1
2016-11-16 15:40:14,901 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> Host: localhost:33960
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> X-Amz-Date: 20161116T154014Z
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c43f75d4e391affb07c6d2eef7566760ffa3ced5f6fefd30667ee4ed2e2d8928
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> amz-sdk-retry: 0/0/500
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> amz-sdk-invocation-id: 369a360a-4c92-4b09-dbdd-a9acfb315c23
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> Content-Type: application/json
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> Transfer-Encoding: chunked
2016-11-16 15:40:14,901 DEBUG - http-outgoing-5 >> Connection: Keep-Alive
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "POST /elasticsearch/amihaiemilxtestrepo/_search/ HTTP/1.1[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "Host: localhost:33960[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "X-Amz-Date: 20161116T154014Z[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "Authorization: AWS4-HMAC-SHA256 Credential=aws_key_id/20161116/us-west/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c43f75d4e391affb07c6d2eef7566760ffa3ced5f6fefd30667ee4ed2e2d8928[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "amz-sdk-invocation-id: 369a360a-4c92-4b09-dbdd-a9acfb315c23[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "Content-Type: application/json[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "Transfer-Encoding: chunked[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "b8[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "{"from":0,"size":10,"query":{"bool":{"filter":[{"match_phrase_prefix":{"textContent":"test"}},{"type":{"value":"page"}}]}},"highlight":{"fields":{"textContent":{"fragment_size":150}}}}[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "0[\r][\n]"
2016-11-16 15:40:14,902 DEBUG - http-outgoing-5 >> "[\r][\n]"
2016-11-16 15:40:14,906 DEBUG - http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:40:14,906 DEBUG - http-outgoing-5 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:14,906 DEBUG - http-outgoing-5 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:14,906 DEBUG - http-outgoing-5 << "Content-Length: 206[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "Date: Wed, 16 Nov 2016 15:40:14 GMT[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "{[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  "took" : 3,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  "timed_out" : false,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  "_shards" : {[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "total" : 15,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "successful" : 15,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "failed" : 0[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  },[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  "hits" : {[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "total" : 0,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "max_score" : null,[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "    "hits" : [][\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "  }[\r][\n]"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << "}"
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << HTTP/1.1 200 OK
2016-11-16 15:40:14,907 DEBUG - http-outgoing-5 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:14,908 DEBUG - http-outgoing-5 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:14,908 DEBUG - http-outgoing-5 << Content-Length: 206
2016-11-16 15:40:14,908 DEBUG - http-outgoing-5 << Date: Wed, 16 Nov 2016 15:40:14 GMT
2016-11-16 15:40:14,908 DEBUG - Connection can be kept alive for 60000 MILLISECONDS
2016-11-16 15:40:14,909 DEBUG - Connection [id: 5][route: {}->http://localhost:33960] can be kept alive for 60.0 seconds
2016-11-16 15:40:14,909 DEBUG - Connection released: [id: 5][route: {}->http://localhost:33960][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:15,909 INFO - stopped on port #33960
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.008 sec
Running com.amihaiemil.charles.aws.EsBulkJsonTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running com.amihaiemil.charles.aws.SimpleAwsResponseHandlerTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.amihaiemil.charles.aws.SearchResponseHandlerTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.amihaiemil.charles.aws.AmazonEsRepositoryTestCase
Nov 16, 2016 3:40:15 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:15,984 INFO - started on port #52803
2016-11-16 15:40:15,995 DEBUG - Connection manager is shutting down
2016-11-16 15:40:15,999 DEBUG - http-outgoing-4: Close connection
2016-11-16 15:40:15,999 DEBUG - Connection manager shut down
2016-11-16 15:40:15,999 DEBUG - Connection manager is shutting down
2016-11-16 15:40:15,999 DEBUG - http-outgoing-5: Close connection
2016-11-16 15:40:15,999 DEBUG - Reaper thread:
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at com.amazonaws.http.IdleConnectionReaper.run(IdleConnectionReaper.java:157)
2016-11-16 15:40:16,000 DEBUG - Shutting down reaper thread.
2016-11-16 15:40:16,000 DEBUG - Connection manager shut down
2016-11-16 15:40:16,009 DEBUG - Sending Request: POST http://localhost:52803/es/_bulk / Headers: (X-Amz-Date: 20161116T154015Z, Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=db91ad01f6bbccba3bf92466acaed1211bf759b1a315af023ad1c1e7bfc908a5, Host: localhost:52803, User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101, amz-sdk-invocation-id: bb3f1f37-8d92-0c27-6de6-153bcf3dd35d, Content-Type: application/json, )
2016-11-16 15:40:16,009 DEBUG - CookieSpec selected: default
2016-11-16 15:40:16,010 DEBUG - Auth cache not set in the context
2016-11-16 15:40:16,010 DEBUG - Connection request: [route: {}->http://localhost:52803][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 50]
2016-11-16 15:40:16,010 DEBUG - Connection leased: [id: 6][route: {}->http://localhost:52803][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:16,010 DEBUG - Opening connection {}->http://localhost:52803
2016-11-16 15:40:16,010 DEBUG - Connecting to localhost/127.0.0.1:52803
2016-11-16 15:40:16,011 DEBUG - Connection established 127.0.0.1:45538<->127.0.0.1:52803
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6: set socket timeout to 50000
2016-11-16 15:40:16,011 DEBUG - Executing request POST /es/_bulk/ HTTP/1.1
2016-11-16 15:40:16,011 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> POST /es/_bulk/ HTTP/1.1
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> Host: localhost:52803
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> X-Amz-Date: 20161116T154015Z
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=db91ad01f6bbccba3bf92466acaed1211bf759b1a315af023ad1c1e7bfc908a5
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> amz-sdk-retry: 0/0/500
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> amz-sdk-invocation-id: bb3f1f37-8d92-0c27-6de6-153bcf3dd35d
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> Content-Type: application/json
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> Transfer-Encoding: chunked
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> Connection: Keep-Alive
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> "POST /es/_bulk/ HTTP/1.1[\r][\n]"
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> "Host: localhost:52803[\r][\n]"
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> "X-Amz-Date: 20161116T154015Z[\r][\n]"
2016-11-16 15:40:16,011 DEBUG - http-outgoing-6 >> "Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=db91ad01f6bbccba3bf92466acaed1211bf759b1a315af023ad1c1e7bfc908a5[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "amz-sdk-invocation-id: bb3f1f37-8d92-0c27-6de6-153bcf3dd35d[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "Content-Type: application/json[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "Transfer-Encoding: chunked[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "27d[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "{"index":{"_index":"testIndex", "_type":"category", "_id":"http://www.test.com/crawledpage.html"}}[\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "{"id":"http://www.test.com/crawledpage.html","name":"crawledpage.html","url":"http://www.test.com/crawledpage.html","title":"crawledpage | title","textContent":"some content","category":"category","links":[]}[\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "{"index":{"_index":"testIndex", "_type":"category", "_id":"https://www.test.com/stuff/crawledpage.html"}}[\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "{"id":"https://www.test.com/stuff/crawledpage.html","name":"crawledpage.html","url":"https://www.test.com/stuff/crawledpage.html","title":"crawledpage | title","textContent":"some content","category":"category","links":[]}[\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "0[\r][\n]"
2016-11-16 15:40:16,012 DEBUG - http-outgoing-6 >> "[\r][\n]"
2016-11-16 15:40:16,016 DEBUG - http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "Content-Length: 34[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "Date: Wed, 16 Nov 2016 15:40:16 GMT[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "[\r][\n]"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << "{"status":"Unit test successful!"}"
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << HTTP/1.1 200 OK
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 &lt;&lt; Content-Length: 34
2016-11-16 15:40:16,017 DEBUG - http-outgoing-6 &lt;&lt; Date: Wed, 16 Nov 2016 15:40:16 GMT
2016-11-16 15:40:16,018 DEBUG - Connection can be kept alive for 60000 MILLISECONDS
2016-11-16 15:40:16,018 DEBUG - Connection [id: 6][route: {}-&gt;http://localhost:52803] can be kept alive for 60.0 seconds
2016-11-16 15:40:16,018 DEBUG - Connection released: [id: 6][route: {}-&gt;http://localhost:52803][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:17,019 INFO - stopped on port #52803
Nov 16, 2016 3:40:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:17,031 INFO - started on port #58997
2016-11-16 15:40:17,043 DEBUG - Sending Request: DELETE http://localhost:58997/es/index.to.be.deleted / Headers: (X-Amz-Date: 20161116T154017Z, Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=host;x-amz-date, Signature=479e98837a74cda2ba70dfecbbf5d7dac79eb9b7262d843c0cba23c9b649d85d, Host: localhost:58997, User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101, amz-sdk-invocation-id: 06b8eae0-09ed-c258-705e-410af8e0505f, )
2016-11-16 15:40:17,043 DEBUG - CookieSpec selected: default
2016-11-16 15:40:17,044 DEBUG - Auth cache not set in the context
2016-11-16 15:40:17,044 DEBUG - Connection request: [route: {}->http://localhost:58997][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 50]
2016-11-16 15:40:17,044 DEBUG - Connection leased: [id: 7][route: {}->http://localhost:58997][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:17,044 DEBUG - Opening connection {}->http://localhost:58997
2016-11-16 15:40:17,044 DEBUG - Connecting to localhost/127.0.0.1:58997
2016-11-16 15:40:17,045 DEBUG - Connection established 127.0.0.1:46868<->127.0.0.1:58997
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7: set socket timeout to 50000
2016-11-16 15:40:17,045 DEBUG - Executing request DELETE /es/index.to.be.deleted/ HTTP/1.1
2016-11-16 15:40:17,045 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> DELETE /es/index.to.be.deleted/ HTTP/1.1
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> Host: localhost:58997
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> X-Amz-Date: 20161116T154017Z
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=host;x-amz-date, Signature=479e98837a74cda2ba70dfecbbf5d7dac79eb9b7262d843c0cba23c9b649d85d
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> amz-sdk-retry: 0/0/500
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> amz-sdk-invocation-id: 06b8eae0-09ed-c258-705e-410af8e0505f
2016-11-16 15:40:17,045 DEBUG - http-outgoing-7 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> Connection: Keep-Alive
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "DELETE /es/index.to.be.deleted/ HTTP/1.1[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "Host: localhost:58997[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "X-Amz-Date: 20161116T154017Z[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=host;x-amz-date, Signature=479e98837a74cda2ba70dfecbbf5d7dac79eb9b7262d843c0cba23c9b649d85d[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "amz-sdk-invocation-id: 06b8eae0-09ed-c258-705e-410af8e0505f[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:17,046 DEBUG - http-outgoing-7 >> "[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "Content-Length: 26[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "Date: Wed, 16 Nov 2016 15:40:17 GMT[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "[\r][\n]"
2016-11-16 15:40:17,050 DEBUG - http-outgoing-7 << "{"status":"index deleted"}"
2016-11-16 15:40:17,051 DEBUG - http-outgoing-7 << HTTP/1.1 200 OK
2016-11-16 15:40:17,051 DEBUG - http-outgoing-7 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:17,051 DEBUG - http-outgoing-7 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:17,051 DEBUG - http-outgoing-7 << Content-Length: 26
2016-11-16 15:40:17,051 DEBUG - http-outgoing-7 << Date: Wed, 16 Nov 2016 15:40:17 GMT
2016-11-16 15:40:17,051 DEBUG - Connection can be kept alive for 60000 MILLISECONDS
2016-11-16 15:40:17,051 DEBUG - Connection [id: 7][route: {}->http://localhost:58997] can be kept alive for 60.0 seconds
2016-11-16 15:40:17,051 DEBUG - Connection released: [id: 7][route: {}->http://localhost:58997][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:18,053 INFO - stopped on port #58997
Nov 16, 2016 3:40:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 11/16/16 3:40 PM
2016-11-16 15:40:18,066 INFO - started on port #53902
2016-11-16 15:40:18,087 DEBUG - Sending Request: POST http://localhost:53902/es/_bulk / Headers: (X-Amz-Date: 20161116T154018Z, Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c9f4a225efb047c08fd24a3acec4aab0b18d802db804c0cf3507096813de0573, Host: localhost:53902, User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101, amz-sdk-invocation-id: ef237ffd-186f-0e31-4648-299ae892c4d0, Content-Type: application/json, )
2016-11-16 15:40:18,088 DEBUG - CookieSpec selected: default
2016-11-16 15:40:18,088 DEBUG - Auth cache not set in the context
2016-11-16 15:40:18,088 DEBUG - Connection request: [route: {}->http://localhost:53902][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 50]
2016-11-16 15:40:18,089 DEBUG - Connection leased: [id: 8][route: {}->http://localhost:53902][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:18,089 DEBUG - Opening connection {}->http://localhost:53902
2016-11-16 15:40:18,089 DEBUG - Connecting to localhost/127.0.0.1:53902
2016-11-16 15:40:18,089 DEBUG - Connection established 127.0.0.1:44648<->127.0.0.1:53902
2016-11-16 15:40:18,089 DEBUG - http-outgoing-8: set socket timeout to 50000
2016-11-16 15:40:18,089 DEBUG - Executing request POST /es/_bulk/ HTTP/1.1
2016-11-16 15:40:18,090 DEBUG - Proxy auth state: UNCHALLENGED
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 >> POST /es/_bulk/ HTTP/1.1
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 &gt;&gt; Host: localhost:53902
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 &gt;&gt; X-Amz-Date: 20161116T154018Z
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 &gt;&gt; Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c9f4a225efb047c08fd24a3acec4aab0b18d802db804c0cf3507096813de0573
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 &gt;&gt; amz-sdk-retry: 0/0/500
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 >> User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101
2016-11-16 15:40:18,090 DEBUG - http-outgoing-8 >> amz-sdk-invocation-id: ef237ffd-186f-0e31-4648-299ae892c4d0
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> Content-Type: application/json
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> Transfer-Encoding: chunked
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> Connection: Keep-Alive
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "POST /es/_bulk/ HTTP/1.1[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "Host: localhost:53902[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "X-Amz-Date: 20161116T154018Z[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "Authorization: AWS4-HMAC-SHA256 Credential=access_key/20161116/ro/es/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=c9f4a225efb047c08fd24a3acec4aab0b18d802db804c0cf3507096813de0573[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "User-Agent: aws-sdk-java/1.11.37 Linux/3.10.0-327.13.1.el7.x86_64 OpenJDK_64-Bit_Server_VM/24.95-b01/1.7.0_101[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "amz-sdk-invocation-id: ef237ffd-186f-0e31-4648-299ae892c4d0[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "Content-Type: application/json[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "Transfer-Encoding: chunked[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "27d[\r][\n]"
2016-11-16 15:40:18,095 DEBUG - http-outgoing-8 >> "{"index":{"_index":"testIndex", "_type":"category", "_id":"http://www.test.com/crawledpage.html"}}[\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "{"id":"http://www.test.com/crawledpage.html","name":"crawledpage.html","url":"http://www.test.com/crawledpage.html","title":"crawledpage | title","textContent":"some content","category":"category","links":[]}[\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "{"index":{"_index":"testIndex", "_type":"category", "_id":"https://www.test.com/stuff/crawledpage.html"}}[\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "{"id":"https://www.test.com/stuff/crawledpage.html","name":"crawledpage.html","url":"https://www.test.com/stuff/crawledpage.html","title":"crawledpage | title","textContent":"some content","category":"category","links":[]}[\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "[\r][\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "0[\r][\n]"
2016-11-16 15:40:18,096 DEBUG - http-outgoing-8 >> "[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "HTTP/1.1 412 Precondition Failed[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "Content-Type: text/plain; charset=iso-8859-1[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "Content-Length: 0[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "Date: Wed, 16 Nov 2016 15:40:18 GMT[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << "[\r][\n]"
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << HTTP/1.1 412 Precondition Failed
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << Content-Type: text/plain; charset=iso-8859-1
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << Content-Length: 0
2016-11-16 15:40:18,104 DEBUG - http-outgoing-8 << Date: Wed, 16 Nov 2016 15:40:18 GMT
2016-11-16 15:40:18,104 DEBUG - Connection can be kept alive for 60000 MILLISECONDS
2016-11-16 15:40:18,105 DEBUG - Connection [id: 8][route: {}->http://localhost:53902] can be kept alive for 60.0 seconds
2016-11-16 15:40:18,105 DEBUG - Connection released: [id: 8][route: {}->http://localhost:53902][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2016-11-16 15:40:18,105 DEBUG - Received error response: com.amazonaws.AmazonServiceException: Precondition Failed (Service: null; Status Code: 412; Error Code: null; Request ID: null)
2016-11-16 15:40:18,108 INFO - stopped on port #53902
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.144 sec
Running com.amihaiemil.charles.steps.SendEmailTestCase
2016-11-16 15:40:18,141 DEBUG - Started smtp:58420
2016-11-16 15:40:18,145 DEBUG - Started services, performing check if all up
2016-11-16 15:40:18,208 INFO - Sending e-mail...
2016-11-16 15:40:18,309 INFO - Created user login amihaiemil@gmail.com for address amihaiemil@gmail.com with password amihaiemil@gmail.com because it didn't exist before.
2016-11-16 15:40:18,320 INFO - email sent from [mihai] to ["amihaiemil@gmail.com"]
2016-11-16 15:40:18,321 INFO - E-mail sent successfully!
2016-11-16 15:40:18,321 DEBUG - Stopping GreenMail ...
2016-11-16 15:40:18,321 DEBUG - Stopping service smtp:58420
2016-11-16 15:40:18,321 DEBUG - Stopping smtp:58420
2016-11-16 15:40:18,322 DEBUG - Stopped smtp:58420
2016-11-16 15:40:18,322 INFO - Sending e-mail...
2016-11-16 15:40:18,322 WARN - Uninitialized postman (username and/or password missing). Cannot send email!
2016-11-16 15:40:18,323 DEBUG - Started smtp:43733
2016-11-16 15:40:18,324 DEBUG - Started services, performing check if all up
2016-11-16 15:40:18,326 INFO - Sending e-mail...
2016-11-16 15:40:18,330 INFO - Created user login commandergithub@test.com for address commandergithub@test.com with password commandergithub@test.com because it didn't exist before.
2016-11-16 15:40:18,332 INFO - email sent from [Charles Michael <amihai.emil@gmail.com>] to ["commandergithub@test.com"]
2016-11-16 15:40:18,332 INFO - E-mail sent successfully!
2016-11-16 15:40:18,333 DEBUG - Stopping GreenMail ...
2016-11-16 15:40:18,333 DEBUG - Stopping service smtp:43733
2016-11-16 15:40:18,333 DEBUG - Stopping smtp:43733
2016-11-16 15:40:18,333 DEBUG - Stopped smtp:43733
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec

Results :

Tests run: 95, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-war-plugin:2.4:war (default-war) @ charles-rest ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom (3 KB at 80.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (4 KB at 191.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom (9 KB at 413.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom (19 KB at 1018.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 17.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 44.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (58 KB at 2610.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded:/http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 305.2 KB/sec)
Downloaded:4http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar (471 KB at 15679.4 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 786.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar (161 KB at 3724.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 4254.2 KB/sec)
[INFO] Packaging webapp
[INFO] Assembling webapp [charles-rest] in [/home/r/repo/charles-rest/target/charles-rest-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/r/repo/charles-rest/webapp]
[INFO] Webapp assembled in [197 msecs]
[INFO] Building war: /home/r/repo/charles-rest/target/charles-rest-0.0.1-SNAPSHOT.war
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ charles-rest ---
[INFO] Installing /home/r/repo/charles-rest/target/charles-rest-0.0.1-SNAPSHOT.war to /home/r/.m2/repository/com/amihaiemil/web/charles-rest/0.0.1-SNAPSHOT/charles-rest-0.0.1-SNAPSHOT.war
[INFO] Installing /home/r/repo/charles-rest/pom.xml to /home/r/.m2/repository/com/amihaiemil/web/charles-rest/0.0.1-SNAPSHOT/charles-rest-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.580 s
[INFO] Finished at: 2016-11-16T15:40:21+00:00
[INFO] Final Memory: 32M/392M
[INFO] ------------------------------------------------------------------------
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:opencharles/charles-github-ejb.git
   9b187cd..99f9294  master -> master
container 653bab9d4cb16272d68856dbc4d39b5cc3b144410873de58cdbab0277e70296a is dead
Wed Nov 16 15:41:38 UTC 2016