Skip to content

Build failing as of this week #1902

Closed
Closed
@ShayJordan

Description

@ShayJordan

I've been using academicpages through GitHub Pages for around half a year now with no issues. Last successful build and deployment was Feb 1st, but tried to make a minor change to site content yesterday and the build is failing. It seems to be a problem unrelated to the changes I'm making as it's failing when I make a minor change to another site I'm running based on academicpages too. Has anyone had a similar experience or does anyone know what the issue or fix is here? Build log is below. Thanks!

Run actions/jekyll-build-pages@v1 with: source: . destination: ./_site future: false build_revision: 4a8f9[2](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:2)e5[3](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:3)1[4](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:4)0478d04ad288731a9cd222d0[5](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:5)feff verbose: true token: *** /usr/bin/docker run --name ghcrioactionsjekyllbuildpagesv1011_30b5d0 --label 9c591e --workdir /github/workspace --rm -e "INPUT_SOURCE" -e "INPUT_DESTINATION" -e "INPUT_FUTURE" -e "INPUT_BUILD_REVISION" -e "INPUT_VERBOSE" -e "INPUT_TOKEN" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/shay.github.io/shay.github.io":"/github/workspace" ghcr.io/actions/jekyll-build-pages:v1.0.11 Bundler can't satisfy your Gemfile's dependencies. Install missing gems with bundle install. Warning: The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/ To use retry middleware with Faraday v2.0+, install faraday-retrygem /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91: warning: Jekyll::Excerpt#yaml_file? at /usr/local/lib/ruby/2.7.0/forwardable.rb:154 forwarding to private method Jekyll::Page#yaml_file? Liquid Exception: undefined methodyaml_file?' for #<Jekyll::Page @name="about.md"> in /_layouts/single.html
/usr/local/lib/ruby/2.7.0/forwardable.rb:233:in yaml_file?': undefined method yaml_file?' for #<Jekyll::Page @name="about.md"> (NoMethodError)
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91:in render_with_liquid?' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:77:in render_document'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in run' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:83:in output'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:70:in to_s' from /usr/local/lib/ruby/2.7.0/forwardable.rb:235:in to_s'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/filters.rb:19:in markdownify' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/strainer.rb:56:in invoke'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:86:in invoke' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:84:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in inject'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:80:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in with_profiling' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in render!' from /usr/local/bundle/gems/jekyll-3.[9](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:10).5/lib/jekyll/liquid_renderer/file.rb:30:in block (2 levels) in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in measure_bytes' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in block in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in measure_time' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:140:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:137:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:[10](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:11)3:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:91:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in with_profiling'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:30:in block (2 levels) in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in measure_bytes'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in block in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in measure_time'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:126:in render_liquid'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:195:in render_layout' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:158:in place_in_layouts'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:88:in render_document' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in run'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:479:in render_regenerated' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:472:in block in render_pages'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in each' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in render_pages'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:192:in render' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:71:in process'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/command.rb:28:in process_site' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:65:in build'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:36:in process' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:70:in block (3 levels) in <top (required)>'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:6:in <top (required)>'
from /usr/local/bundle/bin/github-pages:23:in load' from /usr/local/bundle/bin/github-pages:23:in

