yegor256 / blog

My blog about computers, written in Jekyll and deployed to GitHub Pages
https://www.yegor256.com
Other
115 stars 62 forks source link

research flow #669

Closed yegor256 closed 8 months ago

yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

b3.rultor.com
+ pwd
/tmp/rultor-be0x
+ 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/blog.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/blog.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/blog.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle install --no-color' ';' 'sudo npm install -g eslint@8.44.0' ';' 'export JEKYLL_ENV=production' ';' 'LC_ALL=en_US.UTF-8 bundle exec rake' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@yegor256.com"' ';' 'git config --global user.name "Rultor"' ';' 'echo -e "chatgpt-translate:\n  api_key_file: $(pwd)/../chatgpt-key.txt" > _config-deploy.yml' ';' 'LC_ALL=en_US.UTF-8 jgd' ';' 'rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm' ';' 'gem install fontcustom' ';' 'fontcustom --version' ';' '"$(pwd)/_glyphs/compile.sh" /tmp/icons' ';' 'git checkout gh-pages' ';' 'git pull' ';' 'for e in svg ttf woff eot css; do cp /tmp/icons/icons.${e} css; git add css/icons.${e}; done' ';' 'git commit -am '\''new glyphs'\'' || echo no changes in glyphs' ';' 'git push origin gh-pages' ';'
+ rm -rf .gnupg
+ cd repo
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.26
++ echo 0.26 '>' 30
++ bc
./run.sh: line 107: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 107: [: -eq: unary operator expected
+ echo 'load average is 0.26, low enough to run a new Docker container'
load average is 0.26, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n . ']'
++ dd if=/dev/urandom bs=10k count=1
++ tr -cd a-z0-9
++ head -c 8
+ use_image=yegor256/rultor-f856vzqu
+ docker build . -t yegor256/rultor-f856vzqu
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 ...

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 1.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 1.3s
ERROR: failed to solve: failed to read dockerfile: open /hdd/docker/tmp/buildkit-mount3695960871/Dockerfile: no such file or directory
'cid' file is absent, most probably the Docker container wasn't started correctly
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 11min)

    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:240:in `with_profiling'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:205:in `render'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:218:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:39:in `block (3 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:59:in `measure_counts'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:38:in `block (2 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:63:in `measure_bytes'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:37:in `block in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:70:in `measure_time'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:36:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:129:in `render_liquid'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:80:in `render_document'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:63:in `run'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/convertible.rb:209:in `do_layout'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/page.rb:133:in `render'
    from /home/r/repo/_plugins/amp.rb:95:in `block in generate'
    from /home/r/repo/_plugins/amp.rb:82:in `each'
    from /home/r/repo/_plugins/amp.rb:82:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:193:in `block in generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:79:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:28:in `process_site'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:65:in `build'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:36:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `block in process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:18:in `block (2 levels) in init_with_program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/exe/jekyll:15:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `load'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `<main>'
rake aborted!
Jekyll failed with pid 2133 exit 1
/home/r/repo/Rakefile:109:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:486:in `exec'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:25:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:48:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/friendly_errors.rb:120:in `with_friendly_errors'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:36:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `load'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `<main>'
Tasks: TOP => default => build
(See full trace by running task with --trace)
container 33406f04680b71bcd77407dffbb4d58e650a88d6c6927e39e827bcb8e6a51b43 is dead
Tue Feb  6 10:25:02 AM CET 2024
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 6min)

#8 11.83 [ 82%] Building C object CMakeFiles/tidy-share.dir/src/tmbstr.c.o
#8 11.89 [ 83%] Building C object CMakeFiles/tidy-share.dir/src/utf8.c.o
#8 11.95 [ 85%] Building C object CMakeFiles/tidy-share.dir/src/tidylib.c.o
#8 12.15 [ 87%] Building C object CMakeFiles/tidy-share.dir/src/mappedio.c.o
#8 12.20 [ 89%] Building C object CMakeFiles/tidy-share.dir/src/gdoc.c.o
#8 12.25 [ 91%] Building C object CMakeFiles/tidy-share.dir/src/language.c.o
#8 12.35 [ 92%] Building C object CMakeFiles/tidy-share.dir/src/messageobj.c.o
#8 12.44 [ 94%] Building C object CMakeFiles/tidy-share.dir/src/sprtf.c.o
#8 12.48 [ 96%] Linking C shared library libtidy.so
#8 12.57 [ 96%] Built target tidy-share
#8 12.59 [ 98%] Building C object CMakeFiles/tidy.dir/console/tidy.c.o
#8 12.75 [100%] Linking C executable tidy
#8 12.80 [100%] Built target tidy
#8 12.87 Consolidate compiler generated dependencies of target tidy-static
#8 12.89 [ 48%] Built target tidy-static
#8 12.91 Consolidate compiler generated dependencies of target tidy-share
#8 12.93 [ 96%] Built target tidy-share
#8 12.94 Consolidate compiler generated dependencies of target tidy
#8 12.95 [100%] Built target tidy
#8 12.97 Install the project...
#8 12.98 -- Install configuration: ""
#8 12.98 -- Installing: /usr/local/lib/libtidy.a
#8 12.98 -- Installing: /usr/local/include/tidyplatform.h
#8 12.98 -- Installing: /usr/local/include/tidy.h
#8 12.98 -- Installing: /usr/local/include/tidyenum.h
#8 12.98 -- Installing: /usr/local/include/tidybuffio.h
#8 12.98 -- Installing: /usr/local/lib/libtidy.so.5.8.0
#8 12.98 -- Installing: /usr/local/lib/libtidy.so.58
#8 12.98 -- Installing: /usr/local/lib/libtidy.so
#8 12.98 -- Installing: /usr/local/bin/tidy
#8 12.99 -- Installing: /usr/local/lib/pkgconfig/tidy.pc
#8 12.99 /bin/sh: 1: tidy-html5: not found
#8 ERROR: process "/bin/sh -c git clone https://github.com/htacg/tidy-html5.git _tidy-html5 &&   cd _tidy-html5/build/cmake &&   git checkout 5.8.0 &&   cmake ../.. &&   make &&   make install &&   tidy-html5 --version" did not complete successfully: exit code: 127
------
 > [4/9] RUN git clone https://github.com/htacg/tidy-html5.git _tidy-html5 &&   cd _tidy-html5/build/cmake &&   git checkout 5.8.0 &&   cmake ../.. &&   make &&   make install &&   tidy-html5 --version:
12.98 -- Installing: /usr/local/include/tidyplatform.h
12.98 -- Installing: /usr/local/include/tidy.h
12.98 -- Installing: /usr/local/include/tidyenum.h
12.98 -- Installing: /usr/local/include/tidybuffio.h
12.98 -- Installing: /usr/local/lib/libtidy.so.5.8.0
12.98 -- Installing: /usr/local/lib/libtidy.so.58
12.98 -- Installing: /usr/local/lib/libtidy.so
12.98 -- Installing: /usr/local/bin/tidy
12.99 -- Installing: /usr/local/lib/pkgconfig/tidy.pc
12.99 /bin/sh: 1: tidy-html5: not found
------
Dockerfile:36
--------------------
  35 |     
  36 | >>> RUN git clone https://github.com/htacg/tidy-html5.git _tidy-html5 && \
  37 | >>>   cd _tidy-html5/build/cmake && \
  38 | >>>   git checkout 5.8.0 && \
  39 | >>>   cmake ../.. && \
  40 | >>>   make && \
  41 | >>>   make install && \
  42 | >>>   tidy-html5 --version
  43 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/htacg/tidy-html5.git _tidy-html5 &&   cd _tidy-html5/build/cmake &&   git checkout 5.8.0 &&   cmake ../.. &&   make &&   make install &&   tidy-html5 --version" did not complete successfully: exit code: 127
'cid' file is absent, most probably the Docker container wasn't started correctly
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

#11 1.593 cc  -o sfnt2woff sfnt2woff.o woff.o -lz
#11 1.623 cc    -c -o woff2sfnt.o woff2sfnt.c
#11 1.674 cc  -o woff2sfnt woff2sfnt.o woff.o -lz
#11 1.704 sfnt2woff: invalid option -- '-'
#11 1.704 Usage:
#11 1.704   sfnt2woff [-v <maj>.<min>] [-m <metadata.xml>] [-p <private.dat>] <otffile>
#11 1.704     package OpenType <otffile> as WOFF, creating <otffile>.woff
#11 1.704 Options:
#11 1.704     -v <maj>.<min>     set font version number (major and minor, both integers)
#11 1.704     -m <metadata.xml>  include metadata from <metadata.xml> (not validated)
#11 1.704     -p <private.dat>   include private data block
#11 DONE 2.6s

#12 [8/9] RUN npm install -g cssshrink@0.0.5 &&   cssshrink --version
#12 5.185 
#12 5.185 added 11 packages in 3s
#12 5.280 node:internal/fs/utils:350
#12 5.280     throw err;
#12 5.280     ^
#12 5.280 
#12 5.280 Error: ENOENT: no such file or directory, open '--version'
#12 5.280     at Object.openSync (node:fs:603:3)
#12 5.280     at readFileSync (node:fs:471:35)
#12 5.280     at Object.<anonymous> (/usr/lib/node_modules/cssshrink/bin/cli.js:6:11)
#12 5.280     at Module._compile (node:internal/modules/cjs/loader:1256:14)
#12 5.280     at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
#12 5.280     at Module.load (node:internal/modules/cjs/loader:1119:32)
#12 5.280     at Module._load (node:internal/modules/cjs/loader:960:12)
#12 5.280     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
#12 5.280     at node:internal/main/run_main_module:23:47 {
#12 5.280   errno: -2,
#12 5.280   syscall: 'open',
#12 5.280   code: 'ENOENT',
#12 5.280   path: '--version'
#12 5.280 }
#12 5.280 
#12 5.280 Node.js v18.17.1
#12 ERROR: process "/bin/sh -c npm install -g cssshrink@0.0.5 &&   cssshrink --version" did not complete successfully: exit code: 1
------
 > [8/9] RUN npm install -g cssshrink@0.0.5 &&   cssshrink --version:
5.280     at Module._load (node:internal/modules/cjs/loader:960:12)
5.280     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
5.280     at node:internal/main/run_main_module:23:47 {
5.280   errno: -2,
5.280   syscall: 'open',
5.280   code: 'ENOENT',
5.280   path: '--version'
5.280 }
5.280 
5.280 Node.js v18.17.1
------
Dockerfile:52
--------------------
  51 |     
  52 | >>> RUN npm install -g cssshrink@0.0.5 && \
  53 | >>>   cssshrink --version
  54 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c npm install -g cssshrink@0.0.5 &&   cssshrink --version" did not complete successfully: exit code: 1
'cid' file is absent, most probably the Docker container wasn't started correctly
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 7min)

    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:240:in `with_profiling'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:205:in `render'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:218:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:39:in `block (3 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:59:in `measure_counts'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:38:in `block (2 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:63:in `measure_bytes'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:37:in `block in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:70:in `measure_time'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:36:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:129:in `render_liquid'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:80:in `render_document'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:63:in `run'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/convertible.rb:209:in `do_layout'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/page.rb:133:in `render'
    from /home/r/repo/_plugins/amp.rb:95:in `block in generate'
    from /home/r/repo/_plugins/amp.rb:82:in `each'
    from /home/r/repo/_plugins/amp.rb:82:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:193:in `block in generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:79:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:28:in `process_site'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:65:in `build'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:36:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `block in process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:18:in `block (2 levels) in init_with_program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/exe/jekyll:15:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `load'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `<main>'
rake aborted!
Jekyll failed with pid 2125 exit 1
/home/r/repo/Rakefile:109:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:486:in `exec'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:25:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:48:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/friendly_errors.rb:120:in `with_friendly_errors'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:36:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `load'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `<main>'
Tasks: TOP => default => build
(See full trace by running task with --trace)
container 501f51ac4c0539893220e9fc5db49f25943beb2038445349be429a823e104c09 is dead
Tue Feb  6 11:32:14 AM CET 2024
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 5min)

    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:240:in `with_profiling'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:205:in `render'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/liquid-4.0.4/lib/liquid/template.rb:218:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:39:in `block (3 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:59:in `measure_counts'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:38:in `block (2 levels) in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:63:in `measure_bytes'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:37:in `block in render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:70:in `measure_time'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/liquid_renderer/file.rb:36:in `render!'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:129:in `render_liquid'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:80:in `render_document'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/renderer.rb:63:in `run'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/convertible.rb:209:in `do_layout'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/page.rb:133:in `render'
    from /home/r/repo/_plugins/amp.rb:95:in `block in generate'
    from /home/r/repo/_plugins/amp.rb:82:in `each'
    from /home/r/repo/_plugins/amp.rb:82:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:193:in `block in generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:191:in `generate'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/site.rb:79:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:28:in `process_site'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:65:in `build'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:36:in `process'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `block in process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/command.rb:91:in `process_with_graceful_fail'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/lib/jekyll/commands/build.rb:18:in `block (2 levels) in init_with_program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
    from /usr/local/rvm/gems/ruby-3.0.1/gems/jekyll-4.3.3/exe/jekyll:15:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `load'
    from /usr/local/rvm/gems/ruby-3.0.1/bin/jekyll:23:in `<main>'
rake aborted!
Jekyll failed with pid 2120 exit 1
/home/r/repo/Rakefile:109:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:486:in `exec'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:25:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:48:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/friendly_errors.rb:120:in `with_friendly_errors'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:36:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `load'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `<main>'
Tasks: TOP => default => build
(See full trace by running task with --trace)
container d4b7c79a07c1ce9a7494105e481e9611fc6f620c71be69291793ee6fa3303117 is dead
Tue Feb  6 02:20:53 PM CET 2024
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Oops, I failed. You can see the full log here (spent 8min)

