++ dirname ./run.sh
+ cd .
+ echo 1382
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Jun 24 03:30:39 UTC 2026
+ uptime
03:30:39 up 1 min, 0 users, load average: 0.67, 0.30, 0.11
+ ff=default
+ image=yegor256/java
+ rebase=false
+ head_branch=master
+ pull_title='Update actions/cache action to v6'
+ author=yegor256
+ directory=
+ head=git@github.com:jcabi/jcabi-xml.git
+ pull_id=512
+ fork=git@github.com:jcabi/jcabi-xml.git
+ fork_branch=renovate/actions-cache-6.x
+ squash=false
+ vars=('--env=head=git@github.com:jcabi/jcabi-xml.git' '--env=pull_id=512' '--env=fork=git@github.com:jcabi/jcabi-xml.git' '--env=fork_branch=renovate/actions-cache-6.x' '--env=head_branch=master' '--env=pull_title=Update actions/cache action to v6' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-xml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=512'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi-xml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-cache-6.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/cache action to v6'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -ntp -Pqulice --errors --batch-mode'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:jcabi/jcabi-xml.git'\''' ';' 'export '\''pull_id=512'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi-xml.git'\''' ';' 'export '\''fork_branch=renovate/actions-cache-6.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/cache action to v6'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';')
+ container=jcabi_jcabi-xml_512
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-17-104
+ pwd
/tmp/rultor-aC75
+ 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-xml.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-xml.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:jcabi/jcabi-xml.git'\''' ';' 'export '\''pull_id=512'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi-xml.git'\''' ';' 'export '\''fork_branch=renovate/actions-cache-6.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/cache action to v6'\''' ';' '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-xml.git
+ git remote update
Fetching origin
Fetching fork
From github.com:jcabi/jcabi-xml
* [new branch] 4 -> fork/4
* [new branch] dependabot/maven/com.jcabi-jcabi-1.27.0 -> fork/dependabot/maven/com.jcabi-jcabi-1.27.0
* [new branch] dependabot/maven/org.cactoos-cactoos-0.48 -> fork/dependabot/maven/org.cactoos-cactoos-0.48
* [new branch] dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.2.0 -> fork/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.2.0
* [new branch] dependabot/maven/xml-apis-xml-apis-2.0.2 -> fork/dependabot/maven/xml-apis-xml-apis-2.0.2
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
* [new branch] renovate/actions-cache-6.x -> fork/renovate/actions-cache-6.x
* [new branch] renovate/junit-framework-monorepo -> fork/renovate/junit-framework-monorepo
+ 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/actions-cache-6.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/actions-cache-6.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 actions/cache action to v6' --ff __rultor
Updating 9e96c28..a1d6a75
Fast-forward (no commit created; -m option ignored)
.github/workflows/codecov.yml | 2 +-
.github/workflows/mvn.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
+ git log -1 --show-signature
commit a1d6a75aaa4f2c9f925a29a9f45855025b680151
gpg: Signature made Tue Jun 23 19:02:07 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 Jun 23 19:02:07 2026 +0000
Update actions/cache action to v6
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.11
++ bc
++ echo 0.11 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.11, low enough to run a new Docker container'
load average is 0.11, 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
cb259a83ac3d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
50778be6ae7c: Pulling fs layer
de39015cb2a0: Pulling fs layer
c5d1f12c356a: Pulling fs layer
e9b75b04736a: Pulling fs layer
74aacb7acb4e: Pulling fs layer
b343964c14ed: Pulling fs layer
2da5d65999c3: Pulling fs layer
f8ae7b3bd9d2: Pulling fs layer
62bf76adc5c1: Pulling fs layer
6f3edb78ee5d: Pulling fs layer
de39015cb2a0: Waiting
c5d1f12c356a: Waiting
e9b75b04736a: Waiting
74aacb7acb4e: Waiting
b343964c14ed: Waiting
2da5d65999c3: Waiting
f8ae7b3bd9d2: Waiting
62bf76adc5c1: Waiting
6f3edb78ee5d: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
e9b75b04736a: Verifying Checksum
e9b75b04736a: Download complete
74aacb7acb4e: Verifying Checksum
74aacb7acb4e: Download complete
b343964c14ed: Verifying Checksum
b343964c14ed: Download complete
2da5d65999c3: Verifying Checksum
2da5d65999c3: Download complete
c5d1f12c356a: Verifying Checksum
c5d1f12c356a: Download complete
de39015cb2a0: Verifying Checksum
de39015cb2a0: Download complete
62bf76adc5c1: Verifying Checksum
62bf76adc5c1: Download complete
f8ae7b3bd9d2: Verifying Checksum
f8ae7b3bd9d2: Download complete
6f3edb78ee5d: Verifying Checksum
6f3edb78ee5d: Download complete
cb259a83ac3d: Pull complete
4f4fb700ef54: Pull complete
50778be6ae7c: Pull complete
de39015cb2a0: Pull complete
c5d1f12c356a: Pull complete
e9b75b04736a: Pull complete
74aacb7acb4e: Pull complete
b343964c14ed: Pull complete
2da5d65999c3: Pull complete
f8ae7b3bd9d2: Pull complete
62bf76adc5c1: Pull complete
6f3edb78ee5d: Pull complete
Digest: sha256:321ee930e2e2723cfabc943101c63a26019e88bb50a6a98690958ec3649391bc
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-xml_512\s*$'
+ ls -al .
total 60
drwx------ 3 ubuntu ubuntu 4096 Jun 24 03:30 .
drwxrwxrwt 12 root root 4096 Jun 24 03:30 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 24 03:30 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 24 03:30 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 24 03:30 pid
-rw-rw-r-- 1 ubuntu ubuntu 1192 Jun 24 03:30 pubring.gpg
drwxrwxr-x 6 ubuntu ubuntu 4096 Jun 24 03:30 repo
-rwxrwxr-x 1 ubuntu ubuntu 6471 Jun 24 03:30 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 554 Jun 24 03:30 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 2570 Jun 24 03:30 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 4430 Jun 24 03:30 settings.xml
-rw-rw-r-- 1 ubuntu ubuntu 7904 Jun 24 03:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-aC75:/main --env=head=git@github.com:jcabi/jcabi-xml.git --env=pull_id=512 --env=fork=git@github.com:jcabi/jcabi-xml.git --env=fork_branch=renovate/actions-cache-6.x --env=head_branch=master '--env=pull_title=Update actions/cache action to v6' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-xml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=512'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi-xml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-cache-6.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/cache action to v6'\''\'\'''\'''\'' '\'';'\'' '\''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-aC75/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi-xml_512 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 ubuntu r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus 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 polkitd 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/.gradle /root/.m2 /root/.profile /root/.ssh /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-xml.git' ; export 'pull_id=512' ; export 'fork=git@github.com:jcabi/jcabi-xml.git' ; export 'fork_branch=renovate/actions-cache-6.x' ; export 'head_branch=master' ; export 'pull_title=Update actions/cache action to v6' ; export 'author=yegor256' ; pdd --file=/dev/null ; mvn clean install -ntp -Pqulice --errors --batch-mode ;
+ su --login r --command /home/r/script.sh
Found 5 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.9 at x86_64-linux
Reading from root dir .
/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 (154 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 .gitignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading pom.xml ...
Puzzle 1-ee5e6b2b 90/DEV at pom.xml
Reading src/it/groovy/README.md ...
Reading src/it/groovy/first.xmir ...
Reading src/it/groovy/invoker.properties ...
Reading src/it/groovy/pom.xml ...
Reading src/it/groovy/same.xmir ...
Reading src/it/groovy/verify.groovy ...
Reading src/it/saxon/invoker.properties ...
Reading src/it/saxon/pom.xml ...
Reading src/it/saxon/src/main/java/com/jcabi/saxon/SaxonSample.java ...
Reading src/it/saxon/src/main/java/com/jcabi/saxon/package-info.java ...
Reading src/it/saxon/src/test/java/com/jcabi/saxon/SaxonSampleTest.java ...
Reading src/it/saxon/src/test/java/com/jcabi/saxon/package-info.java ...
Reading src/it/saxon/src/test/resources/log4j.properties ...
Reading src/it/settings.xml ...
Reading src/it/utf/invoker.properties ...
Reading src/it/utf/pom.xml ...
Reading src/it/utf/src/main/java/com/jcabi/utf/package-info.java ...
Reading src/it/utf/src/test/java/com/jcabi/utf/UtfTest.java ...
Reading src/it/utf/src/test/java/com/jcabi/utf/package-info.java ...
Reading src/it/utf/src/test/resources/log4j.properties ...
Reading src/it/xerces/invoker.properties ...
Reading src/it/xerces/pom.xml ...
Reading src/it/xerces/src/main/java/com/jcabi/xerces/XercesSample.java ...
Reading src/it/xerces/src/main/java/com/jcabi/xerces/package-info.java ...
Reading src/it/xerces/src/test/java/com/jcabi/xerces/XercesSampleTest.java ...
Reading src/it/xerces/src/test/java/com/jcabi/xerces/package-info.java ...
Reading src/it/xerces/src/test/resources/log4j.properties ...
Reading src/main/java/com/jcabi/xml/ClasspathInput.java ...
Reading src/main/java/com/jcabi/xml/ClasspathResolver.java ...
Reading src/main/java/com/jcabi/xml/ClasspathSources.java ...
Reading src/main/java/com/jcabi/xml/ConsoleErrorListener.java ...
Reading src/main/java/com/jcabi/xml/DomParser.java ...
Reading src/main/java/com/jcabi/xml/FileSources.java ...
Reading src/main/java/com/jcabi/xml/ListWrapper.java ...
Reading src/main/java/com/jcabi/xml/SaxonDocument.java ...
Reading src/main/java/com/jcabi/xml/Sources.java ...
Reading src/main/java/com/jcabi/xml/StrictXML.java ...
Reading src/main/java/com/jcabi/xml/TextResource.java ...
Reading src/main/java/com/jcabi/xml/XML.java ...
Reading src/main/java/com/jcabi/xml/XMLDocument.java ...
Reading src/main/java/com/jcabi/xml/XPathContext.java ...
Reading src/main/java/com/jcabi/xml/XSD.java ...
Reading src/main/java/com/jcabi/xml/XSDDocument.java ...
Reading src/main/java/com/jcabi/xml/XSL.java ...
Reading src/main/java/com/jcabi/xml/XSLChain.java ...
Reading src/main/java/com/jcabi/xml/XSLDocument.java ...
Reading src/main/java/com/jcabi/xml/package-info.java ...
Reading src/main/resources/com/jcabi/xml/strip.xsl ...
Reading src/site/apt/404.apt.vm ...
Reading src/site/apt/example-parsing.apt.vm ...
Reading src/site/apt/example-xsd.apt.vm ...
Reading src/site/apt/example-xslt.apt.vm ...
Reading src/site/apt/index.apt.vm ...
Reading src/site/resources/CNAME ...
Reading src/site/site.xml ...
Reading src/test/java/com/jcabi/xml/ClasspathInputTest.java ...
Reading src/test/java/com/jcabi/xml/ClasspathSourcesTest.java ...
Reading src/test/java/com/jcabi/xml/DomParserTest.java ...
Reading src/test/java/com/jcabi/xml/FileSourcesTest.java ...
Reading src/test/java/com/jcabi/xml/SaxonDocumentTest.java ...
Reading src/test/java/com/jcabi/xml/StrictXMLTest.java ...
Reading src/test/java/com/jcabi/xml/TextResourceTest.java ...
Reading src/test/java/com/jcabi/xml/XMLDocumentTest.java ...
Puzzle 1-c7571585 90/DEV at src/test/java/com/jcabi/xml/XMLDocumentTest.java
Reading src/test/java/com/jcabi/xml/XPathContextTest.java ...
Reading src/test/java/com/jcabi/xml/XSLChainTest.java ...
Reading src/test/java/com/jcabi/xml/XSLDocumentBenchmark.java ...
Reading src/test/java/com/jcabi/xml/XSLDocumentTest.java ...
Reading src/test/java/com/jcabi/xml/package-info.java ...
Reading src/test/resources/com/jcabi/xml/first.xsl ...
Reading src/test/resources/com/jcabi/xml/multiple-imports.xsl ...
Reading src/test/resources/com/jcabi/xml/root.xsd ...
Reading src/test/resources/com/jcabi/xml/sample-namespaces.xsd ...
Reading src/test/resources/com/jcabi/xml/sample.xsd ...
Reading src/test/resources/com/jcabi/xml/second.xsl ...
Reading src/test/resources/com/jcabi/xml/simple.xml ...
Reading src/test/resources/com/jcabi/xml/small-pom.xml ...
Reading src/test/resources/com/jcabi/xml/xsi-schemalocation-invalid.xml ...
Reading src/test/resources/com/jcabi/xml/xsi-schemalocation-valid.xml ...
Reading src/test/resources/log4j.properties ...
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< com.jcabi:jcabi-xml >-------------------------
[INFO] Building jcabi-xml 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[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-xml ---
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ jcabi-xml ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- buildnumber:3.2.1:create (jcabi-build-number) @ jcabi-xml ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: a1d6a75 at timestamp: 2026-06-24T03:32:08
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing scmBranch: master
[INFO]
[INFO] --- buildnumber:3.2.1:create-timestamp (jcabi-build-number) @ jcabi-xml ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jcabi-xml ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.14.0:compile (default-compile) @ jcabi-xml ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 20 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jcabi-xml ---
[INFO] Copying 11 resources from src/test/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ jcabi-xml ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.3:test (default-test) @ jcabi-xml ---
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=190059590059
[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.xml.StrictXMLTest
[WARNING] Tests run: 188, Failures: 0, Errors: 0, Skipped: 188, Time elapsed: 189.5 s -- in com.jcabi.xml.StrictXMLTest
[INFO] Running com.jcabi.xml.FileSourcesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in com.jcabi.xml.FileSourcesTest
[INFO] Running com.jcabi.xml.DomParserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in com.jcabi.xml.DomParserTest
[INFO] Running com.jcabi.xml.XMLDocumentTest
[WARNING] Tests run: 397, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 33.19 s -- in com.jcabi.xml.XMLDocumentTest
[INFO] Running com.jcabi.xml.ClasspathSourcesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.jcabi.xml.ClasspathSourcesTest
[INFO] Running com.jcabi.xml.XSLDocumentTest
oopsie...
[ERROR] main com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 1 in foo; SystemID: file:///home/r/repo/foo; Line#: 1; Column#: 146
[ERROR] main com.jcabi.xml.ConsoleErrorListener: #fatalError(): Variable $xx has not been declared (or its declaration is not in scope); SystemID: file:///home/r/repo/some-fake-systemId; Line#: 1
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.065 s -- in com.jcabi.xml.XSLDocumentTest
[INFO] Running com.jcabi.xml.TextResourceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in com.jcabi.xml.TextResourceTest
[INFO] Running com.jcabi.xml.XPathContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in com.jcabi.xml.XPathContextTest
[INFO] Running com.jcabi.xml.ClasspathInputTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in com.jcabi.xml.ClasspathInputTest
[INFO] Running com.jcabi.xml.XSLChainTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in com.jcabi.xml.XSLChainTest
[INFO] Running com.jcabi.xml.SaxonDocumentTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in com.jcabi.xml.SaxonDocumentTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 646, Failures: 0, Errors: 0, Skipped: 190
[INFO]
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ jcabi-xml ---
[INFO] Versionalizing /home/r/repo/target/classes directory
[INFO] File /home/r/repo/target/classes/com/jcabi/xml/com-jcabi-jcabi-xml-jar.txt added
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ jcabi-xml ---
[INFO] Building jar: /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- assembly:3.7.1:single (assemble-all) @ jcabi-xml ---
[INFO] Building jar: /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- invoker:3.9.1:install (default) @ jcabi-xml ---
[INFO] Installing /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi/1.40.1/jcabi-1.40.1.pom to /home/r/repo/target/local-repo/com/jcabi/jcabi/1.40.1/jcabi-1.40.1.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.69.6/parent-0.69.6.pom to /home/r/repo/target/local-repo/com/jcabi/parent/0.69.6/parent-0.69.6.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom to /home/r/repo/target/local-repo/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar to /home/r/repo/target/local-repo/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom to /home/r/repo/target/local-repo/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom
[INFO] Installing /home/r/.m2/repository/org/cactoos/cactoos/0.61.0/cactoos-0.61.0.jar to /home/r/repo/target/local-repo/org/cactoos/cactoos/0.61.0/cactoos-0.61.0.jar
[INFO] Installing /home/r/.m2/repository/org/cactoos/cactoos/0.61.0/cactoos-0.61.0.pom to /home/r/repo/target/local-repo/org/cactoos/cactoos/0.61.0/cactoos-0.61.0.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.64.1/parent-0.64.1.pom to /home/r/repo/target/local-repo/com/jcabi/parent/0.64.1/parent-0.64.1.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom to /home/r/repo/target/local-repo/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom to /home/r/repo/target/local-repo/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom to /home/r/repo/target/local-repo/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.73.1/parent-0.73.1.pom to /home/r/repo/target/local-repo/com/jcabi/parent/0.73.1/parent-0.73.1.pom
[INFO]
[INFO] --- invoker:3.9.1:run (default) @ jcabi-xml ---
[INFO] Building: utf/pom.xml
[INFO] utf/pom.xml ...................................... SUCCESS (13.02 s)
[INFO] Building: xerces/pom.xml
[INFO] xerces/pom.xml ................................... SUCCESS (18.05 s)
[INFO] Building: saxon/pom.xml
[INFO] saxon/pom.xml .................................... SUCCESS (14.31 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 3, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice:0.25.1:check (jcabi-qulice-check) @ jcabi-xml ---
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce...
[INFO] Calling org.basepom.maven:duplicate-finder-maven-plugin:2.0.1:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Qulice quality check completed in 16s
[INFO]
[INFO] --- antrun:3.1.0:run (jcabi-xcop) @ jcabi-xml ---
[INFO] Executing tasks
[INFO] [exec] /home/r/repo/pom.xml looks good
[INFO] [exec] /home/r/repo/src/it/groovy/pom.xml looks good
[INFO] [exec] /home/r/repo/src/it/saxon/pom.xml looks good
[INFO] [exec] /home/r/repo/src/it/settings.xml looks good
[INFO] [exec] /home/r/repo/src/it/utf/pom.xml looks good
[INFO] [exec] /home/r/repo/src/it/xerces/pom.xml looks good
[INFO] [exec] /home/r/repo/src/main/resources/com/jcabi/xml/strip.xsl looks good
[INFO] [exec] /home/r/repo/src/site/site.xml looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/first.xsl looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/multiple-imports.xsl looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/root.xsd looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/sample-namespaces.xsd looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/sample.xsd looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/second.xsl looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/simple.xml looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/small-pom.xml looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/xsi-schemalocation-invalid.xml looks good
[INFO] [exec] /home/r/repo/src/test/resources/com/jcabi/xml/xsi-schemalocation-valid.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ jcabi-xml ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-xml-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-xml/1.0-SNAPSHOT/jcabi-xml-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:47 min
[INFO] Finished at: 2026-06-24T03:37:33Z
[INFO] ------------------------------------------------------------------------
0m0m+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
remote:
remote: GitHub found 6 vulnerabilities on jcabi/jcabi-xml's default branch (3 critical, 3 high). To find out more, visit:
remote: https://github.com/jcabi/jcabi-xml/security/dependabot
remote:
To github.com:jcabi/jcabi-xml.git
9e96c28..a1d6a75 master -> master
container 31b7757d120b11efcaa338215ccd580c451cab247bee93cd86a0231933112bdd is dead
Wed Jun 24 03:38:46 UTC 2026