Skip to content

Instantly share code, notes, and snippets.

@jidicula
Last active November 18, 2021 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jidicula/4a3bde422bce94f4fb95b19a14bdaaea to your computer and use it in GitHub Desktop.
Save jidicula/4a3bde422bce94f4fb95b19a14bdaaea to your computer and use it in GitHub Desktop.
2021-11-18T15:40:26.3980033Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-11-18T15:40:26.5174874Z Waiting for a Hosted runner in the 'organization' to pick this job...
2021-11-18T15:40:27.2563899Z Job is waiting for a hosted runner to come online.
2021-11-18T15:40:32.3192971Z Job is about to start running on the hosted runner: GitHub Actions 3 (hosted)
2021-11-18T15:40:36.8984143Z Current runner version: '2.284.0'
2021-11-18T15:40:36.9018415Z ##[group]Operating System
2021-11-18T15:40:36.9019528Z Ubuntu
2021-11-18T15:40:36.9020004Z 20.04.3
2021-11-18T15:40:36.9020514Z LTS
2021-11-18T15:40:36.9021010Z ##[endgroup]
2021-11-18T15:40:36.9021732Z ##[group]Virtual Environment
2021-11-18T15:40:36.9022496Z Environment: ubuntu-20.04
2021-11-18T15:40:36.9023096Z Version: 20211114.1
2021-11-18T15:40:36.9024247Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20211114.1/images/linux/Ubuntu2004-README.md
2021-11-18T15:40:36.9025912Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20211114.1
2021-11-18T15:40:36.9027090Z ##[endgroup]
2021-11-18T15:40:36.9027917Z ##[group]Virtual Environment Provisioner
2021-11-18T15:40:36.9028550Z 1.0.0.0-master-20211108-1
2021-11-18T15:40:36.9029113Z ##[endgroup]
2021-11-18T15:40:36.9031565Z ##[group]GITHUB_TOKEN Permissions
2021-11-18T15:40:36.9034010Z Actions: write
2021-11-18T15:40:36.9034752Z Checks: write
2021-11-18T15:40:36.9035272Z Contents: write
2021-11-18T15:40:36.9036062Z Deployments: write
2021-11-18T15:40:36.9036874Z Discussions: write
2021-11-18T15:40:36.9037379Z Issues: write
2021-11-18T15:40:36.9038094Z Metadata: read
2021-11-18T15:40:36.9038611Z Packages: write
2021-11-18T15:40:36.9039186Z Pages: write
2021-11-18T15:40:36.9039752Z PullRequests: write
2021-11-18T15:40:36.9040901Z RepositoryProjects: write
2021-11-18T15:40:36.9041650Z SecurityEvents: write
2021-11-18T15:40:36.9042391Z Statuses: write
2021-11-18T15:40:36.9043160Z ##[endgroup]
2021-11-18T15:40:36.9047192Z Prepare workflow directory
2021-11-18T15:40:36.9789107Z Prepare all required actions
2021-11-18T15:40:37.0935190Z ##[group]Run echo "$RUNNER_CONTEXT"
2021-11-18T15:40:37.0936517Z echo "$RUNNER_CONTEXT"
2021-11-18T15:40:37.1810946Z shell: /usr/bin/bash -e {0}
2021-11-18T15:40:37.1812095Z env:
2021-11-18T15:40:37.1813363Z RUNNER_CONTEXT: {
"os": "Linux",
"arch": "X64",
"name": "GitHub Actions 3",
"tool_cache": "/opt/hostedtoolcache",
"temp": "/home/runner/work/_temp",
"workspace": "/home/runner/work/test-actions"
}
2021-11-18T15:40:37.1814473Z ##[endgroup]
2021-11-18T15:40:37.9224921Z {
2021-11-18T15:40:37.9225643Z "os": "Linux",
2021-11-18T15:40:37.9226216Z "arch": "X64",
2021-11-18T15:40:37.9226799Z "name": "GitHub Actions 3",
2021-11-18T15:40:37.9227602Z "tool_cache": "/opt/hostedtoolcache",
2021-11-18T15:40:37.9228299Z "temp": "/home/runner/work/_temp",
2021-11-18T15:40:37.9229774Z "workspace": "/home/runner/work/test-actions"
2021-11-18T15:40:37.9230543Z }
2021-11-18T15:40:37.9359594Z ##[group]Run echo "$RUNNER_OS"
2021-11-18T15:40:37.9360508Z echo "$RUNNER_OS"
2021-11-18T15:40:37.9410175Z shell: /usr/bin/bash -e {0}
2021-11-18T15:40:37.9411001Z env:
2021-11-18T15:40:37.9411931Z RUNNER_OS: Linux
2021-11-18T15:40:37.9412517Z ##[endgroup]
2021-11-18T15:40:37.9530499Z Linux
2021-11-18T15:40:37.9705466Z ##[group]Run echo "OS_FILENAME=spam-Linux.zip" >> $GITHUB_ENV
2021-11-18T15:40:37.9707082Z echo "OS_FILENAME=spam-Linux.zip" >> $GITHUB_ENV
2021-11-18T15:40:37.9707809Z touch "./spam-Linux.zip"
2021-11-18T15:40:37.9708470Z touch blah.txt
2021-11-18T15:40:37.9760822Z shell: /usr/bin/bash -e {0}
2021-11-18T15:40:37.9762041Z env:
2021-11-18T15:40:37.9762927Z OS_FILENAME: spam-Linux.zip
2021-11-18T15:40:37.9763622Z ##[endgroup]
2021-11-18T15:40:37.9938820Z ##[group]Run ls -l "./spam-Linux.zip"
2021-11-18T15:40:37.9939694Z ls -l "./spam-Linux.zip"
2021-11-18T15:40:37.9992577Z shell: /usr/bin/bash -e {0}
2021-11-18T15:40:37.9993255Z env:
2021-11-18T15:40:37.9993849Z OS_FILENAME: spam-Linux.zip
2021-11-18T15:40:37.9994546Z ##[endgroup]
2021-11-18T15:40:38.0100895Z -rw-r--r-- 1 runner docker 0 Nov 18 15:40 ./spam-Linux.zip
2021-11-18T15:40:38.0119843Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment