Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs permemantly broken after two merges in quick succession #203

Closed
LilithHafner opened this issue Jan 12, 2025 · 4 comments · Fixed by #204
Closed

Docs permemantly broken after two merges in quick succession #203

LilithHafner opened this issue Jan 12, 2025 · 4 comments · Fixed by #204

Comments

@LilithHafner
Copy link
Contributor

I made two docs PRs to Chairmarks (LilithHafner/Chairmarks.jl#161 and LilithHafner/Chairmarks.jl#162). Docs built on both PR builds (including preview uploads https://chairmarks.lilithhafner.com/previews/PR161 and https://chairmarks.lilithhafner.com/previews/PR162). I then merged them in quick succession. First #162 at Fri Jan 10 16:35:42 2025 -0600 then, 8 seconds later, #161 at Fri Jan 10 16:35:50 2025 -0600.

The first commit built docs successfully but the second commit and all subsequent documentation builds have failed:

2025-01-10T22:39:20.1130572Z To https://github.com/LilithHafner/Chairmarks.jl.git
2025-01-10T22:39:20.1131202Z  ! [rejected]          HEAD -> gh-pages (fetch first)
2025-01-10T22:39:20.1131755Z error: failed to push some refs to 'https://github.com/LilithHafner/Chairmarks.jl.git'
2025-01-10T22:39:20.1137215Z hint: Updates were rejected because the remote contains work that you do not
2025-01-10T22:39:20.1137966Z hint: have locally. This is usually caused by another repository pushing to
2025-01-10T22:39:20.1138591Z hint: the same ref. If you want to integrate the remote changes, use
2025-01-10T22:39:20.1139072Z hint: 'git pull' before pushing again.
2025-01-10T22:39:20.1139547Z hint: See the 'Note about fast-forwards' in 'git push --help' for details.
2025-01-10T22:39:20.5186396Z ##[error]Failed to push:
Full logs

2025-01-10T22:35:57.8764678Z Current runner version: '2.321.0'
2025-01-10T22:35:57.8789294Z ##[group]Operating System
2025-01-10T22:35:57.8790069Z Ubuntu
2025-01-10T22:35:57.8790526Z 24.04.1
2025-01-10T22:35:57.8791068Z LTS
2025-01-10T22:35:57.8791570Z ##[endgroup]
2025-01-10T22:35:57.8792055Z ##[group]Runner Image
2025-01-10T22:35:57.8792685Z Image: ubuntu-24.04
2025-01-10T22:35:57.8793212Z Version: 20250105.1.0
2025-01-10T22:35:57.8794203Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250105.1/images/ubuntu/Ubuntu2404-Readme.md
2025-01-10T22:35:57.8795871Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250105.1
2025-01-10T22:35:57.8796869Z ##[endgroup]
2025-01-10T22:35:57.8797365Z ##[group]Runner Image Provisioner
2025-01-10T22:35:57.8798004Z 2.0.404.1
2025-01-10T22:35:57.8798490Z ##[endgroup]
2025-01-10T22:35:57.8799456Z ##[group]GITHUB_TOKEN Permissions
2025-01-10T22:35:57.8801417Z Contents: write
2025-01-10T22:35:57.8801929Z Metadata: read
2025-01-10T22:35:57.8802690Z ##[endgroup]
2025-01-10T22:35:57.8805892Z Secret source: Actions
2025-01-10T22:35:57.8806889Z Prepare workflow directory
2025-01-10T22:35:57.9108561Z Prepare all required actions
2025-01-10T22:35:57.9144162Z Getting action download info
2025-01-10T22:35:58.1102601Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683)
2025-01-10T22:35:58.1967910Z Download action repository 'julia-actions/setup-julia@v2' (SHA:5c9647d97b78a5debe5164e9eec09d653d29bd71)
2025-01-10T22:35:58.8476348Z Download action repository 'julia-actions/julia-docdeploy@v1' (SHA:e62cc8fd639797a0c2922a437d5b1b81c4a12787)
2025-01-10T22:35:59.3100719Z Complete job name: Documentation
2025-01-10T22:35:59.3826603Z ##[group]Run actions/checkout@v4
2025-01-10T22:35:59.3827524Z with:
2025-01-10T22:35:59.3828001Z repository: LilithHafner/Chairmarks.jl
2025-01-10T22:35:59.3828728Z token: ***
2025-01-10T22:35:59.3829147Z ssh-strict: true
2025-01-10T22:35:59.3829583Z ssh-user: git
2025-01-10T22:35:59.3830056Z persist-credentials: true
2025-01-10T22:35:59.3830541Z clean: true
2025-01-10T22:35:59.3830969Z sparse-checkout-cone-mode: true
2025-01-10T22:35:59.3831466Z fetch-depth: 1
2025-01-10T22:35:59.3831879Z fetch-tags: false
2025-01-10T22:35:59.3832309Z show-progress: true
2025-01-10T22:35:59.3832741Z lfs: false
2025-01-10T22:35:59.3833155Z submodules: false
2025-01-10T22:35:59.3833588Z set-safe-directory: true
2025-01-10T22:35:59.3834290Z ##[endgroup]
2025-01-10T22:35:59.5735964Z Syncing repository: LilithHafner/Chairmarks.jl
2025-01-10T22:35:59.5737786Z ##[group]Getting Git version info
2025-01-10T22:35:59.5738971Z Working directory is '/home/runner/work/Chairmarks.jl/Chairmarks.jl'
2025-01-10T22:35:59.5740884Z [command]/usr/bin/git version
2025-01-10T22:35:59.5816049Z git version 2.47.1
2025-01-10T22:35:59.5843864Z ##[endgroup]
2025-01-10T22:35:59.5859426Z Temporarily overriding HOME='/home/runner/work/temp/a84fde28-391f-4bd9-8018-03352e2f20c6' before making global git config changes
2025-01-10T22:35:59.5861884Z Adding repository directory to the temporary git global config as a safe directory
2025-01-10T22:35:59.5873092Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Chairmarks.jl/Chairmarks.jl
2025-01-10T22:35:59.5911461Z Deleting the contents of '/home/runner/work/Chairmarks.jl/Chairmarks.jl'
2025-01-10T22:35:59.5915765Z ##[group]Initializing the repository
2025-01-10T22:35:59.5920297Z [command]/usr/bin/git init /home/runner/work/Chairmarks.jl/Chairmarks.jl
2025-01-10T22:35:59.5996461Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-01-10T22:35:59.5997709Z hint: is subject to change. To configure the initial branch name to use in all
2025-01-10T22:35:59.5998792Z hint: of your new repositories, which will suppress this warning, call:
2025-01-10T22:35:59.5999458Z hint:
2025-01-10T22:35:59.5999965Z hint: git config --global init.defaultBranch
2025-01-10T22:35:59.6000725Z hint:
2025-01-10T22:35:59.6001280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-01-10T22:35:59.6003135Z hint: 'development'. The just-created branch can be renamed via this command:
2025-01-10T22:35:59.6004398Z hint:
2025-01-10T22:35:59.6005054Z hint: git branch -m
2025-01-10T22:35:59.6006509Z Initialized empty Git repository in /home/runner/work/Chairmarks.jl/Chairmarks.jl/.git/
2025-01-10T22:35:59.6016803Z [command]/usr/bin/git remote add origin https://github.com/LilithHafner/Chairmarks.jl
2025-01-10T22:35:59.6053395Z ##[endgroup]
2025-01-10T22:35:59.6054183Z ##[group]Disabling automatic garbage collection
2025-01-10T22:35:59.6057472Z [command]/usr/bin/git config --local gc.auto 0
2025-01-10T22:35:59.6087616Z ##[endgroup]
2025-01-10T22:35:59.6088323Z ##[group]Setting up auth
2025-01-10T22:35:59.6094169Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2025-01-10T22:35:59.6123832Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-01-10T22:35:59.6466753Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2025-01-10T22:35:59.6498540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-01-10T22:35:59.6728990Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-01-10T22:35:59.6764328Z ##[endgroup]
2025-01-10T22:35:59.6765420Z ##[group]Fetching the repository
2025-01-10T22:35:59.6773014Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +41cc0cdee06695698916faf2796d5d052127a87e:refs/remotes/origin/main
2025-01-10T22:36:00.1437192Z From https://github.com/LilithHafner/Chairmarks.jl
2025-01-10T22:36:00.1438988Z * [new ref] 41cc0cdee06695698916faf2796d5d052127a87e -> origin/main
2025-01-10T22:36:00.1465006Z ##[endgroup]
2025-01-10T22:36:00.1466058Z ##[group]Determining the checkout info
2025-01-10T22:36:00.1467550Z ##[endgroup]
2025-01-10T22:36:00.1472320Z [command]/usr/bin/git sparse-checkout disable
2025-01-10T22:36:00.1515350Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-01-10T22:36:00.1548325Z ##[group]Checking out the ref
2025-01-10T22:36:00.1552875Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2025-01-10T22:36:00.1625979Z Switched to a new branch 'main'
2025-01-10T22:36:00.1629783Z branch 'main' set up to track 'origin/main'.
2025-01-10T22:36:00.1636840Z ##[endgroup]
2025-01-10T22:36:00.1680765Z [command]/usr/bin/git log -1 --format=%H
2025-01-10T22:36:00.1705223Z 41cc0cdee06695698916faf2796d5d052127a87e
2025-01-10T22:36:00.1926096Z ##[group]Run julia-actions/setup-julia@v2
2025-01-10T22:36:00.1926977Z with:
2025-01-10T22:36:00.1927391Z version: 1
2025-01-10T22:36:00.1928001Z include-all-prereleases: false
2025-01-10T22:36:00.1928699Z arch: default
2025-01-10T22:36:00.1929196Z show-versioninfo: false
2025-01-10T22:36:00.1929782Z ##[endgroup]
2025-01-10T22:36:03.2574872Z [command]/usr/bin/tar xf /home/runner/work/temp/bc67e919-d6de-448d-bac8-467778cfce0d --strip-components=1 -C /opt/hostedtoolcache/julia/1.11.2/x64
2025-01-10T22:36:09.2638675Z [command]/opt/hostedtoolcache/julia/1.11.2/x64/bin/julia --version
2025-01-10T22:36:09.2774191Z julia version 1.11.2
2025-01-10T22:36:09.2958339Z ##[group]Run julia-actions/julia-docdeploy@v1
2025-01-10T22:36:09.2958692Z with:
2025-01-10T22:36:09.2958907Z install-package: true
2025-01-10T22:36:09.2959148Z env:
2025-01-10T22:36:09.2959748Z GITHUB_TOKEN: ***
2025-01-10T22:36:09.2959988Z ##[endgroup]
2025-01-10T22:36:09.3041786Z ##[group]Run using Pkg
2025-01-10T22:36:09.3042110Z �[36;1musing Pkg�[0m
2025-01-10T22:36:09.3042415Z �[36;1mPkg.activate("docs-logger-env"; shared=true)�[0m
2025-01-10T22:36:09.3043063Z �[36;1mPkg.add(Pkg.PackageSpec(name="GitHubActions", version="0.1"))�[0m
2025-01-10T22:36:09.3048123Z shell: /opt/hostedtoolcache/julia/1.11.2/x64/bin/julia --color=yes {0}
2025-01-10T22:36:09.3048552Z env:
2025-01-10T22:36:09.3048961Z GITHUB_TOKEN: ***
2025-01-10T22:36:09.3049197Z ##[endgroup]
2025-01-10T22:36:09.8701287Z �[32m�[1m Activating�[22m�[39m new project at ~/.julia/environments/docs-logger-env
2025-01-10T22:36:10.1107407Z �[32m�[1m Installing�[22m�[39m known registries into ~/.julia
2025-01-10T22:36:12.0548803Z �[32m�[1m Added�[22m�[39m General registry to ~/.julia/registries
2025-01-10T22:36:12.9391306Z �[32m�[1m Updating�[22m�[39m registry at ~/.julia/registries/General.toml
2025-01-10T22:36:12.9502444Z �[32m�[1m Resolving�[22m�[39m package versions...
2025-01-10T22:36:14.1366150Z �[32m�[1m Installed�[22m�[39m Parsers ───────── v2.8.1
2025-01-10T22:36:14.1367425Z �[32m�[1m Installed�[22m�[39m GitHubActions ─── v0.1.8
2025-01-10T22:36:14.1371470Z �[32m�[1m Installed�[22m�[39m JSON ──────────── v0.21.4
2025-01-10T22:36:14.1372407Z �[32m�[1m Installed�[22m�[39m Preferences ───── v1.4.3
2025-01-10T22:36:14.1373442Z �[32m�[1m Installed�[22m�[39m PrecompileTools ─ v1.2.1
2025-01-10T22:36:14.3838168Z �[32m�[1m Updating�[22m�[39m ~/.julia/environments/docs-logger-env/Project.toml
2025-01-10T22:36:14.4020471Z �[90m[6b79fd1a] �[39m�[92m+ GitHubActions v0.1.8�[39m
2025-01-10T22:36:14.4021538Z �[32m�[1m Updating�[22m�[39m ~/.julia/environments/docs-logger-env/Manifest.toml
2025-01-10T22:36:14.4191116Z �[90m[6b79fd1a] �[39m�[92m+ GitHubActions v0.1.8�[39m
2025-01-10T22:36:14.4191814Z �[90m[682c06a0] �[39m�[92m+ JSON v0.21.4�[39m
2025-01-10T22:36:14.4192380Z �[90m[69de0a69] �[39m�[92m+ Parsers v2.8.1�[39m
2025-01-10T22:36:14.4193017Z �[90m[aea7be01] �[39m�[92m+ PrecompileTools v1.2.1�[39m
2025-01-10T22:36:14.4193647Z �[90m[21216c6a] �[39m�[92m+ Preferences v1.4.3�[39m
2025-01-10T22:36:14.4194210Z �[90m[ade2ca70] �[39m�[92m+ Dates v1.11.0�[39m
2025-01-10T22:36:14.4194779Z �[90m[56ddb016] �[39m�[92m+ Logging v1.11.0�[39m
2025-01-10T22:36:14.4195305Z �[90m[a63ad114] �[39m�[92m+ Mmap v1.11.0�[39m
2025-01-10T22:36:14.4196062Z �[90m[de0858da] �[39m�[92m+ Printf v1.11.0�[39m
2025-01-10T22:36:14.4196581Z �[90m[9a3f8284] �[39m�[92m+ Random v1.11.0�[39m
2025-01-10T22:36:14.4197144Z �[90m[ea8e919c] �[39m�[92m+ SHA v0.7.0�[39m
2025-01-10T22:36:14.4197644Z �[90m[fa267f1f] �[39m�[92m+ TOML v1.0.3�[39m
2025-01-10T22:36:14.4198181Z �[90m[cf7118a7] �[39m�[92m+ UUIDs v1.11.0�[39m
2025-01-10T22:36:14.4198729Z �[90m[4ec0a83e] �[39m�[92m+ Unicode v1.11.0�[39m
2025-01-10T22:36:14.4401230Z Precompiling project...
2025-01-10T22:36:15.0504218Z 610.2 ms ✓ Preferences
2025-01-10T22:36:15.3834972Z 333.0 ms ✓ PrecompileTools
2025-01-10T22:36:33.2086640Z 17825.0 ms ✓ Parsers
2025-01-10T22:36:34.3868734Z 1178.2 ms ✓ JSON
2025-01-10T22:36:34.7759869Z 388.9 ms ✓ GitHubActions
2025-01-10T22:36:34.7761445Z 5 dependencies successfully precompiled in 20 seconds. 7 already precompiled.
2025-01-10T22:36:34.8992694Z ##[group]Run # The Julia command that will be executed
2025-01-10T22:36:34.8993067Z �[36;1m# The Julia command that will be executed�[0m
2025-01-10T22:36:34.8993656Z �[36;1mjulia_cmd=( julia --color=yes --code-coverage --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' )�[0m
2025-01-10T22:36:34.8994187Z �[36;1m�[0m
2025-01-10T22:36:34.8994415Z �[36;1m# Add the prefix in front of the command if there is one�[0m
2025-01-10T22:36:34.8994934Z �[36;1mprefix=""�[0m
2025-01-10T22:36:34.8995201Z �[36;1m[[ -n $prefix ]] && julia_cmd=( "$prefix" "${julia_cmd[@]}" )�[0m
2025-01-10T22:36:34.8995478Z �[36;1m�[0m
2025-01-10T22:36:34.8995933Z �[36;1m# Run the Julia command�[0m
2025-01-10T22:36:34.8996160Z �[36;1m"${julia_cmd[@]}"�[0m
2025-01-10T22:36:34.9024465Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2025-01-10T22:36:34.9024788Z env:
2025-01-10T22:36:34.9025159Z GITHUB_TOKEN: ***
2025-01-10T22:36:34.9025725Z ##[endgroup]
2025-01-10T22:37:03.4667348Z �[32m�[1m Resolving�[22m�[39m package versions...
2025-01-10T22:37:09.2541565Z �[32m�[1m Installed�[22m�[39m OpenSSL_jll ───────────── v3.0.15+3
2025-01-10T22:37:09.2580871Z �[32m�[1m Installed�[22m�[39m Expat_jll ─────────────── v2.6.4+3
2025-01-10T22:37:09.2596354Z �[32m�[1m Installed�[22m�[39m IOCapture ─────────────── v0.2.5
2025-01-10T22:37:09.2599879Z �[32m�[1m Installed�[22m�[39m JLLWrappers ───────────── v1.7.0
2025-01-10T22:37:09.2606173Z �[32m�[1m Installed�[22m�[39m RegistryInstances ─────── v0.1.0
2025-01-10T22:37:09.2607257Z �[32m�[1m Installed�[22m�[39m MarkdownAST ───────────── v0.1.2
2025-01-10T22:37:09.2612456Z �[32m�[1m Installed�[22m�[39m BenchmarkTools ────────── v1.6.0
2025-01-10T22:37:09.6650211Z �[32m�[1m Installed�[22m�[39m Documenter ────────────── v1.8.0
2025-01-10T22:37:09.7247094Z �[32m�[1m Installed�[22m�[39m Libiconv_jll ──────────── v1.17.0+1
2025-01-10T22:37:09.7512136Z �[32m�[1m Installed�[22m�[39m Git_jll ───────────────── v2.47.1+0
2025-01-10T22:37:09.7561594Z �[32m�[1m Installed�[22m�[39m AbstractTrees ─────────── v0.4.5
2025-01-10T22:37:09.7586985Z �[32m�[1m Installed�[22m�[39m TranscodingStreams ────── v0.11.3
2025-01-10T22:37:09.7594130Z �[32m�[1m Installed�[22m�[39m Statistics ────────────── v1.11.1
2025-01-10T22:37:09.7876774Z �[32m�[1m Installed�[22m�[39m LazilyInitializedFields ─ v1.3.0
2025-01-10T22:37:09.8070032Z �[32m�[1m Installed�[22m�[39m CodecZlib ─────────────── v0.7.6
2025-01-10T22:37:09.8070822Z �[32m�[1m Installed�[22m�[39m Compat ────────────────── v4.16.0
2025-01-10T22:37:09.8113088Z �[32m�[1m Installed�[22m�[39m Git ───────────────────── v1.3.1
2025-01-10T22:37:09.8315918Z �[32m�[1m Installed�[22m�[39m ANSIColoredPrinters ───── v0.0.1
2025-01-10T22:37:09.8316478Z �[32m�[1m Installed�[22m�[39m DocStringExtensions ───── v0.9.3
2025-01-10T22:37:09.8394205Z �[32m�[1m Installed�[22m�[39m NodeJS_20_jll ─────────── v20.12.2+0
2025-01-10T22:37:09.9128968Z �[32m�[1m Installed�[22m�[39m DocumenterVitepress ───── v0.1.3
2025-01-10T22:37:22.8986248Z �[32m�[1m Updating�[22m�[39m ~/work/Chairmarks.jl/Chairmarks.jl/docs/Project.toml
2025-01-10T22:37:22.9698101Z �[90m[6e4b80f9] �[39m�[92m+ BenchmarkTools v1.6.0�[39m
2025-01-10T22:37:22.9698828Z �[90m[0ca39b1e] �[39m�[92m+ Chairmarks v1.3.1 ~/work/Chairmarks.jl/Chairmarks.jl�[39m
2025-01-10T22:37:22.9699635Z �[90m[e30172f5] �[39m�[92m+ Documenter v1.8.0�[39m
2025-01-10T22:37:22.9700149Z �[90m[4710194d] �[39m�[92m+ DocumenterVitepress v0.1.3�[39m
2025-01-10T22:37:22.9700768Z �[32m�[1m Updating�[22m�[39m ~/work/Chairmarks.jl/Chairmarks.jl/docs/Manifest.toml
2025-01-10T22:37:23.0182031Z �[90m[a4c015fc] �[39m�[92m+ ANSIColoredPrinters v0.0.1�[39m
2025-01-10T22:37:23.0182994Z �[90m[1520ce14] �[39m�[92m+ AbstractTrees v0.4.5�[39m
2025-01-10T22:37:23.0183852Z �[90m[6e4b80f9] �[39m�[92m+ BenchmarkTools v1.6.0�[39m
2025-01-10T22:37:23.0184925Z �[90m[0ca39b1e] �[39m�[92m+ Chairmarks v1.3.1 ~/work/Chairmarks.jl/Chairmarks.jl�[39m
2025-01-10T22:37:23.0186195Z �[90m[944b1d66] �[39m�[92m+ CodecZlib v0.7.6�[39m
2025-01-10T22:37:23.0186953Z �[90m[34da2185] �[39m�[92m+ Compat v4.16.0�[39m
2025-01-10T22:37:23.0187687Z �[90m[ffbed154] �[39m�[92m+ DocStringExtensions v0.9.3�[39m
2025-01-10T22:37:23.0188391Z �[90m[e30172f5] �[39m�[92m+ Documenter v1.8.0�[39m
2025-01-10T22:37:23.0189107Z �[90m[4710194d] �[39m�[92m+ DocumenterVitepress v0.1.3�[39m
2025-01-10T22:37:23.0189762Z �[90m[d7ba0133] �[39m�[92m+ Git v1.3.1�[39m
2025-01-10T22:37:23.0190872Z �[90m[b5f81e59] �[39m�[92m+ IOCapture v0.2.5�[39m
2025-01-10T22:37:23.0191564Z �[90m[692b3bcd] �[39m�[92m+ JLLWrappers v1.7.0�[39m
2025-01-10T22:37:23.0192196Z �[90m[682c06a0] �[39m�[92m+ JSON v0.21.4�[39m
2025-01-10T22:37:23.0192920Z �[90m[0e77f7df] �[39m�[92m+ LazilyInitializedFields v1.3.0�[39m
2025-01-10T22:37:23.0193657Z �[90m[d0879d2d] �[39m�[92m+ MarkdownAST v0.1.2�[39m
2025-01-10T22:37:23.0194296Z �[90m[69de0a69] �[39m�[92m+ Parsers v2.8.1�[39m
2025-01-10T22:37:23.0195253Z �[90m[aea7be01] �[39m�[92m+ PrecompileTools v1.2.1�[39m
2025-01-10T22:37:23.0196010Z �[90m[21216c6a] �[39m�[92m+ Preferences v1.4.3�[39m
2025-01-10T22:37:23.0196424Z �[90m[2792f1a3] �[39m�[92m+ RegistryInstances v0.1.0�[39m
2025-01-10T22:37:23.0196823Z �[90m[10745b16] �[39m�[92m+ Statistics v1.11.1�[39m
2025-01-10T22:37:23.0197476Z �[90m[3bb67fe8] �[39m�[92m+ TranscodingStreams v0.11.3�[39m
2025-01-10T22:37:23.0198085Z �[90m[2e619515] �[39m�[92m+ Expat_jll v2.6.4+3�[39m
2025-01-10T22:37:23.0198620Z �[90m[f8c6e375] �[39m�[92m+ Git_jll v2.47.1+0�[39m
2025-01-10T22:37:23.0199158Z �[90m[94ce4f54] �[39m�[92m+ Libiconv_jll v1.17.0+1�[39m
2025-01-10T22:37:23.0199726Z �[90m[c7aee132] �[39m�[92m+ NodeJS_20_jll v20.12.2+0�[39m
2025-01-10T22:37:23.0200289Z �[90m[458c3c95] �[39m�[92m+ OpenSSL_jll v3.0.15+3�[39m
2025-01-10T22:37:23.0200814Z �[90m[0dad84c5] �[39m�[92m+ ArgTools v1.1.2�[39m
2025-01-10T22:37:23.0201257Z �[90m[56f22d72] �[39m�[92m+ Artifacts v1.11.0�[39m
2025-01-10T22:37:23.0201590Z �[90m[2a0f44e3] �[39m�[92m+ Base64 v1.11.0�[39m
2025-01-10T22:37:23.0201933Z �[90m[ade2ca70] �[39m�[92m+ Dates v1.11.0�[39m
2025-01-10T22:37:23.0202238Z �[90m[f43a241f] �[39m�[92m+ Downloads v1.6.0�[39m
2025-01-10T22:37:23.0202563Z �[90m[7b1f6079] �[39m�[92m+ FileWatching v1.11.0�[39m
2025-01-10T22:37:23.0202903Z �[90m[b77e0a4c] �[39m�[92m+ InteractiveUtils v1.11.0�[39m
2025-01-10T22:37:23.0203219Z �[90m[b27032c2] �[39m�[92m+ LibCURL v0.6.4�[39m
2025-01-10T22:37:23.0203520Z �[90m[76f85450] �[39m�[92m+ LibGit2 v1.11.0�[39m
2025-01-10T22:37:23.0203822Z �[90m[8f399da3] �[39m�[92m+ Libdl v1.11.0�[39m
2025-01-10T22:37:23.0204140Z �[90m[37e2e46d] �[39m�[92m+ LinearAlgebra v1.11.0�[39m
2025-01-10T22:37:23.0204461Z �[90m[56ddb016] �[39m�[92m+ Logging v1.11.0�[39m
2025-01-10T22:37:23.0204762Z �[90m[d6f4376e] �[39m�[92m+ Markdown v1.11.0�[39m
2025-01-10T22:37:23.0205057Z �[90m[a63ad114] �[39m�[92m+ Mmap v1.11.0�[39m
2025-01-10T22:37:23.0205388Z �[90m[ca575930] �[39m�[92m+ NetworkOptions v1.2.0�[39m
2025-01-10T22:37:23.0205945Z �[90m[44cfe95a] �[39m�[92m+ Pkg v1.11.0�[39m
2025-01-10T22:37:23.0206237Z �[90m[de0858da] �[39m�[92m+ Printf v1.11.0�[39m
2025-01-10T22:37:23.0206535Z �[90m[9abbd945] �[39m�[92m+ Profile v1.11.0�[39m
2025-01-10T22:37:23.0206828Z �[90m[3fa0cd96] �[39m�[92m+ REPL v1.11.0�[39m
2025-01-10T22:37:23.0207107Z �[90m[9a3f8284] �[39m�[92m+ Random v1.11.0�[39m
2025-01-10T22:37:23.0207401Z �[90m[ea8e919c] �[39m�[92m+ SHA v0.7.0�[39m
2025-01-10T22:37:23.0207719Z �[90m[9e88b42a] �[39m�[92m+ Serialization v1.11.0�[39m
2025-01-10T22:37:23.0208025Z �[90m[6462fe0b] �[39m�[92m+ Sockets v1.11.0�[39m
2025-01-10T22:37:23.0208340Z �[90m[f489334b] �[39m�[92m+ StyledStrings v1.11.0�[39m
2025-01-10T22:37:23.0208644Z �[90m[fa267f1f] �[39m�[92m+ TOML v1.0.3�[39m
2025-01-10T22:37:23.0208920Z �[90m[a4e569a6] �[39m�[92m+ Tar v1.10.0�[39m
2025-01-10T22:37:23.0209199Z �[90m[8dfed614] �[39m�[92m+ Test v1.11.0�[39m
2025-01-10T22:37:23.0209487Z �[90m[cf7118a7] �[39m�[92m+ UUIDs v1.11.0�[39m
2025-01-10T22:37:23.0209781Z �[90m[4ec0a83e] �[39m�[92m+ Unicode v1.11.0�[39m
2025-01-10T22:37:23.0210155Z �[90m[e66e0078] �[39m�[92m+ CompilerSupportLibraries_jll v1.1.1+0�[39m
2025-01-10T22:37:23.0210537Z �[90m[deac9b47] �[39m�[92m+ LibCURL_jll v8.6.0+0�[39m
2025-01-10T22:37:23.0210858Z �[90m[e37daf67] �[39m�[92m+ LibGit2_jll v1.7.2+0�[39m
2025-01-10T22:37:23.0211180Z �[90m[29816b5a] �[39m�[92m+ LibSSH2_jll v1.11.0+1�[39m
2025-01-10T22:37:23.0211661Z �[90m[c8ffd9c3] �[39m�[92m+ MbedTLS_jll v2.28.6+0�[39m
2025-01-10T22:37:23.0212045Z �[90m[14a3606d] �[39m�[92m+ MozillaCACerts_jll v2023.12.12�[39m
2025-01-10T22:37:23.0212508Z �[90m[4536629a] �[39m�[92m+ OpenBLAS_jll v0.3.27+1�[39m
2025-01-10T22:37:23.0212842Z �[90m[efcefdf7] �[39m�[92m+ PCRE2_jll v10.42.0+1�[39m
2025-01-10T22:37:23.0213170Z �[90m[83775a58] �[39m�[92m+ Zlib_jll v1.2.13+1�[39m
2025-01-10T22:37:23.0213531Z �[90m[8e850b90] �[39m�[92m+ libblastrampoline_jll v5.11.0+0�[39m
2025-01-10T22:37:23.0214018Z �[90m[8e850ede] �[39m�[92m+ nghttp2_jll v1.59.0+0�[39m
2025-01-10T22:37:23.0214350Z �[90m[3f19e933] �[39m�[92m+ p7zip_jll v17.4.0+2�[39m
2025-01-10T22:37:25.2696757Z Precompiling project...
2025-01-10T22:37:25.9227237Z 630.6 ms ✓ LazilyInitializedFields
2025-01-10T22:37:26.0602990Z 688.9 ms ✓ AbstractTrees
2025-01-10T22:37:26.1396043Z 763.2 ms ✓ ANSIColoredPrinters
2025-01-10T22:37:26.1984169Z 822.1 ms ✓ Statistics
2025-01-10T22:37:26.6943822Z 772.3 ms ✓ TranscodingStreams
2025-01-10T22:37:26.7273928Z 664.5 ms ✓ IOCapture
2025-01-10T22:37:26.9267474Z 786.8 ms ✓ Compat
2025-01-10T22:37:27.0641668Z 865.6 ms ✓ DocStringExtensions
2025-01-10T22:37:27.4027561Z 708.1 ms ✓ JLLWrappers
2025-01-10T22:37:27.9573930Z 892.8 ms ✓ CodecZlib
2025-01-10T22:37:28.1273012Z 1200.2 ms ✓ MarkdownAST
2025-01-10T22:37:28.1392140Z 735.8 ms ✓ Compat → CompatLinearAlgebraExt
2025-01-10T22:37:28.1523870Z 2778.1 ms ✓ Chairmarks
2025-01-10T22:37:28.8689826Z 912.5 ms ✓ OpenSSL_jll
2025-01-10T22:37:28.9445856Z 816.0 ms ✓ Libiconv_jll
2025-01-10T22:37:29.0798456Z 928.0 ms ✓ NodeJS_20_jll
2025-01-10T22:37:29.1301060Z 990.2 ms ✓ Expat_jll
2025-01-10T22:37:29.4089980Z 2682.1 ms ✓ RegistryInstances
2025-01-10T22:37:29.4218337Z 477.7 ms ✓ Chairmarks → StatisticsChairmarksExt
2025-01-10T22:37:29.8049576Z 674.1 ms ✓ Git_jll
2025-01-10T22:37:30.2438218Z 1374.7 ms ✓ BenchmarkTools
2025-01-10T22:37:30.2549148Z 449.9 ms ✓ Git
2025-01-10T22:38:08.2697308Z 38014.6 ms ✓ Documenter
2025-01-10T22:38:11.8814349Z 3611.6 ms ✓ DocumenterVitepress
2025-01-10T22:38:11.8814825Z 24 dependencies successfully precompiled in 47 seconds. 37 already precompiled.
2025-01-10T22:38:12.0200659Z ##[group]Run # The Julia command that will be executed
2025-01-10T22:38:12.0201011Z �[36;1m# The Julia command that will be executed�[0m
2025-01-10T22:38:12.0201336Z �[36;1mjulia_cmd=( julia --color=yes --project=docs/ -e '�[0m
2025-01-10T22:38:12.0201627Z �[36;1m @eval Module() begin�[0m
2025-01-10T22:38:12.0201967Z �[36;1m push!(LOAD_PATH, "@docs-logger-env") # access GitHubActions.jl�[0m
2025-01-10T22:38:12.0202312Z �[36;1m import Logging, GitHubActions�[0m
2025-01-10T22:38:12.0202645Z �[36;1m Logging.global_logger(GitHubActions.GitHubActionsLogger())�[0m
2025-01-10T22:38:12.0202978Z �[36;1m pop!(LOAD_PATH)�[0m
2025-01-10T22:38:12.0203193Z �[36;1m end�[0m
2025-01-10T22:38:12.0203381Z �[36;1m include("docs/make.jl")' )�[0m
2025-01-10T22:38:12.0203620Z �[36;1m�[0m
2025-01-10T22:38:12.0203848Z �[36;1m# Add the prefix in front of the command if there is one�[0m
2025-01-10T22:38:12.0204131Z �[36;1mprefix=""�[0m
2025-01-10T22:38:12.0204381Z �[36;1m[[ -n $prefix ]] && julia_cmd=( "$prefix" "${julia_cmd[@]}" )�[0m
2025-01-10T22:38:12.0204663Z �[36;1m�[0m
2025-01-10T22:38:12.0204819Z �[36;1m# Run the Julia command�[0m
2025-01-10T22:38:12.0205033Z �[36;1m"${julia_cmd[@]}"�[0m
2025-01-10T22:38:12.0231907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2025-01-10T22:38:12.0232211Z env:
2025-01-10T22:38:12.0232608Z GITHUB_TOKEN: ***
2025-01-10T22:38:12.0232789Z ##[endgroup]
2025-01-10T22:38:14.3810968Z SetupBuildDirectory: setting up build directory.
2025-01-10T22:38:15.4949064Z Doctest: running doctests.
2025-01-10T22:38:39.3927189Z ExpandTemplates: expanding markdown templates.
2025-01-10T22:38:42.5901804Z CrossReferences: building cross-references.
2025-01-10T22:38:43.1809203Z CheckDocument: running document checks.
2025-01-10T22:38:50.0020578Z Populate: populating indices.
2025-01-10T22:38:50.0021263Z RenderDocument: rendering document.
2025-01-10T22:38:51.4678697Z DocumenterVitepress: rendering MarkdownVitepress pages.
2025-01-10T22:38:51.4681625Z Deployment criteria for deploying devbranch build from GitHub Actions:
2025-01-10T22:38:51.4683045Z - ✔ ENV["GITHUB_REPOSITORY"]="LilithHafner/Chairmarks.jl" occurs in repo="https://github.com/LilithHafner/Chairmarks.jl"
2025-01-10T22:38:51.4684172Z - ✔ ENV["GITHUB_EVENT_NAME"]="push" is "push", "workflow_dispatch" or "schedule"
2025-01-10T22:38:51.4685182Z - ✔ ENV["GITHUB_REF"] matches devbranch="main"
2025-01-10T22:38:51.4686047Z - ✔ ENV["GITHUB_ACTOR"] exists and is non-empty
2025-01-10T22:38:51.4686575Z - ✔ ENV["GITHUB_TOKEN"] exists and is non-empty
2025-01-10T22:38:51.4687055Z Deploying: ✔
2025-01-10T22:38:51.5018847Z ##[warning]DocumenterVitepress: Did not detect docs/src/.vitepress/config.mts file. Substituting in the default file.
2025-01-10T22:38:51.5919185Z ##[warning]DocumenterVitepress: No logo.png file found in docs/src/assets. Skipping logo replacement.
2025-01-10T22:38:51.5921391Z ##[warning]DocumenterVitepress: No favicon.ico file found in docs/src/assets. Skipping favicon replacement.
2025-01-10T22:38:53.4216505Z DocumenterVitepress: building Vitepress site.
2025-01-10T22:39:07.2861600Z
2025-01-10T22:39:07.2862313Z added 239 packages, and audited 240 packages in 14s
2025-01-10T22:39:07.2862724Z
2025-01-10T22:39:07.2863422Z 74 packages are looking for funding
2025-01-10T22:39:07.2863880Z run npm fund for details
2025-01-10T22:39:07.2877675Z
2025-01-10T22:39:07.2877956Z found 0 vulnerabilities
2025-01-10T22:39:07.5526981Z
2025-01-10T22:39:07.5527579Z > env
2025-01-10T22:39:07.5528271Z > env vitepress build /home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/build/.documenter
2025-01-10T22:39:07.5528850Z
2025-01-10T22:39:07.7921827Z
2025-01-10T22:39:07.7922938Z �[32m�[1mvitepress�[22m v1.5.0�[39m
2025-01-10T22:39:07.7924324Z
2025-01-10T22:39:08.0396057Z - building client + server bundles...
2025-01-10T22:39:12.0452793Z �[32m✓�[0m building client + server bundles...
2025-01-10T22:39:12.0627088Z - rendering pages...
2025-01-10T22:39:12.1955907Z �[32m✓�[0m rendering pages...
2025-01-10T22:39:12.1983138Z build complete in 4.41s.
2025-01-10T22:39:12.2474146Z DocumenterVitepress: cleaning up Markdown output.
2025-01-10T22:39:12.2528747Z DocumenterVitepress: Markdown output cleaned up. Folder looks like: ["404.html", "assets", "autoload.html", "explanations.html", "hashmap.json", "index.html", "migration.html", "reference.html", "regressions.html", "tutorial.html", "vp-icons.css", "why.html"]
2025-01-10T22:39:12.9698327Z Deployment criteria for deploying devbranch build from GitHub Actions:
2025-01-10T22:39:12.9699614Z - ✔ ENV["GITHUB_REPOSITORY"]="LilithHafner/Chairmarks.jl" occurs in repo="github.com/LilithHafner/Chairmarks.jl"
2025-01-10T22:39:12.9700725Z - ✔ ENV["GITHUB_EVENT_NAME"]="push" is "push", "workflow_dispatch" or "schedule"
2025-01-10T22:39:12.9701437Z - ✔ ENV["GITHUB_REF"] matches devbranch="main"
2025-01-10T22:39:12.9701952Z - ✔ ENV["GITHUB_ACTOR"] exists and is non-empty
2025-01-10T22:39:12.9702291Z - ✔ ENV["GITHUB_TOKEN"] exists and is non-empty
2025-01-10T22:39:12.9702636Z Deploying: ✔
2025-01-10T22:39:14.8468985Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-01-10T22:39:14.8469961Z hint: is subject to change. To configure the initial branch name to use in all
2025-01-10T22:39:14.8470858Z hint: of your new repositories, which will suppress this warning, call:
2025-01-10T22:39:14.8471356Z hint:
2025-01-10T22:39:14.8471629Z hint: git config --global init.defaultBranch
2025-01-10T22:39:14.8472155Z hint:
2025-01-10T22:39:14.8472657Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-01-10T22:39:14.8473561Z hint: 'development'. The just-created branch can be renamed via this command:
2025-01-10T22:39:14.8474229Z hint:
2025-01-10T22:39:14.8474488Z hint: git branch -m
2025-01-10T22:39:14.8475254Z Initialized empty Git repository in /tmp/jl_cpeNTd/.git/
2025-01-10T22:39:17.7733516Z From https://github.com/LilithHafner/Chairmarks.jl
2025-01-10T22:39:17.7734062Z * [new branch] gh-pages -> upstream/gh-pages
2025-01-10T22:39:17.7735202Z * [new branch] lh/create-first-function -> upstream/lh/create-first-function
2025-01-10T22:39:17.7736969Z * [new branch] main -> upstream/main
2025-01-10T22:39:17.7842496Z * [new tag] v0.1.0 -> v0.1.0
2025-01-10T22:39:17.7843316Z * [new tag] v0.2.0 -> v0.2.0
2025-01-10T22:39:17.7844064Z * [new tag] v0.2.1 -> v0.2.1
2025-01-10T22:39:17.7844974Z * [new tag] v0.2.2 -> v0.2.2
2025-01-10T22:39:17.7846206Z * [new tag] v0.2.3 -> v0.2.3
2025-01-10T22:39:17.7847143Z * [new tag] v0.3.0 -> v0.3.0
2025-01-10T22:39:17.7848079Z * [new tag] v0.3.1 -> v0.3.1
2025-01-10T22:39:17.7849011Z * [new tag] v1.0.0 -> v1.0.0
2025-01-10T22:39:17.7849969Z * [new tag] v1.0.1 -> v1.0.1
2025-01-10T22:39:17.7850891Z * [new tag] v1.0.2 -> v1.0.2
2025-01-10T22:39:17.7851802Z * [new tag] v1.1.0 -> v1.1.0
2025-01-10T22:39:17.7852734Z * [new tag] v1.1.1 -> v1.1.1
2025-01-10T22:39:17.7853657Z * [new tag] v1.1.2 -> v1.1.2
2025-01-10T22:39:17.7854581Z * [new tag] v1.2.0 -> v1.2.0
2025-01-10T22:39:17.7855676Z * [new tag] v1.2.1 -> v1.2.1
2025-01-10T22:39:17.7856810Z * [new tag] v1.2.2 -> v1.2.2
2025-01-10T22:39:17.7857808Z * [new tag] v1.3.0 -> v1.3.0
2025-01-10T22:39:17.7858800Z * [new tag] v1.3.1 -> v1.3.1
2025-01-10T22:39:18.7686223Z Switched to a new branch 'gh-pages'
2025-01-10T22:39:18.7688962Z branch 'gh-pages' set up to track 'upstream/gh-pages'.
2025-01-10T22:39:19.4145805Z rm 'dev/404.html'
2025-01-10T22:39:19.4268179Z rm 'dev/assets/app.C03I6OH3.js'
2025-01-10T22:39:19.4268630Z rm 'dev/assets/autoload.md.z3BQKWmd.js'
2025-01-10T22:39:19.4269070Z rm 'dev/assets/autoload.md.z3BQKWmd.lean.js'
2025-01-10T22:39:19.4269566Z rm 'dev/assets/chunks/@localSearchIndexroot.DDxrZoVH.js'
2025-01-10T22:39:19.4270082Z rm 'dev/assets/chunks/VPLocalSearchBox.BqLwZplA.js'
2025-01-10T22:39:19.4270545Z rm 'dev/assets/chunks/framework.VJADOTq4.js'
2025-01-10T22:39:19.4270935Z rm 'dev/assets/chunks/theme.BspBkfsS.js'
2025-01-10T22:39:19.4271367Z rm 'dev/assets/explanations.md.Dy8QK5H4.js'
2025-01-10T22:39:19.4271868Z rm 'dev/assets/explanations.md.Dy8QK5H4.lean.js'
2025-01-10T22:39:19.4272271Z rm 'dev/assets/index.md.DQa2QdB8.js'
2025-01-10T22:39:19.4272550Z rm 'dev/assets/index.md.DQa2QdB8.lean.js'
2025-01-10T22:39:19.4272899Z rm 'dev/assets/inter-italic-cyrillic-ext.r48I6akx.woff2'
2025-01-10T22:39:19.4273275Z rm 'dev/assets/inter-italic-cyrillic.By2_1cv3.woff2'
2025-01-10T22:39:19.4273655Z rm 'dev/assets/inter-italic-greek-ext.1u6EdAuj.woff2'
2025-01-10T22:39:19.4274010Z rm 'dev/assets/inter-italic-greek.DJ8dCoTZ.woff2'
2025-01-10T22:39:19.4274388Z rm 'dev/assets/inter-italic-latin-ext.CN1xVJS-.woff2'
2025-01-10T22:39:19.4274737Z rm 'dev/assets/inter-italic-latin.C2AdPX0b.woff2'
2025-01-10T22:39:19.4275192Z rm 'dev/assets/inter-italic-vietnamese.BSbpV94h.woff2'
2025-01-10T22:39:19.4275854Z rm 'dev/assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2'
2025-01-10T22:39:19.4276226Z rm 'dev/assets/inter-roman-cyrillic.C5lxZ8CY.woff2'
2025-01-10T22:39:19.4276575Z rm 'dev/assets/inter-roman-greek-ext.CqjqNYQ-.woff2'
2025-01-10T22:39:19.4276923Z rm 'dev/assets/inter-roman-greek.BBVDIX6e.woff2'
2025-01-10T22:39:19.4277340Z rm 'dev/assets/inter-roman-latin-ext.4ZJIpNVo.woff2'
2025-01-10T22:39:19.4277886Z rm 'dev/assets/inter-roman-latin.Di8DUHzh.woff2'
2025-01-10T22:39:19.4278436Z rm 'dev/assets/inter-roman-vietnamese.BjW4sHH5.woff2'
2025-01-10T22:39:19.4278960Z rm 'dev/assets/migration.md.CAAgARsW.js'
2025-01-10T22:39:19.4279403Z rm 'dev/assets/migration.md.CAAgARsW.lean.js'
2025-01-10T22:39:19.4279708Z rm 'dev/assets/reference.md.BNxhrjui.js'
2025-01-10T22:39:19.4280250Z rm 'dev/assets/reference.md.BNxhrjui.lean.js'
2025-01-10T22:39:19.4280555Z rm 'dev/assets/regressions.md.DWdSjDCb.js'
2025-01-10T22:39:19.4280866Z rm 'dev/assets/regressions.md.DWdSjDCb.lean.js'
2025-01-10T22:39:19.4281165Z rm 'dev/assets/style.oB8gZIow.css'
2025-01-10T22:39:19.4281409Z rm 'dev/assets/tutorial.md.DjoOkEXh.js'
2025-01-10T22:39:19.4281666Z rm 'dev/assets/tutorial.md.DjoOkEXh.lean.js'
2025-01-10T22:39:19.4281916Z rm 'dev/assets/why.md.C_vzYvYy.js'
2025-01-10T22:39:19.4282286Z rm 'dev/assets/why.md.C_vzYvYy.lean.js'
2025-01-10T22:39:19.4376167Z rm 'dev/autoload.html'
2025-01-10T22:39:19.4484223Z rm 'dev/explanations.html'
2025-01-10T22:39:19.4589278Z rm 'dev/hashmap.json'
2025-01-10T22:39:19.4698888Z rm 'dev/index.html'
2025-01-10T22:39:19.4804462Z rm 'dev/migration.html'
2025-01-10T22:39:19.4909745Z rm 'dev/reference.html'
2025-01-10T22:39:19.5014356Z rm 'dev/regressions.html'
2025-01-10T22:39:19.5123259Z rm 'dev/siteinfo.js'
2025-01-10T22:39:19.5228466Z rm 'dev/tutorial.html'
2025-01-10T22:39:19.5332835Z rm 'dev/vp-icons.css'
2025-01-10T22:39:19.5436268Z rm 'dev/why.html'
2025-01-10T22:39:19.5698187Z ##[warning]removing stable and linking stable to v1.3.1.
2025-01-10T22:39:19.5699852Z ##[warning]removing v1.3 and linking v1.3 to v1.3.1.
2025-01-10T22:39:19.5700834Z ##[warning]removing v1.2 and linking v1.2 to v1.2.2.
2025-01-10T22:39:19.5701723Z ##[warning]removing v1.1 and linking v1.1 to v1.1.2.
2025-01-10T22:39:19.5708478Z ##[warning]removing v1.0 and linking v1.0 to v1.0.2.
2025-01-10T22:39:19.5709551Z ##[warning]removing v0.3 and linking v0.3 to v0.3.1.
2025-01-10T22:39:19.5710845Z ##[warning]removing v0.2 and linking v0.2 to v0.2.3.
2025-01-10T22:39:19.5712868Z ##[warning]removing v0.1 and linking v0.1 to v0.1.0.
2025-01-10T22:39:19.5714163Z ##[warning]removing v1 and linking v1 to v1.3.1.
2025-01-10T22:39:19.7432206Z [gh-pages b9e3d4e4] build based on 41cc0cd
2025-01-10T22:39:19.7432820Z 36 files changed, 124 insertions(+), 124 deletions(-)
2025-01-10T22:39:19.7433363Z rename dev/assets/{app.C03I6OH3.js => app.nxSk78eF.js} (90%)
2025-01-10T22:39:19.7434028Z rename dev/assets/{autoload.md.z3BQKWmd.js => autoload.md.B21hdGqI.js} (96%)
2025-01-10T22:39:19.7434802Z rename dev/assets/{autoload.md.z3BQKWmd.lean.js => autoload.md.B21hdGqI.lean.js} (96%)
2025-01-10T22:39:19.7435748Z create mode 100644 dev/assets/chunks/@localSearchIndexroot.CixnUdhT.js
2025-01-10T22:39:19.7436432Z delete mode 100644 dev/assets/chunks/@localSearchIndexroot.DDxrZoVH.js
2025-01-10T22:39:19.7437090Z delete mode 100644 dev/assets/chunks/VPLocalSearchBox.BqLwZplA.js
2025-01-10T22:39:19.7437752Z create mode 100644 dev/assets/chunks/VPLocalSearchBox.XBvXAtGz.js
2025-01-10T22:39:19.7438331Z create mode 100644 dev/assets/chunks/framework.DsiUQVzY.js
2025-01-10T22:39:19.7438855Z delete mode 100644 dev/assets/chunks/framework.VJADOTq4.js
2025-01-10T22:39:19.7439410Z create mode 100644 dev/assets/chunks/theme.B8-XJQxl.js
2025-01-10T22:39:19.7439948Z delete mode 100644 dev/assets/chunks/theme.BspBkfsS.js
2025-01-10T22:39:19.7440664Z rename dev/assets/{explanations.md.Dy8QK5H4.js => explanations.md.CsXVPzcc.js} (70%)
2025-01-10T22:39:19.7441610Z rename dev/assets/{explanations.md.Dy8QK5H4.lean.js => explanations.md.CsXVPzcc.lean.js} (70%)
2025-01-10T22:39:19.7442214Z rename dev/assets/{index.md.DQa2QdB8.js => index.md.UOt8A45-.js} (98%)
2025-01-10T22:39:19.7442657Z rename dev/assets/{index.md.DQa2QdB8.lean.js => index.md.UOt8A45-.lean.js} (98%)
2025-01-10T22:39:19.7443135Z rename dev/assets/{migration.md.CAAgARsW.js => migration.md.Bnf5ijvz.js} (86%)
2025-01-10T22:39:19.7443639Z rename dev/assets/{migration.md.CAAgARsW.lean.js => migration.md.Bnf5ijvz.lean.js} (86%)
2025-01-10T22:39:19.7444161Z rename dev/assets/{reference.md.BNxhrjui.lean.js => reference.md.CoI15Xyx.js} (98%)
2025-01-10T22:39:19.7444651Z rename dev/assets/{reference.md.BNxhrjui.js => reference.md.CoI15Xyx.lean.js} (98%)
2025-01-10T22:39:19.7445407Z rename dev/assets/{regressions.md.DWdSjDCb.js => regressions.md.Dnwx-1t
.js} (97%)
2025-01-10T22:39:19.7446184Z rename dev/assets/{regressions.md.DWdSjDCb.lean.js => regressions.md.Dnwx-1t
.lean.js} (97%)
2025-01-10T22:39:19.7446677Z rename dev/assets/{style.oB8gZIow.css => style.ieIStdCl.css} (99%)
2025-01-10T22:39:19.7447100Z rename dev/assets/{tutorial.md.DjoOkEXh.js => tutorial.md.Ce_uWxjk.js} (99%)
2025-01-10T22:39:19.7447586Z rename dev/assets/{tutorial.md.DjoOkEXh.lean.js => tutorial.md.Ce_uWxjk.lean.js} (99%)
2025-01-10T22:39:19.7448184Z rename dev/assets/{why.md.C_vzYvYy.js => why.md.D6kld_x-.js} (99%)
2025-01-10T22:39:19.7448578Z rename dev/assets/{why.md.C_vzYvYy.lean.js => why.md.D6kld_x-.lean.js} (99%)
2025-01-10T22:39:20.1130572Z To https://github.com/LilithHafner/Chairmarks.jl.git
2025-01-10T22:39:20.1131202Z ! [rejected] HEAD -> gh-pages (fetch first)
2025-01-10T22:39:20.1131755Z error: failed to push some refs to 'https://github.com/LilithHafner/Chairmarks.jl.git'
2025-01-10T22:39:20.1137215Z hint: Updates were rejected because the remote contains work that you do not
2025-01-10T22:39:20.1137966Z hint: have locally. This is usually caused by another repository pushing to
2025-01-10T22:39:20.1138591Z hint: the same ref. If you want to integrate the remote changes, use
2025-01-10T22:39:20.1139072Z hint: 'git pull' before pushing again.
2025-01-10T22:39:20.1139547Z hint: See the 'Note about fast-forwards' in 'git push --help' for details.
2025-01-10T22:39:20.5186396Z ##[error]Failed to push:
exception =
failed process: Process(setenv(/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/bin/git push -q upstream HEAD:gh-pages,["PATH=/home/runner/.julia/artifacts/96bc7b9ddb319d1a051535c85184aa2bf42dbd8b/bin:/home/runner/.julia/artifacts/c951fb23b5652def1dea483af7095a38f3b3cefd/bin:/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/bin:/opt/hostedtoolcache/julia/1.11.2/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1", "GITHUB_RUN_NUMBER=525", "GITHUB_REF_NAME=main", "RUNNER_ARCH=X64", "STATS_PIP=false", "PERFLOG_LOCATION_SETTING=RUNNER_PERFLOG", "LD_LIBRARY_PATH=/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib/julia:/home/runner/.julia/artifacts/96bc7b9ddb319d1a051535c85184aa2bf42dbd8b/lib:/home/runner/.julia/artifacts/c951fb23b5652def1dea483af7095a38f3b3cefd/lib:/home/runner/.julia/artifacts/2def0eca464bd6d89ccac85338474402359d4930/lib:/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib/julia:/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib", "ACCEPT_EULA=Y", "GOROOT_1_21_X64=/opt/hostedtoolcache/go/1.21.13/x64", "ANT_HOME=/usr/share/ant", "RUNNER_USER=runner", "GITHUB_REPOSITORY_ID=717273775", "GITHUB_ACTOR=LilithHafner", "GITHUB_WORKFLOW_REF=LilithHafner/Chairmarks.jl/.github/workflows/CI.yml@refs/heads/main", "ANDROID_NDK_LATEST_HOME=/usr/local/lib/android/sdk/ndk/27.2.12479018", "SYSTEMD_EXEC_PID=831", "RUNNER_ENVIRONMENT=github-hosted", "OPENBLAS_DEFAULT_NUM_THREADS=1", "GIT_TEMPLATE_DIR=/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/share/git-core/templates", "STATS_D_D=true", "USER=runner", "CONDA=/usr/share/miniconda", "GOROOT_1_23_X64=/opt/hostedtoolcache/go/1.23.4/x64", "VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg", "STATS_VMFE=true", "GITHUB_REF_PROTECTED=true", "GITHUB_API_URL=https://api.github.com", "GITHUB_RUN_ATTEMPT=1", "GITHUB_ACTIONS=true", "STATS_V3PS=true", "GITHUB_SHA=41cc0cdee06695698916faf2796d5d052127a87e", "JAVA_HOME=/usr/lib/jvm/temurin-17-jdk-amd64", "STATS_EXT=true", "ANDROID_SDK_ROOT=/usr/local/lib/android/sdk", "SWIFT_PATH=/usr/share/swift/usr/bin", "GITHUB_ENV=/home/runner/work/_temp/_runner_file_commands/set_env_2d5650d8-3345-47ee-be49-908dc454e71d", "JAVA_HOME_17_X64=/usr/lib/jvm/temurin-17-jdk-amd64", "GITHUB_ACTION_PATH=/home/runner/work/_actions/julia-actions/julia-docdeploy/v1", "STATS_D_TC=true", "RUNNER_PERFLOG=/home/runner/perflog", "RUNNER_NAME=GitHub Actions 9", "EDGEWEBDRIVER=/usr/local/share/edge_driver", "GITHUB_RUN_ID=12718289018", "GHCUP_INSTALL_BASE_PREFIX=/usr/local", "ImageOS=ubuntu24", "NVM_DIR=/home/runner/.nvm", "GITHUB_HEAD_REF=", "GITHUB_RETENTION_DAYS=90", "GITHUB_SERVER_URL=https://github.com", "GITHUB_OUTPUT=/home/runner/work/_temp/_runner_file_commands/set_output_2d5650d8-3345-47ee-be49-908dc454e71d", "STATS_UE=true", "GITHUB_JOB=docs", "DEBIAN_FRONTEND=noninteractive", "RUNNER_TRACKING_ID=github_76c76a4b-ff0e-44ff-8c3c-81158522addb", "RUNNER_TOOL_CACHE=/opt/hostedtoolcache", "HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650", "AZURE_EXTENSION_DIR=/opt/az/azcliextensions", "HOMEBREW_NO_AUTO_UPDATE=1", "CHROMEWEBDRIVER=/usr/local/share/chromedriver-linux64", "GITHUB_ACTION_REPOSITORY=", "GITHUB_WORKFLOW=CI", "GITHUB_ACTION=__julia-actions_julia-docdeploy", "HOME=/home/runner", "JAVA_HOME_8_X64=/usr/lib/jvm/temurin-8-jdk-amd64", "GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json", "GITHUB_STEP_SUMMARY=/home/runner/work/_temp/_runner_file_commands/step_summary_2d5650d8-3345-47ee-be49-908dc454e71d", "SGX_AESM_ADDR=1", "GITHUB_REF=refs/heads/main", "GIT_EXEC_PATH=/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/libexec/git-core", "GITHUB_REPOSITORY=LilithHafner/Chairmarks.jl", "INVOCATION_ID=3db5a05abaad401286e739da8d6697e7", "ImageVersion=20250105.1.0", "JAVA_HOME_21_X64=/usr/lib/jv
2025-01-10T22:39:22.9046111Z �[91m�[1mERROR: �[22m�[39mLoadError: failed process: Process(setenv(�[4m/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/bin/git�[24m �[4mpush�[24m �[4m-q�[24m �[4mupstream�[24m �[4mHEAD:gh-pages�[24m,["PATH=/home/runner/.julia/artifacts/96bc7b9ddb319d1a051535c85184aa2bf42dbd8b/bin:/home/runner/.julia/artifacts/c951fb23b5652def1dea483af7095a38f3b3cefd/bin:/home/runner/.julia/artifacts/8a0f840ec3a4b7913b278fad357755c65b097456/bin:/opt/hostedtoolcache/julia/1.11.2/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1", "GITHUB_RUN_NUMBER=525", "GITHUB_REF_NAME=main", "RUNNER_ARCH=X64", "STATS_PIP=false", "PERFLOG_LOCATION_SETTING=RUNNER_PERFLOG", "LD_LIBRARY_PATH=/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib/julia:/home/runner/.julia/artifacts/96bc7b9ddb319d1a051535c85184aa2bf42dbd8b/lib:/home/runner/.julia/artifacts/c951fb23b5652def1dea483af7095a38f3b3cefd/lib:/home/runner/.julia/artifacts/2def0eca464bd6d89ccac85338474402359d4930/lib:/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib/julia:/opt/hostedtoolcache/julia/1.11.2/x64/bin/../lib", "ACCEPT_EULA=Y", "GOROOT_1_21_X64=/opt/hostedtoolcache/go/1.21.13/x64" … "JAVA_HOME_11_X64=/usr/lib/jvm/temurin-11-jdk-amd64", "GITHUB_TRIGGERING_ACTOR=LilithHafner", "RUNNER_TEMP=/home/runner/work/_temp", "GITHUB_REPOSITORY_OWNER=LilithHafner", "GITHUB_EVENT_NAME=push", "DOTNET_NOLOGO=1", "GIT_SSL_CAINFO=/opt/hostedtoolcache/julia/1.11.2/x64/share/julia/cert.pem", "OPENBLAS_MAIN_FREE=1", "ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/27.2.12479018", "AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache"]), ProcessExited(1)) [1]
2025-01-10T22:39:22.9053603Z
2025-01-10T22:39:22.9053683Z Stacktrace:
2025-01-10T22:39:22.9053968Z [1] �[0m�[1mpipeline_error�[22m
2025-01-10T22:39:22.9054348Z �[90m @�[39m �[90m./�[39m�[90m�[4mprocess.jl:598�[24m�[39m�[90m [inlined]�[39m
2025-01-10T22:39:22.9059496Z [2] �[0m�[1mrun�[22m�[0m�[1m(�[22m::�[0mCmd; �[90mwait�[39m::�[0mBool�[0m�[1m)�[22m
2025-01-10T22:39:22.9059980Z �[90m @�[39m �[90mBase�[39m �[90m./�[39m�[90m�[4mprocess.jl:513�[24m�[39m
2025-01-10T22:39:22.9060308Z [3] �[0m�[1mrun�[22m
2025-01-10T22:39:22.9060632Z �[90m @�[39m �[90m./�[39m�[90m�[4mprocess.jl:510�[24m�[39m�[90m [inlined]�[39m
2025-01-10T22:39:22.9062026Z [4] �[0m�[1m(::Documenter.var"#git_commands#125"{String, String, SubString{String}, Nothing, String, Vector{Any}, Bool, String, Nothing, String})�[22m�[0m�[1m(�[22m�[90msshconfig�[39m::�[0mNothing�[0m�[1m)�[22m
2025-01-10T22:39:22.9063006Z �[90m @�[39m �[36mDocumenter�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:472�[24m�[39m
2025-01-10T22:39:22.9063489Z [5] �[0m�[1mgit_commands�[22m
2025-01-10T22:39:22.9064056Z �[90m @�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:376�[24m�[39m�[90m [inlined]�[39m
2025-01-10T22:39:22.9066693Z [6] �[0m�[1mwithenv�[22m�[0m�[1m(�[22m::�[0mDocumenter.var"#git_commands#125"�[90m{String, String, SubString{String}, Nothing, String, Vector{Any}, Bool, String, Nothing, String}�[39m, ::�[0mPair�[90m{String, Nothing}�[39m, ::�[0mVararg�[90m{Pair{String, Nothing}}�[39m�[0m�[1m)�[22m
2025-01-10T22:39:22.9067981Z �[90m @�[39m �[90mBase�[39m �[90m./�[39m�[90m�[4menv.jl:265�[24m�[39m
2025-01-10T22:39:22.9068291Z [7] �[0m�[1m#124�[22m
2025-01-10T22:39:22.9068817Z �[90m @�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:539�[24m�[39m�[90m [inlined]�[39m
2025-01-10T22:39:22.9069506Z [8] �[0m�[1mcd�[22m�[0m�[1m(�[22m�[90mf�[39m::�[0mDocumenter.var"#124#131", �[90mdir�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9070020Z �[90m @�[39m �[90mBase.Filesystem�[39m �[90m./�[39m�[90m�[4mfile.jl:112�[24m�[39m
2025-01-10T22:39:22.9076966Z [9] �[0m�[1mgit_push�[22m�[0m�[1m(�[22m�[90mroot�[39m::�[0mString, �[90mtemp�[39m::�[0mString, �[90mrepo�[39m::�[0mString; �[90mbranch�[39m::�[0mString, �[90mdirname�[39m::�[0mString, �[90mtarget�[39m::�[0mString, �[90msha�[39m::�[0mSubString�[90m{String}�[39m, �[90mcname�[39m::�[0mNothing, �[90mdevurl�[39m::�[0mString, �[90mversions�[39m::�[0mVector�[90m{Any}�[39m, �[90mforcepush�[39m::�[0mBool, �[90mdeploy_config�[39m::�[0mDocumenter.GitHubActions, �[90msubfolder�[39m::�[0mString, �[90mis_preview�[39m::�[0mBool, �[90marchive�[39m::�[0mNothing�[0m�[1m)�[22m
2025-01-10T22:39:22.9078761Z �[90m @�[39m �[36mDocumenter�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:539�[24m�[39m
2025-01-10T22:39:22.9084146Z [10] �[0m�[1m(::Documenter.var"#109#111"{SubString{String}, String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})�[22m�[0m�[1m(�[22m�[90mtemp�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9085159Z �[90m @�[39m �[36mDocumenter�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:296�[24m�[39m
2025-01-10T22:39:22.9093219Z [11] �[0m�[1mmktempdir�[22m�[0m�[1m(�[22m�[90mfn�[39m::�[0mDocumenter.var"#109#111"�[90m{SubString{String}, String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}�[39m, �[90mparent�[39m::�[0mString; �[90mprefix�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9095062Z �[90m @�[39m �[90mBase.Filesystem�[39m �[90m./�[39m�[90m�[4mfile.jl:819�[24m�[39m
2025-01-10T22:39:22.9096408Z [12] �[0m�[1mmktempdir�[22m�[0m�[1m(�[22m�[90mfn�[39m::�[0mFunction, �[90mparent�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9097361Z �[90m @�[39m �[90mBase.Filesystem�[39m �[90m./�[39m�[90m�[4mfile.jl:815�[24m�[39m
2025-01-10T22:39:22.9097989Z [13] �[0m�[1mmktempdir�[22m
2025-01-10T22:39:22.9098558Z �[90m @�[39m �[90m./�[39m�[90m�[4mfile.jl:815�[24m�[39m�[90m [inlined]�[39m
2025-01-10T22:39:22.9102184Z [14] �[0m�[1m(::Documenter.var"#108#110"{String, String, String, Nothing, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})�[22m�[0m�[1m(�[22m�[0m�[1m)�[22m
2025-01-10T22:39:22.9103844Z �[90m @�[39m �[36mDocumenter�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:295�[24m�[39m
2025-01-10T22:39:22.9109304Z [15] �[0m�[1mcd�[22m�[0m�[1m(�[22m�[90mf�[39m::�[0mDocumenter.var"#108#110"�[90m{String, String, String, Nothing, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}�[39m, �[90mdir�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9111202Z �[90m @�[39m �[90mBase.Filesystem�[39m �[90m./�[39m�[90m�[4mfile.jl:112�[24m�[39m
2025-01-10T22:39:22.9119116Z [16] �[0m�[1mdeploydocs�[22m�[0m�[1m(�[22m; �[90mroot�[39m::�[0mString, �[90mtarget�[39m::�[0mString, �[90mdirname�[39m::�[0mString, �[90mrepo�[39m::�[0mString, �[90mbranch�[39m::�[0mString, �[90mrepo_previews�[39m::�[0mString, �[90mbranch_previews�[39m::�[0mString, �[90mdeps�[39m::�[0mNothing, �[90mmake�[39m::�[0mNothing, �[90mcname�[39m::�[0mNothing, �[90mdevbranch�[39m::�[0mString, �[90mdevurl�[39m::�[0mString, �[90mversions�[39m::�[0mVector�[90m{Any}�[39m, �[90mforcepush�[39m::�[0mBool, �[90mdeploy_config�[39m::�[0mDocumenter.GitHubActions, �[90mpush_preview�[39m::�[0mBool, �[90mtag_prefix�[39m::�[0mString, �[90marchive�[39m::�[0mNothing�[0m�[1m)�[22m
2025-01-10T22:39:22.9122649Z �[90m @�[39m �[36mDocumenter�[39m �[90m~/.julia/packages/Documenter/Bs999/src/�[39m�[90m�[4mdeploydocs.jl:252�[24m�[39m
2025-01-10T22:39:22.9123377Z [17] top-level scope
2025-01-10T22:39:22.9124020Z �[90m @�[39m �[90m~/work/Chairmarks.jl/Chairmarks.jl/docs/�[39m�[90m�[4mmake.jl:31�[24m�[39m
2025-01-10T22:39:22.9124873Z [18] �[0m�[1minclude�[22m�[0m�[1m(�[22m�[90mfname�[39m::�[0mString�[0m�[1m)�[22m
2025-01-10T22:39:22.9125500Z �[90m @�[39m �[32mMain�[39m �[90m./�[39m�[90m�[4msysimg.jl:38�[24m�[39m
2025-01-10T22:39:22.9126194Z [19] top-level scope
2025-01-10T22:39:22.9126557Z �[90m @�[39m �[90m�[4mnone:8�[24m�[39m
2025-01-10T22:39:22.9127113Z in expression starting at /home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/make.jl:31
2025-01-10T22:39:22.9517977Z ##[error]Process completed with exit code 1.
2025-01-10T22:39:22.9586766Z Post job cleanup.
2025-01-10T22:39:23.0549064Z [command]/usr/bin/git version
2025-01-10T22:39:23.0586409Z git version 2.47.1
2025-01-10T22:39:23.0637180Z Temporarily overriding HOME='/home/runner/work/_temp/9590456c-950c-47fd-a81b-34c346279e84' before making global git config changes
2025-01-10T22:39:23.0638398Z Adding repository directory to the temporary git global config as a safe directory
2025-01-10T22:39:23.0644050Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Chairmarks.jl/Chairmarks.jl
2025-01-10T22:39:23.0682373Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2025-01-10T22:39:23.0716109Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-01-10T22:39:23.0953607Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2025-01-10T22:39:23.0975346Z http.https://github.com/.extraheader
2025-01-10T22:39:23.0988523Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-01-10T22:39:23.1019372Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-01-10T22:39:23.1397137Z Cleaning up orphan processes

Subsequent builds fail with

...
2025-01-12T13:59:08.0174332Z DocumenterVitepress: building Vitepress site.
2025-01-12T13:59:24.2520497Z 
2025-01-12T13:59:24.2521145Z added 239 packages, and audited 240 packages in 16s
2025-01-12T13:59:24.2521949Z 
2025-01-12T13:59:24.2522655Z 74 packages are looking for funding
2025-01-12T13:59:24.2523110Z   run `npm fund` for details
2025-01-12T13:59:24.2534535Z 
2025-01-12T13:59:24.2534848Z found 0 vulnerabilities
2025-01-12T13:59:24.5122853Z 
2025-01-12T13:59:24.5123260Z > env
2025-01-12T13:59:24.5124005Z > env vitepress build /home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/build/.documenter
2025-01-12T13:59:24.5124754Z 
2025-01-12T13:59:24.7462882Z 
2025-01-12T13:59:24.7463791Z   �[32m�[1mvitepress�[22m v1.5.0�[39m
2025-01-12T13:59:24.7464407Z 
2025-01-12T13:59:24.9817127Z - building client + server bundles...
2025-01-12T13:59:25.9700516Z �[31mx�[39m Build failed in 793ms
2025-01-12T13:59:25.9702074Z �[31m✖�[0m building client + server bundles...
2025-01-12T13:59:25.9947121Z �[31mbuild error:�[39m
2025-01-12T13:59:25.9948005Z �[31mCould not resolve "../../components/VersionPicker.vue" from "build/.documenter/.vitepress/theme/index.ts"�[39m
2025-01-12T13:59:25.9948800Z file: �[36m/home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/build/.documenter/.vitepress/theme/index.ts�[39m
2025-01-12T13:59:25.9949601Z �[31mCould not resolve "../../components/VersionPicker.vue" from "build/.documenter/.vitepress/theme/index.ts"�[39m
2025-01-12T13:59:25.9950349Z file: �[36m/home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/build/.documenter/.vitepress/theme/index.ts�[39m
2025-01-12T13:59:25.9951119Z     at getRollupError (file:///home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/node_modules/rollup/dist/es/shared/parseAst.js:396:41)
2025-01-12T13:59:25.9951947Z     at error (file:///home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/node_modules/rollup/dist/es/shared/parseAst.js:392:42)
2025-01-12T13:59:25.9952876Z     at ModuleLoader.handleInvalidResolvedId (file:///home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/node_modules/rollup/dist/es/shared/node-entry.js:20212:24)
2025-01-12T13:59:25.9953762Z     at file:///home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/node_modules/rollup/dist/es/shared/node-entry.js:20172:26
2025-01-12T13:59:28.1163106Z �[91m�[1mERROR: �[22m�[39mLoadError: failed process: Process(`�[4m/home/runner/.julia/artifacts/86336b0ee0dfedf3d771b32af4db6325d14c1e6d/bin/npm�[24m �[4mrun�[24m �[4menv�[24m �[4m--�[24m �[4mvitepress�[24m �[4mbuild�[24m �[4m/home/runner/work/Chairmarks.jl/Chairmarks.jl/docs/build/.documenter�[24m`, ProcessExited(1)) [1]
2025-01-12T13:59:28.1165340Z 
2025-01-12T13:59:28.1165483Z Stacktrace:
2025-01-12T13:59:28.1165916Z   [1] �[0m�[1mpipeline_error�[22m
...
@asinghvi17
Copy link
Collaborator

This might have been because of a DocumenterVitepress update and unfortunate timing, cc @lazarusA

@lazarusA
Copy link
Collaborator

ahh... yes. I missed the copy/paste of the components folder 😓 from the template.

@lazarusA
Copy link
Collaborator

lazarusA commented Jan 13, 2025

@LilithHafner since you are using your own package.json file, please change the version of vitepress to 1.5.0 here.

@LilithHafner
Copy link
Contributor Author

Thanks for the quick fix, @lazarusA! I went ahead and deleted package.json entirely because I don't want to be using my own package.json file. I confirm that your changes and that deletion fix my issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants