rultor.com logo This build log was produced by rultor.com for polystat/awesome-bugs#55
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1167
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Feb 17 22:42:49 UTC 2025
+ uptime
 22:42:49 up 1 min,  0 users,  load average: 0.52, 0.20, 0.07
+ ff=default
+ image=yegor256/rultor-image:1.13.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency pylatex to v1.4.2'
+ author=yegor256
+ directory=
+ head=git@github.com:polystat/awesome-bugs.git
+ pull_id=55
+ fork=git@github.com:polystat/awesome-bugs.git
+ fork_branch=renovate/pylatex-1.x
+ squash=false
+ vars=('--env=head=git@github.com:polystat/awesome-bugs.git' '--env=pull_id=55' '--env=fork=git@github.com:polystat/awesome-bugs.git' '--env=fork_branch=renovate/pylatex-1.x' '--env=head_branch=master' '--env=pull_title=Update dependency pylatex to v1.4.2' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/awesome-bugs.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=55'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:polystat/awesome-bugs.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/pylatex-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency pylatex to v1.4.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''python3 -m pip install --upgrade pip wheel'\'' '\'';'\'' '\''python3 -m pip install -r scripts/requirements.txt'\'' '\'';'\'' '\''python3 -m pip install -e ./scripts'\'' '\'';'\'' '\''sudo apt-get update -y'\'' '\'';'\'' '\''sudo apt-get install -y clang-tidy cmake'\'' '\'';'\'' '\''curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"'\'' '\'';'\'' '\''curl -L -o j2eo.jar "https://search.maven.org/remotecontent?filepath=org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar"'\'' '\'';'\'' '\''git clone https://github.com/SVF-tools/SVF.git'\'' '\'';'\'' '\''cd SVF'\'' '\'';'\'' '\''source ./build.sh'\'' '\'';'\'' '\''cd ../'\'' '\'';'\'' '\''sudo apt-get install -y cppcheck'\'' '\'';'\'' '\''curl -L -o spotbugs-4.7.0.tgz "https://github.com/spotbugs/spotbugs/releases/download/4.7.0/spotbugs-4.7.0.tgz"'\'' '\'';'\'' '\''gunzip -c spotbugs-4.7.0.tgz | tar xvf -'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''python3 -m source_files_extractor tests temp/sources ""'\'' '\'';'\'' '\''python3 -m build_sources temp/sources build'\'' '\'';'\'' '\''python3 -m clang_tidy -p ./build > results/clang-out.txt'\'' '\'';'\'' '\''cat results/clang-out.txt'\'' '\'';'\'' '\''touch results/polystat-eo-out.txt'\'' '\'';'\'' '\''java -jar polystat.jar eo --in temp/sources/eo --to file=results/polystat-eo-out.txt --sarif'\'' '\'';'\'' '\''cat results/polystat-eo-out.txt'\'' '\'';'\'' '\''java -jar j2eo.jar temp/sources/java -o temp/sources/j2eo'\'' '\'';'\'' '\''touch results/polystat-j2eo-out.txt'\'' '\'';'\'' '\''java -jar polystat.jar eo --in temp/sources/j2eo --to file=results/polystat-j2eo-out.txt --sarif'\'' '\'';'\'' '\''cat results/polystat-j2eo-out.txt'\'' '\'';'\'' '\''python3 -m SVF temp/sources/cpp temp/bc results SVF/Release-build/bin'\'' '\'';'\'' '\''python3 -m cppcheck temp/sources/cpp results'\'' '\'';'\'' '\''python3 -m spotbugs spotbugs-4.7.0/lib/spotbugs.jar temp/sources/java results'\'' '\'';'\'' '\''python3 -m analyze_reports true'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:polystat/awesome-bugs.git'\''' ';' 'export '\''pull_id=55'\''' ';' 'export '\''fork=git@github.com:polystat/awesome-bugs.git'\''' ';' 'export '\''fork_branch=renovate/pylatex-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency pylatex to v1.4.2'\''' ';' 'export '\''author=yegor256'\''' ';' 'python3 -m pip install --upgrade pip wheel' ';' 'python3 -m pip install -r scripts/requirements.txt' ';' 'python3 -m pip install -e ./scripts' ';' 'sudo apt-get update -y' ';' 'sudo apt-get install -y clang-tidy cmake' ';' 'curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"' ';' 'curl -L -o j2eo.jar "https://search.maven.org/remotecontent?filepath=org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar"' ';' 'git clone https://github.com/SVF-tools/SVF.git' ';' 'cd SVF' ';' 'source ./build.sh' ';' 'cd ../' ';' 'sudo apt-get install -y cppcheck' ';' 'curl -L -o spotbugs-4.7.0.tgz "https://github.com/spotbugs/spotbugs/releases/download/4.7.0/spotbugs-4.7.0.tgz"' ';' 'gunzip -c spotbugs-4.7.0.tgz | tar xvf -' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'python3 -m source_files_extractor tests temp/sources ""' ';' 'python3 -m build_sources temp/sources build' ';' 'python3 -m clang_tidy -p ./build > results/clang-out.txt' ';' 'cat results/clang-out.txt' ';' 'touch results/polystat-eo-out.txt' ';' 'java -jar polystat.jar eo --in temp/sources/eo --to file=results/polystat-eo-out.txt --sarif' ';' 'cat results/polystat-eo-out.txt' ';' 'java -jar j2eo.jar temp/sources/java -o temp/sources/j2eo' ';' 'touch results/polystat-j2eo-out.txt' ';' 'java -jar polystat.jar eo --in temp/sources/j2eo --to file=results/polystat-j2eo-out.txt --sarif' ';' 'cat results/polystat-j2eo-out.txt' ';' 'python3 -m SVF temp/sources/cpp temp/bc results SVF/Release-build/bin' ';' 'python3 -m cppcheck temp/sources/cpp results' ';' 'python3 -m spotbugs spotbugs-4.7.0/lib/spotbugs.jar temp/sources/java results' ';' 'python3 -m analyze_reports true' ';')
+ container=polystat_awesome-bugs_55
+ as_root=false
+ hostname
ip-172-31-22-246
+ pwd
/tmp/rultor-xUWE
+ 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 git@github.com:polystat/awesome-bugs.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:polystat/awesome-bugs.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/awesome-bugs.git'\''' ';' 'export '\''pull_id=55'\''' ';' 'export '\''fork=git@github.com:polystat/awesome-bugs.git'\''' ';' 'export '\''fork_branch=renovate/pylatex-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency pylatex to v1.4.2'\''' ';' 'export '\''author=yegor256'\''' ';' 'python3 -m pip install --upgrade pip wheel' ';' 'python3 -m pip install -r scripts/requirements.txt' ';' 'python3 -m pip install -e ./scripts' ';' 'sudo apt-get update -y' ';' 'sudo apt-get install -y clang-tidy cmake' ';' 'curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"' ';' 'curl -L -o j2eo.jar "https://search.maven.org/remotecontent?filepath=org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar"' ';' 'git clone https://github.com/SVF-tools/SVF.git' ';' 'cd SVF' ';' 'source ./build.sh' ';' 'cd ../' ';' 'sudo apt-get install -y cppcheck' ';' 'curl -L -o spotbugs-4.7.0.tgz "https://github.com/spotbugs/spotbugs/releases/download/4.7.0/spotbugs-4.7.0.tgz"' ';' 'gunzip -c spotbugs-4.7.0.tgz | tar xvf -' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'python3 -m source_files_extractor tests temp/sources ""' ';' 'python3 -m build_sources temp/sources build' ';' 'python3 -m clang_tidy -p ./build > results/clang-out.txt' ';' 'cat results/clang-out.txt' ';' 'touch results/polystat-eo-out.txt' ';' 'java -jar polystat.jar eo --in temp/sources/eo --to file=results/polystat-eo-out.txt --sarif' ';' 'cat results/polystat-eo-out.txt' ';' 'java -jar j2eo.jar temp/sources/java -o temp/sources/j2eo' ';' 'touch results/polystat-j2eo-out.txt' ';' 'java -jar polystat.jar eo --in temp/sources/j2eo --to file=results/polystat-j2eo-out.txt --sarif' ';' 'cat results/polystat-j2eo-out.txt' ';' 'python3 -m SVF temp/sources/cpp temp/bc results SVF/Release-build/bin' ';' 'python3 -m cppcheck temp/sources/cpp results' ';' 'python3 -m spotbugs spotbugs-4.7.0/lib/spotbugs.jar temp/sources/java results' ';' 'python3 -m analyze_reports true' ';'
+ rm -rf .gnupg
+ set -ex
+ cd repo
+ git remote add fork git@github.com:polystat/awesome-bugs.git
+ git remote update
Fetching origin
Fetching fork
From github.com:polystat/awesome-bugs
 * [new branch]      dev                     -> fork/dev
 * [new branch]      gh-pages                -> fork/gh-pages
 * [new branch]      master                  -> fork/master
 * [new branch]      renovate/actions-checkout-4.x -> fork/renovate/actions-checkout-4.x
 * [new branch]      renovate/actions-setup-java-4.x -> fork/renovate/actions-setup-java-4.x
 * [new branch]      renovate/actions-setup-python-2.x -> fork/renovate/actions-setup-python-2.x
 * [new branch]      renovate/jamesives-github-pages-deploy-action-4.x -> fork/renovate/jamesives-github-pages-deploy-action-4.x
 * [new branch]      renovate/openpyxl-3.x   -> fork/renovate/openpyxl-3.x
 * [new branch]      renovate/packaging-21.x -> fork/renovate/packaging-21.x
 * [new branch]      renovate/parsy-1.x      -> fork/renovate/parsy-1.x
 * [new branch]      renovate/pylatex-1.x    -> fork/renovate/pylatex-1.x
 * [new branch]      renovate/pyyaml-6.x     -> fork/renovate/pyyaml-6.x
 * [new branch]      renovate/yegor256-latexmk-action-0.x -> fork/renovate/yegor256-latexmk-action-0.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 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/pylatex-1.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/pylatex-1.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 0e2976e..44bf957
Fast-forward
 scripts/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.08
++ bc
++ echo 0.08 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.08, low enough to run a new Docker container'
load average is 0.08, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.13.0
+ docker pull yegor256/rultor-image:1.13.0
1.13.0: Pulling from yegor256/rultor-image
675920708c8b: Pulling fs layer
3e952943b7ec: Pulling fs layer
e669212defc4: Pulling fs layer
b012a0ba3e98: Pulling fs layer
180ed337a280: Pulling fs layer
f992b867c53d: Pulling fs layer
84f7401194ef: Pulling fs layer
01de48744b9b: Pulling fs layer
7fd00c5a59e3: Pulling fs layer
1eaa9eb8baa5: Pulling fs layer
eb0d2045257c: Pulling fs layer
c7942ca5c3df: Pulling fs layer
6d860c216121: Pulling fs layer
d173e809dff4: Pulling fs layer
a1f3e869d9bb: Pulling fs layer
2263f2c95961: Pulling fs layer
8312f4260615: Pulling fs layer
3bdb0878a4c3: Pulling fs layer
83d2216ad0d5: Pulling fs layer
386b157f1e2f: Pulling fs layer
cbc7fca4cf55: Pulling fs layer
f520232ce745: Pulling fs layer
c9e5d42db30a: Pulling fs layer
7efe6cafb7db: Pulling fs layer
9a4c8c9f15a7: Pulling fs layer
f31baaad4b0a: Pulling fs layer
7d3bd91416ca: Pulling fs layer
8a43836411f2: Pulling fs layer
9c2ef6af8692: Pulling fs layer
7c776a099c54: Pulling fs layer
094558ef173f: Pulling fs layer
8f22827b155a: Pulling fs layer
8399553f1390: Pulling fs layer
c37eeb1a8c4c: Pulling fs layer
f67aeafcd17a: Pulling fs layer
95c187193750: Pulling fs layer
8795baad2027: Pulling fs layer
3ef4fcecba52: Pulling fs layer
82d8673e22c6: Pulling fs layer
d280c34a091c: Pulling fs layer
b012a0ba3e98: Waiting
180ed337a280: Waiting
f992b867c53d: Waiting
84f7401194ef: Waiting
01de48744b9b: Waiting
1eaa9eb8baa5: Waiting
eb0d2045257c: Waiting
c7942ca5c3df: Waiting
6d860c216121: Waiting
d173e809dff4: Waiting
a1f3e869d9bb: Waiting
2263f2c95961: Waiting
8312f4260615: Waiting
3bdb0878a4c3: Waiting
83d2216ad0d5: Waiting
386b157f1e2f: Waiting
cbc7fca4cf55: Waiting
f520232ce745: Waiting
c9e5d42db30a: Waiting
7efe6cafb7db: Waiting
9a4c8c9f15a7: Waiting
f31baaad4b0a: Waiting
7d3bd91416ca: Waiting
8a43836411f2: Waiting
9c2ef6af8692: Waiting
7c776a099c54: Waiting
094558ef173f: Waiting
8f22827b155a: Waiting
8399553f1390: Waiting
c37eeb1a8c4c: Waiting
f67aeafcd17a: Waiting
95c187193750: Waiting
8795baad2027: Waiting
3ef4fcecba52: Waiting
82d8673e22c6: Waiting
d280c34a091c: Waiting
7fd00c5a59e3: Waiting
e669212defc4: Verifying Checksum
e669212defc4: Download complete
3e952943b7ec: Verifying Checksum
3e952943b7ec: Download complete
180ed337a280: Verifying Checksum
180ed337a280: Download complete
675920708c8b: Verifying Checksum
675920708c8b: Download complete
f992b867c53d: Verifying Checksum
f992b867c53d: Download complete
84f7401194ef: Verifying Checksum
84f7401194ef: Download complete
b012a0ba3e98: Verifying Checksum
b012a0ba3e98: Download complete
7fd00c5a59e3: Verifying Checksum
7fd00c5a59e3: Download complete
1eaa9eb8baa5: Verifying Checksum
1eaa9eb8baa5: Download complete
eb0d2045257c: Verifying Checksum
eb0d2045257c: Download complete
6d860c216121: Verifying Checksum
6d860c216121: Download complete
01de48744b9b: Verifying Checksum
01de48744b9b: Download complete
d173e809dff4: Verifying Checksum
d173e809dff4: Download complete
2263f2c95961: Verifying Checksum
2263f2c95961: Download complete
8312f4260615: Verifying Checksum
8312f4260615: Download complete
c7942ca5c3df: Verifying Checksum
c7942ca5c3df: Download complete
3bdb0878a4c3: Verifying Checksum
3bdb0878a4c3: Download complete
675920708c8b: Pull complete
3e952943b7ec: Pull complete
e669212defc4: Pull complete
83d2216ad0d5: Verifying Checksum
83d2216ad0d5: Download complete
cbc7fca4cf55: Verifying Checksum
cbc7fca4cf55: Download complete
f520232ce745: Verifying Checksum
f520232ce745: Download complete
c9e5d42db30a: Verifying Checksum
c9e5d42db30a: Download complete
7efe6cafb7db: Verifying Checksum
7efe6cafb7db: Download complete
9a4c8c9f15a7: Verifying Checksum
9a4c8c9f15a7: Download complete
f31baaad4b0a: Verifying Checksum
f31baaad4b0a: Download complete
b012a0ba3e98: Pull complete
7d3bd91416ca: Verifying Checksum
7d3bd91416ca: Download complete
180ed337a280: Pull complete
f992b867c53d: Pull complete
8a43836411f2: Verifying Checksum
8a43836411f2: Download complete
84f7401194ef: Pull complete
9c2ef6af8692: Verifying Checksum
9c2ef6af8692: Download complete
7c776a099c54: Verifying Checksum
7c776a099c54: Download complete
094558ef173f: Verifying Checksum
094558ef173f: Download complete
8f22827b155a: Verifying Checksum
8f22827b155a: Download complete
8399553f1390: Verifying Checksum
8399553f1390: Download complete
c37eeb1a8c4c: Verifying Checksum
c37eeb1a8c4c: Download complete
f67aeafcd17a: Verifying Checksum
f67aeafcd17a: Download complete
95c187193750: Verifying Checksum
95c187193750: Download complete
a1f3e869d9bb: Verifying Checksum
a1f3e869d9bb: Download complete
3ef4fcecba52: Verifying Checksum
3ef4fcecba52: Download complete
82d8673e22c6: Verifying Checksum
82d8673e22c6: Download complete
d280c34a091c: Verifying Checksum
d280c34a091c: Download complete
8795baad2027: Verifying Checksum
8795baad2027: Download complete
01de48744b9b: Pull complete
7fd00c5a59e3: Pull complete
1eaa9eb8baa5: Pull complete
eb0d2045257c: Pull complete
386b157f1e2f: Verifying Checksum
386b157f1e2f: Download complete
c7942ca5c3df: Pull complete
6d860c216121: Pull complete
d173e809dff4: Pull complete
a1f3e869d9bb: Pull complete
2263f2c95961: Pull complete
8312f4260615: Pull complete
3bdb0878a4c3: Pull complete
83d2216ad0d5: Pull complete
386b157f1e2f: Pull complete
cbc7fca4cf55: Pull complete
f520232ce745: Pull complete
c9e5d42db30a: Pull complete
7efe6cafb7db: Pull complete
9a4c8c9f15a7: Pull complete
f31baaad4b0a: Pull complete
7d3bd91416ca: Pull complete
8a43836411f2: Pull complete
9c2ef6af8692: Pull complete
7c776a099c54: Pull complete
094558ef173f: Pull complete
8f22827b155a: Pull complete
8399553f1390: Pull complete
c37eeb1a8c4c: Pull complete
f67aeafcd17a: Pull complete
95c187193750: Pull complete
8795baad2027: Pull complete
3ef4fcecba52: Pull complete
82d8673e22c6: Pull complete
d280c34a091c: Pull complete
Digest: sha256:2403492bdc2a1ddd160bfa352064321102063d6fa463c3f9cf56475ea2d4cc8a
Status: Downloaded newer image for yegor256/rultor-image:1.13.0
docker.io/yegor256/rultor-image:1.13.0
+ grep --quiet '\spolystat_awesome-bugs_55\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 64
drwx------  3 ubuntu ubuntu  4096 Feb 17 22:42 .
drwxrwxrwt 12 root   root    4096 Feb 17 22:47 ..
-rwxrwxr-x  1 ubuntu ubuntu  2089 Feb 17 22:48 end.sh
-rwxrwxr-x  1 ubuntu ubuntu   490 Feb 17 22:42 entry.sh
-rw-rw-r--  1 ubuntu ubuntu     5 Feb 17 22:42 pid
drwxrwxr-x  8 ubuntu ubuntu  4096 Feb 17 22:42 repo
-rwxrwxr-x  1 ubuntu ubuntu 12692 Feb 17 22:42 run.sh
-rw-rw-r--  1 ubuntu ubuntu  2038 Feb 17 22:42 script.sh
-rw-rw-r--  1 ubuntu ubuntu 16911 Feb 17 22:48 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-xUWE:/main --env=head=git@github.com:polystat/awesome-bugs.git --env=pull_id=55 --env=fork=git@github.com:polystat/awesome-bugs.git --env=fork_branch=renovate/pylatex-1.x --env=head_branch=master '--env=pull_title=Update dependency pylatex to v1.4.2' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/awesome-bugs.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=55'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:polystat/awesome-bugs.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/pylatex-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency pylatex to v1.4.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''python3 -m pip install --upgrade pip wheel'\'' '\'';'\'' '\''python3 -m pip install -r scripts/requirements.txt'\'' '\'';'\'' '\''python3 -m pip install -e ./scripts'\'' '\'';'\'' '\''sudo apt-get update -y'\'' '\'';'\'' '\''sudo apt-get install -y clang-tidy cmake'\'' '\'';'\'' '\''curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar"'\'' '\'';'\'' '\''curl -L -o j2eo.jar "https://search.maven.org/remotecontent?filepath=org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar"'\'' '\'';'\'' '\''git clone https://github.com/SVF-tools/SVF.git'\'' '\'';'\'' '\''cd SVF'\'' '\'';'\'' '\''source ./build.sh'\'' '\'';'\'' '\''cd ../'\'' '\'';'\'' '\''sudo apt-get install -y cppcheck'\'' '\'';'\'' '\''curl -L -o spotbugs-4.7.0.tgz "https://github.com/spotbugs/spotbugs/releases/download/4.7.0/spotbugs-4.7.0.tgz"'\'' '\'';'\'' '\''gunzip -c spotbugs-4.7.0.tgz | tar xvf -'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''python3 -m source_files_extractor tests temp/sources ""'\'' '\'';'\'' '\''python3 -m build_sources temp/sources build'\'' '\'';'\'' '\''python3 -m clang_tidy -p ./build > results/clang-out.txt'\'' '\'';'\'' '\''cat results/clang-out.txt'\'' '\'';'\'' '\''touch results/polystat-eo-out.txt'\'' '\'';'\'' '\''java -jar polystat.jar eo --in temp/sources/eo --to file=results/polystat-eo-out.txt --sarif'\'' '\'';'\'' '\''cat results/polystat-eo-out.txt'\'' '\'';'\'' '\''java -jar j2eo.jar temp/sources/java -o temp/sources/j2eo'\'' '\'';'\'' '\''touch results/polystat-j2eo-out.txt'\'' '\'';'\'' '\''java -jar polystat.jar eo --in temp/sources/j2eo --to file=results/polystat-j2eo-out.txt --sarif'\'' '\'';'\'' '\''cat results/polystat-j2eo-out.txt'\'' '\'';'\'' '\''python3 -m SVF temp/sources/cpp temp/bc results SVF/Release-build/bin'\'' '\'';'\'' '\''python3 -m cppcheck temp/sources/cpp results'\'' '\'';'\'' '\''python3 -m spotbugs spotbugs-4.7.0/lib/spotbugs.jar temp/sources/java results'\'' '\'';'\'' '\''python3 -m analyze_reports true'\'' '\'';'\'' )' --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-xUWE/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_awesome-bugs_55 yegor256/rultor-image:1.13.0 /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 systemd-timesync 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 systemd-resolve 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 rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rtkit r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G input r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G kvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G render r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G lpadmin r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G bluetooth r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G geoclue r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G scanner r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G netdev r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G avahi r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G saned r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G colord r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G pulse r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G pulse-access r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G gdm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G crontab r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/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:polystat/awesome-bugs.git' ; export 'pull_id=55' ; export 'fork=git@github.com:polystat/awesome-bugs.git' ; export 'fork_branch=renovate/pylatex-1.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency pylatex to v1.4.2' ; export 'author=yegor256' ; python3 -m pip install --upgrade pip wheel ; python3 -m pip install -r scripts/requirements.txt ; python3 -m pip install -e ./scripts ; sudo apt-get update -y ; sudo apt-get install -y clang-tidy cmake ; curl -L -o polystat.jar "https://github.com/polystat/polystat-cli/releases/download/v0.1.11/polystat.jar" ; curl -L -o j2eo.jar "https://search.maven.org/remotecontent?filepath=org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar" ; git clone https://github.com/SVF-tools/SVF.git ; cd SVF ; source ./build.sh ; cd ../ ; sudo apt-get install -y cppcheck ; curl -L -o spotbugs-4.7.0.tgz "https://github.com/spotbugs/spotbugs/releases/download/4.7.0/spotbugs-4.7.0.tgz" ; gunzip -c spotbugs-4.7.0.tgz | tar xvf - ; javac -version ; pdd --file=/dev/null ; python3 -m source_files_extractor tests temp/sources "" ; python3 -m build_sources temp/sources build ; python3 -m clang_tidy -p ./build > results/clang-out.txt ; cat results/clang-out.txt ; touch results/polystat-eo-out.txt ; java -jar polystat.jar eo --in temp/sources/eo --to file=results/polystat-eo-out.txt --sarif ; cat results/polystat-eo-out.txt ; java -jar j2eo.jar temp/sources/java -o temp/sources/j2eo ; touch results/polystat-j2eo-out.txt ; java -jar polystat.jar eo --in temp/sources/j2eo --to file=results/polystat-j2eo-out.txt --sarif ; cat results/polystat-j2eo-out.txt ; python3 -m SVF temp/sources/cpp temp/bc results SVF/Release-build/bin ; python3 -m cppcheck temp/sources/cpp results ; python3 -m spotbugs spotbugs-4.7.0/lib/spotbugs.jar temp/sources/java results ; python3 -m analyze_reports true ;
+ su --login r --command /home/r/script.sh
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /usr/local/lib/python3.8/dist-packages (22.2.2)
Collecting pip
  Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
2K5l   90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m1.8/1.88MB0m031m31.1mMB/s0mBetam36m0:00:000m:010m
?25hRequirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.34.2)
Collecting wheel
  Downloading wheel-0.45.1-py3-none-any.whl (72 kB)
2K5l   90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m72.5/72.55kB0mm31m10.7 MB/s0mmeta-36m0:00:000m
?25hInstalling collected packages: wheel, pip
33m  WARNING: The script wheel is installed in '/home/r/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m
0m33m  WARNING: The scripts pip, pip3 and pip3.8 are installed in '/home/r/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m
0mSuccessfully installed pip-25.0.1 wheel-0.45.1
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/entrypoints.py", line 58, in get_best_invocation_for_this_pip
    if found_executable and os.path.samefile(
  File "/usr/lib/python3.8/genericpath.py", line 101, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip3.8'
Call stack:
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.8/dist-packages/pip/__main__.py", line 31, in <module>
    sys.exit(_main())
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.8/logging/__init__.py", line 1458, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.8/logging/__init__.py", line 1589, in _log
    self.handle(record)
  File "/usr/lib/python3.8/logging/__init__.py", line 1599, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.8/logging/__init__.py", line 1661, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.8/logging/__init__.py", line 954, in handle
    self.emit(record)
  File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='25.0.1'),)
Defaulting to user installation because normal site-packages is not writeable
Collecting et-xmlfile==1.1.0 (from -r scripts/requirements.txt (line 1))
  Downloading et_xmlfile-1.1.0-py3-none-any.whl.metadata (1.8 kB)
