rultor.com logo This build log was produced by rultor.com for objectionary/speco#92
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 4054079
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri 17 Mar 2023 03:23:21 AM CET
+ uptime
 03:23:21 up 113 days,  9:01,  0 users,  load average: 0.07, 0.02, 0.00
+ ff=default
+ image=yegor256/rultor-image:1.9.1
+ rebase=false
+ head_branch=master
+ pull_title='chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'
+ author=yegor256
+ directory=
+ head=git@github.com:objectionary/speco.git
+ pull_id=92
+ fork=git@github.com:objectionary/speco.git
+ fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
+ squash=false
+ vars=('--env=head=git@github.com:objectionary/speco.git' '--env=pull_id=92' '--env=fork=git@github.com:objectionary/speco.git' '--env=fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x' '--env=head_branch=master' '--env=pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/speco.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=92'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/speco.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo npm install -g eolang'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors -Dstyle.color=never'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:objectionary/speco.git'\''' ';' 'export '\''pull_id=92'\''' ';' 'export '\''fork=git@github.com:objectionary/speco.git'\''' ';' 'export '\''fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo npm install -g eolang' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -Pqulice --errors -Dstyle.color=never' ';')
+ container=objectionary_speco_92
+ 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:objectionary/speco.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:objectionary/speco.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/speco.git'\''' ';' 'export '\''pull_id=92'\''' ';' 'export '\''fork=git@github.com:objectionary/speco.git'\''' ';' 'export '\''fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo npm install -g eolang' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -Pqulice --errors -Dstyle.color=never' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:objectionary/speco.git
+ git remote update
Fetching origin
Fetching fork
From github.com:objectionary/speco
 * [new branch]      master     -> fork/master
 * [new branch]      renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x -> fork/renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
 * [new branch]      renovate/org.eolang-eo-parser-0.x -> fork/renovate/org.eolang-eo-parser-0.x
 * [new branch]      renovate/ruby-setup-ruby-digest -> fork/renovate/ruby-setup-ruby-digest
+ 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/renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x' 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 1f7d695..9f189eb
Fast-forward
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ 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=yegor256/rultor-image:1.9.1
+ docker pull yegor256/rultor-image:1.9.1
1.9.1: Pulling from yegor256/rultor-image
Digest: sha256:61885a12aa213b79fd79e2b4ade12645535717267474cb0d1067a3323514589e
Status: Image is up to date for yegor256/rultor-image:1.9.1
docker.io/yegor256/rultor-image:1.9.1
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_speco_92\s*$'
+ ls -al .
total 60
drwx------  3 rultor rultor 4096 Mar 17 03:23 .
drwxrwxrwt 13 root   root   4096 Mar 17 03:23 ..
-rwxrwxr-x  1 rultor rultor  556 Mar 17 03:23 end.sh
-rwxrwxr-x  1 rultor rultor  363 Mar 17 03:23 entry.sh
-rw-rw-r--  1 rultor rultor    8 Mar 17 03:23 pid
-rw-rw-r--  1 rultor rultor 2260 Mar 17 03:23 pubring.gpg
drwxrwxr-x  5 rultor rultor 4096 Mar 17 03:23 repo
-rwxrwxr-x  1 rultor rultor 6255 Mar 17 03:23 run.sh
-rw-rw-r--  1 rultor rultor  672 Mar 17 03:23 script.sh
-rw-rw-r--  1 rultor rultor 4842 Mar 17 03:23 secring.gpg
-rw-rw-r--  1 rultor rultor  588 Mar 17 03:23 settings.xml
-rw-rw-r--  1 rultor rultor 5813 Mar 17 03:23 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-O3pR:/main --env=head=git@github.com:objectionary/speco.git --env=pull_id=92 --env=fork=git@github.com:objectionary/speco.git --env=fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x --env=head_branch=master '--env=pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/speco.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=92'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/speco.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo npm install -g eolang'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors -Dstyle.color=never'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-O3pR/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_speco_92 yegor256/rultor-image:1.9.1 /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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /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 ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:objectionary/speco.git
+ head=git@github.com:objectionary/speco.git
+ export pull_id=92
+ pull_id=92
+ export fork=git@github.com:objectionary/speco.git
+ fork=git@github.com:objectionary/speco.git
+ export fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
+ fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'
+ pull_title='chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0'
+ export author=yegor256
+ author=yegor256
+ sudo -i npm install -g eolang
K?25h97m#################0m100;90m⠂0m)r⠇ereify:fast-xml-parser:t32;40mhttp0m035mfetch0mhGETs200rhttps://regist0mK
added 6 packages, and audited 7 packages in 3s

1 package is looking for funding
  run `npm fund` for details

