Can not run jekyll new site

Once I first create a new Jekyll website with the jekyll new site command it cannot be run. The following bug is shown.

in the future copy and paste the output in the console rather than posting a screenshot - makes it a lot easier for us to see it and google parts of it.

It looks like webrick didn’t get installed, I think that is an issue when you use ruby 3 for some reason.

Try installing it manuall: gem install webrick

Prior to Ruby 3.0, webrick was part of Ruby’s standard library.
Ruby 3.0 onward, it is a separate gem that has to be explicitly installed or added to the Gemfile:

bundle add webrick

Jekyll 4.3.0 onward will have the gem as a β€œdependency” and therefore automatically loaded.

1 Like

After that it shows this errorr
Screenshot 2022-01-18 121819

12:11:35 PM: Build ready to start
12:11:37 PM: build-image version: 73def8bb10593b9b818f44989a75ea508018ccb7 (focal)
12:11:37 PM: build-image tag: v4.5.2
12:11:37 PM: buildbot version: 88f1e1bd2fbc847906c2e7314cc1bbfb0f3d02f3
12:11:37 PM: Fetching cached dependencies
12:11:37 PM: Failed to fetch cache, continuing with build
12:11:37 PM: Starting to prepare the repo for build
12:11:38 PM: No cached dependencies found. Cloning fresh repo
12:11:38 PM: git clone https://github.com/sumiyurup/jasper2
12:11:38 PM: Preparing Git Reference refs/heads/master
12:11:39 PM: Parsing package.json dependencies
12:11:39 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: '' versus '/' in the Netlify UI
12:11:39 PM: Starting build script
12:11:40 PM: Installing dependencies
12:11:40 PM: Python version set to 2.7
12:11:40 PM: Downloading and installing node v16.13.2...
12:11:40 PM: Downloading https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz...
12:11:41 PM: Computing checksum with sha256sum
12:11:41 PM: Checksums matched!
12:11:44 PM: Now using node v16.13.2 (npm v8.1.2)
12:11:44 PM: Started restoring cached build plugins
12:11:44 PM: Finished restoring cached build plugins
12:11:44 PM: Attempting ruby version 2.7.2, read from environment
12:11:46 PM: Using ruby version 2.7.2
12:11:46 PM: Using PHP version 8.0
12:11:46 PM: Started restoring cached ruby gems
12:11:46 PM: Finished restoring cached ruby gems
12:11:46 PM: Installing gem bundle
12:11:46 PM: [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path '/opt/build/cache/bundle'`, and stop using this flag
12:11:46 PM: [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`
12:11:49 PM: Fetching gem metadata from https://rubygems.org/..........
12:11:49 PM: Resolving dependencies....
12:11:49 PM: Fetching rake 13.0.6
12:11:50 PM: Installing rake 13.0.6
12:11:50 PM: Fetching concurrent-ruby 1.1.9
12:11:50 PM: Fetching minitest 5.15.0
12:11:50 PM: Using bundler 2.2.33
12:11:50 PM: Fetching thread_safe 0.3.6
12:11:50 PM: Fetching zeitwerk 2.5.3
12:11:50 PM: Fetching public_suffix 4.0.6
12:11:50 PM: Fetching coffee-script-source 1.11.1
12:11:50 PM: Fetching execjs 2.8.1
12:11:50 PM: Fetching colorator 1.1.0
12:11:50 PM: Installing execjs 2.8.1
12:11:50 PM: Installing coffee-script-source 1.11.1
12:11:50 PM: Installing zeitwerk 2.5.3
12:11:50 PM: Installing colorator 1.1.0
12:11:50 PM: Installing thread_safe 0.3.6
12:11:50 PM: Installing public_suffix 4.0.6
12:11:50 PM: Installing minitest 5.15.0
12:11:50 PM: Installing concurrent-ruby 1.1.9
12:11:50 PM: Fetching unf_ext 0.0.8
12:11:50 PM: Fetching eventmachine 1.2.7
12:11:50 PM: Fetching http_parser.rb 0.8.0
12:11:50 PM: Fetching ffi 1.15.5
12:11:50 PM: Installing eventmachine 1.2.7 with native extensions
12:11:50 PM: Fetching faraday-em_http 1.0.0
12:11:50 PM: Installing http_parser.rb 0.8.0 with native extensions
12:11:50 PM: Fetching faraday-em_synchrony 1.0.0
12:11:50 PM: Installing unf_ext 0.0.8 with native extensions
12:11:50 PM: Fetching faraday-excon 1.1.0
12:11:50 PM: Installing faraday-em_http 1.0.0
12:11:50 PM: Installing ffi 1.15.5 with native extensions
12:11:50 PM: Installing faraday-em_synchrony 1.0.0
12:11:50 PM: Fetching faraday-httpclient 1.0.1
12:11:50 PM: Installing faraday-excon 1.1.0
12:11:51 PM: Fetching multipart-post 2.1.1
12:11:51 PM: Installing faraday-httpclient 1.0.1
12:11:51 PM: Fetching faraday-net_http 1.0.1
12:11:51 PM: Installing multipart-post 2.1.1
12:11:51 PM: Fetching faraday-net_http_persistent 1.2.0
12:11:51 PM: Installing faraday-net_http 1.0.1
12:11:51 PM: Installing faraday-net_http_persistent 1.2.0
12:11:54 PM: Fetching faraday-patron 1.0.0
12:11:54 PM: Fetching faraday-rack 1.0.0
12:11:54 PM: Installing faraday-patron 1.0.0
12:11:54 PM: Installing faraday-rack 1.0.0
12:12:12 PM: Fetching faraday-retry 1.0.3
12:12:12 PM: Installing faraday-retry 1.0.3
12:12:13 PM: Fetching ruby2_keywords 0.0.5
12:12:13 PM: Installing ruby2_keywords 0.0.5
12:12:23 PM: Fetching forwardable-extended 2.6.0
12:12:23 PM: Fetching rb-fsevent 0.11.0
12:12:23 PM: Fetching gemoji 3.0.1
12:12:23 PM: Installing forwardable-extended 2.6.0
12:12:23 PM: Installing rb-fsevent 0.11.0
12:12:23 PM: Installing gemoji 3.0.1
12:12:24 PM: Fetching rexml 3.2.5
12:12:24 PM: Fetching liquid 4.0.3
12:12:24 PM: Fetching mercenary 0.3.6
12:12:24 PM: Fetching safe_yaml 1.0.5
12:12:24 PM: Fetching rouge 3.26.0
12:12:24 PM: Fetching racc 1.6.0
12:12:24 PM: Fetching jekyll-paginate 1.1.0
12:12:24 PM: Fetching rubyzip 2.3.2
12:12:24 PM: Installing mercenary 0.3.6
12:12:24 PM: Installing safe_yaml 1.0.5
12:12:24 PM: Installing jekyll-paginate 1.1.0
12:12:24 PM: Installing liquid 4.0.3
12:12:24 PM: Installing rexml 3.2.5
12:12:24 PM: Installing rubyzip 2.3.2
12:12:24 PM: Installing racc 1.6.0 with native extensions
12:12:24 PM: Installing rouge 3.26.0
12:12:25 PM: Fetching jekyll-swiss 1.0.0
12:12:25 PM: Fetching unicode-display_width 1.8.0
12:12:25 PM: Fetching slugify 1.0.7
12:12:25 PM: Installing jekyll-swiss 1.0.0
12:12:25 PM: Installing unicode-display_width 1.8.0
12:12:25 PM: Installing slugify 1.0.7
12:12:26 PM: Fetching coffee-script 2.4.1
12:12:26 PM: Fetching addressable 2.8.0
12:12:26 PM: Fetching tzinfo 1.2.9
12:12:26 PM: Fetching faraday-multipart 1.0.3
12:12:26 PM: Fetching i18n 0.9.5
12:12:26 PM: Fetching unf 0.1.4
12:12:26 PM: Fetching pathutil 0.16.2
12:12:26 PM: Fetching ethon 0.15.0
12:12:26 PM: Installing coffee-script 2.4.1
12:12:26 PM: Installing pathutil 0.16.2
12:12:26 PM: Installing faraday-multipart 1.0.3
12:12:26 PM: Installing unf 0.1.4
12:12:26 PM: Installing tzinfo 1.2.9
12:12:26 PM: Installing addressable 2.8.0
12:12:26 PM: Installing i18n 0.9.5
12:12:26 PM: Installing ethon 0.15.0
12:12:26 PM: Fetching rb-inotify 0.10.1
12:12:26 PM: Fetching em-websocket 0.5.3
12:12:26 PM: Fetching kramdown 2.3.1
12:12:26 PM: Installing rb-inotify 0.10.1
12:12:26 PM: Fetching terminal-table 1.8.0
12:12:26 PM: Installing kramdown 2.3.1
12:12:26 PM: Installing em-websocket 0.5.3
12:12:26 PM: Fetching nokogiri 1.13.1 (x86_64-linux)
12:12:26 PM: Installing terminal-table 1.8.0
12:12:26 PM: Fetching faraday 1.9.3
12:12:27 PM: Installing faraday 1.9.3
12:12:27 PM: Fetching jekyll-coffeescript 1.1.1
12:12:27 PM: Fetching simpleidn 0.2.1
12:12:27 PM: Fetching sass-listen 4.0.0
12:12:27 PM: Installing jekyll-coffeescript 1.1.1
12:12:27 PM: Fetching listen 3.7.1
12:12:27 PM: Fetching typhoeus 1.4.0
12:12:27 PM: Installing sass-listen 4.0.0
12:12:27 PM: Fetching activesupport 6.0.4.4
12:12:27 PM: Installing listen 3.7.1
12:12:27 PM: Installing typhoeus 1.4.0
12:12:27 PM: Installing simpleidn 0.2.1
12:12:27 PM: Fetching ruby-enum 0.9.0
12:12:27 PM: Installing activesupport 6.0.4.4
12:12:27 PM: Fetching sawyer 0.8.2
12:12:27 PM: Fetching dnsruby 1.61.9
12:12:27 PM: Installing ruby-enum 0.9.0
12:12:27 PM: Installing sawyer 0.8.2
12:12:27 PM: Fetching sass 3.7.4
12:12:27 PM: Installing dnsruby 1.61.9
12:12:28 PM: Fetching jekyll-watch 2.2.1
12:12:28 PM: Fetching octokit 4.22.0
12:12:28 PM: Installing sass 3.7.4
12:12:28 PM: Fetching commonmarker 0.17.13
12:12:28 PM: Installing jekyll-watch 2.2.1
12:12:28 PM: Installing nokogiri 1.13.1 (x86_64-linux)
12:12:28 PM: Installing octokit 4.22.0
12:12:28 PM: Installing commonmarker 0.17.13 with native extensions
12:12:29 PM: Fetching jekyll-gist 1.5.0
12:12:29 PM: Installing jekyll-gist 1.5.0
12:12:40 PM: Fetching github-pages-health-check 1.17.0
12:12:40 PM: Fetching kramdown-parser-gfm 1.1.0
12:12:40 PM: Fetching html-pipeline 2.14.0
12:12:40 PM: Fetching jekyll-sass-converter 1.5.2
12:12:40 PM: Installing github-pages-health-check 1.17.0
12:12:40 PM: Installing kramdown-parser-gfm 1.1.0
12:12:40 PM: Installing html-pipeline 2.14.0
12:12:40 PM: Installing jekyll-sass-converter 1.5.2
12:12:40 PM: Fetching jekyll 3.9.0
12:12:40 PM: Installing jekyll 3.9.0
12:12:41 PM: Fetching jekyll-avatar 0.7.0
12:12:41 PM: Fetching jekyll-default-layout 0.1.4
12:12:41 PM: Fetching jekyll-github-metadata 2.13.0
12:12:41 PM: Fetching jekyll-commonmark 1.3.1
12:12:41 PM: Fetching jekyll-feed 0.15.1
12:12:41 PM: Fetching jekyll-mentions 1.6.0
12:12:41 PM: Fetching jekyll-optional-front-matter 0.3.2
12:12:41 PM: Fetching jekyll-readme-index 0.3.0
12:12:41 PM: Installing jekyll-avatar 0.7.0
12:12:41 PM: Installing jekyll-commonmark 1.3.1
12:12:41 PM: Installing jekyll-mentions 1.6.0
12:12:41 PM: Installing jekyll-default-layout 0.1.4
12:12:41 PM: Installing jekyll-feed 0.15.1
12:12:41 PM: Installing jekyll-readme-index 0.3.0
12:12:41 PM: Installing jekyll-optional-front-matter 0.3.2
12:12:41 PM: Installing jekyll-github-metadata 2.13.0
12:12:41 PM: Fetching jekyll-redirect-from 0.16.0
12:12:41 PM: Fetching jekyll-relative-links 0.6.1
12:12:41 PM: Fetching jekyll-remote-theme 0.4.3
12:12:41 PM: Fetching jekyll-seo-tag 2.7.1
12:12:41 PM: Fetching jekyll-sitemap 1.4.0
12:12:41 PM: Fetching jekyll-titles-from-headings 0.5.3
12:12:41 PM: Fetching jemoji 0.12.0
12:12:41 PM: Installing jekyll-redirect-from 0.16.0
12:12:41 PM: Fetching jekyll-commonmark-ghpages 0.1.6
12:12:41 PM: Installing jekyll-relative-links 0.6.1
12:12:41 PM: Installing jekyll-remote-theme 0.4.3
12:12:41 PM: Installing jekyll-seo-tag 2.7.1
12:12:41 PM: Installing jekyll-titles-from-headings 0.5.3
12:12:41 PM: Installing jekyll-sitemap 1.4.0
12:12:41 PM: Installing jemoji 0.12.0
12:12:41 PM: Installing jekyll-commonmark-ghpages 0.1.6
12:12:41 PM: Fetching jekyll-theme-architect 0.1.1
12:12:41 PM: Fetching jekyll-theme-cayman 0.1.1
12:12:41 PM: Fetching jekyll-theme-dinky 0.1.1
12:12:41 PM: Fetching jekyll-theme-hacker 0.1.2
12:12:41 PM: Fetching jekyll-theme-midnight 0.1.1
12:12:41 PM: Fetching jekyll-theme-leap-day 0.1.1
12:12:41 PM: Fetching jekyll-theme-merlot 0.1.1
12:12:41 PM: Fetching jekyll-theme-minimal 0.1.1
12:12:41 PM: Installing jekyll-theme-cayman 0.1.1
12:12:41 PM: Installing jekyll-theme-hacker 0.1.2
12:12:41 PM: Installing jekyll-theme-dinky 0.1.1
12:12:41 PM: Fetching jekyll-theme-modernist 0.1.1
12:12:41 PM: Installing jekyll-theme-merlot 0.1.1
12:12:41 PM: Installing jekyll-theme-midnight 0.1.1
12:12:41 PM: Installing jekyll-theme-minimal 0.1.1
12:12:41 PM: Installing jekyll-theme-architect 0.1.1
12:12:41 PM: Installing jekyll-theme-leap-day 0.1.1
12:12:41 PM: Fetching jekyll-theme-primer 0.5.4
12:12:42 PM: Fetching jekyll-theme-slate 0.1.1
12:12:42 PM: Installing jekyll-theme-modernist 0.1.1
12:12:42 PM: Installing jekyll-theme-primer 0.5.4
12:12:42 PM: Fetching jekyll-theme-tactile 0.1.1
12:12:42 PM: Installing jekyll-theme-slate 0.1.1
12:12:42 PM: Fetching jekyll-theme-time-machine 0.1.1
12:12:42 PM: Fetching minima 2.5.1
12:12:42 PM: Installing jekyll-theme-tactile 0.1.1
12:12:42 PM: Installing jekyll-theme-time-machine 0.1.1
12:12:42 PM: Installing minima 2.5.1
12:12:42 PM: Fetching github-pages 214
12:12:42 PM: Installing github-pages 214
12:12:42 PM: Bundle complete! 4 Gemfile dependencies, 103 gems now installed.
12:12:42 PM: Bundled gems are installed into `/opt/build/cache/bundle`
12:12:42 PM: Post-install message from dnsruby:
12:12:42 PM: Installing dnsruby...
12:12:42 PM:   For issues and source code: https://github.com/alexdalitz/dnsruby
12:12:42 PM:   For general discussion (please tell us how you use dnsruby): https://groups.google.com/forum/#!forum/dnsruby
12:12:42 PM: Post-install message from sass:
12:12:42 PM: Ruby Sass has reached end-of-life and should no longer be used.
12:12:42 PM: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
12:12:42 PM:   primary implementation: https://sass-lang.com/install
12:12:42 PM: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
12:12:42 PM:   sassc gem: https://github.com/sass/sassc-ruby#readme
12:12:42 PM: * For more details, please refer to the Sass blog:
12:12:42 PM:   https://sass-lang.com/blog/posts/7828841
12:12:42 PM: Post-install message from html-pipeline:
12:12:42 PM: -------------------------------------------------
12:12:42 PM: Thank you for installing html-pipeline!
12:12:42 PM: You must bundle Filter gem dependencies.
12:12:42 PM: See html-pipeline README.md for more details.
12:12:42 PM: https://github.com/jch/html-pipeline#dependencies
12:12:42 PM: -------------------------------------------------
12:12:42 PM: Post-install message from rubyzip:
12:12:42 PM: RubyZip 3.0 is coming!
12:12:42 PM: **********************
12:12:42 PM: The public API of some Rubyzip classes has been modernized to use named
12:12:42 PM: parameters for optional arguments. Please check your usage of the
12:12:42 PM: following classes:
12:12:42 PM:   * `Zip::File`
12:12:42 PM:   * `Zip::Entry`
12:12:42 PM:   * `Zip::InputStream`
12:12:42 PM:   * `Zip::OutputStream`
12:12:42 PM: Please ensure that your Gemfiles and .gemspecs are suitably restrictive
12:12:42 PM: to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
12:12:42 PM: See https://github.com/rubyzip/rubyzip for details. The Changelog also
12:12:42 PM: lists other enhancements and bugfixes that have been implemented since
12:12:42 PM: version 2.3.0.
12:12:42 PM: Gem bundle installed
12:12:42 PM: Started restoring cached node modules
12:12:42 PM: Finished restoring cached node modules
12:12:43 PM: Installing NPM modules using NPM version 8.1.2
12:12:44 PM: npm WARN old lockfile
12:12:44 PM: npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm,
12:12:44 PM: npm WARN old lockfile so supplemental metadata must be fetched from the registry.
12:12:44 PM: npm WARN old lockfile
12:12:44 PM: npm WARN old lockfile This is a one-time fix-up, please be patient...
12:12:44 PM: npm WARN old lockfile
12:12:55 PM: npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
12:12:55 PM: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
12:12:55 PM: npm WARN deprecated har-validator@5.1.5: this library is no longer supported
12:12:55 PM: npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
12:12:55 PM: npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
12:12:56 PM: npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
12:12:57 PM: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
12:12:57 PM: npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
12:12:57 PM: npm WARN deprecated source-map-url@0.4.0: See https://github.com/lydell/source-map-url#deprecated
12:12:57 PM: npm WARN deprecated sane@1.7.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
12:12:58 PM: npm WARN deprecated ini@1.3.5: Please update to ini >=1.3.6 to avoid a prototype pollution issue
12:12:58 PM: npm WARN deprecated pkg-resolve@0.1.14: Not maintained anymore.
12:12:58 PM: npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
12:12:59 PM: npm WARN deprecated browserslist@1.3.6: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
12:13:00 PM: npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
12:13:00 PM: npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
12:13:00 PM: npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
12:13:00 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
12:13:01 PM: npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
12:13:04 PM: npm WARN deprecated core-js@1.2.7: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: npm WARN deprecated core-js@2.6.11: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: npm WARN deprecated core-js@2.6.11: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: added 680 packages, and audited 681 packages in 22s
12:13:05 PM: 6 packages are looking for funding
12:13:05 PM:   run `npm fund` for details
12:13:05 PM: 78 vulnerabilities (3 low, 41 moderate, 23 high, 11 critical)
12:13:05 PM: To address issues that do not require attention, run:
12:13:05 PM:   npm audit fix
12:13:05 PM: To address all issues possible (including breaking changes), run:
12:13:05 PM:   npm audit fix --force
12:13:05 PM: Some issues need review, and may require choosing
12:13:05 PM: a different dependency.
12:13:05 PM: Run `npm audit` for details.
12:13:05 PM: NPM modules installed
12:13:06 PM: Started restoring cached go cache
12:13:06 PM: Finished restoring cached go cache
12:13:06 PM: go version go1.16.5 linux/amd64
12:13:06 PM: go version go1.16.5 linux/amd64
12:13:06 PM: Installing missing commands
12:13:06 PM: Verify run directory
12:13:07 PM: ​
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM:   Netlify Build                                                 
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM: ​
12:13:07 PM: ❯ Version
12:13:07 PM:   @netlify/build 26.1.4
12:13:07 PM: ​
12:13:07 PM: ❯ Flags
12:13:07 PM:   baseRelDir: true
12:13:07 PM:   buildId: 61e6611fa71e1e8f6a73b0b0
12:13:07 PM:   deployId: 61e6611fa71e1e8f6a73b0b2
12:13:07 PM: ​
12:13:07 PM: ❯ Current directory
12:13:07 PM:   /opt/build/repo
12:13:07 PM: ​
12:13:07 PM: ❯ Config file
12:13:07 PM:   No config file was defined: using default values.
12:13:07 PM: ​
12:13:07 PM: ❯ Context
12:13:07 PM:   production
12:13:07 PM: ​
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM:   1. Build command from Netlify app                             
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM: ​
12:13:07 PM: $ bundle exec jekyll build
12:13:09 PM: Configuration file: /opt/build/repo/_config.yml
12:13:09 PM:             Source: /opt/build/repo
12:13:09 PM:        Destination: ../jasper2-pages/
12:13:09 PM:  Incremental build: disabled. Enable with --incremental
12:13:09 PM:       Generating...
12:13:09 PM:        Jekyll Feed: Generating feed for posts
12:13:10 PM:                     done in 1.184 seconds.
12:13:10 PM:  Auto-regeneration: disabled. Use --watch to enable.
12:13:10 PM: ​
12:13:10 PM: (build.command completed in 2.5s)
12:13:10 PM: ​
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM:   2. Deploy site                                                
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM: ​
12:13:10 PM: ​
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM:   Configuration error                                           
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM: ​
12:13:10 PM:   Error message
12:13:10 PM:   Deploy did not succeed: Deploy directory '_site' does not exist
12:13:10 PM: ​
12:13:10 PM:   Resolved config
12:13:10 PM:   build:
12:13:10 PM:     base: /opt/build/repo
12:13:10 PM:     command: bundle exec jekyll build
12:13:10 PM:     commandOrigin: ui
12:13:10 PM:     publish: /opt/build/repo/_site
12:13:10 PM:     publishOrigin: ui
12:13:10 PM: Caching artifacts
12:13:10 PM: Started saving ruby gems
12:13:10 PM: Finished saving ruby gems
12:13:10 PM: Started saving node modules
12:13:10 PM: Finished saving node modules
12:13:10 PM: Started saving build plugins
12:13:10 PM: Finished saving build plugins
12:13:10 PM: Started saving pip cache
12:13:10 PM: Finished saving pip cache
12:13:10 PM: Started saving emacs cask dependencies
12:13:10 PM: Finished saving emacs cask dependencies
12:13:10 PM: Started saving maven dependencies
12:13:11 PM: Finished saving maven dependencies
12:13:11 PM: Started saving boot dependencies
12:13:11 PM: Finished saving boot dependencies
12:13:11 PM: Started saving rust rustup cache
12:13:11 PM: Finished saving rust rustup cache
12:13:11 PM: Started saving go dependencies
12:13:11 PM: Finished saving go dependencies
12:13:13 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
12:13:13 PM: Creating deploy upload records
12:13:13 PM: Failing build: Failed to build site
12:13:13 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2
12:13:13 PM: Finished processing build request in 1m36.022006683s
12:11:35 PM: Build ready to start
12:11:37 PM: build-image version: 73def8bb10593b9b818f44989a75ea508018ccb7 (focal)
12:11:37 PM: build-image tag: v4.5.2
12:11:37 PM: buildbot version: 88f1e1bd2fbc847906c2e7314cc1bbfb0f3d02f3
12:11:37 PM: Fetching cached dependencies
12:11:37 PM: Failed to fetch cache, continuing with build
12:11:37 PM: Starting to prepare the repo for build
12:11:38 PM: No cached dependencies found. Cloning fresh repo
12:11:38 PM: git clone https://github.com/sumiyurup/jasper2
12:11:38 PM: Preparing Git Reference refs/heads/master
12:11:39 PM: Parsing package.json dependencies
12:11:39 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: '' versus '/' in the Netlify UI
12:11:39 PM: Starting build script
12:11:40 PM: Installing dependencies
12:11:40 PM: Python version set to 2.7
12:11:40 PM: Downloading and installing node v16.13.2...
12:11:40 PM: Downloading https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz...
12:11:41 PM: Computing checksum with sha256sum
12:11:41 PM: Checksums matched!
12:11:44 PM: Now using node v16.13.2 (npm v8.1.2)
12:11:44 PM: Started restoring cached build plugins
12:11:44 PM: Finished restoring cached build plugins
12:11:44 PM: Attempting ruby version 2.7.2, read from environment
12:11:46 PM: Using ruby version 2.7.2
12:11:46 PM: Using PHP version 8.0
12:11:46 PM: Started restoring cached ruby gems
12:11:46 PM: Finished restoring cached ruby gems
12:11:46 PM: Installing gem bundle
12:11:46 PM: [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path '/opt/build/cache/bundle'`, and stop using this flag
12:11:46 PM: [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`
12:11:49 PM: Fetching gem metadata from https://rubygems.org/..........
12:11:49 PM: Resolving dependencies....
12:11:49 PM: Fetching rake 13.0.6
12:11:50 PM: Installing rake 13.0.6
12:11:50 PM: Fetching concurrent-ruby 1.1.9
12:11:50 PM: Fetching minitest 5.15.0
12:11:50 PM: Using bundler 2.2.33
12:11:50 PM: Fetching thread_safe 0.3.6
12:11:50 PM: Fetching zeitwerk 2.5.3
12:11:50 PM: Fetching public_suffix 4.0.6
12:11:50 PM: Fetching coffee-script-source 1.11.1
12:11:50 PM: Fetching execjs 2.8.1
12:11:50 PM: Fetching colorator 1.1.0
12:11:50 PM: Installing execjs 2.8.1
12:11:50 PM: Installing coffee-script-source 1.11.1
12:11:50 PM: Installing zeitwerk 2.5.3
12:11:50 PM: Installing colorator 1.1.0
12:11:50 PM: Installing thread_safe 0.3.6
12:11:50 PM: Installing public_suffix 4.0.6
12:11:50 PM: Installing minitest 5.15.0
12:11:50 PM: Installing concurrent-ruby 1.1.9
12:11:50 PM: Fetching unf_ext 0.0.8
12:11:50 PM: Fetching eventmachine 1.2.7
12:11:50 PM: Fetching http_parser.rb 0.8.0
12:11:50 PM: Fetching ffi 1.15.5
12:11:50 PM: Installing eventmachine 1.2.7 with native extensions
12:11:50 PM: Fetching faraday-em_http 1.0.0
12:11:50 PM: Installing http_parser.rb 0.8.0 with native extensions
12:11:50 PM: Fetching faraday-em_synchrony 1.0.0
12:11:50 PM: Installing unf_ext 0.0.8 with native extensions
12:11:50 PM: Fetching faraday-excon 1.1.0
12:11:50 PM: Installing faraday-em_http 1.0.0
12:11:50 PM: Installing ffi 1.15.5 with native extensions
12:11:50 PM: Installing faraday-em_synchrony 1.0.0
12:11:50 PM: Fetching faraday-httpclient 1.0.1
12:11:50 PM: Installing faraday-excon 1.1.0
12:11:51 PM: Fetching multipart-post 2.1.1
12:11:51 PM: Installing faraday-httpclient 1.0.1
12:11:51 PM: Fetching faraday-net_http 1.0.1
12:11:51 PM: Installing multipart-post 2.1.1
12:11:51 PM: Fetching faraday-net_http_persistent 1.2.0
12:11:51 PM: Installing faraday-net_http 1.0.1
12:11:51 PM: Installing faraday-net_http_persistent 1.2.0
12:11:54 PM: Fetching faraday-patron 1.0.0
12:11:54 PM: Fetching faraday-rack 1.0.0
12:11:54 PM: Installing faraday-patron 1.0.0
12:11:54 PM: Installing faraday-rack 1.0.0
12:12:12 PM: Fetching faraday-retry 1.0.3
12:12:12 PM: Installing faraday-retry 1.0.3
12:12:13 PM: Fetching ruby2_keywords 0.0.5
12:12:13 PM: Installing ruby2_keywords 0.0.5
12:12:23 PM: Fetching forwardable-extended 2.6.0
12:12:23 PM: Fetching rb-fsevent 0.11.0
12:12:23 PM: Fetching gemoji 3.0.1
12:12:23 PM: Installing forwardable-extended 2.6.0
12:12:23 PM: Installing rb-fsevent 0.11.0
12:12:23 PM: Installing gemoji 3.0.1
12:12:24 PM: Fetching rexml 3.2.5
12:12:24 PM: Fetching liquid 4.0.3
12:12:24 PM: Fetching mercenary 0.3.6
12:12:24 PM: Fetching safe_yaml 1.0.5
12:12:24 PM: Fetching rouge 3.26.0
12:12:24 PM: Fetching racc 1.6.0
12:12:24 PM: Fetching jekyll-paginate 1.1.0
12:12:24 PM: Fetching rubyzip 2.3.2
12:12:24 PM: Installing mercenary 0.3.6
12:12:24 PM: Installing safe_yaml 1.0.5
12:12:24 PM: Installing jekyll-paginate 1.1.0
12:12:24 PM: Installing liquid 4.0.3
12:12:24 PM: Installing rexml 3.2.5
12:12:24 PM: Installing rubyzip 2.3.2
12:12:24 PM: Installing racc 1.6.0 with native extensions
12:12:24 PM: Installing rouge 3.26.0
12:12:25 PM: Fetching jekyll-swiss 1.0.0
12:12:25 PM: Fetching unicode-display_width 1.8.0
12:12:25 PM: Fetching slugify 1.0.7
12:12:25 PM: Installing jekyll-swiss 1.0.0
12:12:25 PM: Installing unicode-display_width 1.8.0
12:12:25 PM: Installing slugify 1.0.7
12:12:26 PM: Fetching coffee-script 2.4.1
12:12:26 PM: Fetching addressable 2.8.0
12:12:26 PM: Fetching tzinfo 1.2.9
12:12:26 PM: Fetching faraday-multipart 1.0.3
12:12:26 PM: Fetching i18n 0.9.5
12:12:26 PM: Fetching unf 0.1.4
12:12:26 PM: Fetching pathutil 0.16.2
12:12:26 PM: Fetching ethon 0.15.0
12:12:26 PM: Installing coffee-script 2.4.1
12:12:26 PM: Installing pathutil 0.16.2
12:12:26 PM: Installing faraday-multipart 1.0.3
12:12:26 PM: Installing unf 0.1.4
12:12:26 PM: Installing tzinfo 1.2.9
12:12:26 PM: Installing addressable 2.8.0
12:12:26 PM: Installing i18n 0.9.5
12:12:26 PM: Installing ethon 0.15.0
12:12:26 PM: Fetching rb-inotify 0.10.1
12:12:26 PM: Fetching em-websocket 0.5.3
12:12:26 PM: Fetching kramdown 2.3.1
12:12:26 PM: Installing rb-inotify 0.10.1
12:12:26 PM: Fetching terminal-table 1.8.0
12:12:26 PM: Installing kramdown 2.3.1
12:12:26 PM: Installing em-websocket 0.5.3
12:12:26 PM: Fetching nokogiri 1.13.1 (x86_64-linux)
12:12:26 PM: Installing terminal-table 1.8.0
12:12:26 PM: Fetching faraday 1.9.3
12:12:27 PM: Installing faraday 1.9.3
12:12:27 PM: Fetching jekyll-coffeescript 1.1.1
12:12:27 PM: Fetching simpleidn 0.2.1
12:12:27 PM: Fetching sass-listen 4.0.0
12:12:27 PM: Installing jekyll-coffeescript 1.1.1
12:12:27 PM: Fetching listen 3.7.1
12:12:27 PM: Fetching typhoeus 1.4.0
12:12:27 PM: Installing sass-listen 4.0.0
12:12:27 PM: Fetching activesupport 6.0.4.4
12:12:27 PM: Installing listen 3.7.1
12:12:27 PM: Installing typhoeus 1.4.0
12:12:27 PM: Installing simpleidn 0.2.1
12:12:27 PM: Fetching ruby-enum 0.9.0
12:12:27 PM: Installing activesupport 6.0.4.4
12:12:27 PM: Fetching sawyer 0.8.2
12:12:27 PM: Fetching dnsruby 1.61.9
12:12:27 PM: Installing ruby-enum 0.9.0
12:12:27 PM: Installing sawyer 0.8.2
12:12:27 PM: Fetching sass 3.7.4
12:12:27 PM: Installing dnsruby 1.61.9
12:12:28 PM: Fetching jekyll-watch 2.2.1
12:12:28 PM: Fetching octokit 4.22.0
12:12:28 PM: Installing sass 3.7.4
12:12:28 PM: Fetching commonmarker 0.17.13
12:12:28 PM: Installing jekyll-watch 2.2.1
12:12:28 PM: Installing nokogiri 1.13.1 (x86_64-linux)
12:12:28 PM: Installing octokit 4.22.0
12:12:28 PM: Installing commonmarker 0.17.13 with native extensions
12:12:29 PM: Fetching jekyll-gist 1.5.0
12:12:29 PM: Installing jekyll-gist 1.5.0
12:12:40 PM: Fetching github-pages-health-check 1.17.0
12:12:40 PM: Fetching kramdown-parser-gfm 1.1.0
12:12:40 PM: Fetching html-pipeline 2.14.0
12:12:40 PM: Fetching jekyll-sass-converter 1.5.2
12:12:40 PM: Installing github-pages-health-check 1.17.0
12:12:40 PM: Installing kramdown-parser-gfm 1.1.0
12:12:40 PM: Installing html-pipeline 2.14.0
12:12:40 PM: Installing jekyll-sass-converter 1.5.2
12:12:40 PM: Fetching jekyll 3.9.0
12:12:40 PM: Installing jekyll 3.9.0
12:12:41 PM: Fetching jekyll-avatar 0.7.0
12:12:41 PM: Fetching jekyll-default-layout 0.1.4
12:12:41 PM: Fetching jekyll-github-metadata 2.13.0
12:12:41 PM: Fetching jekyll-commonmark 1.3.1
12:12:41 PM: Fetching jekyll-feed 0.15.1
12:12:41 PM: Fetching jekyll-mentions 1.6.0
12:12:41 PM: Fetching jekyll-optional-front-matter 0.3.2
12:12:41 PM: Fetching jekyll-readme-index 0.3.0
12:12:41 PM: Installing jekyll-avatar 0.7.0
12:12:41 PM: Installing jekyll-commonmark 1.3.1
12:12:41 PM: Installing jekyll-mentions 1.6.0
12:12:41 PM: Installing jekyll-default-layout 0.1.4
12:12:41 PM: Installing jekyll-feed 0.15.1
12:12:41 PM: Installing jekyll-readme-index 0.3.0
12:12:41 PM: Installing jekyll-optional-front-matter 0.3.2
12:12:41 PM: Installing jekyll-github-metadata 2.13.0
12:12:41 PM: Fetching jekyll-redirect-from 0.16.0
12:12:41 PM: Fetching jekyll-relative-links 0.6.1
12:12:41 PM: Fetching jekyll-remote-theme 0.4.3
12:12:41 PM: Fetching jekyll-seo-tag 2.7.1
12:12:41 PM: Fetching jekyll-sitemap 1.4.0
12:12:41 PM: Fetching jekyll-titles-from-headings 0.5.3
12:12:41 PM: Fetching jemoji 0.12.0
12:12:41 PM: Installing jekyll-redirect-from 0.16.0
12:12:41 PM: Fetching jekyll-commonmark-ghpages 0.1.6
12:12:41 PM: Installing jekyll-relative-links 0.6.1
12:12:41 PM: Installing jekyll-remote-theme 0.4.3
12:12:41 PM: Installing jekyll-seo-tag 2.7.1
12:12:41 PM: Installing jekyll-titles-from-headings 0.5.3
12:12:41 PM: Installing jekyll-sitemap 1.4.0
12:12:41 PM: Installing jemoji 0.12.0
12:12:41 PM: Installing jekyll-commonmark-ghpages 0.1.6
12:12:41 PM: Fetching jekyll-theme-architect 0.1.1
12:12:41 PM: Fetching jekyll-theme-cayman 0.1.1
12:12:41 PM: Fetching jekyll-theme-dinky 0.1.1
12:12:41 PM: Fetching jekyll-theme-hacker 0.1.2
12:12:41 PM: Fetching jekyll-theme-midnight 0.1.1
12:12:41 PM: Fetching jekyll-theme-leap-day 0.1.1
12:12:41 PM: Fetching jekyll-theme-merlot 0.1.1
12:12:41 PM: Fetching jekyll-theme-minimal 0.1.1
12:12:41 PM: Installing jekyll-theme-cayman 0.1.1
12:12:41 PM: Installing jekyll-theme-hacker 0.1.2
12:12:41 PM: Installing jekyll-theme-dinky 0.1.1
12:12:41 PM: Fetching jekyll-theme-modernist 0.1.1
12:12:41 PM: Installing jekyll-theme-merlot 0.1.1
12:12:41 PM: Installing jekyll-theme-midnight 0.1.1
12:12:41 PM: Installing jekyll-theme-minimal 0.1.1
12:12:41 PM: Installing jekyll-theme-architect 0.1.1
12:12:41 PM: Installing jekyll-theme-leap-day 0.1.1
12:12:41 PM: Fetching jekyll-theme-primer 0.5.4
12:12:42 PM: Fetching jekyll-theme-slate 0.1.1
12:12:42 PM: Installing jekyll-theme-modernist 0.1.1
12:12:42 PM: Installing jekyll-theme-primer 0.5.4
12:12:42 PM: Fetching jekyll-theme-tactile 0.1.1
12:12:42 PM: Installing jekyll-theme-slate 0.1.1
12:12:42 PM: Fetching jekyll-theme-time-machine 0.1.1
12:12:42 PM: Fetching minima 2.5.1
12:12:42 PM: Installing jekyll-theme-tactile 0.1.1
12:12:42 PM: Installing jekyll-theme-time-machine 0.1.1
12:12:42 PM: Installing minima 2.5.1
12:12:42 PM: Fetching github-pages 214
12:12:42 PM: Installing github-pages 214
12:12:42 PM: Bundle complete! 4 Gemfile dependencies, 103 gems now installed.
12:12:42 PM: Bundled gems are installed into `/opt/build/cache/bundle`
12:12:42 PM: Post-install message from dnsruby:
12:12:42 PM: Installing dnsruby...
12:12:42 PM:   For issues and source code: https://github.com/alexdalitz/dnsruby
12:12:42 PM:   For general discussion (please tell us how you use dnsruby): https://groups.google.com/forum/#!forum/dnsruby
12:12:42 PM: Post-install message from sass:
12:12:42 PM: Ruby Sass has reached end-of-life and should no longer be used.
12:12:42 PM: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
12:12:42 PM:   primary implementation: https://sass-lang.com/install
12:12:42 PM: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
12:12:42 PM:   sassc gem: https://github.com/sass/sassc-ruby#readme
12:12:42 PM: * For more details, please refer to the Sass blog:
12:12:42 PM:   https://sass-lang.com/blog/posts/7828841
12:12:42 PM: Post-install message from html-pipeline:
12:12:42 PM: -------------------------------------------------
12:12:42 PM: Thank you for installing html-pipeline!
12:12:42 PM: You must bundle Filter gem dependencies.
12:12:42 PM: See html-pipeline README.md for more details.
12:12:42 PM: https://github.com/jch/html-pipeline#dependencies
12:12:42 PM: -------------------------------------------------
12:12:42 PM: Post-install message from rubyzip:
12:12:42 PM: RubyZip 3.0 is coming!
12:12:42 PM: **********************
12:12:42 PM: The public API of some Rubyzip classes has been modernized to use named
12:12:42 PM: parameters for optional arguments. Please check your usage of the
12:12:42 PM: following classes:
12:12:42 PM:   * `Zip::File`
12:12:42 PM:   * `Zip::Entry`
12:12:42 PM:   * `Zip::InputStream`
12:12:42 PM:   * `Zip::OutputStream`
12:12:42 PM: Please ensure that your Gemfiles and .gemspecs are suitably restrictive
12:12:42 PM: to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
12:12:42 PM: See https://github.com/rubyzip/rubyzip for details. The Changelog also
12:12:42 PM: lists other enhancements and bugfixes that have been implemented since
12:12:42 PM: version 2.3.0.
12:12:42 PM: Gem bundle installed
12:12:42 PM: Started restoring cached node modules
12:12:42 PM: Finished restoring cached node modules
12:12:43 PM: Installing NPM modules using NPM version 8.1.2
12:12:44 PM: npm WARN old lockfile
12:12:44 PM: npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm,
12:12:44 PM: npm WARN old lockfile so supplemental metadata must be fetched from the registry.
12:12:44 PM: npm WARN old lockfile
12:12:44 PM: npm WARN old lockfile This is a one-time fix-up, please be patient...
12:12:44 PM: npm WARN old lockfile
12:12:55 PM: npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
12:12:55 PM: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
12:12:55 PM: npm WARN deprecated har-validator@5.1.5: this library is no longer supported
12:12:55 PM: npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
12:12:55 PM: npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
12:12:56 PM: npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
12:12:57 PM: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
12:12:57 PM: npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
12:12:57 PM: npm WARN deprecated source-map-url@0.4.0: See https://github.com/lydell/source-map-url#deprecated
12:12:57 PM: npm WARN deprecated sane@1.7.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
12:12:58 PM: npm WARN deprecated ini@1.3.5: Please update to ini >=1.3.6 to avoid a prototype pollution issue
12:12:58 PM: npm WARN deprecated pkg-resolve@0.1.14: Not maintained anymore.
12:12:58 PM: npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
12:12:59 PM: npm WARN deprecated browserslist@1.3.6: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
12:13:00 PM: npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
12:13:00 PM: npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
12:13:00 PM: npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
12:13:00 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
12:13:01 PM: npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
12:13:04 PM: npm WARN deprecated core-js@1.2.7: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: npm WARN deprecated core-js@2.6.11: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: npm WARN deprecated core-js@2.6.11: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
12:13:05 PM: added 680 packages, and audited 681 packages in 22s
12:13:05 PM: 6 packages are looking for funding
12:13:05 PM:   run `npm fund` for details
12:13:05 PM: 78 vulnerabilities (3 low, 41 moderate, 23 high, 11 critical)
12:13:05 PM: To address issues that do not require attention, run:
12:13:05 PM:   npm audit fix
12:13:05 PM: To address all issues possible (including breaking changes), run:
12:13:05 PM:   npm audit fix --force
12:13:05 PM: Some issues need review, and may require choosing
12:13:05 PM: a different dependency.
12:13:05 PM: Run `npm audit` for details.
12:13:05 PM: NPM modules installed
12:13:06 PM: Started restoring cached go cache
12:13:06 PM: Finished restoring cached go cache
12:13:06 PM: go version go1.16.5 linux/amd64
12:13:06 PM: go version go1.16.5 linux/amd64
12:13:06 PM: Installing missing commands
12:13:06 PM: Verify run directory
12:13:07 PM: ​
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM:   Netlify Build                                                 
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM: ​
12:13:07 PM: ❯ Version
12:13:07 PM:   @netlify/build 26.1.4
12:13:07 PM: ​
12:13:07 PM: ❯ Flags
12:13:07 PM:   baseRelDir: true
12:13:07 PM:   buildId: 61e6611fa71e1e8f6a73b0b0
12:13:07 PM:   deployId: 61e6611fa71e1e8f6a73b0b2
12:13:07 PM: ​
12:13:07 PM: ❯ Current directory
12:13:07 PM:   /opt/build/repo
12:13:07 PM: ​
12:13:07 PM: ❯ Config file
12:13:07 PM:   No config file was defined: using default values.
12:13:07 PM: ​
12:13:07 PM: ❯ Context
12:13:07 PM:   production
12:13:07 PM: ​
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM:   1. Build command from Netlify app                             
12:13:07 PM: ────────────────────────────────────────────────────────────────
12:13:07 PM: ​
12:13:07 PM: $ bundle exec jekyll build
12:13:09 PM: Configuration file: /opt/build/repo/_config.yml
12:13:09 PM:             Source: /opt/build/repo
12:13:09 PM:        Destination: ../jasper2-pages/
12:13:09 PM:  Incremental build: disabled. Enable with --incremental
12:13:09 PM:       Generating...
12:13:09 PM:        Jekyll Feed: Generating feed for posts
12:13:10 PM:                     done in 1.184 seconds.
12:13:10 PM:  Auto-regeneration: disabled. Use --watch to enable.
12:13:10 PM: ​
12:13:10 PM: (build.command completed in 2.5s)
12:13:10 PM: ​
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM:   2. Deploy site                                                
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM: ​
12:13:10 PM: ​
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM:   Configuration error                                           
12:13:10 PM: ────────────────────────────────────────────────────────────────
12:13:10 PM: ​
12:13:10 PM:   Error message
12:13:10 PM:   Deploy did not succeed: Deploy directory '_site' does not exist
12:13:10 PM: ​
12:13:10 PM:   Resolved config
12:13:10 PM:   build:
12:13:10 PM:     base: /opt/build/repo
12:13:10 PM:     command: bundle exec jekyll build
12:13:10 PM:     commandOrigin: ui
12:13:10 PM:     publish: /opt/build/repo/_site
12:13:10 PM:     publishOrigin: ui
12:13:10 PM: Caching artifacts
12:13:10 PM: Started saving ruby gems
12:13:10 PM: Finished saving ruby gems
12:13:10 PM: Started saving node modules
12:13:10 PM: Finished saving node modules
12:13:10 PM: Started saving build plugins
12:13:10 PM: Finished saving build plugins
12:13:10 PM: Started saving pip cache
12:13:10 PM: Finished saving pip cache
12:13:10 PM: Started saving emacs cask dependencies
12:13:10 PM: Finished saving emacs cask dependencies
12:13:10 PM: Started saving maven dependencies
12:13:11 PM: Finished saving maven dependencies
12:13:11 PM: Started saving boot dependencies
12:13:11 PM: Finished saving boot dependencies
12:13:11 PM: Started saving rust rustup cache
12:13:11 PM: Finished saving rust rustup cache
12:13:11 PM: Started saving go dependencies
12:13:11 PM: Finished saving go dependencies
12:13:13 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
12:13:13 PM: Creating deploy upload records
12:13:13 PM: Failing build: Failed to build site
12:13:13 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2
12:13:13 PM: Finished processing build request in 1m36.022006683s