rultor.com logo This build log was produced by rultor.com for h1alexbel/ghminer#41
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1124
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Jun 17 09:45:15 UTC 2024
+ uptime
 09:45:15 up 0 min,  0 users,  load average: 1.31, 0.36, 0.12
+ head=git@github.com:h1alexbel/ghminer.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=h1alexbel
+ tag=0.0.5
+ vars=('--env=head=git@github.com:h1alexbel/ghminer.git' '--env=tag=0.0.5' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/ghminer.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''sudo npm install --no-color --global grunt-cli'\'' '\'';'\'' '\''npm uninstall --no-color grunt-cli'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" package.json'\'' '\'';'\'' '\''npm test'\'' '\'';'\'' '\''git commit -am "set version to ${tag}"'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --dry-run --userconfig=../npmrc'\'' '\'';'\'' '\''echo "Check if ghminer exists:"'\'' '\'';'\'' '\''npm view ghminer@${tag} && exit 1'\'' '\'';'\'' '\''echo "Publishing ghminer:"'\'' '\'';'\'' '\''npm publish --userconfig=../npmrc'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=h1alexbel')
+ scripts=('export '\''head=git@github.com:h1alexbel/ghminer.git'\''' ';' 'export '\''tag=0.0.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'sudo npm install --no-color --global grunt-cli' ';' 'npm uninstall --no-color grunt-cli' ';' 'npm install --no-color mocha' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/" package.json' ';' 'npm test' ';' 'git commit -am "set version to ${tag}"' ';' 'chmod 600 ../npmrc' ';' 'npm publish --dry-run --userconfig=../npmrc' ';' 'echo "Check if ghminer exists:"' ';' 'npm view ghminer@${tag} && exit 1' ';' 'echo "Publishing ghminer:"' ';' 'npm publish --userconfig=../npmrc' ';')
+ directory=
+ container=h1alexbel_ghminer_41
+ as_root=false
+ hostname
ip-172-31-17-252
+ pwd
/tmp/rultor-3xUo
+ 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:h1alexbel/ghminer.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:h1alexbel/ghminer.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:h1alexbel/ghminer.git'\''' ';' 'export '\''tag=0.0.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'sudo npm install --no-color --global grunt-cli' ';' 'npm uninstall --no-color grunt-cli' ';' 'npm install --no-color mocha' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/" package.json' ';' 'npm test' ';' 'git commit -am "set version to ${tag}"' ';' 'chmod 600 ../npmrc' ';' 'npm publish --dry-run --userconfig=../npmrc' ';' 'echo "Check if ghminer exists:"' ';' 'npm view ghminer@${tag} && exit 1' ';' 'echo "Publishing ghminer:"' ';' 'npm publish --userconfig=../npmrc' ';'
+ sensitive=('npmrc')
+ rm -rf .gnupg
+ '[' -z 0.0.5 ']'
+ [[ 0.0.5 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.0.5"'
tag name is valid: "0.0.5"
+ cd repo
++ git tag -l 0.0.5
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.14
++ bc
++ echo 0.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.14, low enough to run a new Docker container'
load average is 0.14, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
bccd10f490ab: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3388fa6ed601: Pulling fs layer
a12507e52312: Pulling fs layer
e23ebcc037b3: Pulling fs layer
bb4f039d23e6: Pulling fs layer
bff0f5c21f97: Pulling fs layer
d9fc8e7722be: Pulling fs layer
ad0d8d906737: Pulling fs layer
da0965651d17: Pulling fs layer
258028b06422: Pulling fs layer
78ff19bf7482: Pulling fs layer
b4f403e87234: Pulling fs layer
27f9babec026: Pulling fs layer
edda9c9c491a: Pulling fs layer
8a3be2ae9667: Pulling fs layer
0fb2ad8587f2: Pulling fs layer
ad339a44131b: Pulling fs layer
1333140dab36: Pulling fs layer
a9b611ac1ac8: Pulling fs layer
bc8a8b928d03: Pulling fs layer
b082b933f133: Pulling fs layer
16116aa7a2bd: Pulling fs layer
ba52c94956f1: Pulling fs layer
f3c2f8b0afdd: Pulling fs layer
b16e153fbe48: Pulling fs layer
6b8d855570b3: Pulling fs layer
a12507e52312: Waiting
e23ebcc037b3: Waiting
bb4f039d23e6: Waiting
bff0f5c21f97: Waiting
d9fc8e7722be: Waiting
ad0d8d906737: Waiting
da0965651d17: Waiting
258028b06422: Waiting
78ff19bf7482: Waiting
b4f403e87234: Waiting
27f9babec026: Waiting
edda9c9c491a: Waiting
8a3be2ae9667: Waiting
0fb2ad8587f2: Waiting
ad339a44131b: Waiting
1333140dab36: Waiting
a9b611ac1ac8: Waiting
bc8a8b928d03: Waiting
b082b933f133: Waiting
16116aa7a2bd: Waiting
ba52c94956f1: Waiting
f3c2f8b0afdd: Waiting
b16e153fbe48: Waiting
6b8d855570b3: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3388fa6ed601: Verifying Checksum
3388fa6ed601: Download complete
bccd10f490ab: Verifying Checksum
bccd10f490ab: Download complete
a12507e52312: Verifying Checksum
a12507e52312: Download complete
bff0f5c21f97: Verifying Checksum
bff0f5c21f97: Download complete
d9fc8e7722be: Verifying Checksum
d9fc8e7722be: Download complete
ad0d8d906737: Verifying Checksum
ad0d8d906737: Download complete
da0965651d17: Verifying Checksum
da0965651d17: Download complete
258028b06422: Verifying Checksum
258028b06422: Download complete
e23ebcc037b3: Verifying Checksum
e23ebcc037b3: Download complete
b4f403e87234: Verifying Checksum
b4f403e87234: Download complete
bccd10f490ab: Pull complete
4f4fb700ef54: Pull complete
3388fa6ed601: Pull complete
78ff19bf7482: Verifying Checksum
78ff19bf7482: Download complete
27f9babec026: Verifying Checksum
27f9babec026: Download complete
8a3be2ae9667: Verifying Checksum
8a3be2ae9667: Download complete
0fb2ad8587f2: Verifying Checksum
0fb2ad8587f2: Download complete
ad339a44131b: Verifying Checksum
ad339a44131b: Download complete
1333140dab36: Verifying Checksum
1333140dab36: Download complete
a9b611ac1ac8: Verifying Checksum
a9b611ac1ac8: Download complete
bc8a8b928d03: Verifying Checksum
bc8a8b928d03: Download complete
b082b933f133: Verifying Checksum
b082b933f133: Download complete
a12507e52312: Pull complete
16116aa7a2bd: Verifying Checksum
16116aa7a2bd: Download complete
ba52c94956f1: Verifying Checksum
ba52c94956f1: Download complete
f3c2f8b0afdd: Verifying Checksum
f3c2f8b0afdd: Download complete
b16e153fbe48: Verifying Checksum
b16e153fbe48: Download complete
6b8d855570b3: Verifying Checksum
6b8d855570b3: Download complete
bb4f039d23e6: Verifying Checksum
bb4f039d23e6: Download complete
edda9c9c491a: Verifying Checksum
edda9c9c491a: Download complete
e23ebcc037b3: Pull complete
bb4f039d23e6: Pull complete
bff0f5c21f97: Pull complete
d9fc8e7722be: Pull complete
ad0d8d906737: Pull complete
da0965651d17: Pull complete
258028b06422: Pull complete
78ff19bf7482: Pull complete
b4f403e87234: Pull complete
27f9babec026: Pull complete
edda9c9c491a: Pull complete
8a3be2ae9667: Pull complete
0fb2ad8587f2: Pull complete
ad339a44131b: Pull complete
1333140dab36: Pull complete
a9b611ac1ac8: Pull complete
bc8a8b928d03: Pull complete
b082b933f133: Pull complete
16116aa7a2bd: Pull complete
ba52c94956f1: Pull complete
f3c2f8b0afdd: Pull complete
b16e153fbe48: Pull complete
6b8d855570b3: Pull complete
Digest: sha256:54a67f9dafd27aa59e014b2982870d51c742fd7a5885fee19442213819d43dc7
Status: Downloaded newer image for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sh1alexbel_ghminer_41\s*$'
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu 4096 Jun 17 09:45 .
drwxrwxrwt 13 root   root   4096 Jun 17 09:50 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Jun 17 09:49 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jun 17 09:45 entry.sh
-rw-rw-r--  1 ubuntu ubuntu   74 Jun 17 09:45 npmrc
-rw-rw-r--  1 ubuntu ubuntu    5 Jun 17 09:45 pid
drwxrwxr-x  6 ubuntu ubuntu 4096 Jun 17 09:45 repo
-rwxrwxr-x  1 ubuntu ubuntu 6591 Jun 17 09:45 run.sh
-rw-rw-r--  1 ubuntu ubuntu  870 Jun 17 09:45 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8883 Jun 17 09:50 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-3xUo:/main --env=head=git@github.com:h1alexbel/ghminer.git --env=tag=0.0.5 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/ghminer.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''sudo npm install --no-color --global grunt-cli'\'' '\'';'\'' '\''npm uninstall --no-color grunt-cli'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" package.json'\'' '\'';'\'' '\''npm test'\'' '\'';'\'' '\''git commit -am "set version to ${tag}"'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --dry-run --userconfig=../npmrc'\'' '\'';'\'' '\''echo "Check if ghminer exists:"'\'' '\'';'\'' '\''npm view ghminer@${tag} && exit 1'\'' '\'';'\'' '\''echo "Publishing ghminer:"'\'' '\'';'\'' '\''npm publish --userconfig=../npmrc'\'' '\'';'\'' )' --env=head_branch=master --env=author=h1alexbel --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-3xUo/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=h1alexbel_ghminer_41 yegor256/rultor-image /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
++ 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-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 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
+ 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:h1alexbel/ghminer.git' ; export 'tag=0.0.5' ; export 'head_branch=master' ; export 'author=h1alexbel' ; pip install git+https://chromium.googlesource.com/external/gyp ; npm install --no-color ; sudo npm install --no-color --global grunt-cli ; npm uninstall --no-color grunt-cli ; npm install --no-color mocha ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i "s/0\.0\.0/${tag}/" package.json ; npm test ; git commit -am "set version to ${tag}" ; chmod 600 ../npmrc ; npm publish --dry-run --userconfig=../npmrc ; echo "Check if ghminer exists:" ; npm view ghminer@${tag} && exit 1 ; echo "Publishing ghminer:" ; npm publish --userconfig=../npmrc ;
+ 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
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://chromium.googlesource.com/external/gyp
  Cloning https://chromium.googlesource.com/external/gyp to /tmp/pip-req-build-1055f56x
  Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-1055f56x
  Resolved https://chromium.googlesource.com/external/gyp to commit 1615ec326858f8c2bd8f30b3a86ea71830409ce4
  Preparing metadata (setup.py) ... ?25ldone
?25hBuilding wheels for collected packages: gyp
  Building wheel for gyp (setup.py) ... ?25ldone
?25h  Created wheel for gyp: filename=gyp-0.1-py3-none-any.whl size=312071 sha256=363e00441c1ff96dde28864159fb35fa216051150db80cfe9316ec3c7e90dfcf
  Stored in directory: /tmp/pip-ephem-wheel-cache-6d0ffldm/wheels/f9/a0/c8/6aee2d87c8092cf781712963779a34382341f548f7c4530976
Successfully built gyp
Installing collected packages: gyp
33m  WARNING: The script gyp 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
0mSuccessfully installed gyp-0.1
K?25hnpm#WARN#deprecatedemkdirp@0.5.1:tLegacyhversionshoftmkdirpearetno.longerosupported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
K?25h##############)#⠦⠂reify:@dprint/linux-x64-musl:2httptfetch/GETi200yhttps:/0mKt0mK
added 421 packages, and audited 422 packages in 28s

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

6 vulnerabilities (1 moderate, 4 high, 1 critical)

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

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

Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 10.2.4 -> 10.8.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
npm notice Run `npm install -g npm@10.8.1` to update!
npm notice
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
K?25hnpm#WARN⠂deprecatedeosenv@0.1.5:rThistpackageEis2no0longer/supported.npmjs0mK
K?25h##############)#⠙#reify:picomatch:thttphfetcheGET 200 https://registry.npm0mKm0mK
added 59 packages in 3s

5 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New minor version of npm available! 10.2.4 -&gt; 10.8.1
npm notice Changelog: &lt;https://github.com/npm/cli/releases/tag/v10.8.1&gt;
npm notice Run `npm install -g npm@10.8.1` to update!
npm notice
K?25h##############)⠂⠇⠂reify:@dprint/darwin-arm64:TtimingtreifyNode:node_module0mK
up to date, audited 422 packages in 2s

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

6 vulnerabilities (1 moderate, 4 high, 1 critical)

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

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

Run `npm audit` for details.
K?25h##############)⠂⠏⠂reify:@dprint/darwin-arm64:rtimingtreifyNode:node_module0mK
up to date, audited 422 packages in 2s

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

6 vulnerabilities (1 moderate, 4 high, 1 critical)

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

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

Run `npm audit` for details.

> ghminer@0.0.5 test
> grunt --no-color

Running "mochacli:test" (mochacli) task

0m0m
0m  Test case for compiled.js0m
  32m  ✓0m90m compiles query from parts0m

0m  Test case for to-json.js0m
  32m  ✓0m90m creates .json file and writes results as JSON0m

0m  Test case for tokens.js0m
  32m  ✓0m90m fetches one token from file0m
  32m  ✓0m90m fetches a few tokens from file0m
test.json file saved


92m 0m32m 4 passing0m90m (18ms)0m


Running "eslint:target" (eslint) task

/home/r/repo/src/api.js
  0:0  warning  File ignored because of a matching ignore pattern. Use "--no-ignore" to override

✖ 1 problem (0 errors, 1 warning)


Done.
[__rultor d50ce1d] set version to 0.0.5
 2 files changed, 4 insertions(+), 4 deletions(-)
37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
0m37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m errors corrected:
0m37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m "bin[ghminer]" script name was cleaned
0m37;40mnpm0m 0m36;40mnotice0m35m0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m 📦  ghminer@0.0.5
0m37;40mnpm0m 0m36;40mnotice0m 0m35m=== Tarball Contents ===0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m 241B   .gitattributes
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.8kB  .github/workflows/codecov.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  .github/workflows/markdown-lint.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.4kB  .github/workflows/pdd.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.6kB  .github/workflows/test.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  .github/workflows/xcop.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.1kB  LICENSE.txt
0m37;40mnpm0m 0m36;40mnotice0m35m0m 5.8kB  README.md
0m37;40mnpm0m 0m36;40mnotice0m35m0m 852B   package.json
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.4kB  src/api.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  src/compiled.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.3kB  src/count-query.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 3.1kB  src/graph.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 10.7kB src/index.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.3kB  src/ratelimit-query.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.7kB  src/to-csv.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  src/to-json.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.6kB  src/tokens.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 118B   test.json
0m37;40mnpm0m 0m36;40mnotice0m 0m35m=== Tarball Details ===0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m name:          ghminer
0m37;40mnpm0m 0m36;40mnotice0m35m0m version:       0.0.5
0m37;40mnpm0m 0m36;40mnotice0m35m0m filename:      ghminer-0.0.5.tgz
0m37;40mnpm0m 0m36;40mnotice0m35m0m package size:  8.4 kB
0m37;40mnpm0m 0m36;40mnotice0m35m0m unpacked size: 40.1 kB
0m37;40mnpm0m 0m36;40mnotice0m35m0m shasum:        24fdc8d17edb59b392d9a858edb436cd5e2e6b70
0m37;40mnpm0m 0m36;40mnotice0m35m0m integrity:     sha512-uIByKS39udawB[...]yVrE05gfsOLlg==
0m37;40mnpm0m 0m36;40mnotice0m35m0m total files:   19
0m37;40mnpm0m 0m36;40mnotice0m35m0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m Publishing to https://registry.npmjs.org/ with tag latest and default access (dry-run)
0m+ ghminer@0.0.5
Check if ghminer exists:
37;40mnpm0m 0m31;40mERR!0m 0m35mcode0m E404
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m No match found for version 0.0.5
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m  'ghminer@0.0.5' is not in this registry.
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m Note that you can also install from a
0m37;40mnpm0m 0m31;40mERR!0m 0m35m4040m tarball, folder, http url, or git url.
0m
37;40mnpm0m 0m31;40mERR!0m35m0m A complete log of this run can be found in: /home/r/.npm/_logs/2024-06-17T09_51_54_523Z-debug-0.log
0mPublishing ghminer:
37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
0m37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m errors corrected:
0m37;40mnpm0m 0m30;43mWARN0m 0m35mpublish0m "bin[ghminer]" script name was cleaned
0m37;40mnpm0m 0m36;40mnotice0m35m0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m 📦  ghminer@0.0.5
0m37;40mnpm0m 0m36;40mnotice0m 0m35m=== Tarball Contents ===0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m 241B   .gitattributes
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.8kB  .github/workflows/codecov.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  .github/workflows/markdown-lint.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.4kB  .github/workflows/pdd.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.6kB  .github/workflows/test.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  .github/workflows/xcop.yml
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.1kB  LICENSE.txt
0m37;40mnpm0m 0m36;40mnotice0m35m0m 5.8kB  README.md
0m37;40mnpm0m 0m36;40mnotice0m35m0m 852B   package.json
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.4kB  src/api.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  src/compiled.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.3kB  src/count-query.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 3.1kB  src/graph.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 10.7kB src/index.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.3kB  src/ratelimit-query.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.7kB  src/to-csv.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.5kB  src/to-json.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 1.6kB  src/tokens.js
0m37;40mnpm0m 0m36;40mnotice0m35m0m 118B   test.json
0m37;40mnpm0m 0m36;40mnotice0m 0m35m=== Tarball Details ===0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m name:          ghminer
0m37;40mnpm0m 0m36;40mnotice0m35m0m version:       0.0.5
0m37;40mnpm0m 0m36;40mnotice0m35m0m filename:      ghminer-0.0.5.tgz
0m37;40mnpm0m 0m36;40mnotice0m35m0m package size:  8.4 kB
0m37;40mnpm0m 0m36;40mnotice0m35m0m unpacked size: 40.1 kB
0m37;40mnpm0m 0m36;40mnotice0m35m0m shasum:        24fdc8d17edb59b392d9a858edb436cd5e2e6b70
0m37;40mnpm0m 0m36;40mnotice0m35m0m integrity:     sha512-uIByKS39udawB[...]yVrE05gfsOLlg==
0m37;40mnpm0m 0m36;40mnotice0m35m0m total files:   19
0m37;40mnpm0m 0m36;40mnotice0m35m0m
0m37;40mnpm0m 0m36;40mnotice0m35m0m Publishing to https://registry.npmjs.org/ with tag latest and default access
0m+ ghminer@0.0.5
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ for f in "${sensitive[@]}"
+ '[' -e npmrc ']'
+ echo 'Sensitive file npmrc is absent, we are good'
Sensitive file npmrc is absent, we are good
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.5 -m '0.0.5: tagged by rultor.com'
+ git reset --hard
HEAD is now at d50ce1d set version to 0.0.5
+ git clean -fd
Removing test.json
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was d50ce1d).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:h1alexbel/ghminer.git
 * [new tag]         0.0.5 -> 0.0.5
container 7e598bb33c34ab8b73fb314d8f9410f7e33039549ec3f43d016012412b035254 is dead
Mon Jun 17 09:52:06 UTC 2024