found 32m1m022m39m vulnerabilities
37;40mnpm0m 0m36;40mnotice0m35m0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m New 31mmajor39m version of npm available! 31m8.5.539m -> 32m9.6.239m
0m37;40mnpm0m 0m36;40mnotice0m35m0m Changelog: 36mhttps://github.com/npm/cli/releases/tag/v9.6.239m
0m37;40mnpm0m 0m36;40mnotice0m35m0m Run 32mnpm install -g npm@9.6.239m to update!
0m37;40mnpm0m 0m36;40mnotice0m35m0m
0m+ pdd --file=/dev/null
Found 6 lines in /home/r/repo/.pdd
My version is 0.20.8
Ruby version is 2.7.0 at x86_64-linux
Reading from root dir .
38;5;214mExcluding0m target/**
Reading renovate.json ...
Reading LICENSE.txt ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/codecov.yml ...
Reading .pdd ...
Reading .0pdd.yml ...
Reading src/test/java/org/eolang/speco/SpecoXmirTest.java ...
Reading src/test/java/org/eolang/speco/AllTransformationStepsTest.java ...
Reading src/test/java/org/eolang/speco/SpecoEoTest.java ...
Puzzle 32-6813db68 30/DEV at src/test/java/org/eolang/speco/SpecoEoTest.java
Reading src/test/java/org/eolang/speco/package-info.java ...
Reading src/test/resources/org/eolang/speco/transformations/1-1-coping.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/6-1-substitute-dominant.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/2-1-substitute-applications.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/5-1-substitute-fence.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/4-1-fence-tuples.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/3-1-add-with.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/1-2-specialization.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/1-3-extension.yaml ...
Reading src/test/resources/org/eolang/speco/transformations/7-1-substitute-returned.yaml ...
Reading src/test/resources/org/eolang/speco/packs/examples/counter.yaml ...
Reading src/test/resources/org/eolang/speco/packs/examples/pets.yaml ...
Reading src/test/resources/org/eolang/speco/packs/examples/booms.yaml ...
Reading src/test/resources/org/eolang/speco/packs/matrix/2-3.yaml ...
Reading src/test/resources/org/eolang/speco/packs/matrix/2-2.yaml ...
Reading src/test/resources/org/eolang/speco/packs/matrix/3-2.yaml ...
Reading src/test/resources/org/eolang/speco/packs/noise-objects/unused.yaml ...
Reading src/test/resources/org/eolang/speco/packs/noise-objects/non-specialized.yaml ...
Reading src/test/resources/org/eolang/speco/xmir/simple/in/booms.xmir ...
Reading src/test/resources/org/eolang/speco/xmir/simple/in/pets.xmir ...
Reading src/test/resources/org/eolang/speco/xmir/simple/out/booms.xmir ...
Reading src/test/resources/org/eolang/speco/xmir/simple/out/pets.xmir ...
Reading src/main/java/org/eolang/speco/Main.java ...
Reading src/main/java/org/eolang/speco/Speco.java ...
Reading src/main/java/org/eolang/speco/package-info.java ...
Reading src/main/resources/org/eolang/speco/5-1-substitute-fence.xsl ...
Reading src/main/resources/org/eolang/speco/1-1-coping.xsl ...
Reading src/main/resources/org/eolang/speco/2-1-substitute-applications.xsl ...
Reading src/main/resources/org/eolang/speco/1-3-extension.xsl ...
Reading src/main/resources/org/eolang/speco/6-1-substitute-dominant.xsl ...
Reading src/main/resources/org/eolang/speco/7-1-substitute-returned.xsl ...
Reading src/main/resources/org/eolang/speco/4-1-fence-tuples.xsl ...
Reading src/main/resources/org/eolang/speco/1-2-specialization.xsl ...
Reading src/main/resources/org/eolang/speco/3-1-add-with.xsl ...
Reading .gitattributes ...
Reading pom.xml ...
Reading .rultor.yml ...
Reading .gitignore ...
Reading README.md ...
Reading Makefile ...
+ mvn clean install -Pqulice --errors -Dstyle.color=never
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom (63 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 349 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 470 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 671 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 393 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 456 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 986 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 305 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 129 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 581 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 462 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 761 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 656 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 484 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 624 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 967 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 498 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 923 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 768 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 537 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 962 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 278 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 411 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded4from2Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 285 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 571 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 364 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 448 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 13 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 22 kB/s)
Downloaded3from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.7 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 583 kB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 6.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 296 kB/s)
[INFO]
[INFO] --------------------------< org.eolang:speco >--------------------------
[INFO] Building speco 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom (7.2 kB at 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (8.3 kB at 463 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar (26 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (11 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 342 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom (13 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar (46 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 447 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 582 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 545 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 476 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0/maven-surefire-plugin-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0/maven-surefire-plugin-3.0.0.pom (5.9 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0/surefire-3.0.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0/surefire-3.0.0.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0/maven-surefire-plugin-3.0.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0/maven-surefire-plugin-3.0.0.jar (43 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 376 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 582 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom (15 kB at 807 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar (255 kB at 6.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.22.0/qulice-maven-plugin-0.22.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.22.0/qulice-maven-plugin-0.22.0.pom (13 kB at 664 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/qulice/qulice/0.22.0/qulice-0.22.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/qulice/qulice/0.22.0/qulice-0.22.0.pom (8.0 kB at 420 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.59.0/parent-0.59.0.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.59.0/parent-0.59.0.pom (64 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.22.0/qulice-maven-plugin-0.22.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.22.0/qulice-maven-plugin-0.22.0.jar (47 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 594 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 970 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom (7.8 kB at 433 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar (30 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.29.1/eo-parser-0.29.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.29.1/eo-parser-0.29.1.pom (8.0 kB at 362 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.1/eo-parent-0.29.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.1/eo-parent-0.29.1.pom (11 kB at 523 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (11 kB at 616 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (63 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.20.1/xsline-0.20.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.20.1/xsline-0.20.1.pom (4.9 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.27.2/jcabi-xml-0.27.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.27.2/jcabi-xml-0.27.2.pom (6.3 kB at 332 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom (5.8 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (5.1 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (1.6 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 769 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0.pom (2.5 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.22/byte-buddy-1.12.22.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.22/byte-buddy-1.12.22.pom (16 kB at 754 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.22/byte-buddy-parent-1.12.22.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.22/byte-buddy-parent-1.12.22.pom (58 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.22/byte-buddy-agent-1.12.22.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.22/byte-buddy-agent-1.12.22.pom (10 kB at 580 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.0/Saxon-HE-12.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.0/Saxon-HE-12.0.pom (4.2 kB at 234 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0.pom (2.3 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 304 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 725 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 199 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 750 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 908 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 197 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 246 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 386 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.2.1/jcabi-manifests-1.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.2.1/jcabi-manifests-1.2.1.pom (4.0 kB at 221 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.30.0/jcabi-1.30.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.30.0/jcabi-1.30.0.pom (5.8 kB at 323 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.55.0/parent-0.55.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.55.0/parent-0.55.0.pom (62 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom (10 kB at 530 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom (39 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/aoi/0.0.3/aoi-0.0.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/aoi/0.0.3/aoi-0.0.3.pom (11 kB at 558 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom (63 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.3/slf4j-parent-2.0.3.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.3/slf4j-parent-2.0.3.pom (16 kB at 808 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4.pom (12 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.4/logback-parent-1.4.4.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.4/logback-parent-1.4.4.pom (19 kB at 680 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.4/logback-core-1.4.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.4/logback-core-1.4.4.pom (5.0 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.1/slf4j-parent-2.0.1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.1/slf4j-parent-2.0.1.pom (16 kB at 769 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/ddr/0.0.9/ddr-0.0.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/ddr/0.0.9/ddr-0.0.9.pom (11 kB at 554 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom (11 kB at 554 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.13.0/xsline-0.13.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.13.0/xsline-0.13.0.pom (4.9 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom (63 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.20/kotlin-stdlib-1.7.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.20/kotlin-stdlib-1.7.20.pom (1.6 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.20/kotlin-stdlib-common-1.7.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.20/kotlin-stdlib-common-1.7.20.pom (1.2 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom (4.9 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-test/1.7.20/kotlin-test-1.7.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-test/1.7.20/kotlin-test-1.7.20.pom (1.7 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom (1.4 kB at 71 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.28.10/eo-parser-0.28.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.28.10/eo-parser-0.28.10.pom (5.7 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.28.10/eo-parent-0.28.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.28.10/eo-parent-0.28.10.pom (9.6 kB at 480 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom (4.2 kB at 234 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom (2.3 kB at 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom (4.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom (3.0 kB at 177 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom (3.2 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 89 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (2.8 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom (4.8 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.32/snakeyaml-1.32.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.32/snakeyaml-1.32.pom (39 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.19.0/xsline-0.19.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.19.0/xsline-0.19.0.pom (4.9 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.7.1/picocli-4.7.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.7.1/picocli-4.7.1.pom (1.4 kB at 76 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.pom (3.2 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (3.2 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.29.1/eo-parser-0.29.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.0/Saxon-HE-12.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.29.1/eo-parser-0.29.1.jar (142 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 1.4 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0.jar (157 kB at 995 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 3.9 MB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0-data.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 963 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 865 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.2.1/jcabi-manifests-1.2.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 706 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.2.1/jcabi-manifests-1.2.1.jar (11 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/4.6.0/xmlresolver-4.6.0-data.jar (1.0 MB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 104 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar (62 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/aoi/0.0.3/aoi-0.0.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 386 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 940 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar (332 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.4/logback-core-1.4.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/aoi/0.0.3/aoi-0.0.3.jar (22 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/ddr/0.0.9/ddr-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3.jar (61 kB at 95 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/ddr/0.0.9/ddr-0.0.9.jar (67 kB at 94 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.20/kotlin-stdlib-1.7.20.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar (29 kB at 41 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.20/kotlin-stdlib-common-1.7.20.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4.jar (266 kB at 357 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-test/1.7.20/kotlin-test-1.7.20.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.4/logback-core-1.4.4.jar (577 kB at 721 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-test/1.7.20/kotlin-test-1.7.20.jar (133 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.20.1/xsline-0.20.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.20/kotlin-stdlib-common-1.7.20.jar (212 kB at 257 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar (6.1 kB at 7.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.20.1/xsline-0.20.1.jar (40 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar (6.7 kB at 7.7 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 8.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar (208 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar (103 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.27.2/jcabi-xml-0.27.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 7.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.27.2/jcabi-xml-0.27.2.jar (41 kB at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.7.1/picocli-4.7.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (346 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar (580 kB at 516 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 266 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/info/picocli/picocli/4.7.1/picocli-4.7.1.jar (414 kB at 335 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.jar (247 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.20/kotlin-stdlib-1.7.20.jar (1.5 MB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.22/byte-buddy-1.12.22.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (189 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.22/byte-buddy-agent-1.12.22.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.22/byte-buddy-agent-1.12.22.jar (257 kB at 180 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 34 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0.jar (695 kB at 479 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.0/Saxon-HE-12.0.jar (5.5 MB at 3.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.22/byte-buddy-1.12.22.jar (3.9 MB at 2.1 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 750 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.9 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 2.9 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 3.3 MB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom (2.9 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 802 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 456 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 654 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 672 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 720 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 406 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 356 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 678 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 246 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 466 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 576 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 709 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 986 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 339 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 408 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 342 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 220 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 902 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded5from1Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 382 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 1.3 MB/s)
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 753 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 3.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 826 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloaded4from0Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (118 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
Downloaded3from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 535 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
Downloaded2from7Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.4 MB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 301 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 285 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 940 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 339 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded5from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded4from7Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 757 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded3from3Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 10 kB/s)
Downloading)from8Maven:4https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 1.5 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 184 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 389 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 691 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 250 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 907 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 4.1 MB/s)
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 673 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 838 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 205 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.Maven:khttps://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 Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 786 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1Maven: 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 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven:khttps://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 Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 528 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 396 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 429 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.Maven:khttps://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 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.Maven: 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 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.Maven: 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 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 409 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 964 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.Maven:khttps://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 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 553 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.Maven: 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 Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom (2.2 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom (1.5 kB at 81 kB/s)
Downloading from Maven: 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.Maven: 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 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 29 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 302 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 361 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom (2.0 kB at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom (3.6 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom (2.7 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom (2.2 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom (2.7 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom (2.6 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom (2.2 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom (2.7 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom (2.8 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom (1.8 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom (2.4 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom (2.6 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom (2.6 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom (2.6 kB at 143 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom (2.4 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom (9.2 kB at 462 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 823 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 886 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 532 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom (3.1 kB at 155 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom (2.5 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 494 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 379 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 333 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 246 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded5from7Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded4from8Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 900 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 614 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 577 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 492 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 893 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded3from4Maven:7https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded2from4Maven:5https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 598 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 617 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded4from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 339 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded3from0Maven: 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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded3from5Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 805 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded3from8Maven:khttps://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 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded4from7Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.0 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar (11 kB at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar
Downloaded3from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar (112 kB at 458 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 785 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar
Downloaded3from8Maven:3https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar
Downloaded5from7Maven:8https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar (57 kB at 206 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (84 kB at 305 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar (72 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (36 kB at 129 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar (39 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar
Downloaded5from0Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar (80 kB at 256 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar (74 kB at 235 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar (31 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar (86 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (70 kB at 219 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded5from8Maven:6https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (64 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar (68 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 183 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (761 kB at 964 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 12 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 7.7 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 5.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 4.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 7.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 3.7 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar (4.3 MB at 3.7 MB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 306 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 23 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 751 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 2.2 MB/s)
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 203 kB/s)
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 9f189eb at timestamp: 2023-03-17T02:23:49
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ speco ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 347 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 742 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.Maven: 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 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 464 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded5from5Maven:8https://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 283 kB/s)
Downloaded4from5Maven:5https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 2.4 MB/s)
Downloaded3from5Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 1.6 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 1.1 MB/s)
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 4.4 MB/s)
[INFO] Copying 9 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 374 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 538 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 749 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 70 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
Downloaded5from4Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 356 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
Downloaded3from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
Downloaded2from2Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 2.7 MB/s)
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 58 kB/s)
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 281 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 3.0 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.7 MB/s)
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ speco ---
[INFO] Copying 21 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ speco ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0:test (default-test) @ speco ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0/maven-surefire-common-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0/maven-surefire-common-3.0.0.pom (5.9 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0/surefire-api-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0/surefire-api-3.0.0.pom (3.4 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0/surefire-logger-api-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0/surefire-logger-api-3.0.0.pom (3.2 kB at 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0/surefire-shared-utils-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0/surefire-shared-utils-3.0.0.pom (4.1 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0/surefire-extensions-api-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0/surefire-extensions-api-3.0.0.pom (3.2 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0/surefire-booter-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0/surefire-booter-3.0.0.pom (4.3 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0/surefire-extensions-spi-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0/surefire-extensions-spi-3.0.0.pom (1.7 kB at 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 341 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0/maven-surefire-common-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0/surefire-api-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0/surefire-logger-api-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0/surefire-extensions-api-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0/surefire-booter-3.0.0.jar
Downloaded5from4Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0/surefire-logger-api-3.0.0.jar (14 kB at 357 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0/surefire-extensions-spi-3.0.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0/surefire-extensions-api-3.0.0.jar (26 kB at 582 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0/surefire-booter-3.0.0.jar (118 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0/surefire-api-3.0.0.jar (171 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0/surefire-shared-utils-3.0.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0/surefire-extensions-spi-3.0.0.jar (8.2 kB at 106 kB/s)
Downloaded3from0Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.8 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0/maven-surefire-common-3.0.0.jar (308 kB at 3.5 MB/s)
Downloaded2from1Maven:0https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 676 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0/surefire-shared-utils-3.0.0.jar (2.1 MB at 7.6 MB/s)
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=9795719004933224
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0/surefire-junit-platform-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0/surefire-junit-platform-3.0.0.pom (4.5 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0/surefire-providers-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0/surefire-providers-3.0.0.pom (2.5 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0/common-java5-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0/common-java5-3.0.0.pom (2.7 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0/surefire-junit-platform-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0/common-java5-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloaded5from7Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0/common-java5-3.0.0.jar (18 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloaded4from7Maven:9https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 52 kB/s)
Downloading)from Maven:5https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded3from7Maven:9https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0/surefire-junit-platform-3.0.0.jar (27 kB at 632 kB/s)
Downloaded2from5Maven:1https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 1.9 MB/s)
Downloaded3from3Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 2.4 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 158 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (3.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 5.1 MB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.speco.AllTransformationStepsTest
02:23:53,883 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.4
02:23:53,906 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
02:23:53,915 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/r/.m2/repository/org/eolang/aoi/0.0.3/aoi-0.0.3.jar!/logback.xml]
02:23:53,916 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@38f57b3d - Resource [logback.xml] occurs multiple times on the classpath.
02:23:53,917 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@38f57b3d - Resource [logback.xml] occurs at [jar:file:/home/r/.m2/repository/org/eolang/aoi/0.0.3/aoi-0.0.3.jar!/logback.xml]
02:23:53,917 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@38f57b3d - Resource [logback.xml] occurs at [jar:file:/home/r/.m2/repository/org/eolang/ddr/0.0.9/ddr-0.0.9.jar!/logback.xml]
02:23:53,924 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@51850751 - URL [jar:file:/home/r/.m2/repository/org/eolang/aoi/0.0.3/aoi-0.0.3.jar!/logback.xml] is not of type file
02:23:53,997 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
02:23:53,997 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
02:23:54,013 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
02:23:54,047 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
02:23:54,053 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
02:23:54,053 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@3ce3db41 - End of configuration.
02:23:54,054 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@64df9a61 - Registering current configuration as safe fallback point

02:23:54.586 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 517ms
02:23:54.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.799 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.799 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.800 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.801 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.801 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.802 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.803 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.803 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.803 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.804 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.804 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.805 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.805 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.806 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.806 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.807 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.807 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.808 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.808 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.809 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.809 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.809 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.810 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.810 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.811 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.836 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.837 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.837 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.838 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.838 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.839 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.839 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.840 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.840 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.840 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.841 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.841 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.841 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.842 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.843 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.843 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.843 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.845 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.845 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.846 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.846 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.847 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.847 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.847 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.848 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.849 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.849 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.849 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.850 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.850 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.850 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.851 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.851 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.852 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:54.852 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 202ms
02:23:54.886 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 13ms
02:23:54.935 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 38ms
02:23:54.976 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 31ms
02:23:55.013 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 27ms
02:23:55.066 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 42ms
02:23:55.103 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 15ms
02:23:55.155 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 20ms
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.855 s - in org.eolang.speco.AllTransformationStepsTest
[INFO] Running org.eolang.speco.SpecoXmirTest
02:23:55.259 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 40ms
02:23:55.299 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.299 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.301 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.301 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.302 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.302 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.302 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.302 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.303 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.303 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.303 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.304 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.304 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.304 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.305 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.305 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.305 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.305 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.306 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.306 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.306 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.306 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.307 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.307 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.307 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.308 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.308 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.308 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.308 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.309 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.309 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.309 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.310 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.310 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.310 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.310 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.311 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.311 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.311 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.312 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.312 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.312 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.313 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.313 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.313 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.313 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.314 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.314 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.314 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.314 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.315 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.315 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.315 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.316 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.316 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.316 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.317 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.317 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.317 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.318 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.318 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.318 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.318 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.319 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.319 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.319 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.320 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.320 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.320 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.321 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.321 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.321 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.322 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.322 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.322 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.322 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.323 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.323 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.323 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.323 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.324 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.324 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.324 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.325 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.325 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.325 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.325 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.326 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.326 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.326 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.327 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.327 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.327 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.327 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.327 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.328 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.328 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.328 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.329 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.329 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.329 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.329 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.330 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.330 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.330 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.331 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.331 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.331 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.331 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.332 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.332 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.333 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.333 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.333 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.333 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.334 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.334 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.334 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.334 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.335 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.335 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.335 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.336 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.336 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.336 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.337 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.337 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.337 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.339 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.339 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.340 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.340 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.340 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.340 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.341 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.341 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.341 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.341 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.342 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.342 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.342 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.342 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.343 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.343 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.343 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.344 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.344 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.344 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.344 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.345 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.345 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.345 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.345 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.346 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.346 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.346 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.346 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.347 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.347 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.347 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.347 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.348 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.366 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.366 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.367 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.367 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.367 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.367 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.368 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.368 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.368 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.368 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.369 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.369 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.369 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.369 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.370 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.370 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.370 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.370 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.371 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.371 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.372 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.372 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.372 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.373 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.373 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.373 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.374 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.374 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.374 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.375 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.375 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.375 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.376 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.376 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.376 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.377 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.377 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.377 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.377 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.378 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.378 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.378 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.378 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.379 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.379 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.379 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.379 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.379 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.380 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.380 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.380 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.380 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.381 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.381 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.381 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.381 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.381 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.382 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.382 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.382 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.382 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.383 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.383 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.383 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.383 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.383 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.384 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.384 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.384 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.384 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.385 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.385 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.385 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.385 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.386 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.386 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.386 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.386 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.387 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.387 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.387 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.387 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.388 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.388 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.388 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.388 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.388 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.389 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.389 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.389 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.389 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.390 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.390 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.390 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.390 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.390 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.391 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.391 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.391 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.391 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.391 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.392 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.392 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.392 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.392 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.393 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.393 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.393 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.393 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.393 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.394 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.394 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.394 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.394 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.394 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.395 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.395 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.395 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.395 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@ref
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.396 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.396 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.396 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.396 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.397 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.397 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.397 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.397 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.398 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.398 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.398 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.398 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.399 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.399 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.399 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.399 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.399 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.400 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.400 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.400 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.400 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.401 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.401 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.401 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.401 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.401 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.402 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.402 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.402 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.402 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.403 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.403 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.403 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.403 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.403 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.404 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.404 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.404 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.404 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.405 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.405 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.405 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.405 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.405 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.406 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.406 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.406 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.406 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.407 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.407 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.407 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.407 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.407 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.408 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.408 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.408 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.408 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.557 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 9 shift(s) in 290ms
02:23:55.576 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 12ms
02:23:55.608 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.609 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.609 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.609 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.610 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.611 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.611 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.611 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.611 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.611 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.612 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.613 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.613 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.613 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.613 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.614 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.615 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.615 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.615 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.615 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.615 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.616 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.616 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.616 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.616 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.616 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.617 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.617 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.617 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.617 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.617 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.618 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.619 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.620 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.620 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.620 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.620 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.620 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.621 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.622 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.623 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.624 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.625 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.625 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.625 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.625 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.625 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.626 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.626 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.626 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.626 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.626 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.627 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.627 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.627 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.627 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.627 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.628 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.629 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]
Matches both "node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.630 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.631 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.632 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.633 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.634 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.635 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.636 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.637 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.638 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.639 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.639 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.639 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.639 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.639 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.640 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.640 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.640 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.640 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.640 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.641 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.641 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.641 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.642 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.642 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.642 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.642 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.642 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.643 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.643 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.643 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.643 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.644 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.644 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.644 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.644 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.644 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.645 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.645 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.645 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.645 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.645 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.646 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.647 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.648 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.649 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.650 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.651 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.652 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.652 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.652 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.652 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.654 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.655 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.656 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.657 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.658 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.658 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.658 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.658 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.658 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.659 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.660 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.661 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.662 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.663 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.664 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/obj[2]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.664 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/obj[2]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.664 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/obj[2]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.672 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.672 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.672 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.672 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.672 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.673 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.674 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.675 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.676 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.677 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.677 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.677 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.677 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.678 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.679 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.679 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.679 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.679 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.679 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.680 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.681 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.681 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.681 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.681 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.682 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.682 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.682 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.682 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.682 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.683 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.683 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.683 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.683 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.683 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.684 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.685 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.685 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.685 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.685 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.685 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.686 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.686 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.686 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.686 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.686 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.687 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.688 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.688 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.688 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.688 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.688 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.689 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.690 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.691 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.692 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.692 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.692 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.692 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.692 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.693 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.694 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.695 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.696 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.697 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.698 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.699 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.700 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.701 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.702 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.703 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.704 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.704 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.704 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.704 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.704 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.705 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.706 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.706 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.706 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.706 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.706 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.707 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.708 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.709 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.710 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.711 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.711 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.711 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.711 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.712 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.713 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.713 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.713 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.713 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.714 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.715 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.716 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.717 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@name
Matches both "@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@spec
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.718 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.719 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.720 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.721 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.722 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.723 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.723 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.723 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.723 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.723 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.724 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.724 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.724 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.724 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.725 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.726 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.727 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.728 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.729 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.739 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.739 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.739 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.740 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.741 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.742 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.743 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.744 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.745 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.746 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.747 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.748 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.749 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.750 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.751 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.752 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.753 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[2]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.754 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.755 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.756 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.757 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.758 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.759 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.760 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.761 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.762 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.763 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.764 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.765 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[5]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.766 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/@fqn
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[2]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.767 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.768 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.769 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.770 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.771 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.772 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.773 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.774 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.775 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.776 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.777 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.778 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.779 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:55.917 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 9 shift(s) in 335ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 s - in org.eolang.speco.SpecoXmirTest
[INFO] Running org.eolang.speco.SpecoEoTest
ANTLR Runtime version 4.12.0 used for parser compilation does not match the current runtime version 4.11.1
ANTLR Runtime version 4.12.0 used for parser compilation does not match the current runtime version 4.11.1
02:23:56.113 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Created-By", "Main-Class", "Manifest-Version"]
02:23:56.113 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Class-Path", "Main-Class", "Manifest-Version"]
02:23:56.114 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.114 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.114 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.114 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.114 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded [&quot;Build-Jdk-Spec&quot;, &quot;Created-By&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Manifest-Version&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;]
02:23:56.115 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 4 attribute(s) loaded [&quot;Build-Jdk-Spec&quot;, &quot;Created-By&quot;, &quot;EO-Version&quot;, &quot;Manifest-Version&quot;]
02:23:56.115 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded [&quot;Ant-Version&quot;, &quot;Created-By&quot;, &quot;Manifest-Version&quot;]
02:23:56.121 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded [&quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Project-Name&quot;]
02:23:56.121 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 6 attribute(s) loaded [&quot;Automatic-Module-Name&quot;, &quot;Built-By&quot;, &quot;Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version"]
02:23:56.121 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 12 attribute(s) loaded ["Automatic-Module-Name", "Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.122 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 12 attribute(s) loaded ["Automatic-Module-Name", "Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.122 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 24 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk-Spec", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Include-Resource", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.122 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 12 attribute(s) loaded ["Automatic-Module-Name", "Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.123 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 6 attribute(s) loaded ["Automatic-Module-Name", "Built-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version"]
02:23:56.123 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 24 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Manifest-Version", "Require-Capability", "Tool"]
02:23:56.124 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 6 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Manifest-Version"]
02:23:56.124 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 16 attribute(s) loaded ["Bnd-LastModified", "Build-Jdk-Spec", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Import-Package", "Manifest-Version", "Require-Capability", "Tool"]
02:23:56.124 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.124 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 15 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk-Spec", "Bundle-Description", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Import-Package", "Manifest-Version", "Require-Capability", "Tool"]
02:23:56.124 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 23 attribute(s) loaded ["Automatic-Module-Name", "Build-Jdk-Spec", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Include-Resource", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.125 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 23 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk-Spec", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Include-Resource", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.125 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.125 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 18 attribute(s) loaded ["Build-Jdk-Spec", "Bundle-Description", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Require-Capability&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
02:23:56.125 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 24 attribute(s) loaded [&quot;Build-Jdk-Spec&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Manifest-Version&quot;, &quot;Originally-Created-By&quot;, &quot;Provide-Capability&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;]
02:23:56.126 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 22 attribute(s) loaded [&quot;Build-Jdk-Spec&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Manifest-Version&quot;, &quot;Originally-Created-By&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;]
02:23:56.126 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded [&quot;Build-Jdk-Spec&quot;, &quot;Created-By&quot;, &quot;Manifest-Version&quot;]
02:23:56.126 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 2 attribute(s) loaded [&quot;Manifest-Version&quot;, &quot;Multi-Release&quot;]
02:23:56.126 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 7 attribute(s) loaded [&quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Kotlin-Runtime-Component&quot;, &quot;Kotlin-Version&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;]
02:23:56.126 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 6 attribute(s) loaded [&quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Kotlin-Runtime-Component&quot;, &quot;Kotlin-Version&quot;, &quot;Manifest-Version&quot;]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 7 attribute(s) loaded ["Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Kotlin-Runtime-Component", "Kotlin-Version", "Manifest-Version", "Multi-Release"]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 19 attribute(s) loaded ["Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.127 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 22 attribute(s) loaded ["Bnd-LastModified", "Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.128 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 20 attribute(s) loaded ["Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Multi-Release", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.128 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 23 attribute(s) loaded ["Bnd-LastModified", "Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-Description", "Bundle-DocURL", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.128 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 19 attribute(s) loaded ["Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.129 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 6 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Manifest-Version"]
02:23:56.129 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 3 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Manifest-Version"]
02:23:56.129 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 18 attribute(s) loaded ["Bnd-LastModified&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;]
02:23:56.129 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 24 attribute(s) loaded [&quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;Manifest-Version&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;]
02:23:56.129 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 20 attribute(s) loaded [&quot;Build-Date&quot;, &quot;Build-Revision&quot;, &quot;Build-Time&quot;, &quot;Built-By&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Manifest-Version&quot;, &quot;Provide-Capability&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;]
02:23:56.130 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 19 attribute(s) loaded [&quot;Build-Date&quot;, &quot;Build-Revision&quot;, &quot;Build-Time&quot;, &quot;Built-By&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Version&quot;, &quot;Created-By&quot;, &quot;Export-Package&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Manifest-Version&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version"]
02:23:56.130 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 15 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Require-Capability", "Tool"]
02:23:56.130 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Automatic-Module-Name", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Export-Package", "Import-Package", "Manifest-Version", "Require-Capability"]
02:23:56.130 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 13 attribute(s) loaded ["Build-Jdk-Spec", "Bundle-Description", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Main-Class", "Manifest-Version", "Multi-Release", "Tool"]
02:23:56.131 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 19 attribute(s) loaded ["Agent-Class", "Build-Jdk-Spec", "Bundle-Description", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Export-Package", "Import-Package", "Manifest-Version", "Multi-Release", "Premain-Class", "Require-Capability", "Tool"]
02:23:56.131 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 23 attribute(s) loaded ["Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk-Spec", "Bundle-Description", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "Dependencies", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
02:23:56.131 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.131 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 9 attribute(s) loaded ["Build-Jdk-Spec", "Created-By", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Manifest-Version", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.131 [main] DEBUG com.jcabi.manifests.Manifests MDC= - 20 attribute(s) loaded ["Build-Date", "Build-Revision", "Build-Time", "Built-By", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-SymbolicName", "Bundle-Version", "Created-By", "Export-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Version", "Import-Package", "Manifest-Version", "Provide-Capability", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version"]
02:23:56.132 [main] INFO  com.jcabi.manifests.Manifests MDC= - 0 attributes loaded from 54 stream(s) in 73ms, 53 saved, 601 ignored: []
02:23:56.227 [main] DEBUG com.jcabi.xml.XSDDocument MDC= - com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema detected 0 error(s)
02:23:56.229 [main] DEBUG org.eolang.parser.Syntax MDC= - Input of 21 EO lines compiled
02:23:56.391 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 3 shift(s) in 122ms
02:23:56.438 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 10ms
02:23:56.462 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.462 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@ms
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.462 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.462 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@time
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.462 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@version
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.463 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/license[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/metas[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.464 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.465 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.466 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.467 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.468 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.469 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.469 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.469 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.469 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.469 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.470 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.471 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.472 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.473 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.474 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.475 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.476 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.478 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.478 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.478 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.478 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.479 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.480 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.481 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.482 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.482 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.482 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.482 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.484 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.484 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@ms
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@time
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@version
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.485 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/license[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/metas[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.486 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.487 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.488 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.489 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.490 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.491 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.492 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.493 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[3]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.494 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.495 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[1]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.496 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[4]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.497 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.498 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@spec
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.499 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.500 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.501 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.502 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.503 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.503 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.503 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:23:56.594 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 9 shift(s) in 152ms
02:23:56.628 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 28ms
02:32:12.370 [main] DEBUG com.jcabi.xml.XSDDocument MDC= - com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema detected 0 error(s)
02:32:12.372 [main] DEBUG org.eolang.parser.Syntax MDC= - Input of 34 EO lines compiled
02:32:12.466 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 3 shift(s) in 80ms
02:32:12.489 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 8ms
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@ms
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@time
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@version
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.510 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.511 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/license[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/metas[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.512 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.513 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.514 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.515 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.516 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.517 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.518 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.519 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.520 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.521 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.522 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.523 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.524 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.525 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@data
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.526 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.527 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.528 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.529 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.530 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.530 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[3]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.530 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.531 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.531 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.532 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.533 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.534 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.535 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.536 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.537 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.538 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.539 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.540 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.541 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.542 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.543 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.544 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.545 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.546 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.547 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.548 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.549 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.550 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.551 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.552 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.555 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@ms
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@time
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/@version
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/listing[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/errors[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.556 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/sheets[1]/sheet[3]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/license[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/metas[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.557 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.558 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.559 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.560 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.561 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.562 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.563 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.564 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[1]/o[1]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.565 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.566 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[3]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.567 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[4]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.568 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.569 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.570 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.571 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.572 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[3]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.573 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[4]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/objects[1]/o[2]/o[5]/o[1]/o[2]/o[5]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.574 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[1]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[2]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/aoi[1]/obj[1]/inferred[1]/obj[3]/@fqn
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.575 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.576 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[1]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.577 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.578 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.579 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.580 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.581 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[1]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.582 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.583 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.584 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.585 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.586 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.587 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.588 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.589 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[2]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.590 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/@var
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/@spec
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.591 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@name
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[2]/o[1]/@ref
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.592 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@abstract
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@name
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.593 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/@pos
Matches both "@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]
Matches both &quot;node()&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;node()&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.594 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.595 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[1]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@data
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[1]/o[2]/o[2]/text()[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.596 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/@base
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/@line
Matches both &quot;@*&quot; on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and &quot;@*&quot; on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/o[1]
Matches both "node()" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "node()" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/o[1]/@base
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/o[1]/@line
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.597 [main] WARN  com.jcabi.xml.ConsoleErrorListener MDC= - #warning(): Ambiguous rule match for /program/speco[1]/version[3]/o[1]/o[3]/o[1]/o[2]/o[1]/@pos
Matches both "@*" on line 109 of file:///org/eolang/speco/1-2-specialization.xsl
and "@*" on line 96 of file:///org/eolang/speco/1-2-specialization.xsl
02:32:12.814 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 9 shift(s) in 323ms
02:32:13.024 [main] DEBUG com.yegor256.xsline.Xsline MDC= - Transformed XML through 1 shift(s) in 205ms
dd4e2c50b9e7564a0aba60384e29b0dc44d766f71fe5d6ffeb7df5874cb62ae1
'pid' file is absent on the server after the end of operation; it seems that we didn't manage to start Docker container correctly