'
Error: Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v230 GitHub Pages: jekyll v3.9.5 Theme: jekyll-theme-primer Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0 Requiring: jekyll-github-metadata Requiring: jekyll-seo-tag Requiring: jekyll-paginate Requiring: jekyll-sitemap Requiring: jekyll-gist Requiring: jekyll-feed Requiring: jekyll-redirect-from Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-github-metadata Requiring: jekyll-relative-links Requiring: jekyll-optional-front-matter Requiring: jekyll-readme-index Requiring: jekyll-default-layout Requiring: jekyll-titles-from-headings GitHub Metadata: Initializing... Source: /github/workspace/. Destination: /github/workspace/./_site Incremental build: disabled. Enable with --incremental Generating... EntryFilter: excluded /README.md EntryFilter: excluded /CHANGELOG.md EntryFilter: excluded /package.json EntryFilter: excluded /Gemfile EntryFilter: excluded /LICENSE Reading: _posts/2016-06-27-magic-moments.md Reading: _posts/2023-10-20-zone-of-proximal-development.md Reading: _posts/2020-02-29-your-next-chapter-in-ksw.md Reading: _posts/2020-05-26-allegory-of-martial-arts.md Reading: _posts/2023-10-08-why-kuk-sool.md Reading: _posts/2023-08-23-you-won-hwa.md Reading: _posts/2019-09-25-grading-nerves.md Reading: _posts/2016-03-27-jkn-to-ksn.md Reading: _posts/2023-09-11-nahk-bup.md Reading: _posts/2024-01-05-nineteen-years-of-kuk-sool-in-pictures.md EntryFilter: excluded /assets/js/vendor EntryFilter: excluded /assets/js/plugins Reading: _publications/2023-04-23-reflective-project-in-education.md Reading: _publications/2021-04-15-popular-mathematics.md Reading: _publications/2021-07-23-number-puzzles.md Reading: _publications/2022-05-12-goodsteins-theorem.md Reading: _portfolio/2019-05-28-mathsoc.md Reading: _portfolio/2016-05-29-waveney-eco.md Reading: _talks/2021-05-05-popular-mathematics.md Reading: _talks/2022-05-26-goodsteins-theorem.md Reading: _talks/2021-03-03-making-a-cup-of-sudoku.md Generating: JekyllRedirectFrom::Generator finished in 0.026006291 seconds. Generating: JekyllOptionalFrontMatter::Generator finished in 0.000211187 seconds. Generating: JekyllReadmeIndex::Generator finished in 0.000111009 seconds. Generating: Jekyll::Paginate::Pagination finished in 5.74e-06 seconds. Generating: Jekyll::JekyllSitemap finished in 0.000695476 seconds. Jekyll Feed: Generating feed for posts Generating: JekyllFeed::Generator finished in 0.000732335 seconds. Generating: JekyllRelativeLinks::Generator finished in 0.001303318 seconds. Generating: JekyllDefaultLayout::Generator finished in 0.000146415 seconds. Generating: JekyllTitlesFromHeadings::Generator finished in 3.3443e-05 seconds. Rendering: _posts/2016-03-27-jkn-to-ksn.md Pre-Render Hooks: _posts/2016-03-27-jkn-to-ksn.md Rendering Markup: _posts/2016-03-27-jkn-to-ksn.md Requiring: kramdown-parser-gfm Rendering Layout: _posts/2016-03-27-jkn-to-ksn.md Layout source: site GitHub Metadata: Generating for ShayJordan/shay.github.io GitHub Metadata: Calling @client.pages("ShayJordan/shay.github.io", {}) Rendering: _posts/2016-06-27-magic-moments.md Pre-Render Hooks: _posts/2016-06-27-magic-moments.md Rendering Markup: _posts/2016-06-27-magic-moments.md Rendering Layout: _posts/2016-06-27-magic-moments.md Layout source: site Rendering: _posts/2019-09-25-grading-nerves.md Pre-Render Hooks: _posts/2019-09-25-grading-nerves.md Rendering Markup: _posts/2019-09-25-grading-nerves.md Rendering Layout: _posts/2019-09-25-grading-nerves.md Layout source: site Rendering: _posts/2020-02-29-your-next-chapter-in-ksw.md Pre-Render Hooks: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Markup: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Layout: _posts/2020-02-29-your-next-chapter-in-ksw.md Layout source: site Rendering: _posts/2020-05-26-allegory-of-martial-arts.md Pre-Render Hooks: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Markup: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Layout: _posts/202`

Metadata

Metadata

Assignees

Labels

bugA bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions