carpentries / workbench-template-md

TEMPLATE for markdown lessons
https://carpentries.github.io/workbench-template-md/
Other
7 stars 14 forks source link

Build full site jobs crashing in Setup lesson engine #45

Closed jmhogan closed 2 months ago

jmhogan commented 2 months ago

I am building a workshop based on carpentries workbench using sandpaper.

This morning (7/18/2024) I created the following lesson repository from a slightly customized template and was able to push lesson content and build the site successfully until about 11:00 central time today.

Since then, all "Build Full Site" jobs are failing in the "Setup lesson engine" step.

I made a new test lesson repository from the original template to make sure customizations were not the issue, and I observe the same crash: https://github.com/jmhogan/test-crashes/actions/runs/9997136527/job/27633005959

Run carpentries/actions/setup-sandpaper@main
Run cat("::group::Register Repositories\n")
Register Repositories
Install remotes
Install remotes
Run cat("os-version=", sessionInfo()$running, "\n", file = Sys.getenv("GITHUB_OUTPUT"), sep = "", append = TRUE)
Run sudo apt update || exit 0

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Hit:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease
Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1837 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [331 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2[15](https://github.com/jmhogan/test-crashes/actions/runs/9997136527/job/27633005959#step:5:16)7 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [369 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd[64](https://github.com/jmhogan/test-crashes/actions/runs/9997136527/job/27633005959#step:5:67) Packages [1107 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [258 kB]
Get:14 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [14.1 kB]
Get:15 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [162 kB]
Get:16 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [39.4 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1629 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [274 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2101 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [359 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [885 kB]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB]
Fetched 12.1 MB in 2s ([78](https://github.com/jmhogan/test-crashes/actions/runs/9997136527/job/27633005959#step:5:81)43 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
37 packages can be upgraded. Run 'apt list --upgradable' to see them.
Error: Process completed with exit code 4.

Any help you can give to fix this and make the actions workable again would be amazing. Thank you!

tobyhodges commented 2 months ago

Recommend closing as a duplicate of https://github.com/carpentries/sandpaper/issues/597