++ dirname ./run.sh
+ cd .
+ echo 1412
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue May 5 16:58:17 UTC 2026
+ uptime
16:58:17 up 0 min, 0 users, load average: 1.35, 0.41, 0.14
+ ff=default
+ image=yegor256/java
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency xml-apis:xml-apis to v2'
+ author=yegor256
+ directory=
+ head=git@github.com:jcabi/jcabi-matchers.git
+ pull_id=159
+ fork=git@github.com:jcabi/jcabi-matchers.git
+ fork_branch=renovate/xml-apis-xml-apis-2.x
+ squash=false
+ vars=('--env=head=git@github.com:jcabi/jcabi-matchers.git' '--env=pull_id=159' '--env=fork=git@github.com:jcabi/jcabi-matchers.git' '--env=fork_branch=renovate/xml-apis-xml-apis-2.x' '--env=head_branch=master' '--env=pull_title=Update dependency xml-apis:xml-apis to v2' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=159'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/xml-apis-xml-apis-2.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency xml-apis:xml-apis to v2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -ntp -Pqulice --errors --batch-mode'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:jcabi/jcabi-matchers.git'\''' ';' 'export '\''pull_id=159'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi-matchers.git'\''' ';' 'export '\''fork_branch=renovate/xml-apis-xml-apis-2.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency xml-apis:xml-apis to v2'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';')
+ container=jcabi_jcabi-matchers_159
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-22-98
+ pwd
/tmp/rultor-ci95
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:jcabi/jcabi-matchers.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:jcabi/jcabi-matchers.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:jcabi/jcabi-matchers.git'\''' ';' 'export '\''pull_id=159'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi-matchers.git'\''' ';' 'export '\''fork_branch=renovate/xml-apis-xml-apis-2.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency xml-apis:xml-apis to v2'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:jcabi/jcabi-matchers.git
+ git remote update
Fetching origin
Fetching fork
From github.com:jcabi/jcabi-matchers
* [new branch] dependabot/maven/com.jcabi-jcabi-1.27.0 -> fork/dependabot/maven/com.jcabi-jcabi-1.27.0
* [new branch] dependabot/maven/com.jcabi-jcabi-http-1.17.3 -> fork/dependabot/maven/com.jcabi-jcabi-http-1.17.3
* [new branch] dependabot/maven/com.sun.jersey-jersey-client-1.19.4 -> fork/dependabot/maven/com.sun.jersey-jersey-client-1.19.4
* [new branch] dependabot/maven/javax.xml.bind-jaxb-api-2.3.1 -> fork/dependabot/maven/javax.xml.bind-jaxb-api-2.3.1
* [new branch] dependabot/maven/org.apache.commons-commons-lang3-3.18.0 -> fork/dependabot/maven/org.apache.commons-commons-lang3-3.18.0
* [new branch] dependabot/maven/org.glassfish.jaxb-jaxb-runtime-3.0.0 -> fork/dependabot/maven/org.glassfish.jaxb-jaxb-runtime-3.0.0
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
* [new branch] renovate/xml-apis-xml-apis-1.x -> fork/renovate/xml-apis-xml-apis-1.x
* [new branch] renovate/xml-apis-xml-apis-2.x -> fork/renovate/xml-apis-xml-apis-2.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ 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/xml-apis-xml-apis-2.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/xml-apis-xml-apis-2.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 ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'Update dependency xml-apis:xml-apis to v2' --ff __rultor
Updating 412ad78..789020b
Fast-forward (no commit created; -m option ignored)
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ git log -1 --show-signature
commit 789020b52bb687facdaf44904a9900ac2cc3fc69
gpg: Signature made Tue May 5 14:11:48 2026 UTC
gpg: using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue May 5 14:11:48 2026 +0000
Update dependency xml-apis:xml-apis to v2
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.15
++ bc
++ echo 0.15 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.15, low enough to run a new Docker container'
load average is 0.15, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
3ae0cb47dc06: Pulling fs layer
529dcf5ecc54: Pulling fs layer
6d5a140d320e: Pulling fs layer
d9a7c5bf399b: Pulling fs layer
b87fea433279: Pulling fs layer
ac9b9a706d63: Pulling fs layer
253852678e00: Pulling fs layer
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
71ab1586461a: Waiting
8e0e2fc3c108: Waiting
4f4fb700ef54: Waiting
72e45e6fed5c: Waiting
99e89f339e27: Waiting
3ae0cb47dc06: Waiting
529dcf5ecc54: Waiting
6d5a140d320e: Waiting
d9a7c5bf399b: Waiting
b87fea433279: Waiting
ac9b9a706d63: Waiting
253852678e00: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
529dcf5ecc54: Verifying Checksum
529dcf5ecc54: Download complete
6d5a140d320e: Verifying Checksum
6d5a140d320e: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
d9a7c5bf399b: Verifying Checksum
d9a7c5bf399b: Download complete
ac9b9a706d63: Verifying Checksum
ac9b9a706d63: Download complete
3ae0cb47dc06: Verifying Checksum
3ae0cb47dc06: Download complete
b87fea433279: Verifying Checksum
b87fea433279: Download complete
253852678e00: Verifying Checksum
253852678e00: Download complete
632ef5283d0f: Pull complete
2be42d221bda: Pull complete
54d1704eb717: Pull complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3ae0cb47dc06: Pull complete
529dcf5ecc54: Pull complete
6d5a140d320e: Pull complete
d9a7c5bf399b: Pull complete
b87fea433279: Pull complete
ac9b9a706d63: Pull complete
253852678e00: Pull complete
Digest: sha256:a74ab1f8990c7e972fffc0c4fd60a71aece3aab67f2d686cffd2201bf898293c
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-matchers_159\s*$'
+ ls -al .
total 64
drwx------ 3 ubuntu ubuntu 4096 May 5 16:58 .
drwxrwxrwt 12 root root 4096 May 5 16:58 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 May 5 16:59 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 May 5 16:58 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 May 5 16:58 pid
-rw-rw-r-- 1 ubuntu ubuntu 1192 May 5 16:58 pubring.gpg
drwxrwxr-x 6 ubuntu ubuntu 4096 May 5 16:58 repo
-rwxrwxr-x 1 ubuntu ubuntu 6564 May 5 16:58 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 576 May 5 16:58 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 2570 May 5 16:58 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 4430 May 5 16:58 settings.xml
-rw-rw-r-- 1 ubuntu ubuntu 8965 May 5 16:59 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-ci95:/main --env=head=git@github.com:jcabi/jcabi-matchers.git --env=pull_id=159 --env=fork=git@github.com:jcabi/jcabi-matchers.git --env=fork_branch=renovate/xml-apis-xml-apis-2.x --env=head_branch=master '--env=pull_title=Update dependency xml-apis:xml-apis to v2' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=159'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/xml-apis-xml-apis-2.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency xml-apis:xml-apis to v2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -ntp -Pqulice --errors --batch-mode'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-ci95/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi-matchers_159 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.m2 /root/.profile /root/.wget-hsts /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
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:jcabi/jcabi-matchers.git' ; export 'pull_id=159' ; export 'fork=git@github.com:jcabi/jcabi-matchers.git' ; export 'fork_branch=renovate/xml-apis-xml-apis-2.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency xml-apis:xml-apis to v2' ; export 'author=yegor256' ; pdd --file=/dev/null ; mvn clean install -ntp -Pqulice --errors --batch-mode ;
+ su --login r --command /home/r/script.sh
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.5 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding src/main/resources/images/**/*
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .github/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading pom.xml ...
Reading src/main/java/com/jcabi/matchers/AllOfThatPrintsOnlyWrongMatchers.java ...
Reading src/main/java/com/jcabi/matchers/JaxbConverter.java ...
Reading src/main/java/com/jcabi/matchers/NoBrokenLinks.java ...
Reading src/main/java/com/jcabi/matchers/RegexContainingPatternMatcher.java ...
Reading src/main/java/com/jcabi/matchers/RegexMatchers.java ...
Reading src/main/java/com/jcabi/matchers/RegexMatchingPatternMatcher.java ...
Reading src/main/java/com/jcabi/matchers/StringSource.java ...
Reading src/main/java/com/jcabi/matchers/W3CMatchers.java ...
Reading src/main/java/com/jcabi/matchers/W3CValidatorMatcher.java ...
Reading src/main/java/com/jcabi/matchers/XPathMatcher.java ...
Reading src/main/java/com/jcabi/matchers/XhtmlMatchers.java ...
Reading src/main/java/com/jcabi/matchers/package-info.java ...
Reading src/main/resources/com/jcabi/matchers/jaxb.properties ...
Reading src/site/apt/broken-links.apt.vm ...
Reading src/site/apt/index.apt.vm ...
Reading src/site/apt/jaxb-converter.apt.vm ...
Reading src/site/apt/regex-matchers.apt.vm ...
Reading src/site/apt/w3c-matchers.apt.vm ...
Reading src/site/apt/xhtml-matchers.apt.vm ...
Reading src/site/resources/CNAME ...
Reading src/site/site.xml ...
Reading src/test/java/com/jcabi/matchers/JaxbConverterTest.java ...
Reading src/test/java/com/jcabi/matchers/NoBrokenLinksITCase.java ...
Reading src/test/java/com/jcabi/matchers/NoBrokenLinksTest.java ...
Reading src/test/java/com/jcabi/matchers/RegexMatchersTest.java ...
Reading src/test/java/com/jcabi/matchers/StringSourceTest.java ...
Reading src/test/java/com/jcabi/matchers/W3CMatchersTest.java ...
Reading src/test/java/com/jcabi/matchers/XhtmlMatchersTest.java ...
Reading src/test/java/com/jcabi/matchers/package-info.java ...
Reading src/test/resources/log4j.properties ...
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.jcabi:jcabi-matchers >----------------------
[INFO] Building jcabi-matchers 2.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'license' is unknown for plugin 'qulice-maven-plugin:0.27.6:check (jcabi-qulice-check)'
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ jcabi-matchers ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ jcabi-matchers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ jcabi-matchers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ jcabi-matchers ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Storing buildNumber: 789020b at timestamp: 2026-05-05T17:00:32
[INFO] Storing scmBranch: master
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ jcabi-matchers ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- resources:3.5.0:resources (default-resources) @ jcabi-matchers ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.15.0:compile (default-compile) @ jcabi-matchers ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 12 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- resources:3.5.0:testResources (default-testResources) @ jcabi-matchers ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ jcabi-matchers ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.5:test (default-test) @ jcabi-matchers ---
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=201273696206
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.matchers.XhtmlMatchersTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.276 s -- in com.jcabi.matchers.XhtmlMatchersTest
[INFO] Running com.jcabi.matchers.RegexMatchersTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in com.jcabi.matchers.RegexMatchersTest
[INFO] Running com.jcabi.matchers.StringSourceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in com.jcabi.matchers.StringSourceTest
[INFO] Running com.jcabi.matchers.NoBrokenLinksTest
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #assertThat(): 2 links found: ["/index.html", "http://img.teamed.io/logo.svg"]
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #http('http://www.teamed.io/index.html'): response code is 200
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #http('http://img.teamed.io/logo.svg'): response code is 200
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #assertThat(): 1 links found: [""]
[Fatal Error] :1:1: Content is not allowed in prolog.
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #assertThat(): 1 links found: ["/broken-link"]
[DEBUG] main com.jcabi.matchers.NoBrokenLinks: #http('http://google.com/broken-link'): response code is 404
[WARN] main com.jcabi.matchers.NoBrokenLinks: #isValid('http://google.com/broken-link'): not valid since response code is 404
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in com.jcabi.matchers.NoBrokenLinksTest
[INFO] Running com.jcabi.matchers.W3CMatchersTest
[Fatal Error] :1:1342: The content of elements must consist of well-formed character data or markup.
[WARN] main com.jcabi.matchers.W3CValidatorMatcher: #matchesSafely('body { background-color:#d0e4fe; }'): unable to perform validation: java.lang.IllegalArgumentException: Can't parse by com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl, most probably the XML is invalid
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 1.516 s <<< FAILURE! -- in com.jcabi.matchers.W3CMatchersTest
[ERROR] com.jcabi.matchers.W3CMatchersTest.matchesValidCss -- Time elapsed: 0.961 s <<< FAILURE!
java.lang.AssertionError:
should matches valid css
Expected: W3C validatorDefaultCssValidator(uri=https://jigsaw.w3.org/css-validator/validator)
but: was "body { background-color:#d0e4fe; }"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at com.jcabi.matchers.W3CMatchersTest.matchesValidCss(W3CMatchersTest.java:48)
[INFO] Running com.jcabi.matchers.JaxbConverterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in com.jcabi.matchers.JaxbConverterTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] W3CMatchersTest.matchesValidCss:48 should matches valid css
Expected: W3C validatorDefaultCssValidator(uri=https://jigsaw.w3.org/css-validator/validator)
but: was "body { background-color:#d0e4fe; }"
[INFO]
[ERROR] Tests run: 40, Failures: 1, Errors: 0, Skipped: 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.918 s
[INFO] Finished at: 2026-05-05T17:00:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.5:test (default-test) on project jcabi-matchers: There are test failures.
[ERROR]
[ERROR] See /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.5:test (default-test) on project jcabi-matchers: There are test failures.
See /home/r/repo/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
at java.lang.reflect.Method.invoke (Method.java:580)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
See /home/r/repo/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:247)
at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
at org.apache.maven.plugin.surefire.SurefireMojo.handleSummary (SurefireMojo.java:556)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1157)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:979)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
at java.lang.reflect.Method.invoke (Method.java:580)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
0m0mcontainer 676839c7f8fb57ff1a42ecd9aea3638cf16d78594596ae8822bfc4a119d3f420 is dead
Tue May 5 17:00:52 UTC 2026