+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 989645 + echo '1.74.7 b768e876f' 1.74.7 b768e876f + date Mon 01 May 2023 09:14:46 PM CEST + uptime 21:14:46 up 159 days, 1:52, 0 users, load average: 0.00, 0.00, 0.00 + ff=default + image=g4s8/rultor-jdk11:alpine3.10 + rebase=false + head_branch=master + pull_title='#35 no static imports' + author=amihaiemil + directory= + head=git@github.com:jvmqueen/queen-antlr.git + pull_id=36 + fork=git@github.com:jvmqueen/queen-antlr.git + fork_branch=35 + squash=false + vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:jvmqueen/queen-antlr.git' '--env=pull_id=36' '--env=fork=git@github.com:jvmqueen/queen-antlr.git' '--env=fork_branch=35' '--env=head_branch=master' '--env=pull_title=#35 no static imports' '--env=author=amihaiemil' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:jvmqueen/queen-antlr.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=36'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jvmqueen/queen-antlr.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=35'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#35 no static imports'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=amihaiemil'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )') + scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:jvmqueen/queen-antlr.git'\''' ';' 'export '\''pull_id=36'\''' ';' 'export '\''fork=git@github.com:jvmqueen/queen-antlr.git'\''' ';' 'export '\''fork_branch=35'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#35 no static imports'\''' ';' 'export '\''author=amihaiemil'\''' ';' 'mvn clean install' ';') + container=jvmqueen_queen-antlr_36 + as_root=false + hostname m2262.contaboserver.net + git --version git version 2.25.1 + docker --version Docker version 23.0.1, build a5ee5b1 + 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:jvmqueen/queen-antlr.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:jvmqueen/queen-antlr.git'\''' ';' 'export '\''pull_id=36'\''' ';' 'export '\''fork=git@github.com:jvmqueen/queen-antlr.git'\''' ';' 'export '\''fork_branch=35'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#35 no static imports'\''' ';' 'export '\''author=amihaiemil'\''' ';' 'mvn clean install' ';' + sensitive=() + rm -rf .gnupg + cd repo + git remote add fork git@github.com:jvmqueen/queen-antlr.git + git remote update Fetching origin Fetching fork From github.com:jvmqueen/queen-antlr * [new branch] 35 -> fork/35 * [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 status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git checkout -B __rultor fork/35 Switched to a new branch '__rultor' Branch '__rultor' set up to track remote branch '35' 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'. Your branch is up to date with 'origin/master'. + '[' false == true ']' + '[' false == true ']' + git merge --ff __rultor Updating ee23292..f022133 Fast-forward QueenParser.g4 | 10 ---------- src/test/resources/examples/invalid_cases/StaticImport.queen | 9 +++++++++ .../resources/examples/invalid_cases/StaticImport.queen.errors | 1 + .../resources/examples/invalid_cases/StaticImportStar.queen | 9 +++++++++ .../examples/invalid_cases/StaticImportStar.queen.errors | 2 ++ 5 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 src/test/resources/examples/invalid_cases/StaticImport.queen create mode 100644 src/test/resources/examples/invalid_cases/StaticImport.queen.errors create mode 100644 src/test/resources/examples/invalid_cases/StaticImportStar.queen create mode 100644 src/test/resources/examples/invalid_cases/StaticImportStar.queen.errors + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.00 ++ echo 0.00 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.00, low enough to run a new Docker container' load average is 0.00, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=g4s8/rultor-jdk11:alpine3.10 + docker pull g4s8/rultor-jdk11:alpine3.10 alpine3.10: Pulling from g4s8/rultor-jdk11 Digest: sha256:7b5e73ccc000c0e49e848fa2effcba3686d7608169451968abaad54ec3023807 Status: Image is up to date for g4s8/rultor-jdk11:alpine3.10 docker.io/g4s8/rultor-jdk11:alpine3.10 + docker ps --filter=status=exited + grep --quiet '\sjvmqueen_queen-antlr_36\s*$' + ls -al . total 56 drwx------ 3 rultor rultor 4096 May 1 21:14 . drwxrwxrwt 13 root root 4096 May 1 21:14 .. -rwxrwxr-x 1 rultor rultor 556 May 1 21:14 end.sh -rwxrwxr-x 1 rultor rultor 363 May 1 21:14 entry.sh -rw-rw-r-- 1 rultor rultor 7 May 1 21:14 pid -rw-rw-r-- 1 rultor rultor 2420 May 1 21:14 pubring.gpg drwxrwxr-x 4 rultor rultor 4096 May 1 21:14 repo -rwxrwxr-x 1 rultor rultor 5765 May 1 21:14 run.sh -rw-rw-r-- 1 rultor rultor 515 May 1 21:14 script.sh -rw-rw-r-- 1 rultor rultor 2628 May 1 21:14 secring.gpg -rw-rw-r-- 1 rultor rultor 759 May 1 21:14 settings.xml -rw-rw-r-- 1 rultor rultor 5481 May 1 21:14 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-uiRs:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jvmqueen/queen-antlr.git --env=pull_id=36 --env=fork=git@github.com:jvmqueen/queen-antlr.git --env=fork_branch=35 --env=head_branch=master '--env=pull_title=#35 no static imports' --env=author=amihaiemil '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:jvmqueen/queen-antlr.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=36'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jvmqueen/queen-antlr.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=35'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#35 no static imports'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=amihaiemil'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-uiRs/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jvmqueen_queen-antlr_36 g4s8/rultor-jdk11:alpine3.10 /main/entry.sh WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r Creating mailbox file: No such file or directory + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bundle /root/.gem /root/.wget-hsts /root/empty /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su --login r --command /home/r/script.sh + set -e + set -o pipefail + '[' -e /home/r/.profile ']' + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' + MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g' + export head=git@github.com:jvmqueen/queen-antlr.git + head=git@github.com:jvmqueen/queen-antlr.git + export pull_id=36 + pull_id=36 + export fork=git@github.com:jvmqueen/queen-antlr.git + fork=git@github.com:jvmqueen/queen-antlr.git + export fork_branch=35 + fork_branch=35 + export head_branch=master + head_branch=master + export 'pull_title=#35 no static imports' + pull_title='#35 no static imports' + export author=amihaiemil + author=amihaiemil + mvn clean install OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 [1;34mINFOm] Scanning for projects... [1;34mINFOm] [1;34mINFOm] 1m---------------------< 0;36morg.queenlang:queen-antlr0;1m >----------------------m [1;34mINFOm] 1mBuilding Queen grammar 0.0.6-SNAPSHOTm [1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m Downloading from central: https://repo.maven.apache.org/maven2/com/khubla/antlr/antlr4test-maven-plugin/1.11/antlr4test-maven-plugin-1.11.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/com/khubla/antlr/antlr4test-maven-plugin/1.11/antlr4test-maven-plugin-1.11.pom (7.2 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/khubla/antlr/antlr4test-maven-plugin/1.11/antlr4test-maven-plugin-1.11.jar Downloaded1from6central: https://repo.maven.apache.org/maven2/com/khubla/antlr/antlr4test-maven-plugin/1.11/antlr4test-maven-plugin-1.11.jar (36 kB at 157 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 178 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 567 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 985 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.7.2/antlr4-maven-plugin-4.7.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.7.2/antlr4-maven-plugin-4.7.2.pom (5.9 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.2/antlr4-master-4.7.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.2/antlr4-master-4.7.2.pom (4.4 kB at 184 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 313 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.7.2/antlr4-maven-plugin-4.7.2.jar Downloaded1from0central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.7.2/antlr4-maven-plugin-4.7.2.jar (30 kB at 250 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 369 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 673 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 592 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 509 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom (16 kB at 721 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 524 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 690 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloaded1from0central: https://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 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 278 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 336 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.pom (3.6 kB at 190 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloaded3from3central:5https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar (338 kB at 3.6 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 484 kB/s) Downloaded1from8central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 3.2 MB/s) [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:2.5:cleanm 1m(default-clean)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 411 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 662 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 363 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 380 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloaded2from3central:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 429 kB/s) Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.7 MB/s) [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mantlr4-maven-plugin:4.7.2:antlr4m 1m(default)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 934 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 665 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 173 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 824 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 293 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 173 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 57 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 147 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 442 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 616 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 223 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 192 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 324 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloaded1from0central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 461 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 475 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 524 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 172 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 146 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloaded1from0central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 818 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 356 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 157 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 893 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 418 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 528 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.pom (6.2 kB at 295 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 534 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.1/ST4-4.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.1/ST4-4.1.pom (2.8 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 216 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 219 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 369 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 503 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 239 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/61.1/icu4j-61.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/61.1/icu4j-61.1.pom (5.0 kB at 236 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 934 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 162 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 360 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloaded1from8central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 292 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 123 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 229 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 53 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 343 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 149 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 78 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 69 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloaded1from8central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 74 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar Downloaded3from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 1.4 MB/s) Downloaded2from2central:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 1.5 MB/s) Downloading)from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading)from0central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar Downloaded4from6central:.https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 3.0 MB/s) Downloading)from2central:/https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloaded4from.central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 65 kB/s) Downloading)from9central:|https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar Downloaded4from8central:7https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 424 kB/s) Downloading)from9central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloaded4from8central:6https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 2.3 MB/s) Downloading)from6central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloaded5from0central:5https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloaded4from5central:.https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 153 kB/s) Downloading)from7central:2https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.jar Downloaded3from5central:.https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.1 MB/s) Downloading)from3central:|https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar Downloaded5from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 43 kB/s) Downloading)from4central:|https://repo.maven.apache.org/maven2/org/antlr/ST4/4.1/ST4-4.1.jar Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar Downloaded5from.central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar Downloaded5from.central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.1/ST4-4.1.jar (253 kB at 689 kB/s) Downloading)from9central:|https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/61.1/icu4j-61.1.jar Downloaded4from.central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 225 kB/s) Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloaded5from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2.jar (1.2 MB at 2.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 329 kB/s) Downloading)from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloaded3from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 322 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 61 kB/s) Downloading)from5central:|https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloaded4from.central:.https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 110 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloaded4from.central:.https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 41 kB/s) Downloading)from5central:9https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloaded3from.central:.https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 2.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded5from.central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Downloaded4from.central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 68 kB/s) Downloading)from9central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloaded3from.central:|https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 440 kB/s) Downloaded4from.central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 236 kB/s) Downloaded3from.central:|https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 147 kB/s) Downloaded2from.central:|https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 44 kB/s) Downloaded1from2central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/61.1/icu4j-61.1.jar (12 MB at 7.4 MB/s) [1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo [1;34mINFOm] Processing grammar: QueenLexer.g4 [1;34mINFOm] Processing grammar: QueenParser.g4 [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:2.6:resourcesm 1m(default-resources)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 374 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 138 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 336 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 90 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 106 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 355 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 166 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 167 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 798 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 305 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloaded1from8central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 159 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 168 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 252 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 150 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 773 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloaded5from1central:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.5 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading)from central:5https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded3from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 782 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded4from7central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.2 MB/s) Downloading)from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 384 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 181 kB/s) Downloading)from1central:|https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloaded3from5central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 101 kB/s) Downloading)from2central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded4from5central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.2 MB/s) Downloading)from central:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded3from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 350 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded3from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 184 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloaded3from0central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 386 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloaded3from7central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 450 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloaded2from3central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 154 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded3from8central:/https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 382 kB/s) Downloading)from central:8https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloaded4from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 455 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 801 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloaded3from6central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 726 kB/s) Downloading)from central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloaded2from0central:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 84 kB/s) Downloaded4from2central:.https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 49 kB/s) Downloaded3from2central:3https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.6 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 301 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 415 kB/s) [1;33mWARNINGm] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [1;34mINFOm] skip non existing resourceDirectory /home/r/repo/src/main/resources [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.0:compilem 1m(default-compile)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 135 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 492 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 216 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 120 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 316 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 196 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 153 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 457 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 633 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 296 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 222 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 303 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 582 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 301 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 117 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 282 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 164 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 378 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 271 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 286 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 112 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 130 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 93 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 386 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 205 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 313 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 825 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 664 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 513 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 250 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 353 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 612 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 417 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 149 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 95 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 213 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 274 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom Downloaded1from1central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 562 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 754 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 301 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 140 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 182 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 71 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloaded5from9central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 652 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloaded5from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.6 MB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 485 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 3.8 MB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.5 MB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.6 MB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 311 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloaded5from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 225 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 172 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloaded5from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 725 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloaded4from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 243 kB/s) Downloading)from7central:|https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 501 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloaded4from5central:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.3 MB/s) Downloading)from3central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloaded3from5central:4https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 59 kB/s) Downloading)from3central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloaded3from5central:4https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 662 kB/s) Downloading)from central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloaded4from4central:/https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 304 kB/s) Downloading)from/central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloaded4from0central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 184 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 236 kB/s) Downloaded2from0central:.https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 415 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloaded5from9central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 101 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 47 kB/s) Downloading)from7central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Downloaded3from6central:4https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 568 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloaded2from4central:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 46 kB/s) Downloading)from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloaded5from0central:9https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 608 kB/s) Downloaded4from9central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 79 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 114 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 322 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Downloading)from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 894 kB/s) Downloaded2from.central:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 13 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 58 kB/s) [1;34mINFOm] Changes detected - recompiling the module! [1;33mWARNINGm] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [1;34mINFOm] Compiling 6 source files to /home/r/repo/target/classes [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:2.6:testResourcesm 1m(default-testResources)m @ 36mqueen-antlr0;1m ---m [1;33mWARNINGm] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [1;34mINFOm] Copying 22 resources [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.0:testCompilem 1m(default-testCompile)m @ 36mqueen-antlr0;1m ---m [1;34mINFOm] No sources to compile [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:2.12.4:testm 1m(default-test)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 71 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 822 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 125 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 263 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 81 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 704 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 157 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 95 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 371 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 98 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 90 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 174 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 796 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 758 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 424 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloaded5from3central:8https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 807 kB/s) Downloading)from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloaded4from3central:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 286 kB/s) Downloading)from8central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloaded3from1central:8https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 2.4 MB/s) Downloading)from4central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloaded5from1central:9https://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 345 kB/s) Downloading)from6central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 977 kB/s) Downloading)from6central:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloaded3from1central:0https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 3.4 MB/s) Downloading)from3central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloaded2from6central:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloaded3from6central:9https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 2.4 MB/s) Downloading)from central:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloaded4from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 416 kB/s) Downloading)from central:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloaded3from7central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 722 kB/s) Downloading)from central:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloaded3from8central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 448 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Downloaded3from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 270 kB/s) Downloading)from central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloaded3from9central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 208 kB/s) Downloading)from/central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloaded4from6central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 141 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloaded4from6central:0https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.0 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Downloaded2from4central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 85 kB/s) Downloaded4from7central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 217 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 58 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 213 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 78 kB/s) [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mantlr4test-maven-plugin:1.11:testm 1m(default)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom Downloaded1from4central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 679 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 253 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/bitbucket/cowwoc/diff-match-patch/1.2/diff-match-patch-1.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/bitbucket/cowwoc/diff-match-patch/1.2/diff-match-patch-1.2.pom (3.9 kB at 195 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/bitbucket/cowwoc/diff-match-patch/1.2/diff-match-patch-1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar Downloaded3from1central:9https://repo.maven.apache.org/maven2/org/bitbucket/cowwoc/diff-match-patch/1.2/diff-match-patch-1.2.jar (29 kB at 681 kB/s) Downloaded2from1central:5https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.0 MB/s) Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar (260 kB at 4.1 MB/s) baseDir: /home/r/repo exampleFiles: /src/test/resources/examples Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/AbstractStudent.queen [@0,0:56='// @todo #17:60min Also write tests with expected errors.',<107>,channel=1,1:0] [@1,57:57='\n',<105>,channel=1,1:57] [@2,58:171='// See more here: https://github.com/antlr/antlr4test-maven-plugin/blob/master/README.md#checking-expected-errors',<107>,channel=1,2:0] [@3,172:172='\n',<105>,channel=1,2:114] [@4,173:178='public',<35>,3:0] [@5,179:179=' ',<105>,channel=1,3:6] [@6,180:187='abstract',<1>,3:7] [@7,188:188=' ',<105>,channel=1,3:15] [@8,189:202='implementation',<9>,3:16] [@9,203:203=' ',<105>,channel=1,3:30] [@10,204:218='AbstractStudent',<102>,3:31] [@11,219:219=' ',<105>,channel=1,3:46] [@12,220:221='of',<24>,3:47] [@13,222:222=' ',<105>,channel=1,3:49] [@14,223:229='Student',<102>,3:50] [@15,230:230=' ',<105>,channel=1,3:57] [@16,231:231='{',<59>,3:58] [@17,232:236='\n ',<105>,channel=1,3:59] [@18,237:242='public',<35>,4:4] [@19,243:243=' ',<105>,channel=1,4:10] [@20,244:249='String',<102>,4:11] [@21,250:250=' ',<105>,channel=1,4:17] [@22,251:254='name',<102>,4:18] [@23,255:255='(',<57>,4:22] [@24,256:256=')',<58>,4:23] [@25,257:257=' ',<105>,channel=1,4:24] [@26,258:258='{',<59>,4:25] [@27,259:267='\n ',<105>,channel=1,4:26] [@28,268:273='return',<36>,5:8] [@29,274:274=' ',<105>,channel=1,5:14] [@30,275:283='"unknown"',<55>,5:15] [@31,284:284=';',<63>,5:24] [@32,285:289='\n ',<105>,channel=1,5:25] [@33,290:290='}',<60>,6:4] [@34,291:291='\n',<105>,channel=1,6:5] [@35,292:292='}',<60>,7:0] [@36,293:292='<EOF>',<-1>,7:1] (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal abstract) implementation AbstractStudent (superinterfaces of (interfaceTypeList (interfaceType (classType Student)))) (classBody { (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String))))) (methodDeclarator name ( ))) (methodBody (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (returnStatement return (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "unknown"))))))))))))))))))) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/Unicode.queen [@0,0:4='final',<17>,1:0] [@1,5:5=' ',<105>,channel=1,1:5] [@2,6:19='implementation',<9>,1:6] [@3,20:20=' ',<105>,channel=1,1:20] [@4,21:27='Unicode',<102>,1:21] [@5,28:28=' ',<105>,channel=1,1:28] [@6,29:30='of',<24>,1:29] [@7,31:31=' ',<105>,channel=1,1:31] [@8,32:39='IUnicode',<102>,1:32] [@9,40:40=' ',<105>,channel=1,1:40] [@10,41:41='{',<59>,1:41] [@11,42:46='\n ',<105>,channel=1,1:42] [@12,47:52='public',<35>,2:4] [@13,53:53=' ',<105>,channel=1,2:10] [@14,54:59='static',<38>,2:11] [@15,60:60=' ',<105>,channel=1,2:17] [@16,61:64='void',<48>,2:18] [@17,65:65=' ',<105>,channel=1,2:22] [@18,66:69='main',<102>,2:23] [@19,70:70='(',<57>,2:27] [@20,71:76='String',<102>,2:28] [@21,77:77='[',<61>,2:34] [@22,78:78=']',<62>,2:35] [@23,79:79=' ',<105>,channel=1,2:36] [@24,80:83='args',<102>,2:37] [@25,84:84=')',<58>,2:41] [@26,85:85=' ',<105>,channel=1,2:42] [@27,86:86='{',<59>,2:43] [@28,87:95='\n ',<105>,channel=1,2:44] [@29,96:101='System',<102>,3:8] [@30,102:102='.',<65>,3:14] [@31,103:105='out',<102>,3:15] [@32,106:106='.',<65>,3:18] [@33,107:113='println',<102>,3:19] [@34,114:114='(',<57>,3:26] [@35,115:128='"A = \uuu0041"',<55>,3:27] [@36,129:129=')',<58>,3:41] [@37,130:130=';',<63>,3:42] [@38,131:135='\n ',<105>,channel=1,3:43] [@39,136:136='}',<60>,4:4] [@40,137:137='\n',<105>,channel=1,4:5] [@41,138:138='}',<60>,5:0] [@42,139:139='\n',<105>,channel=1,5:1] [@43,140:139='<EOF>',<-1>,6:0] (compilationUnit (typeDeclaration (classDeclaration (classAbstractOrFinal final) implementation Unicode (superinterfaces of (interfaceTypeList (interfaceType (classType IUnicode)))) (classBody { (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodModifier static) (methodHeader (result void) (methodDeclarator main ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannReferenceType (unannArrayType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String)) (dims (dim [ ]))))) (variableDeclaratorId args)))) ))) (methodBody (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "A = \uuu0041")))))))))))))))))))) ))) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/helloworld.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:37='HelloWorld',<102>,1:28] [@7,38:38=' ',<105>,channel=1,1:38] [@8,39:40='of',<24>,1:39] [@9,41:41=' ',<105>,channel=1,1:41] [@10,42:45='Main',<102>,1:42] [@11,46:46=' ',<105>,channel=1,1:46] [@12,47:47='{',<59>,1:47] [@13,48:51='\n ',<105>,channel=1,1:48] [@14,52:57='public',<35>,2:3] [@15,58:58=' ',<105>,channel=1,2:9] [@16,59:62='void',<48>,2:10] [@17,63:63=' ',<105>,channel=1,2:14] [@18,64:67='main',<102>,2:15] [@19,68:68='(',<57>,2:19] [@20,69:74='String',<102>,2:20] [@21,75:75='[',<61>,2:26] [@22,76:76=']',<62>,2:27] [@23,77:77=' ',<105>,channel=1,2:28] [@24,78:81='args',<102>,2:29] [@25,82:82=')',<58>,2:33] [@26,83:83=' ',<105>,channel=1,2:34] [@27,84:84='{',<59>,2:35] [@28,85:91='\n ',<105>,channel=1,2:36] [@29,92:97='System',<102>,3:6] [@30,98:98='.',<65>,3:12] [@31,99:101='out',<102>,3:13] [@32,102:102='.',<65>,3:16] [@33,103:109='println',<102>,3:17] [@34,110:110='(',<57>,3:24] [@35,111:124='"Hello, World"',<55>,3:25] [@36,125:125=')',<58>,3:39] [@37,126:126=';',<63>,3:40] [@38,127:130='\n ',<105>,channel=1,3:41] [@39,131:131='}',<60>,4:3] [@40,132:132='\n',<105>,channel=1,4:4] [@41,133:133='}',<60>,5:0] [@42,134:135='\n\n',<105>,channel=1,5:1] [@43,136:135='<EOF>',<-1>,7:0] (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation HelloWorld (superinterfaces of (interfaceTypeList (interfaceType (classType Main)))) (classBody { (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result void) (methodDeclarator main ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannReferenceType (unannArrayType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String)) (dims (dim [ ]))))) (variableDeclaratorId args)))) ))) (methodBody (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "Hello, World")))))))))))))))))))) ))) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/Student.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:15='interface',<28>,1:7] [@3,16:16=' ',<105>,channel=1,1:16] [@4,17:23='Student',<102>,1:17] [@5,24:24=' ',<105>,channel=1,1:24] [@6,25:25='{',<59>,1:25] [@7,26:30='\n ',<105>,channel=1,1:26] [@8,31:36='String',<102>,2:4] [@9,37:37=' ',<105>,channel=1,2:10] [@10,38:41='name',<102>,2:11] [@11,42:42='(',<57>,2:15] [@12,43:43=')',<58>,2:16] [@13,44:44=';',<63>,2:17] [@14,45:45='\n',<105>,channel=1,2:18] [@15,46:46='}',<60>,3:0] [@16,47:46='<EOF>',<-1>,3:1] (compilationUnit (typeDeclaration (interfaceDeclaration (normalInterfaceDeclaration (interfaceModifier public) interface Student (interfaceBody { (interfaceMemberDeclaration (interfaceMethodDeclaration (methodHeader (result (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String))))) (methodDeclarator name ( ))) (methodBody ;))) })))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/Receiver.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:35='Currency',<102>,1:28] [@7,36:36=' ',<105>,channel=1,1:36] [@8,37:38='of',<24>,1:37] [@9,39:39=' ',<105>,channel=1,1:39] [@10,40:48='ICurrency',<102>,1:40] [@11,49:49='{',<59>,1:49] [@12,50:52='\n ',<105>,channel=1,1:50] [@13,53:58='public',<35>,2:2] [@14,59:59=' ',<105>,channel=1,2:8] [@15,60:65='String',<102>,2:9] [@16,66:66=' ',<105>,channel=1,2:15] [@17,67:73='getCode',<102>,2:16] [@18,74:74='(',<57>,2:23] [@19,75:82='Currency',<102>,2:24] [@20,83:83=' ',<105>,channel=1,2:32] [@21,84:87='test',<102>,2:33] [@22,88:88=')',<58>,2:37] [@23,89:89=' ',<105>,channel=1,2:38] [@24,90:90='{',<59>,2:39] [@25,91:93='\n ',<105>,channel=1,2:40] [@26,94:94='}',<60>,3:2] [@27,95:95='\n',<105>,channel=1,3:3] [@28,96:96='}',<60>,4:0] [@29,97:98='\n\n',<105>,channel=1,4:1] [@30,99:98='<EOF>',<-1>,6:0] (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation Currency (superinterfaces of (interfaceTypeList (interfaceType (classType ICurrency)))) (classBody { (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String))))) (methodDeclarator getCode ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType Currency)))) (variableDeclaratorId test)))) ))) (methodBody (block { }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/valid_cases/NamedStudent.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:39='NamedStudent',<102>,1:28] [@7,40:40=' ',<105>,channel=1,1:40] [@8,41:47='extends',<16>,1:41] [@9,48:48=' ',<105>,channel=1,1:48] [@10,49:63='AbstractStudent',<102>,1:49] [@11,64:64=' ',<105>,channel=1,1:64] [@12,65:65='{',<59>,1:65] [@13,66:71='\n\n ',<105>,channel=1,1:66] [@14,72:78='private',<33>,3:4] [@15,79:79=' ',<105>,channel=1,3:11] [@16,80:85='String',<102>,3:12] [@17,86:86=' ',<105>,channel=1,3:18] [@18,87:90='name',<102>,3:19] [@19,91:91=';',<63>,3:23] [@20,92:96='\n ',<105>,channel=1,3:24] [@21,97:103='private',<33>,4:4] [@22,104:104=' ',<105>,channel=1,4:11] [@23,105:110='String',<102>,4:12] [@24,111:111='[',<61>,4:18] [@25,112:112=']',<62>,4:19] [@26,113:113=' ',<105>,channel=1,4:20] [@27,114:119='grades',<102>,4:21] [@28,120:120=';',<63>,4:27] [@29,121:126='\n\n ',<105>,channel=1,4:28] [@30,127:132='public',<35>,6:4] [@31,133:133=' ',<105>,channel=1,6:10] [@32,134:145='NamedStudent',<102>,6:11] [@33,146:146='(',<57>,6:23] [@34,147:152='String',<102>,6:24] [@35,153:153=' ',<105>,channel=1,6:30] [@36,154:157='name',<102>,6:31] [@37,158:158=')',<58>,6:35] [@38,159:159=' ',<105>,channel=1,6:36] [@39,160:160='{',<59>,6:37] [@40,161:169='\n ',<105>,channel=1,6:38] [@41,170:173='this',<43>,7:8] [@42,174:174='.',<65>,7:12] [@43,175:178='name',<102>,7:13] [@44,179:179=' ',<105>,channel=1,7:17] [@45,180:180='=',<66>,7:18] [@46,181:181=' ',<105>,channel=1,7:19] [@47,182:185='name',<102>,7:20] [@48,186:186=';',<63>,7:24] [@49,187:191='\n ',<105>,channel=1,7:25] [@50,192:192='}',<60>,8:4] [@51,193:198='\n\n ',<105>,channel=1,8:5] [@52,199:204='public',<35>,10:4] [@53,205:205=' ',<105>,channel=1,10:10] [@54,206:211='String',<102>,10:11] [@55,212:212=' ',<105>,channel=1,10:17] [@56,213:216='name',<102>,10:18] [@57,217:217='(',<57>,10:22] [@58,218:218=')',<58>,10:23] [@59,219:219=' ',<105>,channel=1,10:24] [@60,220:220='{',<59>,10:25] [@61,221:229='\n ',<105>,channel=1,10:26] [@62,230:235='return',<36>,11:8] [@63,236:236=' ',<105>,channel=1,11:14] [@64,237:240='this',<43>,11:15] [@65,241:241='.',<65>,11:19] [@66,242:245='name',<102>,11:20] [@67,246:246=';',<63>,11:24] [@68,247:251='\n ',<105>,channel=1,11:25] [@69,252:252='}',<60>,12:4] [@70,253:253='\n',<105>,channel=1,12:5] [@71,254:254='}',<60>,13:0] [@72,255:254='<EOF>',<-1>,13:1] (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation NamedStudent (superclass extends (classType AbstractStudent)) (classBody { (classBodyDeclaration (classMemberDeclaration (fieldDeclaration (fieldModifier private) (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String)))) (variableDeclarator (variableDeclaratorId name)) ;))) (classBodyDeclaration (classMemberDeclaration (fieldDeclaration (fieldModifier private) (unannType (unannReferenceType (unannArrayType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String)) (dims (dim [ ]))))) (variableDeclarator (variableDeclaratorId grades)) ;))) (classBodyDeclaration (constructorDeclaration (constructorModifier public) (constructorDeclarator (simpleTypeName NamedStudent) ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String)))) (variableDeclaratorId name)))) )) (constructorBody { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (assignment (leftHandSide (fieldAccess (primary (primaryNoNewArray_lfno_primary this)) . name)) (assignmentOperator =) (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName name))))))))))))))))))) ;))))) }))) (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result (unannType (unannReferenceType (unannClassOrInterfaceType (unannClassType_lfno_unannClassOrInterfaceType String))))) (methodDeclarator name ( ))) (methodBody (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (returnStatement return (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary this) (primaryNoNewArray_lf_primary (fieldAccess_lf_primary . name))))))))))))))))))) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/StaticImport.queen [@0,0:6='package',<32>,1:0] [@1,7:7=' ',<105>,channel=1,1:7] [@2,8:10='com',<102>,1:8] [@3,11:11='.',<65>,1:11] [@4,12:18='example',<102>,1:12] [@5,19:19=';',<63>,1:19] [@6,20:21='\n\n',<105>,channel=1,1:20] [@7,22:27='import',<25>,3:0] [@8,28:28=' ',<105>,channel=1,3:6] [@9,29:31='com',<102>,3:7] [@10,32:32='.',<65>,3:10] [@11,33:39='example',<102>,3:11] [@12,40:40='.',<65>,3:18] [@13,41:43='api',<102>,3:19] [@14,44:44='.',<65>,3:22] [@15,45:50='Import',<102>,3:23] [@16,51:51=';',<63>,3:29] [@17,52:52='\n',<105>,channel=1,3:30] [@18,53:58='import',<25>,4:0] [@19,59:59=' ',<105>,channel=1,4:6] [@20,60:65='static',<38>,4:7] [@21,66:66=' ',<105>,channel=1,4:13] [@22,67:69='com',<102>,4:14] [@23,70:70='.',<65>,4:17] [@24,71:77='example',<102>,4:18] [@25,78:78='.',<65>,4:25] [@26,79:82='Test',<102>,4:26] [@27,83:83='.',<65>,4:30] [@28,84:89='method',<102>,4:31] [@29,90:90=';',<63>,4:37] [@30,91:91='\n',<105>,channel=1,4:38] [@31,92:97='import',<25>,5:0] [@32,98:98=' ',<105>,channel=1,5:6] [@33,99:101='com',<102>,5:7] [@34,102:102='.',<65>,5:10] [@35,103:107='other',<102>,5:11] [@36,108:108='.',<65>,5:16] [@37,109:114='import',<25>,5:17] [@38,115:115='.',<65>,5:23] [@39,116:119='List',<102>,5:24] [@40,120:120=';',<63>,5:28] [@41,121:122='\n\n',<105>,channel=1,5:29] [@42,123:128='public',<35>,7:0] [@43,129:129=' ',<105>,channel=1,7:6] [@44,130:134='final',<17>,7:7] [@45,135:135=' ',<105>,channel=1,7:12] [@46,136:149='implementation',<9>,7:13] [@47,150:150=' ',<105>,channel=1,7:27] [@48,151:162='StaticImport',<102>,7:28] [@49,163:163=' ',<105>,channel=1,7:40] [@50,164:165='of',<24>,7:41] [@51,166:166=' ',<105>,channel=1,7:43] [@52,167:172='Import',<102>,7:44] [@53,173:173=' ',<105>,channel=1,7:50] [@54,174:174='{',<59>,7:51] [@55,175:176='\n\n',<105>,channel=1,7:52] [@56,177:177='}',<60>,9:0] [@57,178:177='<EOF>',<-1>,9:1] line 4:7 no viable alternative at input 'import static' (compilationUnit (packageDeclaration package (packageName (packageName com) . example) ;) (importDeclaration (singleTypeImportDeclaration import (typeName (packageOrTypeName (packageOrTypeName (packageOrTypeName com) . example) . api) . Import) ;)) importDeclaration (importDeclaration import) (typeDeclaration static com . example . Test . method ; import com . other . import . List ; public final implementation StaticImport of Import { }) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/MoreFieldVariables.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:45='MoreFieldVariables',<102>,1:28] [@7,46:46=' ',<105>,channel=1,1:46] [@8,47:48='of',<24>,1:47] [@9,49:49=' ',<105>,channel=1,1:49] [@10,50:63='FieldVariables',<102>,1:50] [@11,64:64=' ',<105>,channel=1,1:64] [@12,65:65='{',<59>,1:65] [@13,66:70='\n\n ',<105>,channel=1,1:66] [@14,71:77='private',<33>,3:3] [@15,78:78=' ',<105>,channel=1,3:10] [@16,79:81='int',<27>,3:11] [@17,82:82=' ',<105>,channel=1,3:14] [@18,83:83='x',<102>,3:15] [@19,84:84=' ',<105>,channel=1,3:16] [@20,85:85='=',<66>,3:17] [@21,86:86=' ',<105>,channel=1,3:18] [@22,87:87='1',<51>,3:19] [@23,88:88=',',<64>,3:20] [@24,89:89=' ',<105>,channel=1,3:21] [@25,90:90='y',<102>,3:22] [@26,91:91=' ',<105>,channel=1,3:23] [@27,92:92='=',<66>,3:24] [@28,93:93=' ',<105>,channel=1,3:25] [@29,94:94='2',<51>,3:26] [@30,95:95=',',<64>,3:27] [@31,96:96=' ',<105>,channel=1,3:28] [@32,97:97='z',<102>,3:29] [@33,98:98=' ',<105>,channel=1,3:30] [@34,99:99='=',<66>,3:31] [@35,100:100=' ',<105>,channel=1,3:32] [@36,101:101='3',<51>,3:33] [@37,102:102=';',<63>,3:34] [@38,103:107='\n\n ',<105>,channel=1,3:35] [@39,108:114='private',<33>,5:3] [@40,115:115=' ',<105>,channel=1,5:10] [@41,116:118='int',<27>,5:11] [@42,119:119=' ',<105>,channel=1,5:14] [@43,120:120='m',<102>,5:15] [@44,121:121=';',<63>,5:16] [@45,122:126='\n\n ',<105>,channel=1,5:17] [@46,127:133='private',<33>,7:3] [@47,134:134=' ',<105>,channel=1,7:10] [@48,135:137='int',<27>,7:11] [@49,138:138=' ',<105>,channel=1,7:14] [@50,139:139='n',<102>,7:15] [@51,140:140=',',<64>,7:16] [@52,141:141=' ',<105>,channel=1,7:17] [@53,142:142='p',<102>,7:18] [@54,143:143=';',<63>,7:19] [@55,144:145='\n\n',<105>,channel=1,7:20] [@56,146:146='}',<60>,9:0] [@57,147:146='<EOF>',<-1>,9:1] line 3:20 mismatched input ',' expecting {'instanceof', ';', '.', '>', '<', '==', '<=', '>=', '!=', '&&', '||', '++', '--', '+', '-', '*', '/', '&', '|', '^', '%', '::'} line 7:16 no viable alternative at input 'private int n,' (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation MoreFieldVariables (superinterfaces of (interfaceTypeList (interfaceType (classType FieldVariables)))) (classBody { (classBodyDeclaration (classMemberDeclaration (fieldDeclaration (fieldModifier private) (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId x) = (variableInitializer (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 1))))))))))))))))))))) ,))) classBodyDeclaration (classBodyDeclaration y = 2 ,) classBodyDeclaration (classBodyDeclaration z = 3) (classBodyDeclaration (classMemberDeclaration ;)) (classBodyDeclaration (classMemberDeclaration (fieldDeclaration (fieldModifier private) (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId m)) ;))) (classBodyDeclaration classMemberDeclaration) (classBodyDeclaration (classMemberDeclaration private)) (classBodyDeclaration (classMemberDeclaration int)) classBodyDeclaration (classBodyDeclaration n ,) classBodyDeclaration (classBodyDeclaration p) (classBodyDeclaration (classMemberDeclaration ;)) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/CStyleVariables.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:42='CStyleVariables',<102>,1:28] [@7,43:43=' ',<105>,channel=1,1:43] [@8,44:45='of',<24>,1:44] [@9,46:46=' ',<105>,channel=1,1:46] [@10,47:55='Variables',<102>,1:47] [@11,56:56=' ',<105>,channel=1,1:56] [@12,57:57='{',<59>,1:57] [@13,58:62='\n\n ',<105>,channel=1,1:58] [@14,63:69='private',<33>,3:3] [@15,70:70=' ',<105>,channel=1,3:10] [@16,71:73='int',<27>,3:11] [@17,74:74=' ',<105>,channel=1,3:14] [@18,75:75='a',<102>,3:15] [@19,76:76='[',<61>,3:16] [@20,77:77=']',<62>,3:17] [@21,78:78=';',<63>,3:18] [@22,79:83='\n\n ',<105>,channel=1,3:19] [@23,84:89='public',<35>,5:3] [@24,90:90=' ',<105>,channel=1,5:9] [@25,91:105='CStyleVariables',<102>,5:10] [@26,106:106='(',<57>,5:25] [@27,107:109='int',<27>,5:26] [@28,110:110=' ',<105>,channel=1,5:29] [@29,111:111='a',<102>,5:30] [@30,112:112='[',<61>,5:31] [@31,113:113=']',<62>,5:32] [@32,114:114=')',<58>,5:33] [@33,115:115=' ',<105>,channel=1,5:34] [@34,116:116='{',<59>,5:35] [@35,117:124='\n ',<105>,channel=1,5:36] [@36,125:128='this',<43>,6:7] [@37,129:129='.',<65>,6:11] [@38,130:130='a',<102>,6:12] [@39,131:131=' ',<105>,channel=1,6:13] [@40,132:132='=',<66>,6:14] [@41,133:133=' ',<105>,channel=1,6:15] [@42,134:134='a',<102>,6:16] [@43,135:135=';',<63>,6:17] [@44,136:139='\n ',<105>,channel=1,6:18] [@45,140:140='}',<60>,7:3] [@46,141:145='\n\n ',<105>,channel=1,7:4] [@47,146:151='public',<35>,9:3] [@48,152:152=' ',<105>,channel=1,9:9] [@49,153:156='void',<48>,9:10] [@50,157:157=' ',<105>,channel=1,9:14] [@51,158:167='someMethod',<102>,9:15] [@52,168:168='(',<57>,9:25] [@53,169:171='int',<27>,9:26] [@54,172:172=' ',<105>,channel=1,9:29] [@55,173:173='a',<102>,9:30] [@56,174:174='[',<61>,9:31] [@57,175:175=']',<62>,9:32] [@58,176:176=')',<58>,9:33] [@59,177:177=' ',<105>,channel=1,9:34] [@60,178:178='{',<59>,9:35] [@61,179:185='\n ',<105>,channel=1,9:36] [@62,186:188='int',<27>,10:6] [@63,189:189='[',<61>,10:9] [@64,190:190=']',<62>,10:10] [@65,191:191=' ',<105>,channel=1,10:11] [@66,192:196='other',<102>,10:12] [@67,197:197='[',<61>,10:17] [@68,198:198=']',<62>,10:18] [@69,199:199=' ',<105>,channel=1,10:19] [@70,200:200='=',<66>,10:20] [@71,201:201=' ',<105>,channel=1,10:21] [@72,202:204='new',<31>,10:22] [@73,205:205=' ',<105>,channel=1,10:25] [@74,206:208='int',<27>,10:26] [@75,209:209='[',<61>,10:29] [@76,210:210='5',<51>,10:30] [@77,211:211=']',<62>,10:31] [@78,212:212='[',<61>,10:32] [@79,213:213='5',<51>,10:33] [@80,214:214=']',<62>,10:34] [@81,215:215=';',<63>,10:35] [@82,216:219='\n ',<105>,channel=1,10:36] [@83,220:220='}',<60>,11:3] [@84,221:222='\n\n',<105>,channel=1,11:4] [@85,223:223='}',<60>,13:0] [@86,224:223='<EOF>',<-1>,13:1] line 3:16 no viable alternative at input 'private int a[' line 5:31 mismatched input '[' expecting ')' line 9:31 mismatched input '[' expecting ')' line 10:17 mismatched input '[' expecting {'[', Identifier, '@'} (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation CStyleVariables (superinterfaces of (interfaceTypeList (interfaceType (classType Variables)))) (classBody { (classBodyDeclaration classMemberDeclaration) (classBodyDeclaration (classMemberDeclaration private)) (classBodyDeclaration (classMemberDeclaration int)) (classBodyDeclaration (classMemberDeclaration a [ ])) (classBodyDeclaration (classMemberDeclaration ;)) (classBodyDeclaration (constructorDeclaration (constructorModifier public) (constructorDeclarator (simpleTypeName CStyleVariables) ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorId a)))) [ ] )) (constructorBody { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (assignment (leftHandSide (fieldAccess (primary (primaryNoNewArray_lfno_primary this)) . a)) (assignmentOperator =) (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName a))))))))))))))))))) ;))))) }))) (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result void) (methodDeclarator someMethod ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorId a)))) [ ] ))) (methodBody (block { (blockStatements (blockStatement (localVariableDeclarationStatement (localVariableDeclaration (unannType (unannReferenceType (unannArrayType (unannPrimitiveType (numericType (integralType int))) (dims (dim [ ]))))) (variableDeclarator (variableDeclaratorId other))) [ ] =)) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement statementExpression <missing ';'>)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression new) <missing ';'>)))) blockStatement (blockStatement int [) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement statementExpression <missing ';'>)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression 5 ] [) <missing ';'>)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement statementExpression <missing ';'>)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression 5 ]) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/MoreLocalVariables.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:45='MoreLocalVariables',<102>,1:28] [@7,46:46=' ',<105>,channel=1,1:46] [@8,47:48='of',<24>,1:47] [@9,49:49=' ',<105>,channel=1,1:49] [@10,50:63='LocalVariables',<102>,1:50] [@11,64:64=' ',<105>,channel=1,1:64] [@12,65:65='{',<59>,1:65] [@13,66:71='\n\n ',<105>,channel=1,1:66] [@14,72:72='@',<103>,3:4] [@15,73:80='Override',<102>,3:5] [@16,81:85='\n ',<105>,channel=1,3:13] [@17,86:91='public',<35>,4:4] [@18,92:92=' ',<105>,channel=1,4:10] [@19,93:96='void',<48>,4:11] [@20,97:97=' ',<105>,channel=1,4:15] [@21,98:111='localVariables',<102>,4:16] [@22,112:112='(',<57>,4:30] [@23,113:113=')',<58>,4:31] [@24,114:114=' ',<105>,channel=1,4:32] [@25,115:115='{',<59>,4:33] [@26,116:124='\n ',<105>,channel=1,4:34] [@27,125:127='int',<27>,5:8] [@28,128:128=' ',<105>,channel=1,5:11] [@29,129:129='x',<102>,5:12] [@30,130:130=' ',<105>,channel=1,5:13] [@31,131:131='=',<66>,5:14] [@32,132:132=' ',<105>,channel=1,5:15] [@33,133:133='1',<51>,5:16] [@34,134:134=',',<64>,5:17] [@35,135:135=' ',<105>,channel=1,5:18] [@36,136:136='y',<102>,5:19] [@37,137:137=' ',<105>,channel=1,5:20] [@38,138:138='=',<66>,5:21] [@39,139:139=' ',<105>,channel=1,5:22] [@40,140:140='2',<51>,5:23] [@41,141:141=',',<64>,5:24] [@42,142:142=' ',<105>,channel=1,5:25] [@43,143:143='z',<102>,5:26] [@44,144:144=' ',<105>,channel=1,5:27] [@45,145:145='=',<66>,5:28] [@46,146:146=' ',<105>,channel=1,5:29] [@47,147:147='3',<51>,5:30] [@48,148:148=';',<63>,5:31] [@49,149:157='\n ',<105>,channel=1,5:32] [@50,158:160='int',<27>,6:8] [@51,161:161=' ',<105>,channel=1,6:11] [@52,162:162='m',<102>,6:12] [@53,163:163=';',<63>,6:13] [@54,164:172='\n ',<105>,channel=1,6:14] [@55,173:175='int',<27>,7:8] [@56,176:176=' ',<105>,channel=1,7:11] [@57,177:177='n',<102>,7:12] [@58,178:178=',',<64>,7:13] [@59,179:179=' ',<105>,channel=1,7:14] [@60,180:180='p',<102>,7:15] [@61,181:181=';',<63>,7:16] [@62,182:191='\n\n ',<105>,channel=1,7:17] [@63,192:194='for',<21>,9:8] [@64,195:195='(',<57>,9:11] [@65,196:198='int',<27>,9:12] [@66,199:199=' ',<105>,channel=1,9:15] [@67,200:200='i',<102>,9:16] [@68,201:201='=',<66>,9:17] [@69,202:202='0',<51>,9:18] [@70,203:203=',',<64>,9:19] [@71,204:204=' ',<105>,channel=1,9:20] [@72,205:205='j',<102>,9:21] [@73,206:206='=',<66>,9:22] [@74,207:207='0',<51>,9:23] [@75,208:208=';',<63>,9:24] [@76,209:209=' ',<105>,channel=1,9:25] [@77,210:210='i',<102>,9:26] [@78,211:211='<',<68>,9:27] [@79,212:213='10',<51>,9:28] [@80,214:214=';',<63>,9:30] [@81,215:215=' ',<105>,channel=1,9:31] [@82,216:216='i',<102>,9:32] [@83,217:218='++',<79>,9:33] [@84,219:219=',',<64>,9:35] [@85,220:220='j',<102>,9:36] [@86,221:222='++',<79>,9:37] [@87,223:223=')',<58>,9:39] [@88,224:224=' ',<105>,channel=1,9:40] [@89,225:225='{',<59>,9:41] [@90,226:238='\n ',<105>,channel=1,9:42] [@91,239:244='System',<102>,10:12] [@92,245:245='.',<65>,10:18] [@93,246:248='out',<102>,10:19] [@94,249:249='.',<65>,10:22] [@95,250:256='println',<102>,10:23] [@96,257:257='(',<57>,10:30] [@97,258:299='"For-init multiple variables are allowed!"',<55>,10:31] [@98,300:300=')',<58>,10:73] [@99,301:301=';',<63>,10:74] [@100,302:314='\n ',<105>,channel=1,10:75] [@101,315:320='System',<102>,11:12] [@102,321:321='.',<65>,11:18] [@103,322:324='out',<102>,11:19] [@104,325:325='.',<65>,11:22] [@105,326:332='println',<102>,11:23] [@106,333:333='(',<57>,11:30] [@107,334:340='"i == "',<55>,11:31] [@108,341:341=' ',<105>,channel=1,11:38] [@109,342:342='+',<81>,11:39] [@110,343:343=' ',<105>,channel=1,11:40] [@111,344:344='i',<102>,11:41] [@112,345:345=')',<58>,11:42] [@113,346:346=';',<63>,11:43] [@114,347:359='\n ',<105>,channel=1,11:44] [@115,360:365='System',<102>,12:12] [@116,366:366='.',<65>,12:18] [@117,367:369='out',<102>,12:19] [@118,370:370='.',<65>,12:22] [@119,371:377='println',<102>,12:23] [@120,378:378='(',<57>,12:30] [@121,379:385='"j == "',<55>,12:31] [@122,386:386=' ',<105>,channel=1,12:38] [@123,387:387='+',<81>,12:39] [@124,388:388=' ',<105>,channel=1,12:40] [@125,389:389='j',<102>,12:41] [@126,390:390=')',<58>,12:42] [@127,391:391=';',<63>,12:43] [@128,392:400='\n ',<105>,channel=1,12:44] [@129,401:401='}',<60>,13:8] [@130,402:406='\n ',<105>,channel=1,13:9] [@131,407:407='}',<60>,14:4] [@132,408:409='\n\n',<105>,channel=1,14:5] [@133,410:410='}',<60>,16:0] [@134,411:410='<EOF>',<-1>,16:1] line 5:17 mismatched input ',' expecting {'instanceof', ';', '.', '>', '<', '==', '<=', '>=', '!=', '&&', '||', '++', '--', '+', '-', '*', '/', '&', '|', '^', '%', '::'} line 5:24 mismatched input ',' expecting {'instanceof', ';', '.', '>', '<', '==', '<=', '>=', '!=', '&&', '||', '++', '--', '+', '-', '*', '/', '&', '|', '^', '%', '::'} line 7:13 mismatched input ',' expecting {';', '='} (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation MoreLocalVariables (superinterfaces of (interfaceTypeList (interfaceType (classType LocalVariables)))) (classBody { (classBodyDeclaration (classMemberDeclaration (methodDeclaration (annotation (markerAnnotation @ (typeName Override))) (methodModifier public) (methodHeader (result void) (methodDeclarator localVariables ( ))) (methodBody (block { (blockStatements (blockStatement (localVariableDeclarationStatement (localVariableDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId x) = (variableInitializer (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 1)))))))))))))))))))))) ,)) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (assignment (leftHandSide (expressionName y)) (assignmentOperator =) (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 2))))))))))))))))))))) ,)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (assignment (leftHandSide (expressionName z)) (assignmentOperator =) (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 3))))))))))))))))))))) ;)))) (blockStatement (localVariableDeclarationStatement (localVariableDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId m))) ;)) (blockStatement (localVariableDeclarationStatement (localVariableDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId n))) ,)) blockStatement (blockStatement p) (blockStatement (statement (statementWithoutTrailingSubstatement (emptyStatement ;)))) (blockStatement (statement (forStatement (basicForStatement for ( (forInit (forInitlocalVariableDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorList (variableDeclarator (variableDeclaratorId i) = (variableInitializer (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 0))))))))))))))))))))) , (variableDeclarator (variableDeclaratorId j) = (variableInitializer (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 0)))))))))))))))))))))))) ; (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName i)))))))) < (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 10))))))))))))))))))) ; (forUpdate (statementExpressionList (statementExpression (postIncrementExpression (postfixExpression (expressionName i)) ++)) , (statementExpression (postIncrementExpression (postfixExpression (expressionName j)) ++)))) ) (statement (statementWithoutTrailingSubstatement (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "For-init multiple variables are allowed!")))))))))))))))))))) ))) ;)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "i == ")))))))) + (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName i)))))))))))))))))) ))) ;)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "j == ")))))))) + (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName j)))))))))))))))))) ))) ;))))) })))))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/MoreConstantVariables.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:15='interface',<28>,1:7] [@3,16:16=' ',<105>,channel=1,1:16] [@4,17:37='MoreConstantVariables',<102>,1:17] [@5,38:38=' ',<105>,channel=1,1:38] [@6,39:39='{',<59>,1:39] [@7,40:44='\n\n ',<105>,channel=1,1:40] [@8,45:47='int',<27>,3:3] [@9,48:48=' ',<105>,channel=1,3:6] [@10,49:49='x',<102>,3:7] [@11,50:50=' ',<105>,channel=1,3:8] [@12,51:51='=',<66>,3:9] [@13,52:52=' ',<105>,channel=1,3:10] [@14,53:53='1',<51>,3:11] [@15,54:54=',',<64>,3:12] [@16,55:55=' ',<105>,channel=1,3:13] [@17,56:56='y',<102>,3:14] [@18,57:57=' ',<105>,channel=1,3:15] [@19,58:58='=',<66>,3:16] [@20,59:59=' ',<105>,channel=1,3:17] [@21,60:60='2',<51>,3:18] [@22,61:61=',',<64>,3:19] [@23,62:62=' ',<105>,channel=1,3:20] [@24,63:63='z',<102>,3:21] [@25,64:64=' ',<105>,channel=1,3:22] [@26,65:65='=',<66>,3:23] [@27,66:66=' ',<105>,channel=1,3:24] [@28,67:67='3',<51>,3:25] [@29,68:68=';',<63>,3:26] [@30,69:73='\n\n ',<105>,channel=1,3:27] [@31,74:76='int',<27>,5:3] [@32,77:77=' ',<105>,channel=1,5:6] [@33,78:78='m',<102>,5:7] [@34,79:79=';',<63>,5:8] [@35,80:84='\n\n ',<105>,channel=1,5:9] [@36,85:87='int',<27>,7:3] [@37,88:88=' ',<105>,channel=1,7:6] [@38,89:89='n',<102>,7:7] [@39,90:90=',',<64>,7:8] [@40,91:91=' ',<105>,channel=1,7:9] [@41,92:92='p',<102>,7:10] [@42,93:93=';',<63>,7:11] [@43,94:95='\n\n',<105>,channel=1,7:12] [@44,96:96='}',<60>,9:0] [@45,97:96='<EOF>',<-1>,9:1] line 3:12 mismatched input ',' expecting {'instanceof', ';', '.', '>', '<', '==', '<=', '>=', '!=', '&&', '||', '++', '--', '+', '-', '*', '/', '&', '|', '^', '%', '::'} line 7:8 no viable alternative at input 'int n,' (compilationUnit (typeDeclaration (interfaceDeclaration (normalInterfaceDeclaration (interfaceModifier public) interface MoreConstantVariables (interfaceBody { (interfaceMemberDeclaration (constantDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId x) = (variableInitializer (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 1))))))))))))))))))))) ,)) interfaceMemberDeclaration (interfaceMemberDeclaration y = 2 ,) interfaceMemberDeclaration (interfaceMemberDeclaration z = 3) (interfaceMemberDeclaration ;) (interfaceMemberDeclaration (constantDeclaration (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclarator (variableDeclaratorId m)) ;)) interfaceMemberDeclaration (interfaceMemberDeclaration int) (interfaceMemberDeclaration n ,) interfaceMemberDeclaration (interfaceMemberDeclaration p) (interfaceMemberDeclaration ;) })))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/CStyleMethods.queen [@0,0:5='public',<35>,1:0] [@1,6:6=' ',<105>,channel=1,1:6] [@2,7:11='final',<17>,1:7] [@3,12:12=' ',<105>,channel=1,1:12] [@4,13:26='implementation',<9>,1:13] [@5,27:27=' ',<105>,channel=1,1:27] [@6,28:40='CStyleMethods',<102>,1:28] [@7,41:41=' ',<105>,channel=1,1:41] [@8,42:43='of',<24>,1:42] [@9,44:44=' ',<105>,channel=1,1:44] [@10,45:51='Methods',<102>,1:45] [@11,52:52=' ',<105>,channel=1,1:52] [@12,53:53='{',<59>,1:53] [@13,54:58='\n\n ',<105>,channel=1,1:54] [@14,59:64='public',<35>,3:3] [@15,65:65=' ',<105>,channel=1,3:9] [@16,66:78='CStyleMethods',<102>,3:10] [@17,79:79='(',<57>,3:23] [@18,80:80=')',<58>,3:24] [@19,81:81=' ',<105>,channel=1,3:25] [@20,82:82='{',<59>,3:26] [@21,83:90='\n ',<105>,channel=1,3:27] [@22,91:94='this',<43>,4:7] [@23,95:95='.',<65>,4:11] [@24,96:96='a',<102>,4:12] [@25,97:97=' ',<105>,channel=1,4:13] [@26,98:98='=',<66>,4:14] [@27,99:99=' ',<105>,channel=1,4:15] [@28,100:100='a',<102>,4:16] [@29,101:101=';',<63>,4:17] [@30,102:109='\n ',<105>,channel=1,4:18] [@31,110:115='System',<102>,5:7] [@32,116:116='.',<65>,5:13] [@33,117:119='out',<102>,5:14] [@34,120:120='.',<65>,5:17] [@35,121:127='println',<102>,5:18] [@36,128:128='(',<57>,5:25] [@37,129:156='"Constructed CStyleMethods!"',<55>,5:26] [@38,157:157=')',<58>,5:54] [@39,158:158=';',<63>,5:55] [@40,159:162='\n ',<105>,channel=1,5:56] [@41,163:163='}',<60>,6:3] [@42,164:168='\n\n ',<105>,channel=1,6:4] [@43,169:174='public',<35>,8:3] [@44,175:175=' ',<105>,channel=1,8:9] [@45,176:179='void',<48>,8:10] [@46,180:180=' ',<105>,channel=1,8:14] [@47,181:190='someMethod',<102>,8:15] [@48,191:191='(',<57>,8:25] [@49,192:194='int',<27>,8:26] [@50,195:195=' ',<105>,channel=1,8:29] [@51,196:196='a',<102>,8:30] [@52,197:197=')',<58>,8:31] [@53,198:198='[',<61>,8:32] [@54,199:199=']',<62>,8:33] [@55,200:200='[',<61>,8:34] [@56,201:201=']',<62>,8:35] [@57,202:202=' ',<105>,channel=1,8:36] [@58,203:203='{',<59>,8:37] [@59,204:207='\n ',<105>,channel=1,8:38] [@60,208:208='}',<60>,9:3] [@61,209:213='\n\n ',<105>,channel=1,9:4] [@62,214:219='public',<35>,11:3] [@63,220:220=' ',<105>,channel=1,11:9] [@64,221:223='int',<27>,11:10] [@65,224:224='[',<61>,11:13] [@66,225:225=']',<62>,11:14] [@67,226:226=' ',<105>,channel=1,11:15] [@68,227:241='someOtherMethod',<102>,11:16] [@69,242:242='(',<57>,11:31] [@70,243:245='int',<27>,11:32] [@71,246:246=' ',<105>,channel=1,11:35] [@72,247:247='a',<102>,11:36] [@73,248:248=')',<58>,11:37] [@74,249:249='[',<61>,11:38] [@75,250:250=']',<62>,11:39] [@76,251:251=' ',<105>,channel=1,11:40] [@77,252:252='{',<59>,11:41] [@78,253:259='\n ',<105>,channel=1,11:42] [@79,260:265='return',<36>,12:6] [@80,266:266=' ',<105>,channel=1,12:12] [@81,267:269='new',<31>,12:13] [@82,270:270=' ',<105>,channel=1,12:16] [@83,271:273='int',<27>,12:17] [@84,274:274='[',<61>,12:20] [@85,275:275='5',<51>,12:21] [@86,276:276=']',<62>,12:22] [@87,277:277='[',<61>,12:23] [@88,278:278='5',<51>,12:24] [@89,279:279=']',<62>,12:25] [@90,280:280=';',<63>,12:26] [@91,281:284='\n ',<105>,channel=1,12:27] [@92,285:285='}',<60>,13:3] [@93,286:290='\n\n ',<105>,channel=1,13:4] [@94,291:296='public',<35>,15:3] [@95,297:297=' ',<105>,channel=1,15:9] [@96,298:300='int',<27>,15:10] [@97,301:301='[',<61>,15:13] [@98,302:302=']',<62>,15:14] [@99,303:303=' ',<105>,channel=1,15:15] [@100,304:327='someOtherMethodWhichIsOk',<102>,15:16] [@101,328:328='(',<57>,15:40] [@102,329:331='int',<27>,15:41] [@103,332:332=' ',<105>,channel=1,15:44] [@104,333:333='a',<102>,15:45] [@105,334:334=')',<58>,15:46] [@106,335:335=' ',<105>,channel=1,15:47] [@107,336:336='{',<59>,15:48] [@108,337:343='\n ',<105>,channel=1,15:49] [@109,344:349='return',<36>,16:6] [@110,350:350=' ',<105>,channel=1,16:12] [@111,351:353='new',<31>,16:13] [@112,354:354=' ',<105>,channel=1,16:16] [@113,355:357='int',<27>,16:17] [@114,358:358='[',<61>,16:20] [@115,359:359='5',<51>,16:21] [@116,360:360=']',<62>,16:22] [@117,361:361=';',<63>,16:23] [@118,362:365='\n ',<105>,channel=1,16:24] [@119,366:366='}',<60>,17:3] [@120,367:368='\n\n',<105>,channel=1,17:4] [@121,369:369='}',<60>,19:0] [@122,370:369='<EOF>',<-1>,19:1] line 8:32 mismatched input '[' expecting {'{', ';'} line 11:38 mismatched input '[' expecting {'{', ';'} (compilationUnit (typeDeclaration (classDeclaration (classModifier public) (classAbstractOrFinal final) implementation CStyleMethods (superinterfaces of (interfaceTypeList (interfaceType (classType Methods)))) (classBody { (classBodyDeclaration (constructorDeclaration (constructorModifier public) (constructorDeclarator (simpleTypeName CStyleMethods) ( )) (constructorBody { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (assignment (leftHandSide (fieldAccess (primary (primaryNoNewArray_lfno_primary this)) . a)) (assignmentOperator =) (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (expressionName a))))))))))))))))))) ;)))) (blockStatement (statement (statementWithoutTrailingSubstatement (expressionStatement (statementExpression (methodInvocation (typeName (packageOrTypeName System) . out) . println ( (argumentList (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal "Constructed CStyleMethods!")))))))))))))))))))) ))) ;))))) }))) (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result void) (methodDeclarator someMethod ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorId a)))) ))) (methodBody [ ] [ ])))) (classBodyDeclaration (instanceInitializer (block { }))) (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result (unannType (unannReferenceType (unannArrayType (unannPrimitiveType (numericType (integralType int))) (dims (dim [ ])))))) (methodDeclarator someOtherMethod ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorId a)))) ))) (methodBody [ ])))) (classBodyDeclaration (instanceInitializer (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (returnStatement return (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (arrayCreationExpression new (primitiveType (numericType (integralType int))) (dimExprs (dimExpr [ (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 5))))))))))))))))))) ]) (dimExpr [ (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 5))))))))))))))))))) ])))))))))))))))))))) ;))))) }))) (classBodyDeclaration (classMemberDeclaration (methodDeclaration (methodModifier public) (methodHeader (result (unannType (unannReferenceType (unannArrayType (unannPrimitiveType (numericType (integralType int))) (dims (dim [ ])))))) (methodDeclarator someOtherMethodWhichIsOk ( (formalParameterList (lastFormalParameter (formalParameter (unannType (unannPrimitiveType (numericType (integralType int)))) (variableDeclaratorId a)))) ))) (methodBody (block { (blockStatements (blockStatement (statement (statementWithoutTrailingSubstatement (returnStatement return (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (arrayCreationExpression new (primitiveType (numericType (integralType int))) (dimExprs (dimExpr [ (expression (assignmentExpression (conditionalExpression (conditionalOrExpression (conditionalAndExpression (inclusiveOrExpression (exclusiveOrExpression (andExpression (equalityExpression (relationalExpression (shiftExpression (additiveExpression (multiplicativeExpression (unaryExpression (unaryExpressionNotPlusMinus (postfixExpression (primary (primaryNoNewArray_lfno_primary (literal 5))))))))))))))))))) ])))))))))))))))))))) ;))))) }))))) }))) <EOF>) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/enum.queen [@0,0:36='//enums are NOT allowed in Queenlang.',<107>,channel=1,1:0] [@1,37:37='\n',<105>,channel=1,1:37] [@2,38:41='enum',<102>,2:0] [@3,42:42=' ',<105>,channel=1,2:4] [@4,43:47='Level',<102>,2:5] [@5,48:48=' ',<105>,channel=1,2:10] [@6,49:49='{',<59>,2:11] [@7,50:52='\n ',<105>,channel=1,2:12] [@8,53:55='LOW',<102>,3:2] [@9,56:56=',',<64>,3:5] [@10,57:59='\n ',<105>,channel=1,3:6] [@11,60:65='MEDIUM',<102>,4:2] [@12,66:66=',',<64>,4:8] [@13,67:69='\n ',<105>,channel=1,4:9] [@14,70:73='HIGH',<102>,5:2] [@15,74:74='\n',<105>,channel=1,5:6] [@16,75:75='}',<60>,6:0] [@17,76:75='<EOF>',<-1>,6:1] line 2:0 mismatched input 'enum' expecting {'abstract', 'final', 'import', 'interface', 'package', 'private', 'protected', 'public', 'static', 'strictfp', ';', '@'} (compilationUnit enum Level { LOW , MEDIUM , HIGH }) Lexer classname is: org.queenlang.generated.antlr4.QueenLexer Parser classname is: org.queenlang.generated.antlr4.QueenParser Parsing :/home/r/repo/src/test/resources/examples/invalid_cases/StaticImportStar.queen [@0,0:6='package',<32>,1:0] [@1,7:7=' ',<105>,channel=1,1:7] [@2,8:10='com',<102>,1:8] [@3,11:11='.',<65>,1:11] [@4,12:18='example',<102>,1:12] [@5,19:19=';',<63>,1:19] [@6,20:21='\n\n',<105>,channel=1,1:20] [@7,22:27='import',<25>,3:0] [@8,28:28=' ',<105>,channel=1,3:6] [@9,29:31='com',<102>,3:7] [@10,32:32='.',<65>,3:10] [@11,33:39='example',<102>,3:11] [@12,40:40='.',<65>,3:18] [@13,41:43='api',<102>,3:19] [@14,44:44='.',<65>,3:22] [@15,45:50='Import',<102>,3:23] [@16,51:51=';',<63>,3:29] [@17,52:52='\n',<105>,channel=1,3:30] [@18,53:58='import',<25>,4:0] [@19,59:59=' ',<105>,channel=1,4:6] [@20,60:62='com',<102>,4:7] [@21,63:63='.',<65>,4:10] [@22,64:68='other',<102>,4:11] [@23,69:69='.',<65>,4:16] [@24,70:75='import',<25>,4:17] [@25,76:76='.',<65>,4:23] [@26,77:80='List',<102>,4:24] [@27,81:81=';',<63>,4:28] [@28,82:82='\n',<105>,channel=1,4:29] [@29,83:88='import',<25>,5:0] [@30,89:89=' ',<105>,channel=1,5:6] [@31,90:95='static',<38>,5:7] [@32,96:96=' ',<105>,channel=1,5:13] [@33,97:99='com',<102>,5:14] [@34,100:100='.',<65>,5:17] [@35,101:107='example',<102>,5:18] [@36,108:108='.',<65>,5:25] [@37,109:112='Test',<102>,5:26] [@38,113:113='.',<65>,5:30] [@39,114:114='*',<83>,5:31] [@40,115:115=';',<63>,5:32] [@41,116:117='\n\n',<105>,channel=1,5:33] [@42,118:123='public',<35>,7:0] [@43,124:124=' ',<105>,channel=1,7:6] [@44,125:129='final',<17>,7:7] [@45,130:130=' ',<105>,channel=1,7:12] [@46,131:144='implementation',<9>,7:13] [@47,145:145=' ',<105>,channel=1,7:27] [@48,146:161='StaticImportStar',<102>,7:28] [@49,162:162=' ',<105>,channel=1,7:44] [@50,163:164='of',<24>,7:45] [@51,165:165=' ',<105>,channel=1,7:47] [@52,166:171='Import',<102>,7:48] [@53,172:172=' ',<105>,channel=1,7:54] [@54,173:173='{',<59>,7:55] [@55,174:175='\n\n',<105>,channel=1,7:56] [@56,176:176='}',<60>,9:0] [@57,177:176='<EOF>',<-1>,9:1] line 4:17 no viable alternative at input 'import com.other.import' line 5:0 mismatched input 'import' expecting <EOF> (compilationUnit (packageDeclaration package (packageName (packageName com) . example) ;) (importDeclaration (singleTypeImportDeclaration import (typeName (packageOrTypeName (packageOrTypeName (packageOrTypeName com) . example) . api) . Import) ;)) importDeclaration (importDeclaration import com . other .) importDeclaration (importDeclaration import . List) (typeDeclaration ;) import static com . example . Test . * ; public final implementation StaticImportStar of Import { }) [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:2.4:jarm 1m(default-jar)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 239 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 135 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 931 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 57 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 523 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloaded5from2central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 623 kB/s) Downloaded4from8central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.3 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.2 MB/s) Downloaded2from8central:3https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 3.4 MB/s) Downloaded1from0central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 2.8 MB/s) [1;34mINFOm] Building jar: /home/r/repo/target/queen-antlr-0.0.6-SNAPSHOT.jar [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mmaven-install-plugin:2.4:installm 1m(default-install)m @ 36mqueen-antlr0;1m ---m Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 980 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 276 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 402 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 404 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloaded2from2central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 565 kB/s) Downloaded1from3central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 4.8 MB/s) [1;34mINFOm] Installing /home/r/repo/target/queen-antlr-0.0.6-SNAPSHOT.jar to /home/r/.m2/repository/org/queenlang/queen-antlr/0.0.6-SNAPSHOT/queen-antlr-0.0.6-SNAPSHOT.jar [1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/queenlang/queen-antlr/0.0.6-SNAPSHOT/queen-antlr-0.0.6-SNAPSHOT.pom [1;34mINFOm] 1m------------------------------------------------------------------------m [1;34mINFOm] 1;32mBUILD SUCCESSm [1;34mINFOm] 1m------------------------------------------------------------------------m [1;34mINFOm] Total time: 19.395 s [1;34mINFOm] Finished at: 2023-05-01T19:15:13Z [1;34mINFOm] 1m------------------------------------------------------------------------m + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git push origin master To github.com:jvmqueen/queen-antlr.git ee23292..f022133 master -> master container df88018df599bab957ee481690c3442659b93acabff5a64ecdb026829b66f7c5 is dead Mon 01 May 2023 09:15:58 PM CEST