Collecting openpyxl==3.0.9 (from -r scripts/requirements.txt (line 2))
  Downloading openpyxl-3.0.9-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting packaging==21.0 (from -r scripts/requirements.txt (line 3))
  Downloading packaging-21.0-py3-none-any.whl.metadata (13 kB)
Collecting parsy==1.3.0 (from -r scripts/requirements.txt (line 4))
  Downloading parsy-1.3.0-py2.py3-none-any.whl.metadata (2.6 kB)
Collecting PyYAML==5.4.1 (from -r scripts/requirements.txt (line 5))
  Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl.metadata (2.1 kB)
Collecting pylatex==1.4.2 (from -r scripts/requirements.txt (line 6))
  Downloading PyLaTeX-1.4.2.tar.gz (59 kB)
  Installing build dependencies ... ?25ldone
?25h  Getting requirements to build wheel ... ?25ldone
?25h  Preparing metadata (pyproject.toml) ... ?25ldone
?25hCollecting pyparsing>=2.0.2 (from packaging==21.0->-r scripts/requirements.txt (line 3))
  Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Collecting ordered-set (from pylatex==1.4.2->-r scripts/requirements.txt (line 6))
  Downloading ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)
Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Downloading openpyxl-3.0.9-py2.py3-none-any.whl (242 kB)
Downloading packaging-21.0-py3-none-any.whl (40 kB)
Downloading parsy-1.3.0-py2.py3-none-any.whl (6.6 kB)
Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m662.4/662.4 kB0m 31m47.5eMB/s0m-eta:36m0:00:000m
?25hDownloading pyparsing-3.1.4-py3-none-any.whl (104 kB)
Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB)
Building wheels for collected packages: pylatex
  Building wheel for pylatex (pyproject.toml) ... ?25ldone
