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

MethodError: no method matching *(::String, ::Nothing) #16

Open
fonsp opened this issue Mar 14, 2022 · 2 comments
Open

MethodError: no method matching *(::String, ::Nothing) #16

fonsp opened this issue Mar 14, 2022 · 2 comments

Comments

@fonsp
Copy link
Contributor

fonsp commented Mar 14, 2022

I got this exception today: https://github.com/JuliaPluto/website/runs/5544489554?check_suite_focus=true#step:5:273

@SaschaMann
Copy link
Member

That repo appears to be private, I get a 404 when I follow the link.

Could you copy the relevant logs, please?

@fonsp
Copy link
Contributor Author

fonsp commented May 10, 2022

Sorry about that!

Details
2022-03-14T21:00:17.8024222Z Requested labels: ubuntu-latest
2022-03-14T21:00:17.8024276Z Job defined at: JuliaPluto/website/.github/workflows/generate.yml@refs/heads/main
2022-03-14T21:00:17.8024299Z Waiting for a runner to pick up this job...
2022-03-14T21:00:18.1421312Z Job is waiting for a hosted runner to come online.
2022-03-14T21:00:22.2941269Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2022-03-14T21:00:26.0922430Z Current runner version: '2.288.1'
2022-03-14T21:00:26.0949509Z ##[group]Operating System
2022-03-14T21:00:26.0949977Z Ubuntu
2022-03-14T21:00:26.0950276Z 20.04.4
2022-03-14T21:00:26.0950500Z LTS
2022-03-14T21:00:26.0950880Z ##[endgroup]
2022-03-14T21:00:26.0951164Z ##[group]Virtual Environment
2022-03-14T21:00:26.0951532Z Environment: ubuntu-20.04
2022-03-14T21:00:26.0951878Z Version: 20220227.1
2022-03-14T21:00:26.0952350Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220227.1/images/linux/Ubuntu2004-Readme.md
2022-03-14T21:00:26.0953037Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220227.1
2022-03-14T21:00:26.0953446Z ##[endgroup]
2022-03-14T21:00:26.0953793Z ##[group]Virtual Environment Provisioner
2022-03-14T21:00:26.0954122Z 1.0.0.0-main-20220307-1
2022-03-14T21:00:26.0954424Z ##[endgroup]
2022-03-14T21:00:26.0955364Z ##[group]GITHUB_TOKEN Permissions
2022-03-14T21:00:26.0956062Z Actions: write
2022-03-14T21:00:26.0956502Z Checks: write
2022-03-14T21:00:26.0956844Z Contents: write
2022-03-14T21:00:26.0957168Z Deployments: write
2022-03-14T21:00:26.0957503Z Discussions: write
2022-03-14T21:00:26.0957772Z Issues: write
2022-03-14T21:00:26.0958075Z Metadata: read
2022-03-14T21:00:26.0958363Z Packages: write
2022-03-14T21:00:26.0958669Z Pages: write
2022-03-14T21:00:26.0958953Z PullRequests: write
2022-03-14T21:00:26.0959295Z RepositoryProjects: write
2022-03-14T21:00:26.0959597Z SecurityEvents: write
2022-03-14T21:00:26.0959943Z Statuses: write
2022-03-14T21:00:26.0960253Z ##[endgroup]
2022-03-14T21:00:26.0963644Z Secret source: Actions
2022-03-14T21:00:26.0964136Z Prepare workflow directory
2022-03-14T21:00:26.1777186Z Prepare all required actions
2022-03-14T21:00:26.1957608Z Getting action download info
2022-03-14T21:00:26.3772247Z Download action repository 'actions/checkout@v2' (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
2022-03-14T21:00:26.6549327Z Download action repository 'julia-actions/setup-julia@v1' (SHA:ee66464cb7897ffcc5322800f4b18d449794af30)
2022-03-14T21:00:26.7946605Z Download action repository 'actions/cache@v2' (SHA:937d24475381cd9c75ae6db12cb4e79714b926ed)
2022-03-14T21:00:27.0064081Z Download action repository 'JamesIves/github-pages-deploy-action@releases/v3' (SHA:132898c54c57c7cc6b80eb3a89968de8fc283505)
2022-03-14T21:00:31.7710413Z ##[group]Run actions/checkout@v2
2022-03-14T21:00:31.7710689Z with:
2022-03-14T21:00:31.7710916Z   repository: JuliaPluto/website
2022-03-14T21:00:31.7711383Z   token: ***
2022-03-14T21:00:31.7711575Z   ssh-strict: true
2022-03-14T21:00:31.7711816Z   persist-credentials: true
2022-03-14T21:00:31.7712026Z   clean: true
2022-03-14T21:00:31.7712227Z   fetch-depth: 1
2022-03-14T21:00:31.7712413Z   lfs: false
2022-03-14T21:00:31.7712610Z   submodules: false
2022-03-14T21:00:31.7712827Z ##[endgroup]
2022-03-14T21:00:32.0104940Z Syncing repository: JuliaPluto/website
2022-03-14T21:00:32.0106556Z ##[group]Getting Git version info
2022-03-14T21:00:32.0107038Z Working directory is '/home/runner/work/website/website'
2022-03-14T21:00:32.0107569Z [command]/usr/bin/git version
2022-03-14T21:00:32.0236973Z git version 2.35.1
2022-03-14T21:00:32.0237887Z ##[endgroup]
2022-03-14T21:00:32.0238256Z Deleting the contents of '/home/runner/work/website/website'
2022-03-14T21:00:32.0242197Z ##[group]Initializing the repository
2022-03-14T21:00:32.0246706Z [command]/usr/bin/git init /home/runner/work/website/website
2022-03-14T21:00:32.0324537Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-03-14T21:00:32.0324964Z hint: is subject to change. To configure the initial branch name to use in all
2022-03-14T21:00:32.0326039Z hint: of your new repositories, which will suppress this warning, call:
2022-03-14T21:00:32.0326349Z hint: 
2022-03-14T21:00:32.0326776Z hint: 	git config --global init.defaultBranch <name>
2022-03-14T21:00:32.0327025Z hint: 
2022-03-14T21:00:32.0327364Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-03-14T21:00:32.0328308Z hint: 'development'. The just-created branch can be renamed via this command:
2022-03-14T21:00:32.0328603Z hint: 
2022-03-14T21:00:32.0328874Z hint: 	git branch -m <name>
2022-03-14T21:00:32.0336898Z Initialized empty Git repository in /home/runner/work/website/website/.git/
2022-03-14T21:00:32.0345488Z [command]/usr/bin/git remote add origin https://github.com/JuliaPluto/website
2022-03-14T21:00:32.0385810Z ##[endgroup]
2022-03-14T21:00:32.0387495Z ##[group]Disabling automatic garbage collection
2022-03-14T21:00:32.0433077Z [command]/usr/bin/git config --local gc.auto 0
2022-03-14T21:00:32.0468570Z ##[endgroup]
2022-03-14T21:00:32.0487066Z ##[group]Setting up auth
2022-03-14T21:00:32.0487921Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-03-14T21:00:32.0515977Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-03-14T21:00:32.0882552Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-03-14T21:00:32.0908689Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-03-14T21:00:32.1133489Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-03-14T21:00:32.1172267Z ##[endgroup]
2022-03-14T21:00:32.1173199Z ##[group]Fetching the repository
2022-03-14T21:00:32.1181397Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +729a3697f27ccf80c71796cc3171c702e608fc68:refs/remotes/origin/main
2022-03-14T21:00:32.3761871Z remote: Enumerating objects: 44, done.        
2022-03-14T21:00:32.3766442Z remote: Counting objects:   2% (1/44)        
2022-03-14T21:00:32.3766937Z remote: Counting objects:   4% (2/44)        
2022-03-14T21:00:32.3768778Z remote: Counting objects:   6% (3/44)        
2022-03-14T21:00:32.3770390Z remote: Counting objects:   9% (4/44)        
2022-03-14T21:00:32.3771985Z remote: Counting objects:  11% (5/44)        
2022-03-14T21:00:32.3773455Z remote: Counting objects:  13% (6/44)        
2022-03-14T21:00:32.3775085Z remote: Counting objects:  15% (7/44)        
2022-03-14T21:00:32.3776751Z remote: Counting objects:  18% (8/44)        
2022-03-14T21:00:32.3778227Z remote: Counting objects:  20% (9/44)        
2022-03-14T21:00:32.3779650Z remote: Counting objects:  22% (10/44)        
2022-03-14T21:00:32.3781037Z remote: Counting objects:  25% (11/44)        
2022-03-14T21:00:32.3782543Z remote: Counting objects:  27% (12/44)        
2022-03-14T21:00:32.3783842Z remote: Counting objects:  29% (13/44)        
2022-03-14T21:00:32.3785241Z remote: Counting objects:  31% (14/44)        
2022-03-14T21:00:32.3786623Z remote: Counting objects:  34% (15/44)        
2022-03-14T21:00:32.3788108Z remote: Counting objects:  36% (16/44)        
2022-03-14T21:00:32.3789552Z remote: Counting objects:  38% (17/44)        
2022-03-14T21:00:32.3791010Z remote: Counting objects:  40% (18/44)        
2022-03-14T21:00:32.3792319Z remote: Counting objects:  43% (19/44)        
2022-03-14T21:00:32.3793678Z remote: Counting objects:  45% (20/44)        
2022-03-14T21:00:32.3795003Z remote: Counting objects:  47% (21/44)        
2022-03-14T21:00:32.3796380Z remote: Counting objects:  50% (22/44)        
2022-03-14T21:00:32.3797715Z remote: Counting objects:  52% (23/44)        
2022-03-14T21:00:32.3799122Z remote: Counting objects:  54% (24/44)        
2022-03-14T21:00:32.3800429Z remote: Counting objects:  56% (25/44)        
2022-03-14T21:00:32.3801761Z remote: Counting objects:  59% (26/44)        
2022-03-14T21:00:32.3803106Z remote: Counting objects:  61% (27/44)        
2022-03-14T21:00:32.3804437Z remote: Counting objects:  63% (28/44)        
2022-03-14T21:00:32.3805862Z remote: Counting objects:  65% (29/44)        
2022-03-14T21:00:32.3807555Z remote: Counting objects:  68% (30/44)        
2022-03-14T21:00:32.3809136Z remote: Counting objects:  70% (31/44)        
2022-03-14T21:00:32.3810555Z remote: Counting objects:  72% (32/44)        
2022-03-14T21:00:32.3811849Z remote: Counting objects:  75% (33/44)        
2022-03-14T21:00:32.3813372Z remote: Counting objects:  77% (34/44)        
2022-03-14T21:00:32.3814663Z remote: Counting objects:  79% (35/44)        
2022-03-14T21:00:32.3816031Z remote: Counting objects:  81% (36/44)        
2022-03-14T21:00:32.3817438Z remote: Counting objects:  84% (37/44)        
2022-03-14T21:00:32.3818691Z remote: Counting objects:  86% (38/44)        
2022-03-14T21:00:32.3820002Z remote: Counting objects:  88% (39/44)        
2022-03-14T21:00:32.3821337Z remote: Counting objects:  90% (40/44)        
2022-03-14T21:00:32.3822627Z remote: Counting objects:  93% (41/44)        
2022-03-14T21:00:32.3823950Z remote: Counting objects:  95% (42/44)        
2022-03-14T21:00:32.3825420Z remote: Counting objects:  97% (43/44)        
2022-03-14T21:00:32.3826668Z remote: Counting objects: 100% (44/44)        
2022-03-14T21:00:32.3827048Z remote: Counting objects: 100% (44/44), done.        
2022-03-14T21:00:32.3829297Z remote: Compressing objects:   3% (1/32)        
2022-03-14T21:00:32.3829677Z remote: Compressing objects:   6% (2/32)        
2022-03-14T21:00:32.3830992Z remote: Compressing objects:   9% (3/32)        
2022-03-14T21:00:32.3832225Z remote: Compressing objects:  12% (4/32)        
2022-03-14T21:00:32.3833404Z remote: Compressing objects:  15% (5/32)        
2022-03-14T21:00:32.3834700Z remote: Compressing objects:  18% (6/32)        
2022-03-14T21:00:32.3835896Z remote: Compressing objects:  21% (7/32)        
2022-03-14T21:00:32.3837519Z remote: Compressing objects:  25% (8/32)        
2022-03-14T21:00:32.3840339Z remote: Compressing objects:  28% (9/32)        
2022-03-14T21:00:32.3895532Z remote: Compressing objects:  31% (10/32)        
2022-03-14T21:00:32.3896885Z remote: Compressing objects:  34% (11/32)        
2022-03-14T21:00:32.3902251Z remote: Compressing objects:  37% (12/32)        
2022-03-14T21:00:32.3911540Z remote: Compressing objects:  40% (13/32)        
2022-03-14T21:00:32.3912096Z remote: Compressing objects:  43% (14/32)        
2022-03-14T21:00:32.3913691Z remote: Compressing objects:  46% (15/32)        
2022-03-14T21:00:32.3915409Z remote: Compressing objects:  50% (16/32)        
2022-03-14T21:00:32.3915793Z remote: Compressing objects:  53% (17/32)        
2022-03-14T21:00:32.3916748Z remote: Compressing objects:  56% (18/32)        
2022-03-14T21:00:32.3917315Z remote: Compressing objects:  59% (19/32)        
2022-03-14T21:00:32.3917681Z remote: Compressing objects:  62% (20/32)        
2022-03-14T21:00:32.3918212Z remote: Compressing objects:  65% (21/32)        
2022-03-14T21:00:32.3918724Z remote: Compressing objects:  68% (22/32)        
2022-03-14T21:00:32.3919924Z remote: Compressing objects:  71% (23/32)        
2022-03-14T21:00:32.3920663Z remote: Compressing objects:  75% (24/32)        
2022-03-14T21:00:32.3979656Z remote: Compressing objects:  78% (25/32)        
2022-03-14T21:00:32.3981543Z remote: Compressing objects:  81% (26/32)        
2022-03-14T21:00:32.3982048Z remote: Compressing objects:  84% (27/32)        
2022-03-14T21:00:32.3982772Z remote: Compressing objects:  87% (28/32)        
2022-03-14T21:00:32.3983305Z remote: Compressing objects:  90% (29/32)        
2022-03-14T21:00:32.3983825Z remote: Compressing objects:  93% (30/32)        
2022-03-14T21:00:32.3984352Z remote: Compressing objects:  96% (31/32)        
2022-03-14T21:00:32.3984876Z remote: Compressing objects: 100% (32/32)        
2022-03-14T21:00:32.3985401Z remote: Compressing objects: 100% (32/32), done.        
2022-03-14T21:00:32.4512404Z remote: Total 44 (delta 2), reused 38 (delta 2), pack-reused 0        
2022-03-14T21:00:32.4574930Z From https://github.com/JuliaPluto/website
2022-03-14T21:00:32.4575856Z  * [new ref]         729a3697f27ccf80c71796cc3171c702e608fc68 -> origin/main
2022-03-14T21:00:32.4603698Z ##[endgroup]
2022-03-14T21:00:32.4604125Z ##[group]Determining the checkout info
2022-03-14T21:00:32.4605716Z ##[endgroup]
2022-03-14T21:00:32.4606106Z ##[group]Checking out the ref
2022-03-14T21:00:32.4610650Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2022-03-14T21:00:32.4744127Z Switched to a new branch 'main'
2022-03-14T21:00:32.4748200Z branch 'main' set up to track 'origin/main'.
2022-03-14T21:00:32.4751660Z ##[endgroup]
2022-03-14T21:00:32.4795011Z [command]/usr/bin/git log -1 --format='%H'
2022-03-14T21:00:32.4825685Z '729a3697f27ccf80c71796cc3171c702e608fc68'
2022-03-14T21:00:32.5067871Z ##[group]Run julia-actions/setup-julia@v1
2022-03-14T21:00:32.5068112Z with:
2022-03-14T21:00:32.5068296Z   version: 1.7
2022-03-14T21:00:32.5068494Z   arch: x64
2022-03-14T21:00:32.5068692Z   show-versioninfo: false
2022-03-14T21:00:32.5068913Z ##[endgroup]
2022-03-14T21:00:34.2649318Z [command]tar xf /home/runner/work/_temp/401459b7-ec17-4def-a156-39f37a80c219 --strip-components=1 -C julia-x64-1.7.2-dYXz6p
2022-03-14T21:00:40.4094092Z [command]julia --version
2022-03-14T21:00:40.4466833Z julia version 1.7.2
2022-03-14T21:00:40.8457497Z ##[group]Run actions/cache@v2
2022-03-14T21:00:40.8457720Z with:
2022-03-14T21:00:40.8457914Z   path: _cache
2022-03-14T21:00:40.8458478Z   key: Linux-pluto_state_cache-v2-a489adc291c50de4c1b4ef9ca3c09f22882cb9f4b47c5bb1d048bfd466e31b5c-304542878f711e2dd3eb01cf07c06063acadb8100cb5afa8b41d4ec0d5139623
2022-03-14T21:00:40.8459194Z   restore-keys: Linux-pluto_state_cache-v2-a489adc291c50de4c1b4ef9ca3c09f22882cb9f4b47c5bb1d048bfd466e31b5c

2022-03-14T21:00:40.8459567Z ##[endgroup]
2022-03-14T21:00:42.4748890Z Cache not found for input keys: Linux-pluto_state_cache-v2-a489adc291c50de4c1b4ef9ca3c09f22882cb9f4b47c5bb1d048bfd466e31b5c-304542878f711e2dd3eb01cf07c06063acadb8100cb5afa8b41d4ec0d5139623, Linux-pluto_state_cache-v2-a489adc291c50de4c1b4ef9ca3c09f22882cb9f4b47c5bb1d048bfd466e31b5c
2022-03-14T21:00:42.4866795Z ##[group]Run julia -e 'using Pkg
2022-03-14T21:00:42.4867165Z �[36;1mjulia -e 'using Pkg�[0m
2022-03-14T21:00:42.4867413Z �[36;1m  Pkg.activate(mktempdir())�[0m
2022-03-14T21:00:42.4867633Z �[36;1m  Pkg.add([�[0m
2022-03-14T21:00:42.4867959Z �[36;1m    # this is only the version used to run the generate notebook, not the version used to generate exports...�[0m
2022-03-14T21:00:42.4868334Z �[36;1m    Pkg.PackageSpec(name="Pluto", version="0.18"),�[0m
2022-03-14T21:00:42.4868561Z �[36;1m  ])�[0m
2022-03-14T21:00:42.4868746Z �[36;1m�[0m
2022-03-14T21:00:42.4868940Z �[36;1m  include("generate.jl")'�[0m
2022-03-14T21:00:42.4922169Z shell: /usr/bin/bash -e {0}
2022-03-14T21:00:42.4922401Z ##[endgroup]
2022-03-14T21:00:42.7585440Z   Activating new project at `/tmp/jl_Jp6X2f`
2022-03-14T21:00:43.0460677Z   Installing known registries into `~/.julia`
2022-03-14T21:00:44.8327617Z     Updating registry at `~/.julia/registries/General.toml`
2022-03-14T21:00:44.8593737Z    Resolving package versions...
2022-03-14T21:00:45.8145462Z    Installed Scratch ───────────────────── v1.1.0
2022-03-14T21:00:45.8498704Z    Installed IteratorInterfaceExtensions ─ v1.0.0
2022-03-14T21:00:45.8509749Z    Installed IniFile ───────────────────── v0.5.1
2022-03-14T21:00:45.8516568Z    Installed DataAPI ───────────────────── v1.9.0
2022-03-14T21:00:45.8525474Z    Installed RelocatableFolders ────────── v0.2.0
2022-03-14T21:00:45.8526611Z    Installed Tables ────────────────────── v1.7.0
2022-03-14T21:00:45.8531235Z    Installed ExproniconLite ────────────── v0.6.13
2022-03-14T21:00:45.8546129Z    Installed TableTraits ───────────────── v1.0.1
2022-03-14T21:00:45.8552446Z    Installed URIs ──────────────────────── v1.3.0
2022-03-14T21:00:45.8720513Z    Installed OrderedCollections ────────── v1.4.1
2022-03-14T21:00:45.8721456Z    Installed FuzzyCompletions ──────────── v0.5.0
2022-03-14T21:00:45.8977289Z    Installed MsgPack ───────────────────── v1.1.0
2022-03-14T21:00:46.1711723Z    Installed Configurations ────────────── v0.17.3
2022-03-14T21:00:46.1719190Z    Installed DataValueInterfaces ───────── v1.0.0
2022-03-14T21:00:46.1724579Z    Installed HTTP ──────────────────────── v0.9.17
2022-03-14T21:00:46.1813275Z    Installed MbedTLS ───────────────────── v1.0.3
2022-03-14T21:00:46.3115666Z    Installed Pluto ─────────────────────── v0.18.2
2022-03-14T21:00:46.7107208Z     Updating `/tmp/jl_Jp6X2f/Project.toml`
2022-03-14T21:00:46.7213107Z   [c3e4b0f8] + Pluto v0.18.2
2022-03-14T21:00:46.7214181Z     Updating `/tmp/jl_Jp6X2f/Manifest.toml`
2022-03-14T21:00:46.7268848Z   [5218b696] + Configurations v0.17.3
2022-03-14T21:00:46.7327021Z   [9a962f9c] + DataAPI v1.9.0
2022-03-14T21:00:46.7329693Z   [e2d170a0] + DataValueInterfaces v1.0.0
2022-03-14T21:00:46.7329968Z   [55351af7] + ExproniconLite v0.6.13
2022-03-14T21:00:46.7330215Z   [fb4132e2] + FuzzyCompletions v0.5.0
2022-03-14T21:00:46.7331612Z   [cd3eb016] + HTTP v0.9.17
2022-03-14T21:00:46.7331822Z   [83e8ac13] + IniFile v0.5.1
2022-03-14T21:00:46.7332117Z   [82899510] + IteratorInterfaceExtensions v1.0.0
2022-03-14T21:00:46.7332388Z   [739be429] + MbedTLS v1.0.3
2022-03-14T21:00:46.7332589Z   [99f44e22] + MsgPack v1.1.0
2022-03-14T21:00:46.7332829Z   [bac558e1] + OrderedCollections v1.4.1
2022-03-14T21:00:46.7333324Z   [c3e4b0f8] + Pluto v0.18.2
2022-03-14T21:00:46.7333562Z   [05181044] + RelocatableFolders v0.2.0
2022-03-14T21:00:46.7333784Z   [6c6a2e73] + Scratch v1.1.0
2022-03-14T21:00:46.7334005Z   [3783bdb8] + TableTraits v1.0.1
2022-03-14T21:00:46.7334226Z   [bd369af6] + Tables v1.7.0
2022-03-14T21:00:46.7334428Z   [5c2747f8] + URIs v1.3.0
2022-03-14T21:00:46.7334633Z   [0dad84c5] + ArgTools
2022-03-14T21:00:46.7334821Z   [56f22d72] + Artifacts
2022-03-14T21:00:46.7335019Z   [2a0f44e3] + Base64
2022-03-14T21:00:46.7335203Z   [ade2ca70] + Dates
2022-03-14T21:00:46.7335409Z   [8ba89e20] + Distributed
2022-03-14T21:00:46.7335668Z   [f43a241f] + Downloads
2022-03-14T21:00:46.7336071Z   [7b1f6079] + FileWatching
2022-03-14T21:00:46.7336612Z   [b77e0a4c] + InteractiveUtils
2022-03-14T21:00:46.7336818Z   [b27032c2] + LibCURL
2022-03-14T21:00:46.7337015Z   [76f85450] + LibGit2
2022-03-14T21:00:46.7337191Z   [8f399da3] + Libdl
2022-03-14T21:00:46.7337397Z   [37e2e46d] + LinearAlgebra
2022-03-14T21:00:46.7337589Z   [56ddb016] + Logging
2022-03-14T21:00:46.7337785Z   [d6f4376e] + Markdown
2022-03-14T21:00:46.7337998Z   [ca575930] + NetworkOptions
2022-03-14T21:00:46.7338195Z   [44cfe95a] + Pkg
2022-03-14T21:00:46.7338667Z   [de0858da] + Printf
2022-03-14T21:00:46.7338850Z   [3fa0cd96] + REPL
2022-03-14T21:00:46.7339047Z   [9a3f8284] + Random
2022-03-14T21:00:46.7339225Z   [ea8e919c] + SHA
2022-03-14T21:00:46.7339429Z   [9e88b42a] + Serialization
2022-03-14T21:00:46.7339621Z   [6462fe0b] + Sockets
2022-03-14T21:00:46.7339812Z   [fa267f1f] + TOML
2022-03-14T21:00:46.7340007Z   [a4e569a6] + Tar
2022-03-14T21:00:46.7340187Z   [8dfed614] + Test
2022-03-14T21:00:46.7340377Z   [cf7118a7] + UUIDs
2022-03-14T21:00:46.7340559Z   [4ec0a83e] + Unicode
2022-03-14T21:00:46.7341384Z   [e66e0078] + CompilerSupportLibraries_jll
2022-03-14T21:00:46.7341644Z   [deac9b47] + LibCURL_jll
2022-03-14T21:00:46.7341854Z   [29816b5a] + LibSSH2_jll
2022-03-14T21:00:46.7342066Z   [c8ffd9c3] + MbedTLS_jll
2022-03-14T21:00:46.7342270Z   [14a3606d] + MozillaCACerts_jll
2022-03-14T21:00:46.7342495Z   [4536629a] + OpenBLAS_jll
2022-03-14T21:00:46.7342686Z   [83775a58] + Zlib_jll
2022-03-14T21:00:46.7344724Z   [8e850b90] + libblastrampoline_jll
2022-03-14T21:00:46.7347053Z   [8e850ede] + nghttp2_jll
2022-03-14T21:00:46.7349622Z   [3f19e933] + p7zip_jll
2022-03-14T21:00:47.1609049Z Precompiling project...
2022-03-14T21:00:47.4693450Z �[32m  ✓ �[39m�[90mDataValueInterfaces�[39m
2022-03-14T21:00:47.6606811Z �[32m  ✓ �[39m�[90mIteratorInterfaceExtensions�[39m
2022-03-14T21:00:48.0064928Z �[32m  ✓ �[39m�[90mURIs�[39m
2022-03-14T21:00:48.2078977Z �[32m  ✓ �[39m�[90mDataAPI�[39m
2022-03-14T21:00:48.4549264Z �[32m  ✓ �[39m�[90mMsgPack�[39m
2022-03-14T21:00:48.4921406Z �[32m  ✓ �[39m�[90mCompilerSupportLibraries_jll�[39m
2022-03-14T21:00:48.9819495Z �[32m  ✓ �[39m�[90mFuzzyCompletions�[39m
2022-03-14T21:00:49.1712064Z �[32m  ✓ �[39m�[90mOrderedCollections�[39m
2022-03-14T21:00:49.3303743Z �[32m  ✓ �[39m�[90mMbedTLS_jll�[39m
2022-03-14T21:00:49.6698284Z �[32m  ✓ �[39m�[90mZlib_jll�[39m
2022-03-14T21:00:49.6772686Z �[32m  ✓ �[39m�[90mIniFile�[39m
2022-03-14T21:00:50.0074383Z �[32m  ✓ �[39m�[90mTableTraits�[39m
2022-03-14T21:00:50.0552502Z �[32m  ✓ �[39m�[90mExproniconLite�[39m
2022-03-14T21:00:50.0966787Z �[32m  ✓ �[39m�[90mScratch�[39m
2022-03-14T21:00:50.3797055Z �[32m  ✓ �[39m�[90mLibSSH2_jll�[39m
2022-03-14T21:00:50.5254137Z �[32m  ✓ �[39m�[90mOpenBLAS_jll�[39m
2022-03-14T21:00:51.2330008Z �[32m  ✓ �[39m�[90mMbedTLS�[39m
2022-03-14T21:00:51.6000713Z �[32m  ✓ �[39m�[90mTables�[39m
2022-03-14T21:00:51.7669859Z �[32m  ✓ �[39m�[90mRelocatableFolders�[39m
2022-03-14T21:00:51.9845792Z �[32m  ✓ �[39m�[90mlibblastrampoline_jll�[39m
2022-03-14T21:00:52.8366105Z �[32m  ✓ �[39m�[90mConfigurations�[39m
2022-03-14T21:00:53.7153372Z �[32m  ✓ �[39m�[90mHTTP�[39m
2022-03-14T21:01:04.2939835Z �[32m  ✓ �[39mPluto
2022-03-14T21:01:04.3142785Z   23 dependencies successfully precompiled in 18 seconds
2022-03-14T21:01:28.9016930Z ┌ Warning: Failed to resolve Pkg environment. Removing Manifest and trying again...
2022-03-14T21:01:28.9018137Z │   exception = expected package `PlutoSliderServer [2fc8631c]` to exist at path `/home/runner/.julia/packages/PlutoSliderServer/3h1yC`
2022-03-14T21:01:28.9106392Z └ @ Pluto ~/.julia/packages/Pluto/G8U2c/src/packages/Packages.jl:113
2022-03-14T21:01:29.9833036Z    Installed XML2_jll ─────────────────── v2.9.12+0
2022-03-14T21:01:30.0006317Z    Installed PlutoHooks ───────────────── v0.0.5
2022-03-14T21:01:30.0010187Z    Installed PlutoLinks ───────────────── v0.1.5
2022-03-14T21:01:30.0036656Z    Installed PlutoSliderServer ────────── v0.3.8
2022-03-14T21:01:30.0039388Z    Installed Crayons ──────────────────── v4.1.1
2022-03-14T21:01:30.0049868Z    Installed FromFile ─────────────────── v0.1.3
2022-03-14T21:01:30.0061187Z    Installed ColorTypes ───────────────── v0.11.0
2022-03-14T21:01:30.0711477Z    Installed Deno_jll ─────────────────── v1.16.3+0
2022-03-14T21:01:30.0723129Z    Installed Expat_jll ────────────────── v2.4.4+0
2022-03-14T21:01:30.0728703Z    Installed Gettext_jll ──────────────── v0.21.0+0
2022-03-14T21:01:30.0730763Z    Installed OpenSSL_jll ──────────────── v1.1.13+0
2022-03-14T21:01:30.0740167Z    Installed JSON ─────────────────────── v0.21.3
2022-03-14T21:01:30.0748379Z    Installed Revise ───────────────────── v3.3.3
2022-03-14T21:01:30.0756892Z    Installed Preferences ──────────────── v1.2.5
2022-03-14T21:01:30.0803923Z    Installed JuliaInterpreter ─────────── v0.9.10
2022-03-14T21:01:30.1255846Z    Installed IOCapture ────────────────── v0.2.2
2022-03-14T21:01:30.1263141Z    Installed Parsers ──────────────────── v2.2.3
2022-03-14T21:01:30.1272198Z    Installed Hyperscript ──────────────── v0.0.4
2022-03-14T21:01:30.1273768Z    Installed LoweredCodeUtils ─────────── v2.2.1
2022-03-14T21:01:30.1275965Z    Installed StringEncodings ──────────── v0.3.5
2022-03-14T21:01:30.1287556Z    Installed FixedPointNumbers ────────── v0.8.4
2022-03-14T21:01:30.1290586Z    Installed ProgressLogging ──────────── v0.1.4
2022-03-14T21:01:30.1689960Z    Installed JLLWrappers ──────────────── v1.4.1
2022-03-14T21:01:30.2030059Z    Installed Git_jll ──────────────────── v2.34.1+0
2022-03-14T21:01:30.2058216Z    Installed Libiconv_jll ─────────────── v1.16.1+1
2022-03-14T21:01:30.2072751Z    Installed AbstractTrees ────────────── v0.3.4
2022-03-14T21:01:30.2089150Z    Installed GitHubActions ────────────── v0.1.4
2022-03-14T21:01:30.2097964Z    Installed TerminalLoggers ──────────── v0.1.5
2022-03-14T21:01:30.2126233Z    Installed PlutoUI ──────────────────── v0.7.37
2022-03-14T21:01:30.2130818Z    Installed Reexport ─────────────────── v1.2.2
2022-03-14T21:01:30.2266705Z    Installed CommonMark ───────────────── v0.8.6
2022-03-14T21:01:30.2295148Z    Installed CodeTracking ─────────────── v1.0.8
2022-03-14T21:01:30.2350750Z    Installed MarkdownLiteral ──────────── v0.1.1
2022-03-14T21:01:30.2359056Z    Installed LeftChildRightSiblingTrees ─ v0.1.3
2022-03-14T21:01:30.2360076Z    Installed Requires ─────────────────── v1.3.0
2022-03-14T21:01:30.2361420Z    Installed BetterFileWatching ───────── v0.1.5
2022-03-14T21:01:30.2366700Z    Installed Git ──────────────────────── v1.2.1
2022-03-14T21:01:30.2465479Z    Installed Configurations ───────────── v0.16.6
2022-03-14T21:01:30.2471192Z    Installed AbstractPlutoDingetjes ───── v1.1.4
2022-03-14T21:01:30.2471875Z    Installed HypertextLiteral ─────────── v0.9.3
2022-03-14T21:01:30.2604842Z    Installed YAML ─────────────────────── v0.4.7
2022-03-14T21:01:38.1079542Z     Updating `/tmp/jl_Z5ASBd/Project.toml`
2022-03-14T21:01:38.1138176Z   [c9fd44ac] + BetterFileWatching v0.1.5
2022-03-14T21:01:38.1140475Z   [a80b9123] + CommonMark v0.8.6
2022-03-14T21:01:38.1143086Z   [ac1192a8] + HypertextLiteral v0.9.3
2022-03-14T21:01:38.1145621Z   [736d6165] + MarkdownLiteral v0.1.1
2022-03-14T21:01:38.1148881Z   [c3e4b0f8] + Pluto v0.18.2
2022-03-14T21:01:38.1151202Z   [0ff47ea0] + PlutoHooks v0.0.5
2022-03-14T21:01:38.1153889Z   [0ff47ea0] + PlutoLinks v0.1.5
2022-03-14T21:01:38.1156403Z   [2fc8631c] + PlutoSliderServer v0.3.8
2022-03-14T21:01:38.1159191Z   [7f904dfe] + PlutoUI v0.7.37
2022-03-14T21:01:38.1162097Z   [5c2747f8] + URIs v1.3.0
2022-03-14T21:01:38.1164645Z   [ddb6d928] + YAML v0.4.7
2022-03-14T21:01:38.1167132Z     Updating `/tmp/jl_Z5ASBd/Manifest.toml`
2022-03-14T21:01:38.1172992Z   [6e696c72] + AbstractPlutoDingetjes v1.1.4
2022-03-14T21:01:38.1175742Z   [1520ce14] + AbstractTrees v0.3.4
2022-03-14T21:01:38.1178540Z   [c9fd44ac] + BetterFileWatching v0.1.5
2022-03-14T21:01:38.1181243Z   [da1fd8a2] + CodeTracking v1.0.8
2022-03-14T21:01:38.1183960Z   [3da002f7] + ColorTypes v0.11.0
2022-03-14T21:01:38.1186629Z   [a80b9123] + CommonMark v0.8.6
2022-03-14T21:01:38.1190061Z   [5218b696] + Configurations v0.16.6
2022-03-14T21:01:38.1192049Z   [a8cc5b0e] + Crayons v4.1.1
2022-03-14T21:01:38.1194742Z   [9a962f9c] + DataAPI v1.9.0
2022-03-14T21:01:38.1197491Z   [e2d170a0] + DataValueInterfaces v1.0.0
2022-03-14T21:01:38.1200611Z   [55351af7] + ExproniconLite v0.6.13
2022-03-14T21:01:38.1203224Z   [53c48c17] + FixedPointNumbers v0.8.4
2022-03-14T21:01:38.1206002Z   [ff7dd447] + FromFile v0.1.3
2022-03-14T21:01:38.1208917Z   [fb4132e2] + FuzzyCompletions v0.5.0
2022-03-14T21:01:38.1211820Z   [d7ba0133] + Git v1.2.1
2022-03-14T21:01:38.1214390Z   [6b79fd1a] + GitHubActions v0.1.4
2022-03-14T21:01:38.1217132Z   [cd3eb016] + HTTP v0.9.17
2022-03-14T21:01:38.1219970Z   [47d2ed2b] + Hyperscript v0.0.4
2022-03-14T21:01:38.1222798Z   [ac1192a8] + HypertextLiteral v0.9.3
2022-03-14T21:01:38.1225591Z   [b5f81e59] + IOCapture v0.2.2
2022-03-14T21:01:38.1228276Z   [83e8ac13] + IniFile v0.5.1
2022-03-14T21:01:38.1231011Z   [82899510] + IteratorInterfaceExtensions v1.0.0
2022-03-14T21:01:38.1233736Z   [692b3bcd] + JLLWrappers v1.4.1
2022-03-14T21:01:38.1236387Z   [682c06a0] + JSON v0.21.3
2022-03-14T21:01:38.1239105Z   [aa1ae85d] + JuliaInterpreter v0.9.10
2022-03-14T21:01:38.1241715Z   [1d6d02ad] + LeftChildRightSiblingTrees v0.1.3
2022-03-14T21:01:38.1244434Z   [6f1432cf] + LoweredCodeUtils v2.2.1
2022-03-14T21:01:38.1247101Z   [736d6165] + MarkdownLiteral v0.1.1
2022-03-14T21:01:38.1250064Z   [739be429] + MbedTLS v1.0.3
2022-03-14T21:01:38.1252667Z   [99f44e22] + MsgPack v1.1.0
2022-03-14T21:01:38.1255538Z   [bac558e1] + OrderedCollections v1.4.1
2022-03-14T21:01:38.1258119Z   [69de0a69] + Parsers v2.2.3
2022-03-14T21:01:38.1260946Z   [c3e4b0f8] + Pluto v0.18.2
2022-03-14T21:01:38.1263599Z   [0ff47ea0] + PlutoHooks v0.0.5
2022-03-14T21:01:38.1266302Z   [0ff47ea0] + PlutoLinks v0.1.5
2022-03-14T21:01:38.1268918Z   [2fc8631c] + PlutoSliderServer v0.3.8
2022-03-14T21:01:38.1271628Z   [7f904dfe] + PlutoUI v0.7.37
2022-03-14T21:01:38.1274301Z   [21216c6a] + Preferences v1.2.5
2022-03-14T21:01:38.1277100Z   [33c8b6b6] + ProgressLogging v0.1.4
2022-03-14T21:01:38.1279600Z   [189a3867] + Reexport v1.2.2
2022-03-14T21:01:38.1282396Z   [05181044] + RelocatableFolders v0.2.0
2022-03-14T21:01:38.1285037Z   [ae029012] + Requires v1.3.0
2022-03-14T21:01:38.1287840Z   [295af30f] + Revise v3.3.3
2022-03-14T21:01:38.1291225Z   [6c6a2e73] + Scratch v1.1.0
2022-03-14T21:01:38.1293229Z   [69024149] + StringEncodings v0.3.5
2022-03-14T21:01:38.1296326Z   [3783bdb8] + TableTraits v1.0.1
2022-03-14T21:01:38.1298990Z   [bd369af6] + Tables v1.7.0
2022-03-14T21:01:38.1301790Z   [5d786b92] + TerminalLoggers v0.1.5
2022-03-14T21:01:38.1304291Z   [5c2747f8] + URIs v1.3.0
2022-03-14T21:01:38.1307107Z   [ddb6d928] + YAML v0.4.7
2022-03-14T21:01:38.1311445Z   [04572ae6] + Deno_jll v1.16.3+0
2022-03-14T21:01:38.1316663Z   [2e619515] + Expat_jll v2.4.4+0
2022-03-14T21:01:38.1323330Z   [78b55507] + Gettext_jll v0.21.0+0
2022-03-14T21:01:38.1328636Z   [f8c6e375] + Git_jll v2.34.1+0
2022-03-14T21:01:38.1333786Z   [94ce4f54] + Libiconv_jll v1.16.1+1
2022-03-14T21:01:38.1338715Z   [458c3c95] + OpenSSL_jll v1.1.13+0
2022-03-14T21:01:38.1343910Z   [02c8fc9c] + XML2_jll v2.9.12+0
2022-03-14T21:01:38.1346656Z   [0dad84c5] + ArgTools
2022-03-14T21:01:38.1349517Z   [56f22d72] + Artifacts
2022-03-14T21:01:38.1352152Z   [2a0f44e3] + Base64
2022-03-14T21:01:38.1354854Z   [ade2ca70] + Dates
2022-03-14T21:01:38.1357521Z   [8ba89e20] + Distributed
2022-03-14T21:01:38.1360330Z   [f43a241f] + Downloads
2022-03-14T21:01:38.1363017Z   [7b1f6079] + FileWatching
2022-03-14T21:01:38.1365544Z   [b77e0a4c] + InteractiveUtils
2022-03-14T21:01:38.1368856Z   [b27032c2] + LibCURL
2022-03-14T21:01:38.1371082Z   [76f85450] + LibGit2
2022-03-14T21:01:38.1373852Z   [8f399da3] + Libdl
2022-03-14T21:01:38.1376374Z   [37e2e46d] + LinearAlgebra
2022-03-14T21:01:38.1379127Z   [56ddb016] + Logging
2022-03-14T21:01:38.1381869Z   [d6f4376e] + Markdown
2022-03-14T21:01:38.1384429Z   [a63ad114] + Mmap
2022-03-14T21:01:38.1387027Z   [ca575930] + NetworkOptions
2022-03-14T21:01:38.1389614Z   [44cfe95a] + Pkg
2022-03-14T21:01:38.1392401Z   [de0858da] + Printf
2022-03-14T21:01:38.1394965Z   [3fa0cd96] + REPL
2022-03-14T21:01:38.1397725Z   [9a3f8284] + Random
2022-03-14T21:01:38.1400202Z   [ea8e919c] + SHA
2022-03-14T21:01:38.1403071Z   [9e88b42a] + Serialization
2022-03-14T21:01:38.1405573Z   [6462fe0b] + Sockets
2022-03-14T21:01:38.1408340Z   [2f01184e] + SparseArrays
2022-03-14T21:01:38.1411242Z   [10745b16] + Statistics
2022-03-14T21:01:38.1414053Z   [fa267f1f] + TOML
2022-03-14T21:01:38.1416529Z   [a4e569a6] + Tar
2022-03-14T21:01:38.1419235Z   [8dfed614] + Test
2022-03-14T21:01:38.1421905Z   [cf7118a7] + UUIDs
2022-03-14T21:01:38.1424770Z   [4ec0a83e] + Unicode
2022-03-14T21:01:38.1427404Z   [e66e0078] + CompilerSupportLibraries_jll
2022-03-14T21:01:38.1429956Z   [deac9b47] + LibCURL_jll
2022-03-14T21:01:38.1432660Z   [29816b5a] + LibSSH2_jll
2022-03-14T21:01:38.1435460Z   [c8ffd9c3] + MbedTLS_jll
2022-03-14T21:01:38.1438373Z   [14a3606d] + MozillaCACerts_jll
2022-03-14T21:01:38.1441295Z   [4536629a] + OpenBLAS_jll
2022-03-14T21:01:38.1444125Z   [efcefdf7] + PCRE2_jll
2022-03-14T21:01:38.1446981Z   [83775a58] + Zlib_jll
2022-03-14T21:01:38.1450099Z   [8e850b90] + libblastrampoline_jll
2022-03-14T21:01:38.1452970Z   [8e850ede] + nghttp2_jll
2022-03-14T21:01:38.1455800Z   [3f19e933] + p7zip_jll
2022-03-14T21:01:39.3885741Z     Updating registry at `~/.julia/registries/General.toml`
2022-03-14T21:03:06.5465809Z ┌ Error: Unkown error during eval_format_fetch_in_workspace
2022-03-14T21:03:06.5466766Z │   ex =
2022-03-14T21:03:06.5468046Z │    On worker 2:
2022-03-14T21:03:06.5618820Z │    MethodError: no method matching *(::String, ::Nothing)
2022-03-14T21:03:06.5619177Z │    Closest candidates are:
2022-03-14T21:03:06.5619839Z │      *(::Any, ::Any, !Matched::Any, !Matched::Any...) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/operators.jl:655
2022-03-14T21:03:06.5620556Z │      *(::Union{AbstractChar, AbstractString}, !Matched::Union{AbstractChar, AbstractString}...) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/strings/basic.jl:260
2022-03-14T21:03:06.5621294Z │      *(::Union{AbstractChar, AbstractString}, !Matched::Missing) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/missing.jl:183
2022-03-14T21:03:06.5621674Z │      ...
2022-03-14T21:03:06.5621884Z │    Stacktrace:
2022-03-14T21:03:06.5622118Z │      [1] command
2022-03-14T21:03:06.5622461Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:66
2022-03-14T21:03:06.5622810Z │      [2] #handle_message#6
2022-03-14T21:03:06.5623185Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:250
2022-03-14T21:03:06.5623489Z │      [3] handle_message
2022-03-14T21:03:06.5623846Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:224
2022-03-14T21:03:06.5624147Z │      [4] macro expansion
2022-03-14T21:03:06.5624426Z │        @ ./logging.jl:353 [inlined]
2022-03-14T21:03:06.5624683Z │      [5] #with_io_to_logs#91
2022-03-14T21:03:06.5625047Z │        @ ~/.julia/packages/Pluto/G8U2c/src/runner/PlutoRunner.jl:2102
2022-03-14T21:03:06.5625757Z │      [6] #run_expression#28
2022-03-14T21:03:06.5626123Z │        @ ~/.julia/packages/Pluto/G8U2c/src/runner/PlutoRunner.jl:533
2022-03-14T21:03:06.5626450Z │      [7] top-level scope
2022-03-14T21:03:06.5626676Z │        @ none:1
2022-03-14T21:03:06.5626900Z │      [8] eval
2022-03-14T21:03:06.5627182Z │        @ ./boot.jl:373
2022-03-14T21:03:06.5627416Z │      [9] #103
2022-03-14T21:03:06.5627862Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:274
2022-03-14T21:03:06.5628210Z │     [10] run_work_thunk
2022-03-14T21:03:06.5628645Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
2022-03-14T21:03:06.5628983Z │     [11] run_work_thunk
2022-03-14T21:03:06.5629412Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:72
2022-03-14T21:03:06.5629739Z │     [12] #96
2022-03-14T21:03:06.5629960Z │        @ ./task.jl:423
2022-03-14T21:03:06.5630423Z └ @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/G8U2c/src/evaluation/WorkspaceManager.jl:340
2022-03-14T21:03:26.1554581Z ┌ Error: Unkown error during eval_format_fetch_in_workspace
2022-03-14T21:03:26.1558904Z │   ex =
2022-03-14T21:03:26.1561209Z │    On worker 2:
2022-03-14T21:03:26.1562048Z │    MethodError: no method matching *(::String, ::Nothing)
2022-03-14T21:03:26.1562568Z │    Closest candidates are:
2022-03-14T21:03:26.1563446Z │      *(::Any, ::Any, !Matched::Any, !Matched::Any...) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/operators.jl:655
2022-03-14T21:03:26.1566839Z │      *(::Union{AbstractChar, AbstractString}, !Matched::Union{AbstractChar, AbstractString}...) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/strings/basic.jl:260
2022-03-14T21:03:26.1567807Z │      *(::Union{AbstractChar, AbstractString}, !Matched::Missing) at /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/base/missing.jl:183
2022-03-14T21:03:26.1568571Z │      ...
2022-03-14T21:03:26.1568926Z │    Stacktrace:
2022-03-14T21:03:26.1569295Z │      [1] command
2022-03-14T21:03:26.1570239Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:66
2022-03-14T21:03:26.1570721Z │      [2] #handle_message#6
2022-03-14T21:03:26.1571242Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:250
2022-03-14T21:03:26.1571702Z │      [3] handle_message
2022-03-14T21:03:26.1572201Z │        @ ~/.julia/packages/GitHubActions/DMn4Q/src/GitHubActions.jl:224
2022-03-14T21:03:26.1572643Z │      [4] macro expansion
2022-03-14T21:03:26.1573057Z │        @ ./logging.jl:353 [inlined]
2022-03-14T21:03:26.1573441Z │      [5] #with_io_to_logs#91
2022-03-14T21:03:26.1573948Z │        @ ~/.julia/packages/Pluto/G8U2c/src/runner/PlutoRunner.jl:2102
2022-03-14T21:03:26.1574399Z │      [6] #run_expression#28
2022-03-14T21:03:26.1574900Z │        @ ~/.julia/packages/Pluto/G8U2c/src/runner/PlutoRunner.jl:533
2022-03-14T21:03:26.1575346Z │      [7] top-level scope
2022-03-14T21:03:26.1575709Z │        @ none:1
2022-03-14T21:03:26.1576044Z │      [8] eval
2022-03-14T21:03:26.1576409Z │        @ ./boot.jl:373
2022-03-14T21:03:26.1576731Z │      [9] #103
2022-03-14T21:03:26.1577332Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:274
2022-03-14T21:03:26.1577828Z │     [10] run_work_thunk
2022-03-14T21:03:26.1578407Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
2022-03-14T21:03:26.1578898Z │     [11] run_work_thunk
2022-03-14T21:03:26.1579485Z │        @ /opt/hostedtoolcache/julia/1.7.2/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:72
2022-03-14T21:03:26.1579945Z │     [12] #96
2022-03-14T21:03:26.1580286Z │        @ ./task.jl:423
2022-03-14T21:03:26.1580882Z └ @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/G8U2c/src/evaluation/WorkspaceManager.jl:340
2022-03-14T21:03:28.9910639Z ##[group]Run JamesIves/github-pages-deploy-action@releases/v3
2022-03-14T21:03:28.9910959Z with:
2022-03-14T21:03:28.9911449Z   GITHUB_TOKEN: ***
2022-03-14T21:03:28.9911694Z   BRANCH: dist
2022-03-14T21:03:28.9911893Z   FOLDER: .
2022-03-14T21:03:28.9912107Z   CLEAN: true
2022-03-14T21:03:28.9912324Z ##[endgroup]
2022-03-14T21:03:29.0854510Z 
2022-03-14T21:03:29.0855784Z     GitHub Pages Deploy Action 🚀
2022-03-14T21:03:29.0856197Z 
2022-03-14T21:03:29.0856824Z     🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
2022-03-14T21:03:29.0857715Z     ❓ Discussions / Q&A: https://github.com/JamesIves/github-pages-deploy-action/discussions
2022-03-14T21:03:29.0858537Z     🔧 Report a Bug: https://github.com/JamesIves/github-pages-deploy-action/issues
2022-03-14T21:03:29.0858939Z 
2022-03-14T21:03:29.0859295Z     📣 Maintained by James Ives: https://jamesiv.es
2022-03-14T21:03:29.0859868Z     💖 Support: https://github.com/sponsors/JamesIves
2022-03-14T21:03:29.0861388Z Checking configuration and starting deployment… 🚦
2022-03-14T21:03:29.0865997Z Deploying using GitHub Token… 🔑
2022-03-14T21:03:29.0866469Z Configuring git…
2022-03-14T21:03:29.0930022Z [command]/usr/bin/git init
2022-03-14T21:03:29.0981715Z Reinitialized existing Git repository in /home/runner/work/website/website/.git/
2022-03-14T21:03:29.1034475Z [command]/usr/bin/git config user.name fonsp
2022-03-14T21:03:29.1086322Z [command]/usr/bin/git config user.email [email protected]
2022-03-14T21:03:29.1135794Z [command]/usr/bin/git remote rm origin
2022-03-14T21:03:29.1195705Z [command]/usr/bin/git remote add origin ***github.com/JuliaPluto/website.git
2022-03-14T21:03:29.1243290Z [command]/usr/bin/git fetch --no-recurse-submodules
2022-03-14T21:03:29.5700965Z From https://github.com/JuliaPluto/website
2022-03-14T21:03:29.5701698Z  * [new branch]      fonsp-patch-1 -> origin/fonsp-patch-1
2022-03-14T21:03:29.5702222Z  * [new branch]      main          -> origin/main
2022-03-14T21:03:29.5720583Z Git configured… 🔧
2022-03-14T21:03:29.5728919Z Starting to commit changes…
2022-03-14T21:03:29.5743288Z [command]/usr/bin/git ls-remote --heads ***github.com/JuliaPluto/website.git dist | wc -l
2022-03-14T21:03:29.8050622Z Creating the dist branch…
2022-03-14T21:03:29.8068804Z [command]/usr/bin/git checkout --progress --force 729a3697f27ccf80c71796cc3171c702e608fc68
2022-03-14T21:03:29.8192622Z Note: switching to '729a3697f27ccf80c71796cc3171c702e608fc68'.
2022-03-14T21:03:29.8193110Z 
2022-03-14T21:03:29.8194300Z You are in 'detached HEAD' state. You can look around, make experimental
2022-03-14T21:03:29.8194834Z changes and commit them, and you can discard any commits you make in this
2022-03-14T21:03:29.8195401Z state without impacting any branches by switching back to a branch.
2022-03-14T21:03:29.8196080Z 
2022-03-14T21:03:29.8196390Z If you want to create a new branch to retain commits you create, you may
2022-03-14T21:03:29.8196999Z do so (now or later) by using -c with the switch command. Example:
2022-03-14T21:03:29.8197693Z 
2022-03-14T21:03:29.8209729Z   git switch -c <new-branch-name>
2022-03-14T21:03:29.8210225Z 
2022-03-14T21:03:29.8210514Z Or undo this operation with:
2022-03-14T21:03:29.8210931Z 
2022-03-14T21:03:29.8211155Z   git switch -
2022-03-14T21:03:29.8211502Z 
2022-03-14T21:03:29.8211787Z Turn off this advice by setting config variable advice.detachedHead to false
2022-03-14T21:03:29.8212302Z 
2022-03-14T21:03:29.8212536Z HEAD is now at 729a369 Create generate.yml
2022-03-14T21:03:29.8214533Z [command]/usr/bin/git checkout --orphan dist
2022-03-14T21:03:29.8260697Z Switched to a new branch 'dist'
2022-03-14T21:03:29.8292949Z [command]/usr/bin/git reset --hard
2022-03-14T21:03:29.8360219Z [command]/usr/bin/git commit --no-verify --allow-empty -m Initial dist commit
2022-03-14T21:03:29.8412009Z [dist (root-commit) acac892] Initial dist commit
2022-03-14T21:03:29.8431394Z [command]/usr/bin/git push --force ***github.com/JuliaPluto/website.git dist
2022-03-14T21:03:30.5153503Z remote: 
2022-03-14T21:03:30.5154686Z remote: Create a pull request for 'dist' on GitHub by visiting:        
2022-03-14T21:03:30.5155463Z remote:      https://github.com/JuliaPluto/website/pull/new/dist        
2022-03-14T21:03:30.5157619Z remote: 
2022-03-14T21:03:30.5158129Z To https://github.com/JuliaPluto/website.git
2022-03-14T21:03:30.5158677Z  * [new branch]      dist -> dist
2022-03-14T21:03:30.5221948Z [command]/usr/bin/git fetch
2022-03-14T21:03:30.7534820Z From https://github.com/JuliaPluto/website
2022-03-14T21:03:30.7535813Z  * [new branch]      dist       -> origin/dist
2022-03-14T21:03:30.7587617Z Created the dist branch… 🔧
2022-03-14T21:03:30.7603044Z [command]/usr/bin/git checkout --progress --force 729a3697f27ccf80c71796cc3171c702e608fc68
2022-03-14T21:03:30.7726992Z Note: switching to '729a3697f27ccf80c71796cc3171c702e608fc68'.
2022-03-14T21:03:30.7727539Z 
2022-03-14T21:03:30.7731028Z You are in 'detached HEAD' state. You can look around, make experimental
2022-03-14T21:03:30.7731453Z changes and commit them, and you can discard any commits you make in this
2022-03-14T21:03:30.7731788Z state without impacting any branches by switching back to a branch.
2022-03-14T21:03:30.7732187Z 
2022-03-14T21:03:30.7732343Z If you want to create a new branch to retain commits you create, you may
2022-03-14T21:03:30.7732789Z do so (now or later) by using -c with the switch command. Example:
2022-03-14T21:03:30.7732974Z 
2022-03-14T21:03:30.7733133Z   git switch -c <new-branch-name>
2022-03-14T21:03:30.7733287Z 
2022-03-14T21:03:30.7733385Z Or undo this operation with:
2022-03-14T21:03:30.7733529Z 
2022-03-14T21:03:30.7733611Z   git switch -
2022-03-14T21:03:30.7733719Z 
2022-03-14T21:03:30.7733889Z Turn off this advice by setting config variable advice.detachedHead to false
2022-03-14T21:03:30.7734097Z 
2022-03-14T21:03:30.7734211Z HEAD is now at 729a369 Create generate.yml
2022-03-14T21:03:30.7749686Z [command]/usr/bin/git fetch ***github.com/JuliaPluto/website.git
2022-03-14T21:03:31.0032385Z From https://github.com/JuliaPluto/website
2022-03-14T21:03:31.0033483Z  * branch            HEAD       -> FETCH_HEAD
2022-03-14T21:03:31.0104080Z [command]/usr/bin/git worktree add --checkout github-pages-deploy-action-temp-deployment-folder origin/dist
2022-03-14T21:03:31.0137393Z Preparing worktree (detached HEAD acac892)
2022-03-14T21:03:31.0184522Z HEAD is now at acac892 Initial dist commit
2022-03-14T21:03:31.0210246Z [command]/usr/bin/rsync -q -av --checksum --progress /home/runner/work/website/website/. github-pages-deploy-action-temp-deployment-folder --delete --exclude CNAME --exclude .nojekyll --exclude .ssh --exclude .git --exclude .github --exclude github-pages-deploy-action-temp-deployment-folder
2022-03-14T21:03:31.0366501Z [command]/usr/bin/git status --porcelain
2022-03-14T21:03:31.0392037Z ?? .gitignore
2022-03-14T21:03:31.0392275Z ?? PlutoPages.jl
2022-03-14T21:03:31.0392468Z ?? README.md
2022-03-14T21:03:31.0393358Z ?? generate.jl
2022-03-14T21:03:31.0393533Z ?? src/
2022-03-14T21:03:31.0412385Z [command]/usr/bin/git add --all .
2022-03-14T21:03:31.0507171Z [command]/usr/bin/git checkout -b github-pages-deploy-action/kxmgk1xfz
2022-03-14T21:03:31.0542783Z Switched to a new branch 'github-pages-deploy-action/kxmgk1xfz'
2022-03-14T21:03:31.0563442Z [command]/usr/bin/git commit -m Deploying to dist from  @ 729a3697f27ccf80c71796cc3171c702e608fc68 🚀 --quiet --no-verify
2022-03-14T21:03:31.0640783Z [command]/usr/bin/git push --force ***github.com/JuliaPluto/website.git github-pages-deploy-action/kxmgk1xfz:dist
2022-03-14T21:03:31.6481515Z To https://github.com/JuliaPluto/website.git
2022-03-14T21:03:31.6482646Z    acac892..ed5e3be  github-pages-deploy-action/kxmgk1xfz -> dist
2022-03-14T21:03:31.6530789Z Changes committed to the dist branch… 📦
2022-03-14T21:03:31.6549490Z [command]/usr/bin/git checkout --progress --force 729a3697f27ccf80c71796cc3171c702e608fc68
2022-03-14T21:03:31.6672227Z HEAD is now at 729a369 Create generate.yml
2022-03-14T21:03:31.6675918Z Running post deployment cleanup jobs… 🗑️
2022-03-14T21:03:31.6692557Z [command]/usr/bin/git worktree remove github-pages-deploy-action-temp-deployment-folder --force
2022-03-14T21:03:31.6742241Z Completed deployment successfully! ✅
2022-03-14T21:03:31.9722353Z Post job cleanup.
2022-03-14T21:03:32.2542314Z [command]/usr/bin/tar --posix --use-compress-program zstd -T0 -cf cache.tzst -P -C /home/runner/work/website/website --files-from manifest.txt
2022-03-14T21:03:32.4028443Z Cache Size: ~0 MB (22 B)
2022-03-14T21:03:32.5265204Z Cache saved successfully
2022-03-14T21:03:32.5274781Z Cache saved with key: Linux-pluto_state_cache-v2-a489adc291c50de4c1b4ef9ca3c09f22882cb9f4b47c5bb1d048bfd466e31b5c-304542878f711e2dd3eb01cf07c06063acadb8100cb5afa8b41d4ec0d5139623
2022-03-14T21:03:32.5382308Z Post job cleanup.
2022-03-14T21:03:32.6636088Z [command]/usr/bin/git version
2022-03-14T21:03:32.6689324Z git version 2.35.1
2022-03-14T21:03:32.6731947Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-03-14T21:03:32.6772505Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-03-14T21:03:32.7020489Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-03-14T21:03:32.7040853Z http.https://github.com/.extraheader
2022-03-14T21:03:32.7051971Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-03-14T21:03:32.7144906Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-03-14T21:03:32.7600077Z Cleaning up orphan processes

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

No branches or pull requests

2 participants