﻿2024-10-16T15:38:33.7655620Z ##[group]Run actions/checkout@v4
2024-10-16T15:38:33.7655979Z with:
2024-10-16T15:38:33.7656201Z   submodules: recursive
2024-10-16T15:38:33.7656575Z   repository: ivy-rew/eink-vnc
2024-10-16T15:38:33.7657111Z   token: ***
2024-10-16T15:38:33.7657396Z   ssh-strict: true
2024-10-16T15:38:33.7657699Z   ssh-user: git
2024-10-16T15:38:33.7657940Z   persist-credentials: true
2024-10-16T15:38:33.7658219Z   clean: true
2024-10-16T15:38:33.7658455Z   sparse-checkout-cone-mode: true
2024-10-16T15:38:33.7658759Z   fetch-depth: 1
2024-10-16T15:38:33.7658985Z   fetch-tags: false
2024-10-16T15:38:33.7659223Z   show-progress: true
2024-10-16T15:38:33.7659461Z   lfs: false
2024-10-16T15:38:33.7659700Z   set-safe-directory: true
2024-10-16T15:38:33.7659963Z ##[endgroup]
2024-10-16T15:38:33.9326295Z Syncing repository: ivy-rew/eink-vnc
2024-10-16T15:38:33.9328297Z ##[group]Getting Git version info
2024-10-16T15:38:33.9328915Z Working directory is '/home/runner/work/eink-vnc/eink-vnc'
2024-10-16T15:38:33.9329677Z [command]/usr/bin/git version
2024-10-16T15:38:33.9351963Z git version 2.46.2
2024-10-16T15:38:33.9379070Z ##[endgroup]
2024-10-16T15:38:33.9393015Z Temporarily overriding HOME='/home/runner/work/_temp/717faf0f-4748-4e8e-9190-c946f15ad25c' before making global git config changes
2024-10-16T15:38:33.9394177Z Adding repository directory to the temporary git global config as a safe directory
2024-10-16T15:38:33.9405556Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/eink-vnc/eink-vnc
2024-10-16T15:38:33.9442141Z Deleting the contents of '/home/runner/work/eink-vnc/eink-vnc'
2024-10-16T15:38:33.9445769Z ##[group]Initializing the repository
2024-10-16T15:38:33.9450533Z [command]/usr/bin/git init /home/runner/work/eink-vnc/eink-vnc
2024-10-16T15:38:33.9510420Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-10-16T15:38:33.9511460Z hint: is subject to change. To configure the initial branch name to use in all
2024-10-16T15:38:33.9512207Z hint: of your new repositories, which will suppress this warning, call:
2024-10-16T15:38:33.9512683Z hint:
2024-10-16T15:38:33.9513054Z hint: 	git config --global init.defaultBranch <name>
2024-10-16T15:38:33.9513432Z hint:
2024-10-16T15:38:33.9513836Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-10-16T15:38:33.9515601Z hint: 'development'. The just-created branch can be renamed via this command:
2024-10-16T15:38:33.9516089Z hint:
2024-10-16T15:38:33.9516338Z hint: 	git branch -m <name>
2024-10-16T15:38:33.9516858Z Initialized empty Git repository in /home/runner/work/eink-vnc/eink-vnc/.git/
2024-10-16T15:38:33.9525668Z [command]/usr/bin/git remote add origin https://github.com/ivy-rew/eink-vnc
2024-10-16T15:38:33.9561289Z ##[endgroup]
2024-10-16T15:38:33.9562048Z ##[group]Disabling automatic garbage collection
2024-10-16T15:38:33.9565508Z [command]/usr/bin/git config --local gc.auto 0
2024-10-16T15:38:33.9596080Z ##[endgroup]
2024-10-16T15:38:33.9596815Z ##[group]Setting up auth
2024-10-16T15:38:33.9604099Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-10-16T15:38:33.9635858Z [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' || :"
2024-10-16T15:38:33.9924933Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-10-16T15:38:33.9956060Z [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' || :"
2024-10-16T15:38:34.0195954Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-10-16T15:38:34.0240163Z ##[endgroup]
2024-10-16T15:38:34.0240990Z ##[group]Fetching the repository
2024-10-16T15:38:34.0250819Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5bd242bfa4bb9dbc39ddf846dceff321bf07568e:refs/remotes/origin/build
2024-10-16T15:38:34.3415580Z From https://github.com/ivy-rew/eink-vnc
2024-10-16T15:38:34.3416670Z  * [new ref]         5bd242bfa4bb9dbc39ddf846dceff321bf07568e -> origin/build
2024-10-16T15:38:34.3439260Z ##[endgroup]
2024-10-16T15:38:34.3439714Z ##[group]Determining the checkout info
2024-10-16T15:38:34.3441845Z ##[endgroup]
2024-10-16T15:38:34.3447336Z [command]/usr/bin/git sparse-checkout disable
2024-10-16T15:38:34.3490000Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2024-10-16T15:38:34.3517924Z ##[group]Checking out the ref
2024-10-16T15:38:34.3522331Z [command]/usr/bin/git checkout --progress --force -B build refs/remotes/origin/build
2024-10-16T15:38:34.3627899Z Switched to a new branch 'build'
2024-10-16T15:38:34.3631121Z branch 'build' set up to track 'origin/build'.
2024-10-16T15:38:34.3636502Z ##[endgroup]
2024-10-16T15:38:34.3637263Z ##[group]Setting up auth for fetching submodules
2024-10-16T15:38:34.3643006Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-10-16T15:38:34.3679598Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf
2024-10-16T15:38:34.3710090Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com:
2024-10-16T15:38:34.3740641Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-15085693@github.com:
2024-10-16T15:38:34.3766543Z ##[endgroup]
2024-10-16T15:38:34.3767595Z ##[group]Fetching submodules
2024-10-16T15:38:34.3771354Z [command]/usr/bin/git submodule sync --recursive
2024-10-16T15:38:34.4017009Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive
2024-10-16T15:38:34.4257408Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0
2024-10-16T15:38:34.4491449Z ##[endgroup]
2024-10-16T15:38:34.4492263Z ##[group]Persisting credentials for submodules
2024-10-16T15:38:34.4498566Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :"
2024-10-16T15:38:34.4738590Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url"
2024-10-16T15:38:34.4977695Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'
2024-10-16T15:38:34.5225374Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-15085693@github.com:'
2024-10-16T15:38:34.5465876Z ##[endgroup]
2024-10-16T15:38:34.5505874Z [command]/usr/bin/git log -1 --format=%H
2024-10-16T15:38:34.5530151Z 5bd242bfa4bb9dbc39ddf846dceff321bf07568e