?25h  Created wheel for pylatex: filename=PyLaTeX-1.4.2-py3-none-any.whl size=43559 sha256=6d879f1571705110d1bb43cc4b646fe5576b685edfcfd8ebec9a6685c27edde8
  Stored in directory: /home/r/.cache/pip/wheels/16/4d/d7/68ea16aec4b9e315a02ba9eac8be72cab4820f729a9b98e910
Successfully built pylatex
33mWARNING: Error parsing dependencies of distro-info: Invalid version: '0.23ubuntu1'0m33m
0mInstalling collected packages: parsy, PyYAML, pyparsing, ordered-set, et-xmlfile, pylatex, packaging, openpyxl
Successfully installed PyYAML-5.4.1 et-xmlfile-1.1.0 openpyxl-3.0.9 ordered-set-4.1.0 packaging-21.0 parsy-1.3.0 pylatex-1.4.2 pyparsing-3.1.4
Defaulting to user installation because normal site-packages is not writeable
Obtaining file:///home/r/repo/scripts
  Preparing metadata (setup.py) ... ?25ldone
?25hINFO: pip is looking at multiple versions of unknown to determine which version is compatible with other requirements. This could take a while.
31mERROR: Package 'unknown' requires a different Python: 3.8.10 not in '>=3.9'0m31m
0mcontainer 5757c877073f9910f107dfba9afc4a199a30e5a13ca6fba826f5fe52eaaa07a0 is dead
Mon Feb 17 22:50:12 UTC 2025