kurte@kurte-rpi4u:~$ uname -a Linux kurte-rpi4u 5.19.0-1011-raspi #18-Ubuntu SMP PREEMPT Thu Dec 15 11:27:47 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux kurte@kurte-rpi4u:~$ sudo apt install git [sudo] password for kurte: Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: dctrl-tools dmeventd dmraid dpkg-repack efibootmgr gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 grub-common grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed grub2-common kpartx kpartx-boot libdebian-installer4 libdevmapper-event1.02.1 libdmraid1.0.0.rc16 libdpkg-perl libfile-fcntllock-perl liblvm2cmd2.03 libtimezonemap-data libtimezonemap1 lvm2 os-prober python3-gi-cairo python3-icu python3-pam rdate thin-provisioning-tools Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: git-man liberror-perl Suggested packages: git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn The following NEW packages will be installed: git git-man liberror-perl 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. Need to get 4,355 kB of archives. After this operation, 21.7 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liberror-perl all 0.17029-1 [26.5 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git-man all 1:2.37.2-1ubuntu1.1 [975 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git arm64 1:2.37.2-1ubuntu1.1 [3,354 kB] Fetched 4,355 kB in 4s (1,011 kB/s) Selecting previously unselected package liberror-perl. (Reading database ... 180495 files and directories currently installed.) Preparing to unpack .../liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... Selecting previously unselected package git-man. Preparing to unpack .../git-man_1%3a2.37.2-1ubuntu1.1_all.deb ... Unpacking git-man (1:2.37.2-1ubuntu1.1) ... Selecting previously unselected package git. Preparing to unpack .../git_1%3a2.37.2-1ubuntu1.1_arm64.deb ... Unpacking git (1:2.37.2-1ubuntu1.1) ... Setting up liberror-perl (0.17029-1) ... Setting up git-man (1:2.37.2-1ubuntu1.1) ... Setting up git (1:2.37.2-1ubuntu1.1) ... Processing triggers for man-db (2.10.2-2) ... kurte@kurte-rpi4u:~$ mkdir src cd src/ git clone https://github.com/koendv/arduino-ide-raspberrypi/ ###(browser) fork https://github.com/arduino/arduino-ide to https://github.com/koendv-test/arduino-ide git clone https://github.com/kurte/arduino-ide cd arduino-ide/ patch -p1 < ../arduino-ide-raspberrypi/self_hosted_runner.patch git config --global user.email kurte@rockisland.com git config --global user.name kurte git add .github/workflows/build.yml git add arduino-ide-extension/scripts/download-ls.js git commit -m arm64 Cloning into 'arduino-ide-raspberrypi'... remote: Enumerating objects: 268, done. remote: Counting objects: 100% (128/128), done. remote: Compressing objects: 100% (88/88), done. remote: Total 268 (delta 76), reused 92 (delta 40), pack-reused 140 Receiving objects: 100% (268/268), 4.35 MiB | 1.32 MiB/s, done. Resolving deltas: 100% (133/133), done. Cloning into 'arduino-ide'... remote: Enumerating objects: 14517, done. remote: Counting objects: 100% (562/562), done. remote: Compressing objects: 100% (330/330), done. remote: Total 14517 (delta 284), reused 415 (delta 222), pack-reused 13955 Receiving objects: 100% (14517/14517), 140.98 MiB | 759.00 KiB/s, done. Resolving deltas: 100% (10165/10165), done. patching file .github/workflows/build.yml patching file arduino-ide-extension/scripts/download-ls.js [main a12f281] arm64 2 files changed, 23 insertions(+), 11 deletions(-) kurte@kurte-rpi4u:~/src/arduino-ide$ git push Username for 'https://github.com': kurte Password for 'https://kurte@github.com': Enumerating objects: 15, done. Counting objects: 100% (15/15), done. Delta compression using up to 4 threads Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8), 825 bytes | 412.00 KiB/s, done. Total 8 (delta 7), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (7/7), completed with 7 local objects. remote: This repository moved. Please use the new location: remote: https://github.com/KurtE/arduino-ide.git To https://github.com/kurte/arduino-ide 76f9f63..a12f281 main -> main kurte@kurte-rpi4u:~/src/arduino-ide$ git tag -a 2.0.4-arm64 -m self-hosted git push --tags Username for 'https://github.com': kurte Password for 'https://kurte@github.com': Enumerating objects: 1, done. Counting objects: 100% (1/1), done. Writing objects: 100% (1/1), 162 bytes | 162.00 KiB/s, done. Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 remote: This repository moved. Please use the new location: remote: https://github.com/KurtE/arduino-ide.git To https://github.com/kurte/arduino-ide * [new tag] 2.0.4-arm64 -> 2.0.4-arm64 kurte@kurte-rpi4u:~/src/arduino-ide$ ###(browser) fork https://github.com/myong34/docker-github-actions-runner ###(browser) fork https://github.com/koendv-test/docker-github-actions-runner cd ~/src git clone https://github.com/kurte/docker-github-actions-runner cd docker-github-actions-runner Cloning into 'docker-github-actions-runner'... remote: Enumerating objects: 1505, done. remote: Counting objects: 100% (1505/1505), done. remote: Compressing objects: 100% (634/634), done. remote: Total 1505 (delta 879), reused 1424 (delta 845), pack-reused 0 Receiving objects: 100% (1505/1505), 297.76 KiB | 3.68 MiB/s, done. Resolving deltas: 100% (879/879), done. kurte@kurte-rpi4u:~/src/docker-github-actions-runner$ patch -p1 < ../arduino-ide-raspberrypi/docker-github-actions-runner.patch ###(patches fine today, but this patch sometimes has to be reworked because upstream has changed) git add Dockerfile git add entrypoint.sh git commit -m arduino-ide git push patching file Dockerfile patching file entrypoint.sh [master 904f8a1] arduino-ide 2 files changed, 12 insertions(+), 2 deletions(-) Username for 'https://github.com': kurte Password for 'https://kurte@github.com': Enumerating objects: 7, done. Counting objects: 100% (7/7), done. Delta compression using up to 4 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 597 bytes | 597.00 KiB/s, done. Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (3/3), completed with 3 local objects. remote: This repository moved. Please use the new location: remote: https://github.com/KurtE/docker-github-actions-runner.git To https://github.com/kurte/docker-github-actions-runner 45574ba..904f8a1 master -> master kurte@kurte-rpi4u:~/src/docker-github-actions-runner$ cd ~/src sudo apt install curl curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh sudo apt-get install -y uidmap dockerd-rootless-setuptool.sh install Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: dctrl-tools dmeventd dmraid dpkg-repack efibootmgr gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 grub-common grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed grub2-common kpartx kpartx-boot libdebian-installer4 libdevmapper-event1.02.1 libdmraid1.0.0.rc16 libdpkg-perl libfile-fcntllock-perl liblvm2cmd2.03 libtimezonemap-data libtimezonemap1 lvm2 os-prober python3-gi-cairo python3-icu python3-pam rdate thin-provisioning-tools Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: curl 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 196 kB of archives. After this operation, 468 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.2 [196 kB] Fetched 196 kB in 1s (158 kB/s) Selecting previously unselected package curl. (Reading database ... 181519 files and directories currently installed.) Preparing to unpack .../curl_7.85.0-1ubuntu0.2_arm64.deb ... Unpacking curl (7.85.0-1ubuntu0.2) ... Setting up curl (7.85.0-1ubuntu0.2) ... Processing triggers for man-db (2.10.2-2) ... # Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f + sh -c apt-get update -qq >/dev/null + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg + sh -c chmod a+r /etc/apt/keyrings/docker.gpg + sh -c echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu kinetic stable" > /etc/apt/sources.list.d/docker.list + sh -c apt-get update -qq >/dev/null + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin >/dev/null + version_gte 20.10 + [ -z ] + return 0 + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null + sh -c docker version Client: Docker Engine - Community Version: 20.10.22 API version: 1.41 Go version: go1.18.9 Git commit: 3a2c30b Built: Thu Dec 15 22:27:27 2022 OS/Arch: linux/arm64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 20.10.22 API version: 1.41 (minimum version 1.12) Go version: go1.18.9 Git commit: 42c8b31 Built: Thu Dec 15 22:25:48 2022 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.14 GitCommit: 9ba4b250366a5ddde94bb7c9d1def331423aa323 runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0 ================================================================================ To run Docker as a non-privileged user, consider setting up the Docker daemon in rootless mode for your user: dockerd-rootless-setuptool.sh install Visit https://docs.docker.com/go/rootless/ to learn about rootless mode. To run the Docker daemon as a fully privileged service, but granting non-root users access, refer to https://docs.docker.com/go/daemon-access/ WARNING: Access to the remote API on a privileged Docker daemon is equivalent to root access on the host. Refer to the 'Docker daemon attack surface' documentation for details: https://docs.docker.com/go/attack-surface/ ================================================================================ Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: dctrl-tools dmeventd dmraid dpkg-repack efibootmgr gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 grub-common grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed grub2-common kpartx kpartx-boot libdebian-installer4 libdevmapper-event1.02.1 libdmraid1.0.0.rc16 libdpkg-perl libfile-fcntllock-perl liblvm2cmd2.03 libtimezonemap-data libtimezonemap1 lvm2 os-prober python3-gi-cairo python3-icu python3-pam rdate thin-provisioning-tools Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libsubid4 The following NEW packages will be installed: libsubid4 uidmap 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 46.7 kB of archives. After this operation, 456 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsubid4 arm64 1:4.11.1+dfsg1-2ubuntu1.1 [20.3 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 uidmap arm64 1:4.11.1+dfsg1-2ubuntu1.1 [26.3 kB] Fetched 46.7 kB in 1s (66.7 kB/s) Selecting previously unselected package libsubid4:arm64. (Reading database ... 181776 files and directories currently installed.) Preparing to unpack .../libsubid4_1%3a4.11.1+dfsg1-2ubuntu1.1_arm64.deb ... Unpacking libsubid4:arm64 (1:4.11.1+dfsg1-2ubuntu1.1) ... Selecting previously unselected package uidmap. Preparing to unpack .../uidmap_1%3a4.11.1+dfsg1-2ubuntu1.1_arm64.deb ... Unpacking uidmap (1:4.11.1+dfsg1-2ubuntu1.1) ... Setting up libsubid4:arm64 (1:4.11.1+dfsg1-2ubuntu1.1) ... Setting up uidmap (1:4.11.1+dfsg1-2ubuntu1.1) ... Processing triggers for man-db (2.10.2-2) ... Processing triggers for libc-bin (2.36-0ubuntu4) ... [INFO] Creating /home/kurte/.config/systemd/user/docker.service [INFO] starting systemd service docker.service + systemctl --user start docker.service + sleep 3 + systemctl --user --no-pager --full status docker.service ● docker.service - Docker Application Container Engine (Rootless) Loaded: loaded (/home/kurte/.config/systemd/user/docker.service; disabled; preset: enabled) Active: active (running) since Mon 2023-01-09 07:23:58 PST; 3s ago Docs: https://docs.docker.com/go/rootless/ Main PID: 4406 (rootlesskit) Tasks: 39 Memory: 41.4M CPU: 1.376s CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/docker.service ├─4406 rootlesskit --net=slirp4netns --mtu=65520 --slirp4netns-sandbox=auto --slirp4netns-seccomp=auto --disable-host-loopback --port-driver=builtin --copy-up=/etc --copy-up=/run --propagation=rslave /usr/bin/dockerd-rootless.sh ├─4417 /proc/self/exe --net=slirp4netns --mtu=65520 --slirp4netns-sandbox=auto --slirp4netns-seccomp=auto --disable-host-loopback --port-driver=builtin --copy-up=/etc --copy-up=/run --propagation=rslave /usr/bin/dockerd-rootless.sh ├─4436 slirp4netns --mtu 65520 -r 3 --disable-host-loopback --enable-sandbox --enable-seccomp 4417 tap0 ├─4443 dockerd └─4463 containerd --config /run/user/1000/docker/containerd/containerd.toml --log-level info Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.249226909-08:00" level=warning msg="Unable to find cpuset controller" Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.250002040-08:00" level=info msg="Loading containers: start." Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.258606144-08:00" level=info msg="skipping firewalld management for rootless mode" Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.553678956-08:00" level=warning msg="Could not load necessary modules for IPSEC rules: protocol not supported" Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.572154704-08:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address" Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.785880794-08:00" level=info msg="Loading containers: done." Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.811143662-08:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: running in a user namespace" storage-driver=overlay2 Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.811867755-08:00" level=info msg="Docker daemon" commit=42c8b31 graphdriver(s)=overlay2 version=20.10.22 Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.812411052-08:00" level=info msg="Daemon has completed initialization" Jan 09 07:23:59 kurte-rpi4u dockerd-rootless.sh[4443]: time="2023-01-09T07:23:59.915056656-08:00" level=info msg="API listen on /run/user/1000/docker.sock" + DOCKER_HOST=unix:///run/user/1000/docker.sock /usr/bin/docker version Client: Docker Engine - Community Version: 20.10.22 API version: 1.41 Go version: go1.18.9 Git commit: 3a2c30b Built: Thu Dec 15 22:27:27 2022 OS/Arch: linux/arm64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 20.10.22 API version: 1.41 (minimum version 1.12) Go version: go1.18.9 Git commit: 42c8b31 Built: Thu Dec 15 22:25:48 2022 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.14 GitCommit: 9ba4b250366a5ddde94bb7c9d1def331423aa323 runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0 + systemctl --user enable docker.service Created symlink /home/kurte/.config/systemd/user/default.target.wants/docker.service → /home/kurte/.config/systemd/user/docker.service. [INFO] Installed docker.service successfully. [INFO] To control docker.service, run: `systemctl --user (start|stop|restart) docker.service` [INFO] To run docker.service on system startup, run: `sudo loginctl enable-linger kurte` [INFO] Creating CLI context "rootless" Successfully created context "rootless" [INFO] Use CLI context "rootless" Current context is now "rootless" [INFO] Make sure the following environment variables are set (or add them to ~/.bashrc): export PATH=/usr/bin:$PATH Some applications may require the following environment variable too: export DOCKER_HOST=unix:///run/user/1000/docker.sock kurte@kurte-rpi4u:~/src$ wget https://raw.githubusercontent.com/koendv/arduino-ide-raspberrypi/main/docker-github-actions-runner.sh ###(edit REPO_URL=https://github.com/koendv-test/arduino-ide RUNNER_URL=https://github.com/koendv-test/docker-github-actions-runner ) rm -rf docker-github-actions-runner arduino-ide chmod +x ./docker-github-actions-runner.sh --2023-01-09 07:24:36-- https://raw.githubusercontent.com/koendv/arduino-ide-raspberrypi/main/docker-github-actions-runner.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1433 (1.4K) [text/plain] Saving to: ‘docker-github-actions-runner.sh’ docker-github-actions-runner.s 100%[==================================================>] 1.40K --.-KB/s in 0.001s 2023-01-09 07:24:37 (2.68 MB/s) - ‘docker-github-actions-runner.sh’ saved [1433/1433] kurte@kurte-rpi4u:~/src$ gedit docker-github-actions-runner.sh kurte@kurte-rpi4u:~/src$ sudo ./docker-github-actions-runner.sh + WORK_DIR=/root/src + ACCESS_TOKEN= + REPO_URL=https://github.com/kurte/arduino-ide + RUNNER_URL=https://github.com/kurte/docker-github-actions-runner + DISABLE_AUTO_UPDATE=1 + command -v docker /usr/bin/docker + command -v git /usr/bin/git ++ docker image inspect self-hosted-runner '--format=""' Error: No such image: self-hosted-runner + '[' '!' ']' + '[' '!' -d /root/src ']' + mkdir -p /root/src + DOCKER_DIR=/root/src/docker-github-actions-runner + '[' -d /root/src/docker-github-actions-runner ']' + git clone https://github.com/kurte/docker-github-actions-runner /root/src/docker-github-actions-runner Cloning into '/root/src/docker-github-actions-runner'... remote: Enumerating objects: 1509, done. remote: Counting objects: 100% (318/318), done. remote: Compressing objects: 100% (90/90), done. remote: Total 1509 (delta 263), reused 236 (delta 228), pack-reused 1191 Receiving objects: 100% (1509/1509), 300.68 KiB | 4.01 MiB/s, done. Resolving deltas: 100% (880/880), done. + '[' '!' -f /root/src/docker-github-actions-runner/Dockerfile ']' + docker build /root/src/docker-github-actions-runner --tag self-hosted-runner Sending build context to Docker daemon 468kB Step 1/16 : FROM myoung34/github-runner-base:ubuntu-bionic ubuntu-bionic: Pulling from myoung34/github-runner-base c347df527701: Pull complete 09bbc20d0fdb: Pull complete Digest: sha256:8205650b492334d972bc7f1611b7f9fb9862de3449bdd634bc275a2c9316f1d5 Status: Downloaded newer image for myoung34/github-runner-base:ubuntu-bionic ---> 0abdd820be96 Step 2/16 : LABEL maintainer="myoung34@my.apsu.edu" ---> Running in d215f540dd9c Removing intermediate container d215f540dd9c ---> f99eb497dba3 Step 3/16 : ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache ---> Running in 04dfbe1858f3 Removing intermediate container 04dfbe1858f3 ---> 23c2ca625f32 Step 4/16 : RUN mkdir -p /opt/hostedtoolcache ---> Running in b923ffbb0e0e Removing intermediate container b923ffbb0e0e ---> cff2951b168a Step 5/16 : ARG GH_RUNNER_VERSION="2.300.2" ---> Running in 94cbca7baa15 Removing intermediate container 94cbca7baa15 ---> 36066c8f2a85 Step 6/16 : ARG TARGETPLATFORM="linux/arm64" ---> Running in 8a0c93311faf Removing intermediate container 8a0c93311faf ---> 0389d0382115 Step 7/16 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Running in 7ad1e07785c7 Removing intermediate container 7ad1e07785c7 ---> bee4af383116 Step 8/16 : WORKDIR /actions-runner ---> Running in b29878920db4 Removing intermediate container b29878920db4 ---> aa90172b1f58 Step 9/16 : COPY install_actions.sh /actions-runner ---> eb64a57b3bdf Step 10/16 : RUN chmod +x /actions-runner/install_actions.sh && /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} && rm /actions-runner/install_actions.sh && chown runner /_work /actions-runner /opt/hostedtoolcache ---> Running in 1f8afcb5b6f6 + GH_RUNNER_VERSION=2.300.2 + TARGETPLATFORM=linux/arm64 + export TARGET_ARCH=x64 + TARGET_ARCH=x64 + [[ linux/arm64 == \l\i\n\u\x\/\a\r\m\6\4 ]] + export TARGET_ARCH=arm64 + TARGET_ARCH=arm64 + curl -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-linux-arm64-2.300.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82.3M 100 82.3M 0 0 645k 0 0:02:10 0:02:10 --:--:-- 300k + tar -zxf actions.tar.gz + rm -f actions.tar.gz + ./bin/installdependencies.sh --------OS Information-------- NAME="Ubuntu" VERSION="18.04.6 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.6 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic ------------------------------ The current OS is Debian based --------Debian Version-------- buster/sid ------------------------------ /usr/bin/apt-get Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease [20.8 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] Get:4 https://download.docker.com/linux/ubuntu bionic/stable arm64 Packages [34.8 kB] Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main arm64 Packages [3,169 B] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1,285 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2,099 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5,351 B] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6,147 B] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2,147 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1,777 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1,405 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2,760 B] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5,467 B] Fetched 20.6 MB in 1min 20s (259 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... libkrb5-3 is already the newest version (1.16-2ubuntu0.2). libkrb5-3 set to manually installed. zlib1g is already the newest version (1:1.2.11.dfsg-0ubuntu2.2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package liblttng-ust1 Reading package lists... Building dependency tree... Reading state information... liblttng-ust0 is already the newest version (2.10.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... libssl1.1 is already the newest version (1.1.1-1ubuntu2.1~18.04.20). libssl1.1 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu72 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu71 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu70 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu69 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu68 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu67 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu66 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu65 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libicu63 Reading package lists... Building dependency tree... Reading state information... libicu60 is already the newest version (60.2-3ubuntu3.2). libicu60 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ----------------------------- Finish Install Dependencies ----------------------------- + mkdir /_work Removing intermediate container 1f8afcb5b6f6 ---> a3a2f8c36f3e Step 11/16 : COPY token.sh entrypoint.sh app_token.sh / ---> a441439d6ddf Step 12/16 : RUN chmod +x /token.sh /entrypoint.sh /app_token.sh ---> Running in 1b1dc78649ad Removing intermediate container 1b1dc78649ad ---> 0c3d6a8fe221 Step 13/16 : RUN apt-get install -y libxkbfile-dev libsecret-1-dev ---> Running in ca96518c417b Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gir1.2-secret-1 libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpthread-stubs0-dev libsecret-1-0 libsecret-common libx11-6 libx11-data libx11-dev libx11-doc libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxkbfile1 pkg-config x11proto-core-dev x11proto-dev xorg-sgml-doctools xtrans-dev Suggested packages: libglib2.0-doc libxcb-doc The following NEW packages will be installed: gir1.2-secret-1 libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpthread-stubs0-dev libsecret-1-0 libsecret-1-dev libsecret-common libx11-6 libx11-data libx11-dev libx11-doc libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxkbfile-dev libxkbfile1 pkg-config x11proto-core-dev x11proto-dev xorg-sgml-doctools xtrans-dev 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded. Need to get 6,437 kB of archives. After this operation, 35.1 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libelf1 arm64 0.170-0.4ubuntu0.1 [41.1 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4,728 B] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7,088 B] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9,694 B] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsecret-common all 0.18.6-1 [4,452 B] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsecret-1-0 arm64 0.18.6-1 [77.6 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-secret-1 arm64 0.18.6-1 [7,428 B] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-bin arm64 2.56.4-0ubuntu0.18.04.9 [61.9 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-dev-bin arm64 2.56.4-0ubuntu0.18.04.9 [99.7 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre16-3 arm64 2:8.39-9ubuntu0.1 [121 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre32-3 arm64 2:8.39-9ubuntu0.1 [113 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-9ubuntu0.1 [15.1 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre3-dev arm64 2:8.39-9ubuntu0.1 [458 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-dev arm64 2.56.4-0ubuntu0.18.04.9 [1,296 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpthread-stubs0-dev arm64 0.3-4 [4,078 B] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsecret-1-dev arm64 0.18.6-1 [168 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 x11proto-dev all 2018.4-4 [251 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 x11proto-core-dev all 2018.4-4 [2,620 B] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau-dev arm64 1:1.0.8-1ubuntu1 [9,296 B] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp-dev arm64 1:1.1.2-3 [24.1 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xtrans-dev all 1.3.5-1 [70.5 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1-dev arm64 1.13-2~ubuntu18.04 [74.7 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-dev arm64 2:1.6.4-3ubuntu0.4 [599 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-doc all 2:1.6.4-3ubuntu0.4 [2,065 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxkbfile1 arm64 1:1.0.9-2 [54.4 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxkbfile-dev arm64 1:1.0.9-2 [66.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 6,437 kB in 15s (427 kB/s) Selecting previously unselected package libelf1:arm64. (Reading database ... 15778 files and directories currently installed.) Preparing to unpack .../00-libelf1_0.170-0.4ubuntu0.1_arm64.deb ... Unpacking libelf1:arm64 (0.170-0.4ubuntu0.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../01-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ... Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ... Selecting previously unselected package libxau6:arm64. Preparing to unpack .../02-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... Selecting previously unselected package libxdmcp6:arm64. Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... Selecting previously unselected package libxcb1:arm64. Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... Selecting previously unselected package libx11-data. Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ... Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ... Selecting previously unselected package libx11-6:arm64. Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ... Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ... Selecting previously unselected package libsecret-common. Preparing to unpack .../07-libsecret-common_0.18.6-1_all.deb ... Unpacking libsecret-common (0.18.6-1) ... Selecting previously unselected package libsecret-1-0:arm64. Preparing to unpack .../08-libsecret-1-0_0.18.6-1_arm64.deb ... Unpacking libsecret-1-0:arm64 (0.18.6-1) ... Selecting previously unselected package gir1.2-secret-1:arm64. Preparing to unpack .../09-gir1.2-secret-1_0.18.6-1_arm64.deb ... Unpacking gir1.2-secret-1:arm64 (0.18.6-1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../10-libglib2.0-bin_2.56.4-0ubuntu0.18.04.9_arm64.deb ... Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../11-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.9_arm64.deb ... Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ... Selecting previously unselected package libpcre16-3:arm64. Preparing to unpack .../12-libpcre16-3_2%3a8.39-9ubuntu0.1_arm64.deb ... Unpacking libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ... Selecting previously unselected package libpcre32-3:arm64. Preparing to unpack .../13-libpcre32-3_2%3a8.39-9ubuntu0.1_arm64.deb ... Unpacking libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ... Selecting previously unselected package libpcrecpp0v5:arm64. Preparing to unpack .../14-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_arm64.deb ... Unpacking libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ... Selecting previously unselected package libpcre3-dev:arm64. Preparing to unpack .../15-libpcre3-dev_2%3a8.39-9ubuntu0.1_arm64.deb ... Unpacking libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ... Selecting previously unselected package pkg-config. Preparing to unpack .../16-pkg-config_0.29.1-0ubuntu2_arm64.deb ... Unpacking pkg-config (0.29.1-0ubuntu2) ... Selecting previously unselected package libglib2.0-dev:arm64. Preparing to unpack .../17-libglib2.0-dev_2.56.4-0ubuntu0.18.04.9_arm64.deb ... Unpacking libglib2.0-dev:arm64 (2.56.4-0ubuntu0.18.04.9) ... Selecting previously unselected package libpthread-stubs0-dev:arm64. Preparing to unpack .../18-libpthread-stubs0-dev_0.3-4_arm64.deb ... Unpacking libpthread-stubs0-dev:arm64 (0.3-4) ... Selecting previously unselected package libsecret-1-dev:arm64. Preparing to unpack .../19-libsecret-1-dev_0.18.6-1_arm64.deb ... Unpacking libsecret-1-dev:arm64 (0.18.6-1) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../20-xorg-sgml-doctools_1%3a1.11-1_all.deb ... Unpacking xorg-sgml-doctools (1:1.11-1) ... Selecting previously unselected package x11proto-dev. Preparing to unpack .../21-x11proto-dev_2018.4-4_all.deb ... Unpacking x11proto-dev (2018.4-4) ... Selecting previously unselected package x11proto-core-dev. Preparing to unpack .../22-x11proto-core-dev_2018.4-4_all.deb ... Unpacking x11proto-core-dev (2018.4-4) ... Selecting previously unselected package libxau-dev:arm64. Preparing to unpack .../23-libxau-dev_1%3a1.0.8-1ubuntu1_arm64.deb ... Unpacking libxau-dev:arm64 (1:1.0.8-1ubuntu1) ... Selecting previously unselected package libxdmcp-dev:arm64. Preparing to unpack .../24-libxdmcp-dev_1%3a1.1.2-3_arm64.deb ... Unpacking libxdmcp-dev:arm64 (1:1.1.2-3) ... Selecting previously unselected package xtrans-dev. Preparing to unpack .../25-xtrans-dev_1.3.5-1_all.deb ... Unpacking xtrans-dev (1.3.5-1) ... Selecting previously unselected package libxcb1-dev:arm64. Preparing to unpack .../26-libxcb1-dev_1.13-2~ubuntu18.04_arm64.deb ... Unpacking libxcb1-dev:arm64 (1.13-2~ubuntu18.04) ... Selecting previously unselected package libx11-dev:arm64. Preparing to unpack .../27-libx11-dev_2%3a1.6.4-3ubuntu0.4_arm64.deb ... Unpacking libx11-dev:arm64 (2:1.6.4-3ubuntu0.4) ... Selecting previously unselected package libx11-doc. Preparing to unpack .../28-libx11-doc_2%3a1.6.4-3ubuntu0.4_all.deb ... Unpacking libx11-doc (2:1.6.4-3ubuntu0.4) ... Selecting previously unselected package libxkbfile1:arm64. Preparing to unpack .../29-libxkbfile1_1%3a1.0.9-2_arm64.deb ... Unpacking libxkbfile1:arm64 (1:1.0.9-2) ... Selecting previously unselected package libxkbfile-dev:arm64. Preparing to unpack .../30-libxkbfile-dev_1%3a1.0.9-2_arm64.deb ... Unpacking libxkbfile-dev:arm64 (1:1.0.9-2) ... Setting up libsecret-common (0.18.6-1) ... Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ... Setting up libpthread-stubs0-dev:arm64 (0.3-4) ... Setting up libelf1:arm64 (0.170-0.4ubuntu0.1) ... Setting up xorg-sgml-doctools (1:1.11-1) ... Setting up x11proto-dev (2018.4-4) ... Setting up pkg-config (0.29.1-0ubuntu2) ... Setting up xtrans-dev (1.3.5-1) ... Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ... Setting up libx11-doc (2:1.6.4-3ubuntu0.4) ... Setting up libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ... Setting up libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ... Setting up libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ... Setting up libxdmcp6:arm64 (1:1.1.2-3) ... Setting up libsecret-1-0:arm64 (0.18.6-1) ... Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ... Setting up libx11-data (2:1.6.4-3ubuntu0.4) ... Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... Setting up libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ... Setting up x11proto-core-dev (2018.4-4) ... Setting up libxau-dev:arm64 (1:1.0.8-1ubuntu1) ... Setting up libglib2.0-dev:arm64 (2.56.4-0ubuntu0.18.04.9) ... Setting up libxdmcp-dev:arm64 (1:1.1.2-3) ... Setting up gir1.2-secret-1:arm64 (0.18.6-1) ... Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ... Setting up libxcb1-dev:arm64 (1.13-2~ubuntu18.04) ... Setting up libx11-dev:arm64 (2:1.6.4-3ubuntu0.4) ... Setting up libxkbfile1:arm64 (1:1.0.9-2) ... Setting up libxkbfile-dev:arm64 (1:1.0.9-2) ... Processing triggers for libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ... No schema files found: doing nothing. Processing triggers for libc-bin (2.27-3ubuntu1.6) ... Setting up libsecret-1-dev:arm64 (0.18.6-1) ... Removing intermediate container ca96518c417b ---> 0a11dffbf248 Step 14/16 : RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash ---> Running in abb6e467b935 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 15037 100 15037 0 0 114k 0 --:--:-- --:--:-- --:--:-- 115k => Downloading nvm from git to '/root/.nvm' => Cloning into '/root/.nvm'... * (HEAD detached at FETCH_HEAD) master => Compressing and cleaning up git repository => Appending nvm source string to /root/.bashrc => Appending bash_completion source string to /root/.bashrc => Close and reopen your terminal to start using nvm or run the following to use it now: export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion Removing intermediate container abb6e467b935 ---> e83bd1629aeb Step 15/16 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 6fd374692e18 Removing intermediate container 6fd374692e18 ---> 60ab4df27194 Step 16/16 : CMD ["./bin/Runner.Listener", "run", "--startuptype", "service"] ---> Running in 61e54ff1cdeb Removing intermediate container 61e54ff1cdeb ---> ab8e02a94efb Successfully built ab8e02a94efb Successfully tagged self-hosted-runner:latest ++ docker image inspect self-hosted-runner '--format=""' + '[' '!' '""' ']' + docker run --env ACCESS_TOKEN=--env RUNNER_SCOPE=repo --env REPO_URL=https://github.com/kurte/arduino-ide --env RUNNER_NAME=arduino-ide-runner self-hosted-runner Runner reusage is disabled Obtaining the token of the runner Configuring -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ | | | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| | | | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ | | \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ | | | | Self-hosted runner registration | | | -------------------------------------------------------------------------------- # Authentication √ Connected to GitHub # Runner Registration √ Runner successfully added √ Runner connection is good # Runner settings √ Settings Saved. Downloading and installing node v14.0.0... od: '': No such file or directory Downloading https://nodejs.org/dist/v14.0.0/node-v14.0.0-linux-arm64.tar.xz... ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v14.0.0 (npm v6.14.4) Creating default alias: default -> 14.0.0 (-> v14.0.0 *) > yarn@1.22.19 preinstall /root/.nvm/versions/node/v14.0.0/lib/node_modules/yarn > :; (node ./preinstall.js > /dev/null 2>&1 || true) /root/.nvm/versions/node/v14.0.0/bin/yarn -> /root/.nvm/versions/node/v14.0.0/lib/node_modules/yarn/bin/yarn.js /root/.nvm/versions/node/v14.0.0/bin/yarnpkg -> /root/.nvm/versions/node/v14.0.0/lib/node_modules/yarn/bin/yarn.js + yarn@1.22.19 added 1 package in 6.45s √ Connected to GitHub Current runner version: '2.300.2' 2023-01-09 15:40:55Z: Listening for Jobs 2023-01-09 15:41:37Z: Running job: build (self-hosted) 2023-01-09 15:55:56Z: Job build (self-hosted) completed with result: Failed