Skip to content

Instantly share code, notes, and snippets.

@jacoby
Created March 5, 2024 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacoby/b2eee514da4c14f52b2ced0dc1ab27a0 to your computer and use it in GitHub Desktop.
Save jacoby/b2eee514da4c14f52b2ced0dc1ab27a0 to your computer and use it in GitHub Desktop.
Build Log for trying to do Jekyll on my blog. Error on line 97,98
Run docker run \
Unable to find image 'jekyll/builder:latest' locally
latest: Pulling from jekyll/builder
df9b9388f04a: Pulling fs layer
837e9cfc7e43: Pulling fs layer
c7850f1a8c23: Pulling fs layer
6ca4c39baa3d: Pulling fs layer
daa3a8cb79d3: Pulling fs layer
227459856603: Pulling fs layer
6ca4c39baa3d: Waiting
daa3a8cb79d3: Waiting
227459856603: Waiting
c7850f1a8c23: Verifying Checksum
c7850f1a8c23: Download complete
837e9cfc7e43: Verifying Checksum
837e9cfc7e43: Download complete
df9b9388f04a: Verifying Checksum
df9b9388f04a: Download complete
df9b9388f04a: Pull complete
daa3a8cb79d3: Verifying Checksum
daa3a8cb79d3: Download complete
6ca4c39baa3d: Verifying Checksum
6ca4c39baa3d: Download complete
837e9cfc7e43: Pull complete
c7850f1a8c23: Pull complete
6ca4c39baa3d: Pull complete
daa3a8cb79d3: Pull complete
227459856603: Verifying Checksum
227459856603: Download complete
227459856603: Pull complete
Digest: sha256:439d7a3d94dd0547f47de5ff03fa910ba93c45dd748bc2b0cde6446d1c322a80
Status: Downloaded newer image for jekyll/builder:latest
Bundler 2.3.25 is running, but your lockfile was generated with 2.4.10. Installing Bundler 2.4.10 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.4.10
Installing bundler 2.4.10
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Using bundler 2.4.10
Fetching public_suffix 5.0.4
Using colorator 1.1.0
Fetching concurrent-ruby 1.2.3
Installing public_suffix 5.0.4
Installing concurrent-ruby 1.2.3
Using eventmachine 1.2.7
Using http_parser.rb 0.8.0
Fetching ffi 1.16.3
Using forwardable-extended 2.6.0
Fetching google-protobuf 3.25.3 (x86_64-linux)
Installing google-protobuf 3.25.3 (x86_64-linux)
Installing ffi 1.16.3 with native extensions
Using rb-fsevent 0.11.2
Fetching rexml 3.2.6
Installing rexml 3.2.6
Fetching liquid 4.0.4
Installing liquid 4.0.4
Using mercenary 0.4.0
Fetching rouge 4.2.0
Installing rouge 4.2.0
Using safe_yaml 1.0.5
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching addressable 2.8.6
Installing addressable 2.8.6
Using em-websocket 0.5.3
Fetching i18n 1.14.1
Installing i18n 1.14.1
Using pathutil 0.16.2
Fetching sass-embedded 1.71.1 (x86_64-linux-musl)
Installing sass-embedded 1.71.1 (x86_64-linux-musl)
Using kramdown 2.4.0
Fetching terminal-table 3.0.2
Installing terminal-table 3.0.2
Fetching jekyll-sass-converter 3.0.0
Installing jekyll-sass-converter 3.0.0
Using kramdown-parser-gfm 1.1.0
Using rb-inotify 0.10.1
Fetching listen 3.9.0
Installing listen 3.9.0
Using jekyll-watch 2.2.1
Fetching jekyll 4.3.3
Installing jekyll 4.3.3
Using jekyll-feed 0.17.0
Using jekyll-seo-tag 2.8.0
Using minima 2.5.1
Bundle complete! 6 Gemfile dependencies, 33 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux-musl]
Configuration file: /srv/jekyll/_config.yml
Source: /srv/jekyll
Destination: /srv/jekyll/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/main.scss':
end of file reached
/usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/varint.rb:20:in `readbyte': end of file reached (EOFError)
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/varint.rb:20:in `block in read'
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/varint.rb:19:in `loop'
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/varint.rb:19:in `read'
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/connection.rb:39:in `block (2 levels) in initialize'
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/connection.rb:38:in `loop'
from /usr/gem/gems/sass-embedded-1.71.1-x86_64-linux-musl/lib/sass/compiler/connection.rb:38:in `block in initialize'
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment