rultor.com logo This build log was produced by rultor.com for yegor256/tacit#263
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 320713
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Jan 15 02:47:43 PM CET 2024
+ uptime
 14:47:43 up 123 days, 19:01,  0 users,  load average: 3.06, 3.13, 2.29
+ head=git@github.com:yegor256/tacit.git
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=1.7.1
+ vars=('--env=head=git@github.com:yegor256/tacit.git' '--env=tag=1.7.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/tacit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.7.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" bower.json'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" index.html'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm run rultor --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css.map'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.css'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/tacit-css-${tag}.min.css /tmp'\'' '\'';'\'' '\''mv index.html /tmp'\'' '\'';'\'' '\''mv tacit_logo.png /tmp'\'' '\'';'\'' '\''mv tacit_logo.svg /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/tacit-css-${tag}.min.css .'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit-css.min.css'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit.min.css'\'' '\'';'\'' '\''mv /tmp/index.html .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.png .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.svg .'\'' '\'';'\'' '\''git add tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add tacit-css.min.css'\'' '\'';'\'' '\''git add tacit.min.css'\'' '\'';'\'' '\''git add index.html'\'' '\'';'\'' '\''git add tacit_logo.png'\'' '\'';'\'' '\''git add tacit_logo.svg'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/tacit.git'\''' ';' 'export '\''tag=1.7.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' 'sed -i "s|VERSION|${tag}|g" bower.json' ';' 'sed -i "s|VERSION|${tag}|g" index.html' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm run rultor --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/tacit-css-${tag}.min.css' ';' 'git add -f dist/tacit-css-${tag}.min.css.map' ';' 'git add -f dist/tacit-css-${tag}.css' ';' 'git add -f dist/tacit-css.min.css' ';' 'git add -f dist/tacit-css.css' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/tacit-css-${tag}.min.css /tmp' ';' 'mv index.html /tmp' ';' 'mv tacit_logo.png /tmp' ';' 'mv tacit_logo.svg /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/tacit-css-${tag}.min.css .' ';' 'cp tacit-css-${tag}.min.css tacit-css.min.css' ';' 'cp tacit-css-${tag}.min.css tacit.min.css' ';' 'mv /tmp/index.html .' ';' 'mv /tmp/tacit_logo.png .' ';' 'mv /tmp/tacit_logo.svg .' ';' 'git add tacit-css-${tag}.min.css' ';' 'git add tacit-css.min.css' ';' 'git add tacit.min.css' ';' 'git add index.html' ';' 'git add tacit_logo.png' ';' 'git add tacit_logo.svg' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';')
+ directory=
+ container=yegor256_tacit_263
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-RsMq
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ 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:yegor256/tacit.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:yegor256/tacit.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/tacit.git'\''' ';' 'export '\''tag=1.7.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' 'sed -i "s|VERSION|${tag}|g" bower.json' ';' 'sed -i "s|VERSION|${tag}|g" index.html' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm run rultor --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/tacit-css-${tag}.min.css' ';' 'git add -f dist/tacit-css-${tag}.min.css.map' ';' 'git add -f dist/tacit-css-${tag}.css' ';' 'git add -f dist/tacit-css.min.css' ';' 'git add -f dist/tacit-css.css' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/tacit-css-${tag}.min.css /tmp' ';' 'mv index.html /tmp' ';' 'mv tacit_logo.png /tmp' ';' 'mv tacit_logo.svg /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/tacit-css-${tag}.min.css .' ';' 'cp tacit-css-${tag}.min.css tacit-css.min.css' ';' 'cp tacit-css-${tag}.min.css tacit.min.css' ';' 'mv /tmp/index.html .' ';' 'mv /tmp/tacit_logo.png .' ';' 'mv /tmp/tacit_logo.svg .' ';' 'git add tacit-css-${tag}.min.css' ';' 'git add tacit-css.min.css' ';' 'git add tacit.min.css' ';' 'git add index.html' ';' 'git add tacit_logo.png' ';' 'git add tacit_logo.svg' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 1.7.1 ']'
+ [[ 1.7.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "1.7.1"'
tag name is valid: "1.7.1"
+ cd repo
++ git tag -l 1.7.1
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=2.29
++ echo 2.29 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 2.29, low enough to run a new Docker container'
load average is 2.29, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.22.0
+ docker pull yegor256/rultor-image:1.22.0
1.22.0: Pulling from yegor256/rultor-image
Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272
Status: Image is up to date for yegor256/rultor-image:1.22.0
docker.io/yegor256/rultor-image:1.22.0
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_tacit_263\s*$'
+ ls -al .
total 56
drwx------  3 rultor rultor 4096 Jan 15 14:47 .
drwxrwxrwt 16 root   root   4096 Jan 15 14:47 ..
-rwxrwxr-x  1 rultor rultor  556 Jan 15 14:47 end.sh
-rwxrwxr-x  1 rultor rultor  466 Jan 15 14:47 entry.sh
-rw-rw-r--  1 rultor rultor   74 Jan 15 14:47 npmrc
-rw-rw-r--  1 rultor rultor    7 Jan 15 14:47 pid
drwxrwxr-x  5 rultor rultor 4096 Jan 15 14:47 repo
-rwxrwxr-x  1 rultor rultor 9308 Jan 15 14:47 run.sh
-rw-rw-r--  1 rultor rultor 1915 Jan 15 14:47 script.sh
-rw-rw-r--  1 rultor rultor 8948 Jan 15 14:47 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RsMq:/main --env=head=git@github.com:yegor256/tacit.git --env=tag=1.7.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/tacit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.7.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" bower.json'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" index.html'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm run rultor --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css.map'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.css'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/tacit-css-${tag}.min.css /tmp'\'' '\'';'\'' '\''mv index.html /tmp'\'' '\'';'\'' '\''mv tacit_logo.png /tmp'\'' '\'';'\'' '\''mv tacit_logo.svg /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/tacit-css-${tag}.min.css .'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit-css.min.css'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit.min.css'\'' '\'';'\'' '\''mv /tmp/index.html .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.png .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.svg .'\'' '\'';'\'' '\''git add tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add tacit-css.min.css'\'' '\'';'\'' '\''git add tacit.min.css'\'' '\'';'\'' '\''git add index.html'\'' '\'';'\'' '\''git add tacit_logo.png'\'' '\'';'\'' '\''git add tacit_logo.svg'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-RsMq/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_tacit_263 yegor256/rultor-image:1.22.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ 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-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 systemd-timesync 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 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./npmrc ./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
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Found 8 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir /home/r/repo
Excluding dist/**/*
Excluding node_modules/**/*
Excluding .sass-cache/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/bower.json is a binary file (418 bytes)
/home/r/repo/package.json is a binary file (959 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
/home/r/repo/tacit_logo.png is a binary file (6846 bytes)
/home/r/repo/tacit_logo.svg is a binary file (1156 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/grunt.yml ...
Reading .github/workflows/pdd.yml ...
Reading .gitignore ...
Reading .npmignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .sasslintrc ...
Reading Gruntfile.js ...
Reading LICENSE ...
Reading README.md ...
Reading index.html ...
Reading scss/_defs.scss ...
Reading scss/_forms.scss ...
Reading scss/_grid.scss ...
Reading scss/_headings.scss ...
Reading scss/_pre.scss ...
Reading scss/_responsive.scss ...
Reading scss/_tables.scss ...
Reading scss/_typography.scss ...
Reading scss/main.scss ...
K?25hnpm#WARN⠂deprecatederesolve-url@0.2.1::https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
K?25hnpm#WARN⠂deprecatedecircular-json@0.3.3:pCircularJSON0ishinpmaintenanceyonly,yflatted is its successor.
K?25hnpm#WARN⠂deprecatedehar-validator@5.1.5:tthiselibrarytis0notlongerrsupportedKs0mK
K?25hnpm#WARN⠂deprecatedeuuid@3.4.0:-Pleaselupgrades:totversionh7Gorihigher.psOlder0versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
K?25hnpm#WARN#deprecatede@npmcli/move-file@2.0.1:EThis0functionalityshas.beensmoved0to @npmcli/fs
K?25hnpm#WARN#deprecatederequest-promise-native@1.0.9:Trequest-promise-nativenhasKbeen deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
K?25hnpm#WARN#deprecated left-pad@1.3.0:-usemString.prototype.padStart() request-pr0mK
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
K?25hnpm#WARN#deprecated domexception@1.0.1:lUsehyourfplatform's0nativesDOMExceptionminstead
K?25hnpm#WARN#deprecated urix@0.1.0:iPlease-see:https://github.com/lydell/urix#deprecated
K?25hnpm#WARN#deprecated source-map-resolve@0.5.3:aSee https://github.com/lydell/source-map-resolve#deprecated
K?25hnpm#WARN#deprecatederequest@2.88.2:hrequestchasEbeen0deprecated,gseerhttps://github.com/request/request/issues/3142
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
K?25h##############)#⠹⠂reify:lodash:hhttpffetchGGET2200hhttps://registry.npmjs.0mKn0mK
added 662 packages, and audited 887 packages in 32s

54 packages are looking for funding
  run `npm fund` for details

16 vulnerabilities (11 moderate, 4 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 9.6.7 -> 10.3.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.3.0>
npm notice Run `npm install -g npm@10.3.0` to update!
npm notice
v1.7.1

> tacit-css@1.7.1 rultor
> grunt rultor --no-color

Running "sasslint:allFiles" (sasslint) task

Running "sass:dist" (sass) task

Running "sass:uncompressed" (sass) task

Running "css_purge:dist" (css_purge) task
>> File successfully purged to "dist/tacit-css-1.7.1.min.css"
>> File successfully purged to "dist/tacit-css.min.css"

Running "css_purge:uncompressed" (css_purge) task
>> File successfully purged to "dist/tacit-css-1.7.1.css"
>> File successfully purged to "dist/tacit-css.css"

Running "checkYear" task

Running "validate" task

Done.
[__rultor c8a2c64] Added CSS files for 1.7.1
 7 files changed, 25 insertions(+), 4 deletions(-)
 create mode 100644 dist/tacit-css-1.7.1.css
 create mode 100644 dist/tacit-css-1.7.1.min.css
 create mode 100644 dist/tacit-css-1.7.1.min.css.map
 create mode 100644 dist/tacit-css.css
 create mode 100644 dist/tacit-css.min.css
D       tacit_logo.png
D       tacit_logo.svg
branch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
HEAD is now at ba7dec3 1.7.0
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Removing dist/
Removing node_modules/
Removing package-lock.json
[gh-pages 7786a86] 1.7.1
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 tacit-css-1.7.1.min.css
Switched to branch '__rultor'
npm notice
npm notice 📦  tacit-css@1.7.1
npm notice === Tarball Contents ===
npm notice 4.7kB  Gruntfile.js
npm notice 1.1kB  LICENSE
npm notice 5.2kB  README.md
npm notice 5.7kB  dist/tacit-css-1.7.1.css
npm notice 5.6kB  dist/tacit-css-1.7.1.min.css
npm notice 11.3kB dist/tacit-css-1.7.1.min.css.map
npm notice 5.7kB  dist/tacit-css.css
npm notice 5.6kB  dist/tacit-css.min.css
npm notice 959B   package.json
npm notice === Tarball Details ===
npm notice name:          tacit-css
npm notice version:       1.7.1
npm notice filename:      tacit-css-1.7.1.tgz
npm notice package size:  9.2 kB
npm notice unpacked size: 45.8 kB
npm notice shasum:        ed0301de41ec26ee61f1d0aa15301af86903397c
npm notice integrity:     sha512-qxcKSbObgzb0S[...]yR5S79D+Be6yQ==
npm notice total files:   9
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
+ tacit-css@1.7.1
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 1.7.1 -m '1.7.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at c8a2c64 Added CSS files for 1.7.1
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was c8a2c64).
+ git push --all origin
To github.com:yegor256/tacit.git
   ba7dec3..7786a86  gh-pages -> gh-pages
+ git push --tags origin
To github.com:yegor256/tacit.git
 * [new tag]         1.7.1 -> 1.7.1
 * [new tag]         v1.7.1 -> v1.7.1
container fc1eeaa39446fc6aeaf034ce2941bfb5b2f6002e962a651addb52ab170749675 is dead
Mon Jan 15 02:49:18 PM CET 2024