Could not find gems matching 'tiktoken_ruby' valid for all resolution platforms
(aarch64-linux, arm-linux, arm64-darwin, x86_64-darwin, x86_64-linux-musl) in
rubygems repository https://rubygems.org/ or installed locally.

The source contains the following gems matching 'tiktoken_ruby':
  * tiktoken_ruby-0.0.1-aarch64-linux
  * tiktoken_ruby-0.0.1-arm-linux
  * tiktoken_ruby-0.0.1-arm64-darwin
  * tiktoken_ruby-0.0.1
  * tiktoken_ruby-0.0.1-x64-mingw-ucrt
  * tiktoken_ruby-0.0.1-x64-mingw32
  * tiktoken_ruby-0.0.1-x86_64-darwin
  * tiktoken_ruby-0.0.1-x86_64-linux
  * tiktoken_ruby-0.0.2-aarch64-linux
  * tiktoken_ruby-0.0.2-arm-linux
  * tiktoken_ruby-0.0.2-arm64-darwin
  * tiktoken_ruby-0.0.2
  * tiktoken_ruby-0.0.2-x64-mingw-ucrt
  * tiktoken_ruby-0.0.2-x64-mingw32
  * tiktoken_ruby-0.0.2-x86_64-darwin
  * tiktoken_ruby-0.0.2-x86_64-linux
  * tiktoken_ruby-0.0.2-x86_64-linux-musl
  * tiktoken_ruby-0.0.3-aarch64-linux
  * tiktoken_ruby-0.0.3-arm-linux
  * tiktoken_ruby-0.0.3-arm64-darwin
  * tiktoken_ruby-0.0.3
  * tiktoken_ruby-0.0.3-x64-mingw-ucrt
  * tiktoken_ruby-0.0.3-x64-mingw32
  * tiktoken_ruby-0.0.3-x86_64-darwin
  * tiktoken_ruby-0.0.3-x86_64-linux
  * tiktoken_ruby-0.0.3-x86_64-linux-musl
  * tiktoken_ruby-0.0.4-aarch64-linux
  * tiktoken_ruby-0.0.4-arm-linux
  * tiktoken_ruby-0.0.4-arm64-darwin
  * tiktoken_ruby-0.0.4
  * tiktoken_ruby-0.0.4-x64-mingw-ucrt
  * tiktoken_ruby-0.0.4-x64-mingw32
  * tiktoken_ruby-0.0.4-x86_64-darwin
  * tiktoken_ruby-0.0.4-x86_64-linux
  * tiktoken_ruby-0.0.4-x86_64-linux-musl
  * tiktoken_ruby-0.0.5-aarch64-linux
  * tiktoken_ruby-0.0.5-arm-linux
  * tiktoken_ruby-0.0.5-arm64-darwin
  * tiktoken_ruby-0.0.5
  * tiktoken_ruby-0.0.5-x64-mingw-ucrt
  * tiktoken_ruby-0.0.5-x64-mingw32
  * tiktoken_ruby-0.0.5-x86_64-darwin
  * tiktoken_ruby-0.0.5-x86_64-linux
  * tiktoken_ruby-0.0.5-x86_64-linux-musl
  * tiktoken_ruby-0.0.6-aarch64-linux
  * tiktoken_ruby-0.0.6-arm-linux
  * tiktoken_ruby-0.0.6-arm64-darwin
  * tiktoken_ruby-0.0.6
  * tiktoken_ruby-0.0.6-x64-mingw-ucrt
  * tiktoken_ruby-0.0.6-x64-mingw32
  * tiktoken_ruby-0.0.6-x86_64-darwin
  * tiktoken_ruby-0.0.6-x86_64-linux
  * tiktoken_ruby-0.0.6-x86_64-linux-musl
container a5fe4d716e3000670d5cb972deb46ce507c37d6e03e83ead2a2633135c63ca54 is dead
Tue Feb  6 05:10:47 PM CET 2024
yegor256 commented 8 months ago

@rultor deploy

rultor commented 8 months ago

@rultor deploy

@yegor256 OK, I'll try to deploy now. You can check the progress here

rultor commented 8 months ago

@rultor deploy

@yegor256 Done! FYI, the full log is here (took me 20min)