JuliaPluto / static-export-template

A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page:
https://juliapluto.github.io/static-export-template/
100 stars 17 forks source link

Cannot deploy on github pages #19

Closed dimitraVrs closed 1 year ago

dimitraVrs commented 1 year ago

Hello!

I am trying to run a Pluto notebook using Slider Server and publish it on github pages. So I used the template and replaced github_action call with run_notebook("./notebook_file") in ExportPluto.yaml. My notebook file is in a repository in which I added .github/workflows directory and ExportPluto.yaml.

The problem is that after a 4-hour run of the action I could not get the notebook published and then I cancelled the action. In the log screen the slider servers seems to run successfully. Have you any idea what is going wrong?

Here is the info from the log screen. Thank you in advance! :)

2023-04-08T12:24:06.1170211Z Requested labels: ubuntu-latest
2023-04-08T12:24:06.1170348Z Job defined at: dimitraVrs/Pluto-for-SG-t-SNE/.github/workflows/ExportPluto.yaml@refs/heads/master
2023-04-08T12:24:06.1170485Z Waiting for a runner to pick up this job...
2023-04-08T12:24:06.3983144Z Job is waiting for a hosted runner to come online.
2023-04-08T12:24:10.1459254Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-04-08T12:24:12.8321674Z Current runner version: '2.303.0'
2023-04-08T12:24:12.8353571Z ##[group]Operating System
2023-04-08T12:24:12.8354169Z Ubuntu
2023-04-08T12:24:12.8354486Z 22.04.2
2023-04-08T12:24:12.8354748Z LTS
2023-04-08T12:24:12.8355482Z ##[endgroup]
2023-04-08T12:24:12.8355846Z ##[group]Runner Image
2023-04-08T12:24:12.8356187Z Image: ubuntu-22.04
2023-04-08T12:24:12.8356544Z Version: 20230402.1
2023-04-08T12:24:12.8357163Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230402.1/images/linux/Ubuntu2204-Readme.md
2023-04-08T12:24:12.8358087Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230402.1
2023-04-08T12:24:12.8358558Z ##[endgroup]
2023-04-08T12:24:12.8358956Z ##[group]Runner Image Provisioner
2023-04-08T12:24:12.8359354Z 2.0.139.1
2023-04-08T12:24:12.8359687Z ##[endgroup]
2023-04-08T12:24:12.8360455Z ##[group]GITHUB_TOKEN Permissions
2023-04-08T12:24:12.8361068Z Contents: write
2023-04-08T12:24:12.8361392Z Metadata: read
2023-04-08T12:24:12.8362082Z ##[endgroup]
2023-04-08T12:24:12.8366534Z Secret source: Actions
2023-04-08T12:24:12.8367120Z Prepare workflow directory
2023-04-08T12:24:12.9156658Z Prepare all required actions
2023-04-08T12:24:12.9355128Z Getting action download info
2023-04-08T12:24:13.2845122Z Download action repository 'actions/checkout@v3' (SHA:8f4b7f84864484a7bf31766abe9204da3cbe65b3)
2023-04-08T12:24:13.9692006Z Download action repository 'julia-actions/setup-julia@v1' (SHA:f40c4b69330df1d22e7590c12e76dc2f9c66e0bc)
2023-04-08T12:24:14.4319647Z Download action repository 'julia-actions/cache@v1' (SHA:569d290d51d6c22c1cd4ceec591a1bf112aab9c0)
2023-04-08T12:24:14.8892178Z Download action repository 'actions/cache@v3' (SHA:88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
2023-04-08T12:24:15.4824464Z Download action repository 'JamesIves/github-pages-deploy-action@releases/v4' (SHA:ba1486788b0490a235422264426c45848eac35c6)
2023-04-08T12:24:16.4732497Z Getting action download info
2023-04-08T12:24:16.6416050Z Download action repository 'actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8' (SHA:88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
2023-04-08T12:24:17.2611275Z Complete job name: build-and-deploy
2023-04-08T12:24:17.3600972Z ##[group]Run actions/checkout@v3
2023-04-08T12:24:17.3601275Z with:
2023-04-08T12:24:17.3601565Z   repository: dimitraVrs/Pluto-for-SG-t-SNE
2023-04-08T12:24:17.3602126Z   token: ***
2023-04-08T12:24:17.3602356Z   ssh-strict: true
2023-04-08T12:24:17.3602601Z   persist-credentials: true
2023-04-08T12:24:17.3602867Z   clean: true
2023-04-08T12:24:17.3603090Z   fetch-depth: 1
2023-04-08T12:24:17.3603295Z   lfs: false
2023-04-08T12:24:17.3603517Z   submodules: false
2023-04-08T12:24:17.3603768Z   set-safe-directory: true
2023-04-08T12:24:17.3604002Z ##[endgroup]
2023-04-08T12:24:17.7661227Z Syncing repository: dimitraVrs/Pluto-for-SG-t-SNE
2023-04-08T12:24:17.7663246Z ##[group]Getting Git version info
2023-04-08T12:24:17.7663877Z Working directory is '/home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE'
2023-04-08T12:24:17.7664563Z [command]/usr/bin/git version
2023-04-08T12:24:17.7907846Z git version 2.40.0
2023-04-08T12:24:17.7919445Z ##[endgroup]
2023-04-08T12:24:17.7956948Z Temporarily overriding HOME='/home/runner/work/_temp/1beb5859-6c00-4ccf-a174-1f7071e4a309' before making global git config changes
2023-04-08T12:24:17.7957533Z Adding repository directory to the temporary git global config as a safe directory
2023-04-08T12:24:17.7958225Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE
2023-04-08T12:24:17.8025391Z Deleting the contents of '/home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE'
2023-04-08T12:24:17.8026271Z ##[group]Initializing the repository
2023-04-08T12:24:17.8028721Z [command]/usr/bin/git init /home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE
2023-04-08T12:24:17.8161247Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-04-08T12:24:17.8162561Z hint: is subject to change. To configure the initial branch name to use in all
2023-04-08T12:24:17.8163515Z hint: of your new repositories, which will suppress this warning, call:
2023-04-08T12:24:17.8164064Z hint: 
2023-04-08T12:24:17.8164631Z hint:  git config --global init.defaultBranch <name>
2023-04-08T12:24:17.8164935Z hint: 
2023-04-08T12:24:17.8165343Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-04-08T12:24:17.8165891Z hint: 'development'. The just-created branch can be renamed via this command:
2023-04-08T12:24:17.8166220Z hint: 
2023-04-08T12:24:17.8166511Z hint:  git branch -m <name>
2023-04-08T12:24:17.8180919Z Initialized empty Git repository in /home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE/.git/
2023-04-08T12:24:17.8199520Z [command]/usr/bin/git remote add origin https://github.com/dimitraVrs/Pluto-for-SG-t-SNE
2023-04-08T12:24:17.8258679Z ##[endgroup]
2023-04-08T12:24:17.8259276Z ##[group]Disabling automatic garbage collection
2023-04-08T12:24:17.8267394Z [command]/usr/bin/git config --local gc.auto 0
2023-04-08T12:24:17.8310147Z ##[endgroup]
2023-04-08T12:24:17.8310617Z ##[group]Setting up auth
2023-04-08T12:24:17.8322450Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-04-08T12:24:17.8377938Z [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' || :"
2023-04-08T12:24:17.8912498Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-04-08T12:24:17.8944925Z [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' || :"
2023-04-08T12:24:17.9232038Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-04-08T12:24:17.9271191Z ##[endgroup]
2023-04-08T12:24:17.9271712Z ##[group]Fetching the repository
2023-04-08T12:24:17.9287648Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +bd9caf640a828d8aa44c70381181068894e3e316:refs/remotes/origin/master
2023-04-08T12:24:18.3862421Z remote: Enumerating objects: 52, done.        
2023-04-08T12:24:18.3863370Z remote: Counting objects:   1% (1/52)        
2023-04-08T12:24:18.3881337Z remote: Counting objects:   3% (2/52)        
2023-04-08T12:24:18.3896488Z remote: Counting objects:   5% (3/52)        
2023-04-08T12:24:18.3897155Z remote: Counting objects:   7% (4/52)        
2023-04-08T12:24:18.3897713Z remote: Counting objects:   9% (5/52)        
2023-04-08T12:24:18.3898255Z remote: Counting objects:  11% (6/52)        
2023-04-08T12:24:18.3898773Z remote: Counting objects:  13% (7/52)        
2023-04-08T12:24:18.3899315Z remote: Counting objects:  15% (8/52)        
2023-04-08T12:24:18.3916958Z remote: Counting objects:  17% (9/52)        
2023-04-08T12:24:18.3917374Z remote: Counting objects:  19% (10/52)        
2023-04-08T12:24:18.3917959Z remote: Counting objects:  21% (11/52)        
2023-04-08T12:24:18.3918528Z remote: Counting objects:  23% (12/52)        
2023-04-08T12:24:18.3918926Z remote: Counting objects:  25% (13/52)        
2023-04-08T12:24:18.3919491Z remote: Counting objects:  26% (14/52)        
2023-04-08T12:24:18.3920007Z remote: Counting objects:  28% (15/52)        
2023-04-08T12:24:18.3920374Z remote: Counting objects:  30% (16/52)        
2023-04-08T12:24:18.3920895Z remote: Counting objects:  32% (17/52)        
2023-04-08T12:24:18.3921258Z remote: Counting objects:  34% (18/52)        
2023-04-08T12:24:18.3921800Z remote: Counting objects:  36% (19/52)        
2023-04-08T12:24:18.3922336Z remote: Counting objects:  38% (20/52)        
2023-04-08T12:24:18.3922714Z remote: Counting objects:  40% (21/52)        
2023-04-08T12:24:18.3924235Z remote: Counting objects:  42% (22/52)        
2023-04-08T12:24:18.3924581Z remote: Counting objects:  44% (23/52)        
2023-04-08T12:24:18.3928637Z remote: Counting objects:  46% (24/52)        
2023-04-08T12:24:18.3929008Z remote: Counting objects:  48% (25/52)        
2023-04-08T12:24:18.3929369Z remote: Counting objects:  50% (26/52)        
2023-04-08T12:24:18.3929738Z remote: Counting objects:  51% (27/52)        
2023-04-08T12:24:18.3930097Z remote: Counting objects:  53% (28/52)        
2023-04-08T12:24:18.3930469Z remote: Counting objects:  55% (29/52)        
2023-04-08T12:24:18.4024814Z remote: Counting objects:  57% (30/52)        
2023-04-08T12:24:18.4025167Z remote: Counting objects:  59% (31/52)        
2023-04-08T12:24:18.4025883Z remote: Counting objects:  61% (32/52)        
2023-04-08T12:24:18.4026186Z remote: Counting objects:  63% (33/52)        
2023-04-08T12:24:18.4026491Z remote: Counting objects:  65% (34/52)        
2023-04-08T12:24:18.4026801Z remote: Counting objects:  67% (35/52)        
2023-04-08T12:24:18.4027094Z remote: Counting objects:  69% (36/52)        
2023-04-08T12:24:18.4027401Z remote: Counting objects:  71% (37/52)        
2023-04-08T12:24:18.4027721Z remote: Counting objects:  73% (38/52)        
2023-04-08T12:24:18.4028034Z remote: Counting objects:  75% (39/52)        
2023-04-08T12:24:18.4028474Z remote: Counting objects:  76% (40/52)        
2023-04-08T12:24:18.4029185Z remote: Counting objects:  78% (41/52)        
2023-04-08T12:24:18.4029492Z remote: Counting objects:  80% (42/52)        
2023-04-08T12:24:18.4029778Z remote: Counting objects:  82% (43/52)        
2023-04-08T12:24:18.4031666Z remote: Counting objects:  84% (44/52)        
2023-04-08T12:24:18.4032143Z remote: Counting objects:  86% (45/52)        
2023-04-08T12:24:18.4032799Z remote: Counting objects:  88% (46/52)        
2023-04-08T12:24:18.4033412Z remote: Counting objects:  90% (47/52)        
2023-04-08T12:24:18.4034106Z remote: Counting objects:  92% (48/52)        
2023-04-08T12:24:18.4034759Z remote: Counting objects:  94% (49/52)        
2023-04-08T12:24:18.4035745Z remote: Counting objects:  96% (50/52)        
2023-04-08T12:24:18.4036352Z remote: Counting objects:  98% (51/52)        
2023-04-08T12:24:18.4036945Z remote: Counting objects: 100% (52/52)        
2023-04-08T12:24:18.4037942Z remote: Counting objects: 100% (52/52), done.        
2023-04-08T12:24:18.4038516Z remote: Compressing objects:   2% (1/49)        
2023-04-08T12:24:18.4039667Z remote: Compressing objects:   4% (2/49)        
2023-04-08T12:24:18.4040261Z remote: Compressing objects:   6% (3/49)        
2023-04-08T12:24:18.4040868Z remote: Compressing objects:   8% (4/49)        
2023-04-08T12:24:18.4042211Z remote: Compressing objects:  10% (5/49)        
2023-04-08T12:24:18.4627753Z remote: Compressing objects:  12% (6/49)        
2023-04-08T12:24:18.5688693Z remote: Compressing objects:  14% (7/49)        
2023-04-08T12:24:18.5707240Z remote: Compressing objects:  16% (8/49)        
2023-04-08T12:24:18.5713571Z remote: Compressing objects:  18% (9/49)        
2023-04-08T12:24:18.5714169Z remote: Compressing objects:  20% (10/49)        
2023-04-08T12:24:18.6102081Z remote: Compressing objects:  22% (11/49)        
2023-04-08T12:24:18.6275660Z remote: Compressing objects:  24% (12/49)        
2023-04-08T12:24:18.6518330Z remote: Compressing objects:  26% (13/49)        
2023-04-08T12:24:18.6565472Z remote: Compressing objects:  28% (14/49)        
2023-04-08T12:24:18.6751677Z remote: Compressing objects:  30% (15/49)        
2023-04-08T12:24:18.6783804Z remote: Compressing objects:  32% (16/49)        
2023-04-08T12:24:18.6784421Z remote: Compressing objects:  34% (17/49)        
2023-04-08T12:24:18.6793124Z remote: Compressing objects:  36% (18/49)        
2023-04-08T12:24:18.6826562Z remote: Compressing objects:  38% (19/49)        
2023-04-08T12:24:18.6827097Z remote: Compressing objects:  40% (20/49)        
2023-04-08T12:24:18.6828599Z remote: Compressing objects:  42% (21/49)        
2023-04-08T12:24:18.6866264Z remote: Compressing objects:  44% (22/49)        
2023-04-08T12:24:18.6886067Z remote: Compressing objects:  46% (23/49)        
2023-04-08T12:24:18.6925871Z remote: Compressing objects:  48% (24/49)        
2023-04-08T12:24:18.6932893Z remote: Compressing objects:  51% (25/49)        
2023-04-08T12:24:18.6957839Z remote: Compressing objects:  53% (26/49)        
2023-04-08T12:24:18.6962501Z remote: Compressing objects:  55% (27/49)        
2023-04-08T12:24:18.6989007Z remote: Compressing objects:  57% (28/49)        
2023-04-08T12:24:18.6994333Z remote: Compressing objects:  59% (29/49)        
2023-04-08T12:24:18.7001597Z remote: Compressing objects:  61% (30/49)        
2023-04-08T12:24:18.7001926Z remote: Compressing objects:  63% (31/49)        
2023-04-08T12:24:18.7080540Z remote: Compressing objects:  65% (32/49)        
2023-04-08T12:24:18.7119766Z remote: Compressing objects:  67% (33/49)        
2023-04-08T12:24:18.7127998Z remote: Compressing objects:  69% (34/49)        
2023-04-08T12:24:18.7152813Z remote: Compressing objects:  71% (35/49)        
2023-04-08T12:24:18.7169669Z remote: Compressing objects:  73% (36/49)        
2023-04-08T12:24:18.7176303Z remote: Compressing objects:  75% (37/49)        
2023-04-08T12:24:18.7216812Z remote: Compressing objects:  77% (38/49)        
2023-04-08T12:24:18.7241903Z remote: Compressing objects:  79% (39/49)        
2023-04-08T12:24:18.7242262Z remote: Compressing objects:  81% (40/49)        
2023-04-08T12:24:18.7278437Z remote: Compressing objects:  83% (41/49)        
2023-04-08T12:24:18.7278800Z remote: Compressing objects:  85% (42/49)        
2023-04-08T12:24:18.7279119Z remote: Compressing objects:  87% (43/49)        
2023-04-08T12:24:18.7279444Z remote: Compressing objects:  89% (44/49)        
2023-04-08T12:24:18.7279769Z remote: Compressing objects:  91% (45/49)        
2023-04-08T12:24:18.7280090Z remote: Compressing objects:  93% (46/49)        
2023-04-08T12:24:18.7280393Z remote: Compressing objects:  95% (47/49)        
2023-04-08T12:24:18.7280706Z remote: Compressing objects:  97% (48/49)        
2023-04-08T12:24:18.7281021Z remote: Compressing objects: 100% (49/49)        
2023-04-08T12:24:18.7281357Z remote: Compressing objects: 100% (49/49), done.        
2023-04-08T12:24:19.2706942Z remote: Total 52 (delta 2), reused 44 (delta 1), pack-reused 0        
2023-04-08T12:24:19.2830189Z From https://github.com/dimitraVrs/Pluto-for-SG-t-SNE
2023-04-08T12:24:19.2831201Z  * [new ref]         bd9caf640a828d8aa44c70381181068894e3e316 -> origin/master
2023-04-08T12:24:19.2866477Z ##[endgroup]
2023-04-08T12:24:19.2867024Z ##[group]Determining the checkout info
2023-04-08T12:24:19.2870335Z ##[endgroup]
2023-04-08T12:24:19.2870954Z ##[group]Checking out the ref
2023-04-08T12:24:19.2875429Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2023-04-08T12:24:19.3893953Z Reset branch 'master'
2023-04-08T12:24:19.3896924Z branch 'master' set up to track 'origin/master'.
2023-04-08T12:24:19.3906090Z ##[endgroup]
2023-04-08T12:24:19.3974646Z [command]/usr/bin/git log -1 --format='%H'
2023-04-08T12:24:19.4016036Z 'bd9caf640a828d8aa44c70381181068894e3e316'
2023-04-08T12:24:19.4359492Z ##[group]Run julia-actions/setup-julia@v1
2023-04-08T12:24:19.4359781Z with:
2023-04-08T12:24:19.4360003Z   version: 1
2023-04-08T12:24:19.4360282Z   include-all-prereleases: false
2023-04-08T12:24:19.4360538Z   arch: X64
2023-04-08T12:24:19.4360784Z   show-versioninfo: false
2023-04-08T12:24:19.4361041Z ##[endgroup]
2023-04-08T12:24:21.4371027Z [command]/usr/bin/tar xf /home/runner/work/_temp/954a9dc5-f057-408d-936e-4019d3f85956 --strip-components=1 -C julia-x64-1.8.5-mJ2XXp
2023-04-08T12:24:28.2941462Z [command]/opt/hostedtoolcache/julia/1.8.5/x64/bin/julia --version
2023-04-08T12:24:28.3112918Z julia version 1.8.5
2023-04-08T12:24:28.3282319Z ##[group]Run julia-actions/cache@v1
2023-04-08T12:24:28.3282614Z with:
2023-04-08T12:24:28.3282845Z   cache-registries: true
2023-04-08T12:24:28.3283131Z   cache-name: julia-cache
2023-04-08T12:24:28.3283404Z   cache-artifacts: true
2023-04-08T12:24:28.3283660Z   cache-packages: true
2023-04-08T12:24:28.3283929Z   cache-compiled: false
2023-04-08T12:24:28.3284409Z ##[endgroup]
2023-04-08T12:24:28.3633118Z ##[group]Run [ "true" = "true" ] && A_PATH="~/.julia/artifacts"
2023-04-08T12:24:28.3633556Z [ "true" = "true" ] && A_PATH="~/.julia/artifacts"
2023-04-08T12:24:28.3633925Z echo "ARTIFACTS_PATH=$A_PATH" >> $GITHUB_ENV
2023-04-08T12:24:28.3634280Z [ "true" = "true" ] && P_PATH="~/.julia/packages"
2023-04-08T12:24:28.3634618Z echo "PACKAGES_PATH=$P_PATH" >> $GITHUB_ENV
2023-04-08T12:24:28.3634967Z [ "true" = "true" ] && R_PATH="~/.julia/registries"
2023-04-08T12:24:28.3635556Z echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV
2023-04-08T12:24:28.3635915Z [ "false" = "true" ] && PCC_PATH="~/.julia/compiled"
2023-04-08T12:24:28.3636296Z echo "PRECOMPILATION_CACHE_PATH=$PCC_PATH" >> $GITHUB_ENV
2023-04-08T12:24:28.3704287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-04-08T12:24:28.3704579Z ##[endgroup]
2023-04-08T12:24:28.5149200Z ##[group]Run actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
2023-04-08T12:24:28.5149510Z with:
2023-04-08T12:24:28.5149803Z   path: ~/.julia/artifacts
~/.julia/packages
~/.julia/registries

2023-04-08T12:24:28.5150129Z   key: Linux-test-julia-cache-
2023-04-08T12:24:28.5150421Z   restore-keys: Linux-test-julia-cache-

2023-04-08T12:24:28.5150726Z   enableCrossOsArchive: false
2023-04-08T12:24:28.5151000Z   fail-on-cache-miss: false
2023-04-08T12:24:28.5151239Z   lookup-only: false
2023-04-08T12:24:28.5151464Z env:
2023-04-08T12:24:28.5151694Z   ARTIFACTS_PATH: ~/.julia/artifacts
2023-04-08T12:24:28.5151960Z   PACKAGES_PATH: ~/.julia/packages
2023-04-08T12:24:28.5152249Z   REGISTRIES_PATH: ~/.julia/registries
2023-04-08T12:24:28.5152530Z   PRECOMPILATION_CACHE_PATH: 
2023-04-08T12:24:28.5152761Z ##[endgroup]
2023-04-08T12:24:30.1213218Z Received 0 of 346322270 (0.0%), 0.0 MBs/sec
2023-04-08T12:24:31.1218385Z Received 88080384 of 346322270 (25.4%), 42.0 MBs/sec
2023-04-08T12:24:32.1325898Z Received 167772160 of 346322270 (48.4%), 53.2 MBs/sec
2023-04-08T12:24:33.1340047Z Received 289406976 of 346322270 (83.6%), 68.8 MBs/sec
2023-04-08T12:24:33.5996732Z Received 346322270 of 346322270 (100.0%), 73.8 MBs/sec
2023-04-08T12:24:33.5999924Z Cache Size: ~330 MB (346322270 B)
2023-04-08T12:24:33.6050011Z [command]/usr/bin/tar -xf /home/runner/work/_temp/9ade8361-654e-492e-8608-e54746783c88/cache.tzst -P -C /home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE --use-compress-program unzstd
2023-04-08T12:24:36.7429664Z Cache restored successfully
2023-04-08T12:24:37.2449004Z Cache restored from key: Linux-test-julia-cache-
2023-04-08T12:24:37.2643942Z ##[group]Run echo "cache-hit=$CACHE_HIT" >> $GITHUB_OUTPUT
2023-04-08T12:24:37.2644353Z echo "cache-hit=$CACHE_HIT" >> $GITHUB_OUTPUT
2023-04-08T12:24:37.2702083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-04-08T12:24:37.2702340Z env:
2023-04-08T12:24:37.2702535Z   ARTIFACTS_PATH: ~/.julia/artifacts
2023-04-08T12:24:37.2702764Z   PACKAGES_PATH: ~/.julia/packages
2023-04-08T12:24:37.2702993Z   REGISTRIES_PATH: ~/.julia/registries
2023-04-08T12:24:37.2703215Z   PRECOMPILATION_CACHE_PATH: 
2023-04-08T12:24:37.2703415Z   CACHE_HIT: true
2023-04-08T12:24:37.2703593Z ##[endgroup]
2023-04-08T12:24:37.6328195Z ##[group]Run actions/cache@v3
2023-04-08T12:24:37.6328449Z with:
2023-04-08T12:24:37.6328662Z   path: pluto_state_cache
2023-04-08T12:24:37.6329175Z   key: Linux-pluto_state_cache-v2-7bfe3bc1202f32aa0c83b01dd5f38d168067794ba2053b949b6a061e9b16e508-11d2a48277861748cdab7b22a1996b5693eaa1c96033280a9dd416212f13fa9a
2023-04-08T12:24:37.6329844Z   restore-keys: Linux-pluto_state_cache-v2-7bfe3bc1202f32aa0c83b01dd5f38d168067794ba2053b949b6a061e9b16e508

2023-04-08T12:24:37.6330240Z   enableCrossOsArchive: false
2023-04-08T12:24:37.6330488Z   fail-on-cache-miss: false
2023-04-08T12:24:37.6330723Z   lookup-only: false
2023-04-08T12:24:37.6330922Z env:
2023-04-08T12:24:37.6331122Z   ARTIFACTS_PATH: ~/.julia/artifacts
2023-04-08T12:24:37.6331381Z   PACKAGES_PATH: ~/.julia/packages
2023-04-08T12:24:37.6331831Z   REGISTRIES_PATH: ~/.julia/registries
2023-04-08T12:24:37.6332087Z   PRECOMPILATION_CACHE_PATH: 
2023-04-08T12:24:37.6332620Z ##[endgroup]
2023-04-08T12:24:37.9224636Z Cache not found for input keys: Linux-pluto_state_cache-v2-7bfe3bc1202f32aa0c83b01dd5f38d168067794ba2053b949b6a061e9b16e508-11d2a48277861748cdab7b22a1996b5693eaa1c96033280a9dd416212f13fa9a, Linux-pluto_state_cache-v2-7bfe3bc1202f32aa0c83b01dd5f38d168067794ba2053b949b6a061e9b16e508
2023-04-08T12:24:37.9311201Z ##[group]Run julia -e 'using Pkg
2023-04-08T12:24:37.9311679Z julia -e 'using Pkg
2023-04-08T12:24:37.9312097Z   Pkg.activate(mktempdir())
2023-04-08T12:24:37.9312494Z   Pkg.add([
2023-04-08T12:24:37.9312999Z     Pkg.PackageSpec(name="PlutoSliderServer", version="0.3.2-0.3"),
2023-04-08T12:24:37.9313464Z   ])
2023-04-08T12:24:37.9313779Z 
2023-04-08T12:24:37.9314128Z   import PlutoSliderServer
2023-04-08T12:24:37.9314500Z 
2023-04-08T12:24:37.9315036Z   PlutoSliderServer.run_notebook("./simple-examples.jl",Export_offer_binder=false)'
2023-04-08T12:24:37.9315845Z   
2023-04-08T12:24:37.9371832Z shell: /usr/bin/bash -e {0}
2023-04-08T12:24:37.9372058Z env:
2023-04-08T12:24:37.9372391Z   ARTIFACTS_PATH: ~/.julia/artifacts
2023-04-08T12:24:37.9372728Z   PACKAGES_PATH: ~/.julia/packages
2023-04-08T12:24:37.9373058Z   REGISTRIES_PATH: ~/.julia/registries
2023-04-08T12:24:37.9373605Z   PRECOMPILATION_CACHE_PATH: 
2023-04-08T12:24:37.9373915Z ##[endgroup]
2023-04-08T12:24:38.2231252Z   Activating new project at `/tmp/jl_goOWFa`
2023-04-08T12:24:39.7025882Z     Updating registry at `~/.julia/registries/General.toml`
2023-04-08T12:24:40.8023015Z    Resolving package versions...
2023-04-08T12:24:42.1945301Z     Updating `/tmp/jl_goOWFa/Project.toml`
2023-04-08T12:24:42.1947567Z   [2fc8631c] + PlutoSliderServer v0.3.22
2023-04-08T12:24:42.2118455Z     Updating `/tmp/jl_goOWFa/Manifest.toml`
2023-04-08T12:24:42.2340619Z   [6e696c72] + AbstractPlutoDingetjes v1.1.4
2023-04-08T12:24:42.2341483Z   [1520ce14] + AbstractTrees v0.4.4
2023-04-08T12:24:42.2342075Z   [c9fd44ac] + BetterFileWatching v0.1.5
2023-04-08T12:24:42.2342630Z   [d1d4a3ce] + BitFlags v0.1.7
2023-04-08T12:24:42.2343097Z   [944b1d66] + CodecZlib v0.7.1
2023-04-08T12:24:42.2343712Z   [5218b696] + Configurations v0.17.4
2023-04-08T12:24:42.2344248Z   [9a962f9c] + DataAPI v1.14.0
2023-04-08T12:24:42.2344836Z   [e2d170a0] + DataValueInterfaces v1.0.0
2023-04-08T12:24:42.2346644Z āŒ… [55351af7] + ExproniconLite v0.7.11
2023-04-08T12:24:42.2347150Z   [ff7dd447] + FromFile v0.1.5
2023-04-08T12:24:42.2347790Z   [fb4132e2] + FuzzyCompletions v0.5.1
2023-04-08T12:24:42.2348309Z   [d7ba0133] + Git v1.3.0
2023-04-08T12:24:42.2348844Z   [6b79fd1a] + GitHubActions v0.1.4
2023-04-08T12:24:42.2349363Z   [c27321d9] + Glob v1.3.1
2023-04-08T12:24:42.2349852Z   [cd3eb016] + HTTP v1.7.4
2023-04-08T12:24:42.2350385Z   [ac1192a8] + HypertextLiteral v0.9.4
2023-04-08T12:24:42.2350955Z   [83e8ac13] + IniFile v0.5.1
2023-04-08T12:24:42.2351559Z   [82899510] + IteratorInterfaceExtensions v1.0.0
2023-04-08T12:24:42.2352213Z   [692b3bcd] + JLLWrappers v1.4.1
2023-04-08T12:24:42.2352728Z   [682c06a0] + JSON v0.21.3
2023-04-08T12:24:42.2353222Z   [0e77f7df] + LazilyInitializedFields v1.2.1
2023-04-08T12:24:42.2353883Z   [1d6d02ad] + LeftChildRightSiblingTrees v0.2.0
2023-04-08T12:24:42.2354482Z   [e6f89c97] + LoggingExtras v1.0.0
2023-04-08T12:24:42.2355097Z   [6c6e2e6c] + MIMEs v0.1.4
2023-04-08T12:24:42.2355884Z   [739be429] + MbedTLS v1.1.7
2023-04-08T12:24:42.2356337Z   [99f44e22] + MsgPack v1.2.0
2023-04-08T12:24:42.2356835Z   [4d8831e6] + OpenSSL v1.3.3
2023-04-08T12:24:42.2357451Z   [bac558e1] + OrderedCollections v1.6.0
2023-04-08T12:24:42.2358005Z   [69de0a69] + Parsers v2.5.8
2023-04-08T12:24:42.2358533Z   [c3e4b0f8] + Pluto v0.19.23
2023-04-08T12:24:42.2359002Z   [2fc8631c] + PlutoSliderServer v0.3.22
2023-04-08T12:24:42.2359588Z   [91cefc8d] + PrecompileSignatures v3.0.3
2023-04-08T12:24:42.2360812Z   [21216c6a] + Preferences v1.3.0
2023-04-08T12:24:42.2361378Z   [33c8b6b6] + ProgressLogging v0.1.4
2023-04-08T12:24:42.2361937Z   [2792f1a3] + RegistryInstances v0.1.0
2023-04-08T12:24:42.2362425Z   [05181044] + RelocatableFolders v1.0.0
2023-04-08T12:24:42.2363022Z   [ae029012] + Requires v1.3.0
2023-04-08T12:24:42.2363562Z   [6c6a2e73] + Scratch v1.2.0
2023-04-08T12:24:42.2364105Z   [777ac1f9] + SimpleBufferStream v1.1.0
2023-04-08T12:24:42.2365138Z   [66db9d55] + SnoopPrecompile v1.0.3
2023-04-08T12:24:42.2365636Z   [3783bdb8] + TableTraits v1.0.1
2023-04-08T12:24:42.2366241Z   [bd369af6] + Tables v1.10.1
2023-04-08T12:24:42.2366767Z   [5d786b92] + TerminalLoggers v0.1.6
2023-04-08T12:24:42.2367329Z   [3bb67fe8] + TranscodingStreams v0.9.11
2023-04-08T12:24:42.2367887Z   [410a4b4d] + Tricks v0.1.7
2023-04-08T12:24:42.2368373Z   [5c2747f8] + URIs v1.4.2
2023-04-08T12:24:42.2368877Z   [04572ae6] + Deno_jll v1.28.1+0
2023-04-08T12:24:42.2369380Z   [2e619515] + Expat_jll v2.4.8+0
2023-04-08T12:24:42.2369895Z   [f8c6e375] + Git_jll v2.36.1+2
2023-04-08T12:24:42.2370494Z   [94ce4f54] + Libiconv_jll v1.16.1+2
2023-04-08T12:24:42.2370956Z   [458c3c95] + OpenSSL_jll v1.1.20+0
2023-04-08T12:24:42.2371483Z   [0dad84c5] + ArgTools v1.1.1
2023-04-08T12:24:42.2371982Z   [56f22d72] + Artifacts
2023-04-08T12:24:42.2372470Z   [2a0f44e3] + Base64
2023-04-08T12:24:42.2373001Z   [ade2ca70] + Dates
2023-04-08T12:24:42.2373415Z   [8ba89e20] + Distributed
2023-04-08T12:24:42.2373930Z   [f43a241f] + Downloads v1.6.0
2023-04-08T12:24:42.2374455Z   [7b1f6079] + FileWatching
2023-04-08T12:24:42.2375021Z   [b77e0a4c] + InteractiveUtils
2023-04-08T12:24:42.2375537Z   [b27032c2] + LibCURL v0.6.3
2023-04-08T12:24:42.2375943Z   [76f85450] + LibGit2
2023-04-08T12:24:42.2376423Z   [8f399da3] + Libdl
2023-04-08T12:24:42.2377090Z   [37e2e46d] + LinearAlgebra
2023-04-08T12:24:42.2377639Z   [56ddb016] + Logging
2023-04-08T12:24:42.2378105Z   [d6f4376e] + Markdown
2023-04-08T12:24:42.2378598Z   [a63ad114] + Mmap
2023-04-08T12:24:42.2379700Z   [ca575930] + NetworkOptions v1.2.0
2023-04-08T12:24:42.2380741Z   [44cfe95a] + Pkg v1.8.0
2023-04-08T12:24:42.2381253Z   [de0858da] + Printf
2023-04-08T12:24:42.2381745Z   [3fa0cd96] + REPL
2023-04-08T12:24:42.2382209Z   [9a3f8284] + Random
2023-04-08T12:24:42.2382747Z   [ea8e919c] + SHA v0.7.0
2023-04-08T12:24:42.2383179Z   [9e88b42a] + Serialization
2023-04-08T12:24:42.2383656Z   [6462fe0b] + Sockets
2023-04-08T12:24:42.2384156Z   [fa267f1f] + TOML v1.0.0
2023-04-08T12:24:42.2384659Z   [a4e569a6] + Tar v1.10.1
2023-04-08T12:24:42.2385198Z   [8dfed614] + Test
2023-04-08T12:24:42.2385586Z   [cf7118a7] + UUIDs
2023-04-08T12:24:42.2386067Z   [4ec0a83e] + Unicode
2023-04-08T12:24:42.2386642Z   [e66e0078] + CompilerSupportLibraries_jll v1.0.1+0
2023-04-08T12:24:42.2387337Z   [deac9b47] + LibCURL_jll v7.84.0+0
2023-04-08T12:24:42.2387876Z   [29816b5a] + LibSSH2_jll v1.10.2+0
2023-04-08T12:24:42.2388359Z   [c8ffd9c3] + MbedTLS_jll v2.28.0+0
2023-04-08T12:24:42.2388916Z   [14a3606d] + MozillaCACerts_jll v2022.2.1
2023-04-08T12:24:42.2389474Z   [4536629a] + OpenBLAS_jll v0.3.20+0
2023-04-08T12:24:42.2390075Z   [efcefdf7] + PCRE2_jll v10.40.0+0
2023-04-08T12:24:42.2390631Z   [83775a58] + Zlib_jll v1.2.12+3
2023-04-08T12:24:42.2390980Z   [8e850b90] + libblastrampoline_jll v5.1.1+0
2023-04-08T12:24:42.2391503Z   [8e850ede] + nghttp2_jll v1.48.0+0
2023-04-08T12:24:42.2391914Z   [3f19e933] + p7zip_jll v17.4.0+0
2023-04-08T12:24:42.2392848Z         Info Packages marked with āŒ… have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`
2023-04-08T12:24:42.6421185Z Precompiling project...
2023-04-08T12:24:43.0815753Z   āœ“ DataValueInterfaces
2023-04-08T12:24:43.1748088Z   āœ“ Requires
2023-04-08T12:24:43.4765124Z   āœ“ OrderedCollections
2023-04-08T12:24:43.4843424Z   āœ“ MbedTLS_jll
2023-04-08T12:24:43.5744498Z   āœ“ LazilyInitializedFields
2023-04-08T12:24:43.8320858Z   āœ“ Zlib_jll
2023-04-08T12:24:43.9035088Z   āœ“ IniFile
2023-04-08T12:24:44.3549211Z   āœ“ Glob
2023-04-08T12:24:44.4736995Z   āœ“ AbstractTrees
2023-04-08T12:24:44.5888078Z   āœ“ URIs
2023-04-08T12:24:44.8682471Z   āœ“ IteratorInterfaceExtensions
2023-04-08T12:24:45.3362272Z   āœ“ SimpleBufferStream
2023-04-08T12:24:45.4027213Z   āœ“ MsgPack
2023-04-08T12:24:45.5723826Z   āœ“ PrecompileSignatures
2023-04-08T12:24:45.8551749Z   āœ“ DataAPI
2023-04-08T12:24:45.9576902Z   āœ“ Tricks
2023-04-08T12:24:46.0342697Z   āœ“ CompilerSupportLibraries_jll
2023-04-08T12:24:46.2881164Z   āœ“ ProgressLogging
2023-04-08T12:24:46.4952764Z   āœ“ BitFlags
2023-04-08T12:24:46.5764811Z   āœ“ FuzzyCompletions
2023-04-08T12:24:46.7951280Z   āœ“ AbstractPlutoDingetjes
2023-04-08T12:24:46.8963494Z   āœ“ Scratch
2023-04-08T12:24:47.2711425Z   āœ“ LoggingExtras
2023-04-08T12:24:47.7037199Z   āœ“ PCRE2_jll
2023-04-08T12:24:48.7377682Z   āœ“ TranscodingStreams
2023-04-08T12:24:48.9551504Z   āœ“ MIMEs
2023-04-08T12:24:49.3138640Z   āœ“ Preferences
2023-04-08T12:24:49.3935452Z   āœ“ FromFile
2023-04-08T12:24:49.8502834Z   āœ“ LibSSH2_jll
2023-04-08T12:24:50.0617325Z   āœ“ ExproniconLite
2023-04-08T12:24:50.5097177Z   āœ“ RegistryInstances
2023-04-08T12:24:50.5415669Z   āœ“ MbedTLS
2023-04-08T12:24:50.5796087Z   āœ“ LeftChildRightSiblingTrees
2023-04-08T12:24:50.8883412Z   āœ“ TableTraits
2023-04-08T12:24:51.0751813Z   āœ“ OpenBLAS_jll
2023-04-08T12:24:51.2937715Z   āœ“ RelocatableFolders
2023-04-08T12:24:51.3006319Z   āœ“ HypertextLiteral
2023-04-08T12:24:51.6036559Z   āœ“ CodecZlib
2023-04-08T12:24:51.7176359Z   āœ“ SnoopPrecompile
2023-04-08T12:24:51.9197454Z   āœ“ JLLWrappers
2023-04-08T12:24:52.5737572Z   āœ“ TerminalLoggers
2023-04-08T12:24:52.9444817Z   āœ“ Tables
2023-04-08T12:24:52.9551204Z   āœ“ libblastrampoline_jll
2023-04-08T12:24:53.5565323Z   āœ“ OpenSSL_jll
2023-04-08T12:24:54.0809239Z   āœ“ Libiconv_jll
2023-04-08T12:24:54.6496590Z   āœ“ Configurations
2023-04-08T12:24:54.6756855Z   āœ“ Expat_jll
2023-04-08T12:24:55.1428467Z   āœ“ Deno_jll
2023-04-08T12:24:55.7577992Z   āœ“ Git_jll
2023-04-08T12:24:56.2627341Z   āœ“ Git
2023-04-08T12:24:56.5557276Z   āœ“ OpenSSL
2023-04-08T12:24:59.4769246Z   āœ“ HTTP
2023-04-08T12:25:07.1244408Z   āœ“ Parsers
2023-04-08T12:25:08.4213232Z   āœ“ JSON
2023-04-08T12:25:09.1727076Z   āœ“ GitHubActions
2023-04-08T12:25:09.2896776Z   āœ“ BetterFileWatching
2023-04-08T12:25:24.1563433Z   āœ“ Pluto
2023-04-08T12:25:29.5082519Z   āœ“ PlutoSliderServer
2023-04-08T12:25:29.5214866Z   58 dependencies successfully precompiled in 47 seconds
2023-04-08T12:25:39.8500191Z ā”Œ Info: Settings
2023-04-08T12:25:39.8503411Z ā””   Text(settings) = PlutoSliderServer.var"../Configuration.jl".PlutoDeploySettings(PlutoSliderServer.var"../Configuration.jl".SliderServerSettings(true, String[], 2345, "127.0.0.1", true, true, 0), PlutoSliderServer.var"../Configuration.jl".ExportSettings(true, nothing, String[], String[], true, true, true, false, nothing, nothing, true, nothing, nothing, nothing), Pluto.Configuration.Options(Pluto.Configuration.ServerOptions(nothing, "/", "127.0.0.1", nothing, 1234, true, false, true, "/home/runner/", false, false, 0.4, false, nothing, false, 0.0, 0.0, "data:text/javascript;base64,", Pluto.Configuration.var"#1#2"()), Pluto.Configuration.SecurityOptions(true, true), Pluto.Configuration.EvaluationOptions(true, true, false, true, nothing), Pluto.Configuration.CompilerOptions(nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, "no", "no", 2)))
2023-04-08T12:25:39.8526860Z ā”Œ Warning: Make sure that you run this slider server inside an isolated environment -- it is not intended to be secure. Assume that users can execute arbitrary code inside your notebooks.
2023-04-08T12:25:39.8527959Z ā”” @ PlutoSliderServer ~/.julia/packages/PlutoSliderServer/aeDOe/src/PlutoSliderServer.jl:230
2023-04-08T12:25:40.5651835Z ā”Œ Info: # Starting server...
2023-04-08T12:25:40.5653999Z ā””   address = "http://localhost:2345/"
2023-04-08T12:25:40.9502999Z [ Info: Listening on: 127.0.0.1:2345, thread id: 1
2023-04-08T12:25:40.9503414Z [ Info: # Server started
2023-04-08T12:25:42.1577547Z ā”Œ Info: Notebook list updated
2023-04-08T12:25:42.1578275Z ā”‚   added =
2023-04-08T12:25:42.1578950Z ā”‚    1-element Vector{String}:
2023-04-08T12:25:42.1579840Z ā”‚     "simple-examples.jl"
2023-04-08T12:25:42.1580549Z ā”‚   updated = String[]
2023-04-08T12:25:42.1581189Z ā””   removed = String[]
2023-04-08T12:25:50.6328671Z ā”Œ Info: ###### ā— [1/1] Launching...
2023-04-08T12:25:50.6329897Z ā””   s.path = "simple-examples.jl"
2023-04-08T12:26:09.5898935Z     Updating registry at `~/.julia/registries/General.toml`
2023-04-08T12:26:11.8075566Z ā”Œ Warning: The project dependencies or compat requirements have changed since the manifest was last resolved.
2023-04-08T12:26:11.8076477Z ā”‚ It is recommended to `Pkg.resolve()` or consider `Pkg.update()` if necessary.
2023-04-08T12:26:11.8077232Z ā”” @ Pkg.API /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/usr/share/julia/stdlib/v1.8/Pkg/src/API.jl:1535
2023-04-08T12:34:19.9690189Z ā”Œ Info: Bond connections
2023-04-08T12:34:19.9691091Z ā”‚   s.path = "simple-examples.jl"
2023-04-08T12:34:19.9691710Z ā”‚   showall(collect(bond_connections)) =
2023-04-08T12:34:19.9692296Z ā”‚    :lambdaTr => [:rangeTr, :lambdaTr, :uTr]
2023-04-08T12:34:19.9692920Z ā”‚    :lambdaD => [:uD, :rangeD, :lambdaD, :d12]
2023-04-08T12:34:19.9693505Z ā”‚    :uLC => [:uLC, :dist, :lambdaLC, :rangeLC]
2023-04-08T12:34:19.9694017Z ā”‚    :range => [:lambda, :range, :u]
2023-04-08T12:34:19.9694642Z ā”‚    :rangeE => [:rangeE, :uE, :lambdaE]
2023-04-08T12:34:19.9695180Z ā”‚    :lambda => [:lambda, :range, :u]
2023-04-08T12:34:19.9695737Z ā”‚    :uD => [:uD, :rangeD, :lambdaD, :d12]
2023-04-08T12:34:19.9696306Z ā”‚    :rangeTr => [:rangeTr, :lambdaTr, :uTr]
2023-04-08T12:34:19.9696836Z ā”‚    :uE => [:rangeE, :uE, :lambdaE]
2023-04-08T12:34:19.9697424Z ā”‚    :size1 => [:uSize, :rangeSize, :size1, :lambdaSize]
2023-04-08T12:34:19.9697991Z ā”‚    :uTr => [:rangeTr, :lambdaTr, :uTr]
2023-04-08T12:34:19.9698579Z ā”‚    :uSize => [:uSize, :rangeSize, :size1, :lambdaSize]
2023-04-08T12:34:19.9699191Z ā”‚    :dist => [:uLC, :dist, :lambdaLC, :rangeLC]
2023-04-08T12:34:19.9699753Z ā”‚    :d12 => [:uD, :rangeD, :lambdaD, :d12]
2023-04-08T12:34:19.9700265Z ā”‚    :u => [:lambda, :range, :u]
2023-04-08T12:34:19.9700824Z ā”‚    :rangeCon => [:rangeCon, :lambdaCon, :uCon]
2023-04-08T12:34:19.9701399Z ā”‚    :rangeD => [:uD, :rangeD, :lambdaD, :d12]
2023-04-08T12:34:19.9702016Z ā”‚    :rangeSize => [:uSize, :rangeSize, :size1, :lambdaSize]
2023-04-08T12:34:19.9702586Z ā”‚    :displacement => [:displacement]
2023-04-08T12:34:19.9703172Z ā”‚    :lambdaCon => [:rangeCon, :lambdaCon, :uCon]
2023-04-08T12:34:19.9703764Z ā”‚    :lambdaLC => [:uLC, :dist, :lambdaLC, :rangeLC]
2023-04-08T12:34:19.9704398Z ā”‚    :lambdaSize => [:uSize, :rangeSize, :size1, :lambdaSize]
2023-04-08T12:34:19.9704987Z ā”‚    :lambdaE => [:rangeE, :uE, :lambdaE]
2023-04-08T12:34:19.9705539Z ā”‚    :uCon => [:rangeCon, :lambdaCon, :uCon]
2023-04-08T12:34:19.9706125Z ā””    :rangeLC => [:uLC, :dist, :lambdaLC, :rangeLC]
2023-04-08T12:34:22.9998051Z ā”Œ Info: ### āœ“ [1/1] Ready
2023-04-08T12:34:22.9999435Z ā”‚   s.path = "simple-examples.jl"
2023-04-08T12:34:23.0000333Z ā””   new_hash = "f8jFWd0nige60Xfi_VoNVh4btA0D5fWAsJRhzphUKIc"
2023-04-08T12:34:23.0633657Z [ Info: # ALL NOTEBOOKS READY
2023-04-08T12:34:23.0928421Z [ Info: Watching directory for changes...
2023-04-08T16:25:23.1934298Z ##[error]The operation was canceled.
2023-04-08T16:25:23.2017557Z Post job cleanup.
2023-04-08T16:25:23.2067374Z Post job cleanup.
2023-04-08T16:25:23.4745843Z [command]/usr/bin/git version
2023-04-08T16:25:23.4746358Z git version 2.40.0
2023-04-08T16:25:23.4749264Z Temporarily overriding HOME='/home/runner/work/_temp/100fabea-b698-41d9-b507-c79db06293d3' before making global git config changes
2023-04-08T16:25:23.4749930Z Adding repository directory to the temporary git global config as a safe directory
2023-04-08T16:25:23.4750724Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Pluto-for-SG-t-SNE/Pluto-for-SG-t-SNE
2023-04-08T16:25:23.4752069Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-04-08T16:25:23.4753609Z [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' || :"
2023-04-08T16:25:23.4755122Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-04-08T16:25:23.4755838Z http.https://github.com/.extraheader
2023-04-08T16:25:23.4757072Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-04-08T16:25:23.4758612Z [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' || :"
2023-04-08T16:25:23.4919580Z Cleaning up orphan processes
2023-04-08T16:25:23.5169657Z Terminate orphan process: pid (1741) (julia)
2023-04-08T16:25:23.5215878Z Terminate orphan process: pid (1960) (julia)
2023-04-08T16:25:23.5236378Z Terminate orphan process: pid (2750) (deno)
fonsp commented 1 year ago

Hey! Do you want to run a live slider server, or do you want to export a static HTML page?

Be sure to carefully read https://github.com/JuliaPluto/PlutoSliderServer.jl to learn about the difference.

dimitraVrs commented 1 year ago

Thank you for your answer. I want to run the slider server so as to get the interactivity on github pages. Is that possible?