Study runner:
kaau@OCLT71159526 ~/myproj/TREO_SRE_COEI_CDK_86039$ cat .github/workflows/explore_runner.yml
[[blue:name: Runner Info]]
[[blue:on: push]]
[[blue:jobs:]]
[[blue: inspect:]]
[[blue: runs-on: ubuntu-latest]]
[[blue: steps:]]
[[blue: - name: OS Information]]
[[blue: run: |]]
[[blue: echo "=== uname ==="]]
[[blue: uname -a]]
[[blue: echo]]
[[blue: echo "=== os-release ==="]]
[[blue: cat /etc/os-release]]
[[blue: echo]]
[[blue: echo "=== CPU ==="]]
[[blue: lscpu]]
[[blue: echo]]
[[blue: echo "=== Memory ==="]]
[[blue: free -h]]
[[blue: echo]]
[[blue: echo "=== Disk ==="]]
[[blue: df -h]]
[[blue: - name: Show environment]]
[[blue: run: env | sort]]
[[blue: - name: Check tools]]
[[blue: run: |]]
[[blue: git --version]]
[[blue: python3 --version]]
[[blue: node --version]]
[[blue: java --version]]
[[blue: docker --version]]
[[blue: - name: Runner details]]
[[blue: run: |]]
[[blue: echo "Runner OS: $RUNNER_OS"]]
[[blue: echo "Runner Arch: $RUNNER_ARCH"]]
[[blue: echo "Runner Temp: $RUNNER_TEMP"]]
[[blue: echo "Workspace: $GITHUB_WORKSPACE"]]
[[blue: echo "$ImageOS"]]
#
# GitHub Action output:
#
● Set up job 0s
Current runner version: '2.336.0'
Runner Image Provisioner
Operating System
Runner Image
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Complete job name: inspect
● OS information 0s
Run echo "=== uname ==="
=== uname ===
Linux runnervmvrwv9 6.17.0-1020-azure #20~24.04.1-Ubuntu SMP Fri Jun 19 20:09:14 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
=== os-release ===
PRETTY_NAME="Ubuntu 24.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.4 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
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"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
=== CPU ===
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.84
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx
mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid
aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand
hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase
bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk
clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32 KiB (1 instance)
L1i cache: 32 KiB (1 instance)
L2 cache: 512 KiB (1 instance)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Gather data sampling: Not affected
Vulnerability Ghostwrite: Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Old microcode: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsa: Vulnerable: No microcode
Vulnerability Tsx async abort: Not affected
Vulnerability Vmscape: Not affected
=== Memory ===
total used free shared buff/cache available
Mem: 7.8Gi 781Mi 4.9Gi 36Mi 2.4Gi 7.0Gi
Swap: 3.0Gi 0B 3.0Gi
=== Disk ===
Filesystem Size Used Avail Use% Mounted on
/dev/root 72G 58G 15G 80% /
tmpfs 3.9G 84K 3.9G 1% /dev/shm
tmpfs 1.6G 1000K 1.6G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs 128M 32K 128M 1% /sys/firmware/efi/efivars
/dev/sda16 881M 64M 756M 8% /boot
/dev/sda15 105M 6.2M 99M 6% /boot/efi
tmpfs 794M 12K 794M 1% /run/user/1001
● Show Environment 0s
Run env | sort
ACCEPT_EULA=Y
ACTIONS_ORCHESTRATION_ID=1b9868ec-6bc3-4818-86b5-d0626fe604b5.inspect.__default
ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE=/opt/actionarchivecache
ACTIONS_RUNNER_RETURN_JOB_RESULT_FOR_HOSTED=1
AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
ANDROID_HOME=/usr/local/lib/android/sdk
ANDROID_NDK=/usr/local/lib/android/sdk/ndk/27.3.13750724
ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/27.3.13750724
ANDROID_NDK_LATEST_HOME=/usr/local/lib/android/sdk/ndk/29.0.14206865
ANDROID_NDK_ROOT=/usr/local/lib/android/sdk/ndk/27.3.13750724
ANDROID_SDK_ROOT=/usr/local/lib/android/sdk
ANT_HOME=/usr/share/ant
AZURE_EXTENSION_DIR=/opt/az/azcliextensions
BOOTSTRAP_HASKELL_NONINTERACTIVE=1
CHROMEWEBDRIVER=/usr/local/share/chromedriver-linux64
CHROME_BIN=/usr/bin/google-chrome
CI=true
CONDA=/usr/share/miniconda
DEBIAN_FRONTEND=noninteractive
DOTNET_MULTILEVEL_LOOKUP=0
DOTNET_NOLOGO=1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
EDGEWEBDRIVER=/usr/local/share/edge_driver
ENABLE_RUNNER_TRACING=true
GECKOWEBDRIVER=/usr/local/share/gecko_driver
GHCUP_INSTALL_BASE_PREFIX=/usr/local
GITHUB_ACTION=__run_2
GITHUB_ACTIONS=true
GITHUB_ACTION_REF=
GITHUB_ACTION_REPOSITORY=
GITHUB_ACTOR=KianMing-Aau_bmogc
GITHUB_ACTOR_ID=159946451
GITHUB_API_URL=https://api.github.com
GITHUB_ARTIFACTS=/home/runner/work/_temp/_runner_file_commands/artifacts_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_ARTIFACTS_LIST=/home/runner/work/_temp/_runner_file_commands/artifacts_list_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_BASE_REF=
GITHUB_ENV=/home/runner/work/_temp/_runner_file_commands/set_env_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_EVENT_NAME=push
GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json
GITHUB_GRAPHQL_URL=https://api.github.com/graphql
GITHUB_HEAD_REF=
GITHUB_JOB=inspect
GITHUB_OUTPUT=/home/runner/work/_temp/_runner_file_commands/set_output_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_REF=refs/heads/helloworld
GITHUB_REF_NAME=helloworld
GITHUB_REF_PROTECTED=true
GITHUB_REF_TYPE=branch
GITHUB_REPOSITORY=BMO-Prod/TREO_SRE_COEI_CDK_86039
GITHUB_REPOSITORY_ID=744661851
GITHUB_REPOSITORY_OWNER=BMO-Prod
GITHUB_REPOSITORY_OWNER_ID=98055724
GITHUB_RETENTION_DAYS=90
GITHUB_RUN_ATTEMPT=1
GITHUB_RUN_ID=31458184829
GITHUB_RUN_NUMBER=1
GITHUB_SERVER_URL=https://github.com
GITHUB_SHA=d4e8c2d49e6ed77759ca14f31c4bee03ca8403c6
GITHUB_STATE=/home/runner/work/_temp/_runner_file_commands/save_state_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_STEP_SUMMARY=/home/runner/work/_temp/_runner_file_commands/step_summary_87737d7d-6beb-4806-ae88-e3db3cdf3151
GITHUB_TRIGGERING_ACTOR=KianMing-Aau_bmogc
GITHUB_WORKFLOW=Runner Info
GITHUB_WORKFLOW_REF=BMO-Prod/TREO_SRE_COEI_CDK_86039/.github/workflows/explore_runner.yml@refs/heads/helloworld
GITHUB_WORKFLOW_SHA=d4e8c2d49e6ed77759ca14f31c4bee03ca8403c6
GITHUB_WORKSPACE=/home/runner/work/TREO_SRE_COEI_CDK_86039/TREO_SRE_COEI_CDK_86039
GOROOT_1_24_X64=/opt/hostedtoolcache/go/1.24.13/x64
GOROOT_1_25_X64=/opt/hostedtoolcache/go/1.25.12/x64
GOROOT_1_26_X64=/opt/hostedtoolcache/go/1.26.5/x64
GRADLE_HOME=/usr/share/gradle-9.6.1
HCA_CLOUD_PROVIDER=azure
HOME=/home/runner
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
HOMEBREW_NO_AUTO_UPDATE=1
INVOCATION_ID=30d453653d764d3e83c3467f8fdbd6dd
ImageOS=ubuntu24
ImageVersion=20260720.247.2
JAVA_HOME=/usr/lib/jvm/temurin-17-jdk-amd64
JAVA_HOME_11_X64=/usr/lib/jvm/temurin-11-jdk-amd64
JAVA_HOME_17_X64=/usr/lib/jvm/temurin-17-jdk-amd64
JAVA_HOME_21_X64=/usr/lib/jvm/temurin-21-jdk-amd64
JAVA_HOME_25_X64=/usr/lib/jvm/temurin-25-jdk-amd64
JAVA_HOME_8_X64=/usr/lib/jvm/temurin-8-jdk-amd64
JOURNAL_STREAM=9:12576
LANG=C.UTF-8
LOGNAME=runner
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
NVM_DIR=/home/runner/.nvm
PATH=/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:
/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:
/usr/local/games:/snap/bin
PIPX_BIN_DIR=/opt/pipx_bin
PIPX_HOME=/opt/pipx
POWERSHELL_DISTRIBUTION_CHANNEL=GitHub-Actions-Linux
PSModulePath=/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:
/usr/share/az_15.6.1
***
RUNNER_ARCH=X64
RUNNER_ENVIRONMENT=github-hosted
RUNNER_NAME=GitHub Actions 1000319597
RUNNER_OS=Linux
RUNNER_TEMP=/home/runner/work/_temp
RUNNER_TOOL_CACHE=/opt/hostedtoolcache
RUNNER_TRACKING_ID=github_2a42ff7e-b0ac-4620-9a8b-ef9218c550cc
RUNNER_WORKSPACE=/home/runner/work/TREO_SRE_COEI_CDK_86039
SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar
SGX_AESM_ADDR=1
SHELL=/bin/bash
SHLVL=1
SWIFT_PATH=/usr/share/swift/usr/bin
SYSTEMD_EXEC_PID=1805
USER=runner
USE_BAZEL_FALLBACK_VERSION=silent:
VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg
XDG_CONFIG_HOME=/home/runner/.config
XDG_RUNTIME_DIR=/run/user/1001
_=/usr/bin/env
1s
Run git --version
git version 2.54.0
Python 3.12.3
v22.23.1
openjdk 17.0.19 2026-04-21
OpenJDK Runtime Environment Temurin-17.0.19+10 (build 17.0.19+10)
OpenJDK 64-Bit Server VM Temurin-17.0.19+10 (build 17.0.19+10, mixed mode, sharing)
Docker version 28.0.4, build b8034c0
● Runner details 0s
Run echo "Runner OS: $RUNNER_OS"
Runner OS: Linux
Runner Arch: X64
Runner Temp: /home/runner/work/_temp
Workspace: /home/runner/work/TREO_SRE_COEI_CDK_86039/TREO_SRE_COEI_CDK_86039
ubuntu24
20260720.247.2
● Complete job 0s
Cleaning up orphan processes