Closed JoooostB closed 11 months ago
Did you add the self-hosted runner yourself, using https://github.com/actions/runner/, or are you using something else to manage runners?
Did you add the self-hosted runner yourself, using https://github.com/actions/runner/, or are you using something else to manage runners?
I'm creating my runners using the actions-runner-controller on a AKS/Kubernetes cluster as follows:
runnerScaleSetName: "self-hosted"
githubConfigUrl: https://github.com/Customer
githubConfigSecret: actions-controller-manager-credentials
controllerServiceAccount:
name: arc-gha-rs-controller
namespace: arc-system
containerMode:
type: "kubernetes"
template:
spec:
securityContext:
fsGroup: 1001
containers:
- name: runner
image: ghcr.io/actions/actions-runner:latest
command: ["/home/runner/run.sh"]
env:
- name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER
value: "false"
volumes:
- name: work
ephemeral:
volumeClaimTemplate:
spec:
accessModes: ["ReadWriteOnce"]
storageClassName: "default"
resources:
requests:
storage: 1Gi
Please enable debug logging by setting the environment variable in the repo configuration, see here.
The container looks like it's being launched with HOME pointing to a path that doesn't exist. With github hosted runners the directory is mounted from the host.
Would you mind running it again with this test version:
- name: Plan
id: plan
uses: dflook/terraform-github-actions/terraform-plan@home
This may or may not work, but it should fix the debug logging so we can see what's happening.
Thank you for creating a specific release for debug purposes. My apologies regarding the debug logging, I misunderstood the setting and enabled it in the workflow instead of repository wide.
I have enabled the ACTIONS_STEP_DEBUG
variable on repo level now, but unfortunately this does not seem to resolve the issue, but no new "useful" error seems to be thrown:
2023-12-12T20:30:50.4819373Z ##[debug]Evaluating condition for step: 'Plan'
2023-12-12T20:30:50.4820876Z ##[debug]Evaluating: success()
2023-12-12T20:30:50.4821398Z ##[debug]Evaluating success:
2023-12-12T20:30:50.4822080Z ##[debug]=> true
2023-12-12T20:30:50.4825332Z ##[debug]Result: true
2023-12-12T20:30:50.4826276Z ##[debug]Starting: Plan
2023-12-12T20:30:50.4874932Z ##[debug]Loading inputs
2023-12-12T20:30:50.4878636Z ##[debug]Evaluating: format('environments/{0}', matrix.environments)
2023-12-12T20:30:50.4879458Z ##[debug]Evaluating format:
2023-12-12T20:30:50.4900303Z ##[debug]..Evaluating String:
2023-12-12T20:30:50.4900941Z ##[debug]..=> 'environments/{0}'
2023-12-12T20:30:50.4929469Z ##[debug]..Evaluating Index:
2023-12-12T20:30:50.4930035Z ##[debug]....Evaluating matrix:
2023-12-12T20:30:50.4930715Z ##[debug]....=> Object
2023-12-12T20:30:50.4931200Z ##[debug]....Evaluating String:
2023-12-12T20:30:50.4931734Z ##[debug]....=> 'environments'
2023-12-12T20:30:50.4932280Z ##[debug]..=> 'hub'
2023-12-12T20:30:50.4934073Z ##[debug]=> 'environments/hub'
2023-12-12T20:30:50.4934564Z ##[debug]Result: 'environments/hub'
2023-12-12T20:30:50.4946036Z ##[debug]Loading env
2023-12-12T20:30:50.4955777Z ##[group]Run dflook/terraform-github-actions/terraform-plan@home
2023-12-12T20:30:50.4956342Z with:
2023-12-12T20:30:50.4956607Z path: environments/hub
2023-12-12T20:30:50.4956873Z workspace: default
2023-12-12T20:30:50.4957229Z parallelism: 0
2023-12-12T20:30:50.4957599Z destroy: false
2023-12-12T20:30:50.4957974Z add_github_comment: true
2023-12-12T20:30:50.4958416Z env:
2023-12-12T20:30:50.4958744Z ACTIONS_STEP_DEBUG: true
2023-12-12T20:30:50.4959409Z GITHUB_TOKEN: ***
2023-12-12T20:30:50.4959933Z TF_TOKEN_git_company_com: ***
2023-12-12T20:30:50.4960412Z AZURE_HTTP_USER_AGENT:
2023-12-12T20:30:50.4960848Z AZUREPS_HOST_ENVIRONMENT:
2023-12-12T20:30:50.4961162Z GITHUB_EVENT_NAME: schedule
2023-12-12T20:30:50.4961692Z ARM_CLIENT_ID: ***
2023-12-12T20:30:50.4962225Z ARM_SUBSCRIPTION_ID: ***
2023-12-12T20:30:50.4962673Z ARM_TENANT_ID: ***
2023-12-12T20:30:50.4962997Z ARM_USE_OIDC: true
2023-12-12T20:30:50.4963252Z ##[endgroup]
2023-12-12T20:30:50.5224490Z ##[group]Run '/home/runner/k8s/index.js'
2023-12-12T20:30:50.5227488Z shell: /home/runner/externals/node16/bin/node {0}
2023-12-12T20:30:50.5227848Z ##[endgroup]
2023-12-12T20:30:50.5238605Z ##[debug]/home/runner/externals/node16/bin/node /home/runner/k8s/index.js
2023-12-12T20:30:50.8908856Z ##[error]Error: Building container actions is not currently supported
2023-12-12T20:30:50.8922801Z ##[error]Process completed with exit code 1.
2023-12-12T20:30:50.8966808Z ##[error]Executing the custom container implementation failed. Please contact your self hosted runner administrator.
2023-12-12T20:30:50.8971659Z ##[debug]System.Exception: Executing the custom container implementation failed. Please contact your self hosted runner administrator.
2023-12-12T20:30:50.8973140Z ##[debug] ---> System.Exception: The hook script at '/home/runner/k8s/index.js' running command 'RunContainerStep' did not execute successfully
2023-12-12T20:30:50.8975532Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.ExecuteHookScript[T](IExecutionContext context, HookInput input, ActionRunStage stage, String prependPath)
2023-12-12T20:30:50.8976799Z ##[debug] --- End of inner exception stack trace ---
2023-12-12T20:30:50.8977868Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.ExecuteHookScript[T](IExecutionContext context, HookInput input, ActionRunStage stage, String prependPath)
2023-12-12T20:30:50.8979942Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.RunContainerStepAsync(IExecutionContext context, ContainerInfo container, String dockerFile)
2023-12-12T20:30:50.8981162Z ##[debug] at GitHub.Runner.Worker.Handlers.ContainerActionHandler.RunAsync(ActionRunStage stage)
2023-12-12T20:30:50.8981858Z ##[debug] at GitHub.Runner.Worker.ActionRunner.RunAsync()
2023-12-12T20:30:50.8982588Z ##[debug] at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
2023-12-12T20:30:50.8991516Z ##[debug]Finishing: Plan
Thanks. We seems to have run into another difference with ARC compared to self-hosted runners.
I've pre-built the container image and updated that branch, could you try running it again?
Running with dflook/terraform-github-actions/terraform-plan@home
works like a charm now, thank you very much! Any idea if this can be merged to main without impacting regular runners?
It runs, but that home directory is used for caching which now won't work. The result will be downloading terraform and providers for every step (and going through the GitHub api rate limit much faster).
Can you paste the debug logs from the successful run? I think it will show a RUNNER_TEMP path we can use for caching instead🤞
This seems to be the temporary path:
##[debug]Cleaning runner temp folder: /home/runner/_work/_temp
If you happen to need the complete RAW output, let me know, but in that case I have to redact some information :)
Please can I see the complete output, i'll need to cross check a few things
Please see RAW log attached, with company related information redacted.
2023-12-13T09:10:02.3353091Z Requested labels: aks-company-management
2023-12-13T09:10:02.3353337Z Job defined at: <COMPANY>/<REPO>/.github/workflows/drift.yaml@refs/heads/main
2023-12-13T09:10:02.3353471Z Waiting for a runner to pick up this job...
2023-12-13T09:10:06.7162479Z Job is waiting for a runner from 'aks-company-management' to come online.
2023-12-13T09:10:36.6109272Z Job is about to start running on the runner: aks-company-management-6n9z5-runner-h2krh (organization)
2023-12-13T09:10:42.1551057Z ##[debug]Starting: Check for drift (management)
2023-12-13T09:10:42.1584031Z ##[debug]Cleaning runner temp folder: /home/runner/_work/_temp
2023-12-13T09:10:42.1817997Z ##[debug]Starting: Set up job
2023-12-13T09:10:42.1818536Z Current runner version: '2.311.0'
2023-12-13T09:10:42.1822595Z Runner name: 'aks-company-management-6n9z5-runner-h2krh'
2023-12-13T09:10:42.1823268Z Runner group name: 'Default'
2023-12-13T09:10:42.1824127Z Machine name: 'aks-company-management-6n9z5-runner-h2krh'
2023-12-13T09:10:42.1827983Z ##[group]GITHUB_TOKEN Permissions
2023-12-13T09:10:42.1829947Z Contents: write
2023-12-13T09:10:42.1830362Z Issues: write
2023-12-13T09:10:42.1830689Z Metadata: read
2023-12-13T09:10:42.1831101Z ##[endgroup]
2023-12-13T09:10:42.1833213Z Secret source: Actions
2023-12-13T09:10:42.1833927Z ##[debug]Primary repository: <COMPANY>/<REPO>
2023-12-13T09:10:42.1834579Z Prepare workflow directory
2023-12-13T09:10:42.1907848Z ##[debug]Creating pipeline directory: '/home/runner/_work/<REPO>'
2023-12-13T09:10:42.1912928Z ##[debug]Creating workspace directory: '/home/runner/_work/<REPO>/<REPO>'
2023-12-13T09:10:42.1914796Z ##[debug]Update context data
2023-12-13T09:10:42.1919701Z ##[debug]Evaluating job-level environment variables
2023-12-13T09:10:42.2586604Z ##[debug]Evaluating: secrets.GITHUB_TOKEN
2023-12-13T09:10:42.2591770Z ##[debug]Evaluating Index:
2023-12-13T09:10:42.2602729Z ##[debug]..Evaluating secrets:
2023-12-13T09:10:42.2618839Z ##[debug]..=> Object
2023-12-13T09:10:42.2634223Z ##[debug]..Evaluating String:
2023-12-13T09:10:42.2635131Z ##[debug]..=> 'GITHUB_TOKEN'
2023-12-13T09:10:42.2638953Z ##[debug]=> '***'
2023-12-13T09:10:42.2641888Z ##[debug]Result: '***'
2023-12-13T09:10:42.2660921Z ##[debug]Evaluating: secrets.TF_TOKEN_GIT_COMPANY_COM
2023-12-13T09:10:42.2661579Z ##[debug]Evaluating Index:
2023-12-13T09:10:42.2662054Z ##[debug]..Evaluating secrets:
2023-12-13T09:10:42.2662598Z ##[debug]..=> Object
2023-12-13T09:10:42.2663041Z ##[debug]..Evaluating String:
2023-12-13T09:10:42.2663590Z ##[debug]..=> 'TF_TOKEN_GIT_COMPANY_COM'
2023-12-13T09:10:42.2664423Z ##[debug]=> '***'
2023-12-13T09:10:42.2664920Z ##[debug]Result: '***'
2023-12-13T09:10:42.2665627Z ##[debug]Evaluating job container
2023-12-13T09:10:42.2668292Z ##[debug]Evaluating job service containers
2023-12-13T09:10:42.2670297Z ##[debug]Evaluating job defaults
2023-12-13T09:10:42.2751447Z Prepare all required actions
2023-12-13T09:10:42.2895433Z Getting action download info
2023-12-13T09:10:42.6926366Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2023-12-13T09:10:43.1584810Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744' to '/home/runner/_work/_actions/_temp_1159a0fa-02e1-4be2-b378-9889d7b5a0fa/40df1a65-7a71-45df-8531-3dc76dc2577e.tar.gz'
2023-12-13T09:10:43.1953611Z ##[debug]Unwrap 'actions-checkout-f43a0e5' to '/home/runner/_work/_actions/actions/checkout/v3'
2023-12-13T09:10:43.2054996Z ##[debug]Archive '/home/runner/_work/_actions/_temp_1159a0fa-02e1-4be2-b378-9889d7b5a0fa/40df1a65-7a71-45df-8531-3dc76dc2577e.tar.gz' has been unzipped into '/home/runner/_work/_actions/actions/checkout/v3'.
2023-12-13T09:10:43.2172316Z Download action repository 'azure/login@v1' (SHA:de95379fe4dadc2defb305917eaa7e5dde727294)
2023-12-13T09:10:44.3658935Z ##[debug]Download 'https://api.github.com/repos/Azure/login/tarball/de95379fe4dadc2defb305917eaa7e5dde727294' to '/home/runner/_work/_actions/_temp_ea1a8eb5-c9c5-45c1-bb4d-6490d8bf51b0/1aa29078-60d9-422d-a2b2-6fd4582d1db5.tar.gz'
2023-12-13T09:10:45.0255128Z ##[debug]Unwrap 'Azure-login-de95379' to '/home/runner/_work/_actions/azure/login/v1'
2023-12-13T09:10:53.6731127Z ##[debug]Archive '/home/runner/_work/_actions/_temp_ea1a8eb5-c9c5-45c1-bb4d-6490d8bf51b0/1aa29078-60d9-422d-a2b2-6fd4582d1db5.tar.gz' has been unzipped into '/home/runner/_work/_actions/azure/login/v1'.
2023-12-13T09:10:53.9373397Z Download action repository 'dflook/terraform-github-actions@home' (SHA:56658850961abb8c4dda14a7abdd30eee198b811)
2023-12-13T09:10:54.8426424Z ##[debug]Download 'https://api.github.com/repos/dflook/terraform-github-actions/tarball/56658850961abb8c4dda14a7abdd30eee198b811' to '/home/runner/_work/_actions/_temp_6f147f0f-b92d-4750-8a5a-52d13a7b6d27/0c3addcf-e37d-41ed-8a43-9543c23fbc53.tar.gz'
2023-12-13T09:10:54.9206026Z ##[debug]Unwrap 'dflook-terraform-github-actions-5665885' to '/home/runner/_work/_actions/dflook/terraform-github-actions/home'
2023-12-13T09:10:55.2332144Z ##[debug]Archive '/home/runner/_work/_actions/_temp_6f147f0f-b92d-4750-8a5a-52d13a7b6d27/0c3addcf-e37d-41ed-8a43-9543c23fbc53.tar.gz' has been unzipped into '/home/runner/_work/_actions/dflook/terraform-github-actions/home'.
2023-12-13T09:10:55.2700051Z Download action repository 'juliangruber/read-file-action@v1' (SHA:02bbba9876a8f870efd4ad64e3b9088d3fb94d4b)
2023-12-13T09:10:55.7945042Z ##[debug]Download 'https://api.github.com/repos/juliangruber/read-file-action/tarball/02bbba9876a8f870efd4ad64e3b9088d3fb94d4b' to '/home/runner/_work/_actions/_temp_c31f47c5-87ea-4606-81a3-2c5146366bf6/510e7c3e-32b2-4bf6-ae78-123692fc1427.tar.gz'
2023-12-13T09:10:55.8352405Z ##[debug]Unwrap 'juliangruber-read-file-action-02bbba9' to '/home/runner/_work/_actions/juliangruber/read-file-action/v1'
2023-12-13T09:10:55.8369229Z ##[debug]Archive '/home/runner/_work/_actions/_temp_c31f47c5-87ea-4606-81a3-2c5146366bf6/510e7c3e-32b2-4bf6-ae78-123692fc1427.tar.gz' has been unzipped into '/home/runner/_work/_actions/juliangruber/read-file-action/v1'.
2023-12-13T09:10:55.8505522Z Download action repository 'JasonEtco/create-an-issue@v2' (SHA:e27dddc79c92bc6e4562f268fffa5ed752639abd)
2023-12-13T09:10:56.3581513Z ##[debug]Download 'https://api.github.com/repos/JasonEtco/create-an-issue/tarball/e27dddc79c92bc6e4562f268fffa5ed752639abd' to '/home/runner/_work/_actions/_temp_059e04fe-8434-43c0-b15f-7c5fcd6ea0c0/ce015a7a-40f6-4c1c-95a6-cc592c988b04.tar.gz'
2023-12-13T09:10:56.3760340Z ##[debug]Unwrap 'JasonEtco-create-an-issue-e27dddc' to '/home/runner/_work/_actions/JasonEtco/create-an-issue/v2'
2023-12-13T09:10:56.3782047Z ##[debug]Archive '/home/runner/_work/_actions/_temp_059e04fe-8434-43c0-b15f-7c5fcd6ea0c0/ce015a7a-40f6-4c1c-95a6-cc592c988b04.tar.gz' has been unzipped into '/home/runner/_work/_actions/JasonEtco/create-an-issue/v2'.
2023-12-13T09:10:56.3862731Z ##[debug]action.yml for action: '/home/runner/_work/_actions/actions/checkout/v3/action.yml'.
2023-12-13T09:10:56.4934162Z ##[debug]action.yml for action: '/home/runner/_work/_actions/azure/login/v1/action.yml'.
2023-12-13T09:10:56.4990715Z ##[debug]action.yml for action: '/home/runner/_work/_actions/dflook/terraform-github-actions/home/terraform-plan/action.yml'.
2023-12-13T09:10:56.5063496Z ##[debug]Container image for action: 'danielflook/terraform-github-actions:home'.
2023-12-13T09:10:56.5110068Z ##[debug]action.yml for action: '/home/runner/_work/_actions/juliangruber/read-file-action/v1/action.yml'.
2023-12-13T09:10:56.5258436Z ##[debug]action.yml for action: '/home/runner/_work/_actions/JasonEtco/create-an-issue/v2/action.yml'.
2023-12-13T09:10:56.5430899Z ##[debug]Set step '__actions_checkout' display name to: 'Checkout'
2023-12-13T09:10:56.5438349Z ##[debug]Set step '__run' display name to: 'Install Azure & GitHub CLI'
2023-12-13T09:10:56.5445136Z ##[debug]Set step '__azure_login' display name to: 'Azure login'
2023-12-13T09:10:56.5451682Z ##[debug]Set step 'plan' display name to: 'Plan'
2023-12-13T09:10:56.5456067Z ##[debug]Set step 'read' display name to: 'Read Plan'
2023-12-13T09:10:56.5460505Z ##[debug]Set step 'create-issue' display name to: 'Changes Detected'
2023-12-13T09:10:56.5464578Z ##[debug]Set step '__run_2' display name to: 'Close Issue'
2023-12-13T09:10:56.5466054Z Complete job name: Check for drift (management)
2023-12-13T09:10:56.5559244Z ##[debug]Collect running processes for tracking orphan processes.
2023-12-13T09:10:56.5719521Z ##[debug]Finishing: Set up job
2023-12-13T09:10:56.5995422Z ##[debug]Evaluating condition for step: 'Checkout'
2023-12-13T09:10:56.6037444Z ##[debug]Evaluating: success()
2023-12-13T09:10:56.6042191Z ##[debug]Evaluating success:
2023-12-13T09:10:56.6070642Z ##[debug]=> true
2023-12-13T09:10:56.6073718Z ##[debug]Result: true
2023-12-13T09:10:56.6093670Z ##[debug]Starting: Checkout
2023-12-13T09:10:56.6245700Z ##[debug]Register post job cleanup for action: actions/checkout@v3
2023-12-13T09:10:56.6394003Z ##[debug]Loading inputs
2023-12-13T09:10:56.6400384Z ##[debug]Evaluating: github.repository
2023-12-13T09:10:56.6401115Z ##[debug]Evaluating Index:
2023-12-13T09:10:56.6401671Z ##[debug]..Evaluating github:
2023-12-13T09:10:56.6402247Z ##[debug]..=> Object
2023-12-13T09:10:56.6402755Z ##[debug]..Evaluating String:
2023-12-13T09:10:56.6403332Z ##[debug]..=> 'repository'
2023-12-13T09:10:56.6404048Z ##[debug]=> '<COMPANY>/<REPO>'
2023-12-13T09:10:56.6404857Z ##[debug]Result: '<COMPANY>/<REPO>'
2023-12-13T09:10:56.6408833Z ##[debug]Evaluating: github.token
2023-12-13T09:10:56.6409541Z ##[debug]Evaluating Index:
2023-12-13T09:10:56.6410146Z ##[debug]..Evaluating github:
2023-12-13T09:10:56.6410701Z ##[debug]..=> Object
2023-12-13T09:10:56.6411290Z ##[debug]..Evaluating String:
2023-12-13T09:10:56.6411912Z ##[debug]..=> 'token'
2023-12-13T09:10:56.6412886Z ##[debug]=> '***'
2023-12-13T09:10:56.6413560Z ##[debug]Result: '***'
2023-12-13T09:10:56.6433203Z ##[debug]Loading env
2023-12-13T09:10:56.6563345Z ##[group]Run actions/checkout@v3
2023-12-13T09:10:56.6563804Z with:
2023-12-13T09:10:56.6564202Z repository: <COMPANY>/<REPO>
2023-12-13T09:10:56.6565057Z token: ***
2023-12-13T09:10:56.6565401Z ssh-strict: true
2023-12-13T09:10:56.6565765Z persist-credentials: true
2023-12-13T09:10:56.6566195Z clean: true
2023-12-13T09:10:56.6566556Z sparse-checkout-cone-mode: true
2023-12-13T09:10:56.6567047Z fetch-depth: 1
2023-12-13T09:10:56.6567431Z fetch-tags: false
2023-12-13T09:10:56.6567848Z lfs: false
2023-12-13T09:10:56.6568201Z submodules: false
2023-12-13T09:10:56.6568590Z set-safe-directory: true
2023-12-13T09:10:56.6569007Z env:
2023-12-13T09:10:56.6569332Z ACTIONS_STEP_DEBUG: true
2023-12-13T09:10:56.6569987Z GITHUB_TOKEN: ***
2023-12-13T09:10:56.6570502Z TF_TOKEN_git_COMPANY_com: ***
2023-12-13T09:10:56.6570959Z ##[endgroup]
2023-12-13T09:10:56.8428539Z ##[debug]GITHUB_WORKSPACE = '/home/runner/_work/<REPO>/<REPO>'
2023-12-13T09:10:56.8430419Z ##[debug]qualified repository = '<COMPANY>/<REPO>'
2023-12-13T09:10:56.8431608Z ##[debug]ref = 'refs/heads/main'
2023-12-13T09:10:56.8432589Z ##[debug]commit = '9445d3af17044f3c182b022bee1396cae6c3bffe'
2023-12-13T09:10:56.8433566Z ##[debug]clean = true
2023-12-13T09:10:56.8434292Z ##[debug]fetch depth = 1
2023-12-13T09:10:56.8435005Z ##[debug]fetch tags = false
2023-12-13T09:10:56.8435777Z ##[debug]lfs = false
2023-12-13T09:10:56.8436507Z ##[debug]submodules = false
2023-12-13T09:10:56.8437341Z ##[debug]recursive submodules = false
2023-12-13T09:10:56.8438189Z ##[debug]GitHub Host URL =
2023-12-13T09:10:56.8440071Z ::add-matcher::/home/runner/_work/_actions/actions/checkout/v3/dist/problem-matcher.json
2023-12-13T09:10:56.8596069Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2023-12-13T09:10:56.8608681Z Syncing repository: <COMPANY>/<REPO>
2023-12-13T09:10:56.8610338Z ::group::Getting Git version info
2023-12-13T09:10:56.8612072Z ##[group]Getting Git version info
2023-12-13T09:10:56.8613272Z Working directory is '/home/runner/_work/<REPO>/<REPO>'
2023-12-13T09:10:56.8614825Z ::endgroup::
2023-12-13T09:10:56.8615219Z ##[endgroup]
2023-12-13T09:10:56.8616147Z Deleting the contents of '/home/runner/_work/<REPO>/<REPO>'
2023-12-13T09:10:56.8617250Z The repository will be downloaded using the GitHub REST API
2023-12-13T09:10:56.8619082Z To create a local Git repository instead, add Git 2.18 or higher to the PATH
2023-12-13T09:10:56.8620207Z Downloading the archive
2023-12-13T09:10:57.3981723Z Writing archive to disk
2023-12-13T09:10:57.4021853Z Extracting the archive
2023-12-13T09:10:57.4024574Z [command]/usr/bin/tar xz -C /home/runner/_work/<REPO>/<REPO>/d55e73f6-1bf1-42a2-beb0-eef7db72b0a7 -f /home/runner/_work/<REPO>/<REPO>/d55e73f6-1bf1-42a2-beb0-eef7db72b0a7.tar.gz
2023-12-13T09:10:57.4152847Z Resolved version <COMPANY>-<REPO>-9445d3af17044f3c182b022bee1396cae6c3bffe
2023-12-13T09:10:57.4266933Z ::remove-matcher owner=checkout-git::
2023-12-13T09:10:57.4294038Z ##[debug]Removed matchers: 'checkout-git'
2023-12-13T09:10:57.4346882Z ##[debug]Node Action run completed with exit code 0
2023-12-13T09:10:57.4503614Z ##[debug]Save intra-action state isPost = true
2023-12-13T09:10:57.4516571Z ##[debug]Finishing: Checkout
2023-12-13T09:10:57.4534905Z ##[debug]Evaluating condition for step: 'Install Azure & GitHub CLI'
2023-12-13T09:10:57.4538451Z ##[debug]Evaluating: success()
2023-12-13T09:10:57.4539121Z ##[debug]Evaluating success:
2023-12-13T09:10:57.4540349Z ##[debug]=> true
2023-12-13T09:10:57.4541276Z ##[debug]Result: true
2023-12-13T09:10:57.4542505Z ##[debug]Starting: Install Azure & GitHub CLI
2023-12-13T09:10:57.4555094Z ##[debug]Loading inputs
2023-12-13T09:10:57.4562933Z ##[debug]Loading env
2023-12-13T09:10:57.4618206Z ##[group]Run type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
2023-12-13T09:10:57.4619510Z [36;1mtype -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)[0m
2023-12-13T09:10:57.4621616Z [36;1mcurl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \[0m
2023-12-13T09:10:57.4623354Z [36;1m&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \[0m
2023-12-13T09:10:57.4625782Z [36;1m&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \[0m
2023-12-13T09:10:57.4627891Z [36;1m&& sudo apt update \[0m
2023-12-13T09:10:57.4628461Z [36;1m&& sudo apt install gh -y[0m
2023-12-13T09:10:57.4629308Z [36;1msudo su - root -c "curl -skL https://aka.ms/InstallAzureCLIDeb | bash"[0m
2023-12-13T09:10:57.4759795Z shell: /usr/bin/bash -e {0}
2023-12-13T09:10:57.4760354Z env:
2023-12-13T09:10:57.4760762Z ACTIONS_STEP_DEBUG: true
2023-12-13T09:10:57.4761825Z GITHUB_TOKEN: ***
2023-12-13T09:10:57.4762449Z TF_TOKEN_git_COMPANY_com: ***
2023-12-13T09:10:57.4763022Z ##[endgroup]
2023-12-13T09:10:57.4869748Z ##[debug]/usr/bin/bash -e /home/runner/_work/_temp/dcd63b13-97f2-46a4-8d27-769b37adad4c.sh
2023-12-13T09:10:57.5051994Z
2023-12-13T09:10:57.5055259Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-12-13T09:10:57.5058039Z
2023-12-13T09:10:57.5901651Z Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
2023-12-13T09:10:57.6387126Z Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
2023-12-13T09:10:57.6511709Z Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
2023-12-13T09:10:57.6578704Z Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
2023-12-13T09:10:57.7066813Z Get:5 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
2023-12-13T09:10:57.7422193Z Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
2023-12-13T09:10:57.7473484Z Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
2023-12-13T09:10:57.7694760Z Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
2023-12-13T09:10:57.8794563Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.8 kB]
2023-12-13T09:10:57.8796420Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1592 kB]
2023-12-13T09:10:57.8881906Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1304 kB]
2023-12-13T09:10:57.8957181Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1593 kB]
2023-12-13T09:10:58.0165223Z Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1036 kB]
2023-12-13T09:10:58.0623118Z Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1547 kB]
2023-12-13T09:10:58.0838142Z Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.0 kB]
2023-12-13T09:10:58.0840010Z Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1308 kB]
2023-12-13T09:10:58.1180593Z Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [78.3 kB]
2023-12-13T09:10:58.4248025Z Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [32.6 kB]
2023-12-13T09:10:58.8003319Z Fetched 28.9 MB in 1s (22.9 MB/s)
2023-12-13T09:10:59.5608029Z Reading package lists...
2023-12-13T09:10:59.6941331Z Building dependency tree...
2023-12-13T09:10:59.6978921Z Reading state information...
2023-12-13T09:10:59.7052647Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2023-12-13T09:10:59.7216079Z
2023-12-13T09:10:59.7265263Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-12-13T09:10:59.7268259Z
2023-12-13T09:11:00.4315594Z Reading package lists...
2023-12-13T09:11:00.5403960Z Building dependency tree...
2023-12-13T09:11:00.5404974Z Reading state information...
2023-12-13T09:11:00.6460028Z The following additional packages will be installed:
2023-12-13T09:11:00.6462292Z libbrotli1 libcurl4 libldap-2.5-0 libldap-common libnghttp2-14 libpsl5
2023-12-13T09:11:00.6464272Z librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh-4
2023-12-13T09:11:00.6465502Z publicsuffix
2023-12-13T09:11:00.6471324Z Suggested packages:
2023-12-13T09:11:00.6472190Z libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
2023-12-13T09:11:00.6473273Z libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
2023-12-13T09:11:00.6690003Z The following NEW packages will be installed:
2023-12-13T09:11:00.6692303Z curl libbrotli1 libcurl4 libldap-2.5-0 libldap-common libnghttp2-14 libpsl5
2023-12-13T09:11:00.6694457Z librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh-4
2023-12-13T09:11:00.6695490Z publicsuffix
2023-12-13T09:11:00.8585459Z 0 upgraded, 13 newly installed, 0 to remove and 21 not upgraded.
2023-12-13T09:11:00.8586007Z Need to get 1648 kB of archives.
2023-12-13T09:11:00.8586525Z After this operation, 4622 kB of additional disk space will be used.
2023-12-13T09:11:00.8587593Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.1 [76.7 kB]
2023-12-13T09:11:01.1531233Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
2023-12-13T09:11:01.2001797Z Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
2023-12-13T09:11:01.3073803Z Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
2023-12-13T09:11:01.4072269Z Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB]
2023-12-13T09:11:01.4116554Z Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB]
2023-12-13T09:11:01.4228254Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.16+dfsg-0ubuntu0.22.04.1 [183 kB]
2023-12-13T09:11:01.4504824Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
2023-12-13T09:11:01.4586828Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.1 [185 kB]
2023-12-13T09:11:01.4816991Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.15 [289 kB]
2023-12-13T09:11:01.5106334Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB]
2023-12-13T09:11:01.5269026Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.16+dfsg-0ubuntu0.22.04.1 [15.8 kB]
2023-12-13T09:11:01.5285198Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB]
2023-12-13T09:11:01.6263389Z debconf: delaying package configuration, since apt-utils is not installed
2023-12-13T09:11:01.6495539Z Fetched 1648 kB in 1s (1919 kB/s)
2023-12-13T09:11:01.6799508Z Selecting previously unselected package libnghttp2-14:amd64.
2023-12-13T09:11:01.6808795Z (Reading database ...
2023-12-13T09:11:01.6809237Z (Reading database ... 5%
2023-12-13T09:11:01.6809632Z (Reading database ... 10%
2023-12-13T09:11:01.6810295Z (Reading database ... 15%
2023-12-13T09:11:01.6810674Z (Reading database ... 20%
2023-12-13T09:11:01.6811175Z (Reading database ... 25%
2023-12-13T09:11:01.6811619Z (Reading database ... 30%
2023-12-13T09:11:01.6812020Z (Reading database ... 35%
2023-12-13T09:11:01.6812420Z (Reading database ... 40%
2023-12-13T09:11:01.6812975Z (Reading database ... 45%
2023-12-13T09:11:01.6813667Z (Reading database ... 50%
2023-12-13T09:11:01.6814219Z (Reading database ... 55%
2023-12-13T09:11:01.6814579Z (Reading database ... 60%
2023-12-13T09:11:01.6818882Z (Reading database ... 65%
2023-12-13T09:11:01.6825765Z (Reading database ... 70%
2023-12-13T09:11:01.6828673Z (Reading database ... 75%
2023-12-13T09:11:01.6830531Z (Reading database ... 80%
2023-12-13T09:11:01.6832100Z (Reading database ... 85%
2023-12-13T09:11:01.6833671Z (Reading database ... 90%
2023-12-13T09:11:01.6838702Z (Reading database ... 95%
2023-12-13T09:11:01.6839282Z (Reading database ... 100%
2023-12-13T09:11:01.6839772Z (Reading database ... 5720 files and directories currently installed.)
2023-12-13T09:11:01.6842208Z Preparing to unpack .../00-libnghttp2-14_1.43.0-1ubuntu0.1_amd64.deb ...
2023-12-13T09:11:01.6956952Z Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ...
2023-12-13T09:11:01.7455031Z Selecting previously unselected package libpsl5:amd64.
2023-12-13T09:11:01.7464206Z Preparing to unpack .../01-libpsl5_0.21.0-1.2build2_amd64.deb ...
2023-12-13T09:11:01.7523583Z Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
2023-12-13T09:11:01.7916396Z Selecting previously unselected package publicsuffix.
2023-12-13T09:11:01.7922558Z Preparing to unpack .../02-publicsuffix_20211207.1025-1_all.deb ...
2023-12-13T09:11:01.7975362Z Unpacking publicsuffix (20211207.1025-1) ...
2023-12-13T09:11:01.8454894Z Selecting previously unselected package libbrotli1:amd64.
2023-12-13T09:11:01.8463047Z Preparing to unpack .../03-libbrotli1_1.0.9-2build6_amd64.deb ...
2023-12-13T09:11:01.8516132Z Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
2023-12-13T09:11:01.8911884Z Selecting previously unselected package libsasl2-modules-db:amd64.
2023-12-13T09:11:01.8918836Z Preparing to unpack .../04-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
2023-12-13T09:11:01.8997182Z Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:01.9404006Z Selecting previously unselected package libsasl2-2:amd64.
2023-12-13T09:11:01.9412924Z Preparing to unpack .../05-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
2023-12-13T09:11:01.9466613Z Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:01.9964793Z Selecting previously unselected package libldap-2.5-0:amd64.
2023-12-13T09:11:01.9972005Z Preparing to unpack .../06-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_amd64.deb ...
2023-12-13T09:11:02.0031076Z Unpacking libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ...
2023-12-13T09:11:02.0655417Z Selecting previously unselected package librtmp1:amd64.
2023-12-13T09:11:02.0670517Z Preparing to unpack .../07-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
2023-12-13T09:11:02.0766890Z Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
2023-12-13T09:11:02.1265957Z Selecting previously unselected package libssh-4:amd64.
2023-12-13T09:11:02.1274419Z Preparing to unpack .../08-libssh-4_0.9.6-2ubuntu0.22.04.1_amd64.deb ...
2023-12-13T09:11:02.1329598Z Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.1) ...
2023-12-13T09:11:02.1850435Z Selecting previously unselected package libcurl4:amd64.
2023-12-13T09:11:02.1859989Z Preparing to unpack .../09-libcurl4_7.81.0-1ubuntu1.15_amd64.deb ...
2023-12-13T09:11:02.1916448Z Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:02.2288714Z Selecting previously unselected package curl.
2023-12-13T09:11:02.2299062Z Preparing to unpack .../10-curl_7.81.0-1ubuntu1.15_amd64.deb ...
2023-12-13T09:11:02.2347786Z Unpacking curl (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:02.2769060Z Selecting previously unselected package libldap-common.
2023-12-13T09:11:02.2779210Z Preparing to unpack .../11-libldap-common_2.5.16+dfsg-0ubuntu0.22.04.1_all.deb ...
2023-12-13T09:11:02.2838767Z Unpacking libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ...
2023-12-13T09:11:02.3323566Z Selecting previously unselected package libsasl2-modules:amd64.
2023-12-13T09:11:02.3333886Z Preparing to unpack .../12-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
2023-12-13T09:11:02.3423488Z Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:02.3926682Z Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
2023-12-13T09:11:02.4175033Z Setting up libbrotli1:amd64 (1.0.9-2build6) ...
2023-12-13T09:11:02.4408354Z Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:02.4752540Z Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ...
2023-12-13T09:11:02.4952930Z Setting up libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ...
2023-12-13T09:11:02.5293344Z Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:02.5458134Z Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
2023-12-13T09:11:02.5687907Z Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
2023-12-13T09:11:02.5897060Z Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.1) ...
2023-12-13T09:11:02.6222532Z Setting up publicsuffix (20211207.1025-1) ...
2023-12-13T09:11:02.6531887Z Setting up libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ...
2023-12-13T09:11:02.6902916Z Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:02.7121770Z Setting up curl (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:02.7403190Z Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
2023-12-13T09:11:02.9700756Z 4+1 records in
2023-12-13T09:11:02.9740404Z 4+1 records out
2023-12-13T09:11:02.9740986Z 2270 bytes (2.3 kB, 2.2 KiB) copied, 0.133579 s, 17.0 kB/s
2023-12-13T09:11:03.0014936Z
2023-12-13T09:11:03.0016057Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-12-13T09:11:03.0017131Z
2023-12-13T09:11:03.0992424Z Get:1 https://cli.github.com/packages stable InRelease [3917 B]
2023-12-13T09:11:03.1054704Z Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
2023-12-13T09:11:03.1365856Z Get:3 https://cli.github.com/packages stable/main amd64 Packages [345 B]
2023-12-13T09:11:03.2414403Z Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease
2023-12-13T09:11:03.3239348Z Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
2023-12-13T09:11:03.4031903Z Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
2023-12-13T09:11:03.5646567Z Fetched 4262 B in 1s (8236 B/s)
2023-12-13T09:11:04.3652586Z Reading package lists...
2023-12-13T09:11:04.5139351Z Building dependency tree...
2023-12-13T09:11:04.5141433Z Reading state information...
2023-12-13T09:11:04.5254890Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2023-12-13T09:11:04.5327670Z
2023-12-13T09:11:04.5328515Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-12-13T09:11:04.5329447Z
2023-12-13T09:11:05.2455475Z Reading package lists...
2023-12-13T09:11:05.3564667Z Building dependency tree...
2023-12-13T09:11:05.3565281Z Reading state information...
2023-12-13T09:11:05.5301232Z The following additional packages will be installed:
2023-12-13T09:11:05.5330796Z git git-man less libbsd0 libcbor0.8 libcurl3-gnutls libedit2 liberror-perl
2023-12-13T09:11:05.5332360Z libfido2-1 libgdbm-compat4 libgdbm6 libmd0 libperl5.34 libx11-6 libx11-data
2023-12-13T09:11:05.5333911Z libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 netbase openssh-client patch
2023-12-13T09:11:05.5335141Z perl perl-base perl-modules-5.34 xauth
2023-12-13T09:11:05.5335908Z Suggested packages:
2023-12-13T09:11:05.5336960Z gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui
2023-12-13T09:11:05.5338287Z gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n keychain libpam-ssh
2023-12-13T09:11:05.5343603Z monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
2023-12-13T09:11:05.5381138Z | libterm-readline-perl-perl make libtap-harness-archive-perl
2023-12-13T09:11:05.5878592Z The following NEW packages will be installed:
2023-12-13T09:11:05.5893944Z gh git git-man less libbsd0 libcbor0.8 libcurl3-gnutls libedit2
2023-12-13T09:11:05.5898695Z liberror-perl libfido2-1 libgdbm-compat4 libgdbm6 libmd0 libperl5.34
2023-12-13T09:11:05.5900955Z libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 netbase
2023-12-13T09:11:05.5909850Z openssh-client patch perl perl-modules-5.34 xauth
2023-12-13T09:11:05.5924234Z The following packages will be upgraded:
2023-12-13T09:11:05.5929010Z perl-base
2023-12-13T09:11:05.6379403Z 1 upgraded, 27 newly installed, 0 to remove and 20 not upgraded.
2023-12-13T09:11:05.6384888Z Need to get 27.9 MB of archives.
2023-12-13T09:11:05.6385665Z After this operation, 122 MB of additional disk space will be used.
2023-12-13T09:11:05.6387292Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-base amd64 5.34.0-3ubuntu1.3 [1762 kB]
2023-12-13T09:11:05.6485583Z Get:2 https://cli.github.com/packages stable/main amd64 gh amd64 2.40.0 [11.3 MB]
2023-12-13T09:11:05.7166230Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB]
2023-12-13T09:11:05.7428506Z Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
2023-12-13T09:11:05.7441828Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
2023-12-13T09:11:05.7451023Z Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB]
2023-12-13T09:11:05.7826325Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB]
2023-12-13T09:11:05.7852295Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.1 [143 kB]
2023-12-13T09:11:05.7871345Z Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
2023-12-13T09:11:05.7881537Z Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
2023-12-13T09:11:05.7895040Z Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
2023-12-13T09:11:05.8261520Z Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
2023-12-13T09:11:05.8344008Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
2023-12-13T09:11:05.8510882Z Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
2023-12-13T09:11:05.8576118Z Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
2023-12-13T09:11:05.8583046Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
2023-12-13T09:11:05.8585581Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
2023-12-13T09:11:05.8610033Z Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB]
2023-12-13T09:11:05.8661321Z Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB]
2023-12-13T09:11:05.8769413Z Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
2023-12-13T09:11:05.8775189Z Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
2023-12-13T09:11:05.8779550Z Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.4 [905 kB]
2023-12-13T09:11:05.9072132Z Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
2023-12-13T09:11:05.9290305Z Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.15 [284 kB]
2023-12-13T09:11:05.9570567Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
2023-12-13T09:11:05.9578587Z Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.10 [954 kB]
2023-12-13T09:11:05.9797325Z Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.10 [3166 kB]
2023-12-13T09:11:06.0066554Z Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
2023-12-13T09:11:06.1020706Z debconf: delaying package configuration, since apt-utils is not installed
2023-12-13T09:11:06.1214937Z Fetched 27.9 MB in 0s (68.3 MB/s)
2023-12-13T09:11:06.2605455Z (Reading database ...
2023-12-13T09:11:06.2606070Z (Reading database ... 5%
2023-12-13T09:11:06.2606600Z (Reading database ... 10%
2023-12-13T09:11:06.2607133Z (Reading database ... 15%
2023-12-13T09:11:06.2607656Z (Reading database ... 20%
2023-12-13T09:11:06.2608175Z (Reading database ... 25%
2023-12-13T09:11:06.2608694Z (Reading database ... 30%
2023-12-13T09:11:06.2609198Z (Reading database ... 35%
2023-12-13T09:11:06.2609717Z (Reading database ... 40%
2023-12-13T09:11:06.2610252Z (Reading database ... 45%
2023-12-13T09:11:06.2610768Z (Reading database ... 50%
2023-12-13T09:11:06.2611283Z (Reading database ... 55%
2023-12-13T09:11:06.2611816Z (Reading database ... 60%
2023-12-13T09:11:06.2612679Z (Reading database ... 65%
2023-12-13T09:11:06.2614718Z (Reading database ... 70%
2023-12-13T09:11:06.2617100Z (Reading database ... 75%
2023-12-13T09:11:06.2618618Z (Reading database ... 80%
2023-12-13T09:11:06.2620802Z (Reading database ... 85%
2023-12-13T09:11:06.2625965Z (Reading database ... 90%
2023-12-13T09:11:06.2629543Z (Reading database ... 95%
2023-12-13T09:11:06.2630080Z (Reading database ... 100%
2023-12-13T09:11:06.2630882Z (Reading database ... 5839 files and directories currently installed.)
2023-12-13T09:11:06.2638039Z Preparing to unpack .../perl-base_5.34.0-3ubuntu1.3_amd64.deb ...
2023-12-13T09:11:06.2868764Z Unpacking perl-base (5.34.0-3ubuntu1.3) over (5.34.0-3ubuntu1.2) ...
2023-12-13T09:11:08.9467301Z Setting up perl-base (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:09.0207101Z Selecting previously unselected package perl-modules-5.34.
2023-12-13T09:11:09.0212468Z (Reading database ...
2023-12-13T09:11:09.0213229Z (Reading database ... 5%
2023-12-13T09:11:09.0213971Z (Reading database ... 10%
2023-12-13T09:11:09.0215392Z (Reading database ... 15%
2023-12-13T09:11:09.0216074Z (Reading database ... 20%
2023-12-13T09:11:09.0216712Z (Reading database ... 25%
2023-12-13T09:11:09.0217355Z (Reading database ... 30%
2023-12-13T09:11:09.0218259Z (Reading database ... 35%
2023-12-13T09:11:09.0218758Z (Reading database ... 40%
2023-12-13T09:11:09.0219190Z (Reading database ... 45%
2023-12-13T09:11:09.0219608Z (Reading database ... 50%
2023-12-13T09:11:09.0220240Z (Reading database ... 55%
2023-12-13T09:11:09.0220661Z (Reading database ... 60%
2023-12-13T09:11:09.0221058Z (Reading database ... 65%
2023-12-13T09:11:09.0227428Z (Reading database ... 70%
2023-12-13T09:11:09.0231033Z (Reading database ... 75%
2023-12-13T09:11:09.0233819Z (Reading database ... 80%
2023-12-13T09:11:09.0236128Z (Reading database ... 85%
2023-12-13T09:11:09.0240475Z (Reading database ... 90%
2023-12-13T09:11:09.0245307Z (Reading database ... 95%
2023-12-13T09:11:09.0246218Z (Reading database ... 100%
2023-12-13T09:11:09.0247171Z (Reading database ... 5839 files and directories currently installed.)
2023-12-13T09:11:09.0250203Z Preparing to unpack .../00-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ...
2023-12-13T09:11:09.0329570Z Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:09.2573252Z Selecting previously unselected package libgdbm6:amd64.
2023-12-13T09:11:09.2611781Z Preparing to unpack .../01-libgdbm6_1.23-1_amd64.deb ...
2023-12-13T09:11:09.2779616Z Unpacking libgdbm6:amd64 (1.23-1) ...
2023-12-13T09:11:09.3314818Z Selecting previously unselected package libgdbm-compat4:amd64.
2023-12-13T09:11:09.3323614Z Preparing to unpack .../02-libgdbm-compat4_1.23-1_amd64.deb ...
2023-12-13T09:11:09.3387500Z Unpacking libgdbm-compat4:amd64 (1.23-1) ...
2023-12-13T09:11:09.3909311Z Selecting previously unselected package libperl5.34:amd64.
2023-12-13T09:11:09.3922149Z Preparing to unpack .../03-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ...
2023-12-13T09:11:09.3982012Z Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:09.6225282Z Selecting previously unselected package perl.
2023-12-13T09:11:09.6240331Z Preparing to unpack .../04-perl_5.34.0-3ubuntu1.3_amd64.deb ...
2023-12-13T09:11:09.6423150Z Unpacking perl (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:09.7280412Z Selecting previously unselected package less.
2023-12-13T09:11:09.7291160Z Preparing to unpack .../05-less_590-1ubuntu0.22.04.1_amd64.deb ...
2023-12-13T09:11:09.7357663Z Unpacking less (590-1ubuntu0.22.04.1) ...
2023-12-13T09:11:09.8009714Z Selecting previously unselected package libmd0:amd64.
2023-12-13T09:11:09.8019474Z Preparing to unpack .../06-libmd0_1.0.4-1build1_amd64.deb ...
2023-12-13T09:11:09.8151734Z Unpacking libmd0:amd64 (1.0.4-1build1) ...
2023-12-13T09:11:09.8639267Z Selecting previously unselected package libbsd0:amd64.
2023-12-13T09:11:09.8648600Z Preparing to unpack .../07-libbsd0_0.11.5-1_amd64.deb ...
2023-12-13T09:11:09.8708982Z Unpacking libbsd0:amd64 (0.11.5-1) ...
2023-12-13T09:11:09.9255055Z Selecting previously unselected package netbase.
2023-12-13T09:11:09.9265313Z Preparing to unpack .../08-netbase_6.3_all.deb ...
2023-12-13T09:11:09.9327466Z Unpacking netbase (6.3) ...
2023-12-13T09:11:09.9784858Z Selecting previously unselected package libcbor0.8:amd64.
2023-12-13T09:11:09.9793069Z Preparing to unpack .../09-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
2023-12-13T09:11:09.9841609Z Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
2023-12-13T09:11:10.0278174Z Selecting previously unselected package libedit2:amd64.
2023-12-13T09:11:10.0288708Z Preparing to unpack .../10-libedit2_3.1-20210910-1build1_amd64.deb ...
2023-12-13T09:11:10.0348292Z Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
2023-12-13T09:11:10.0912088Z Selecting previously unselected package libfido2-1:amd64.
2023-12-13T09:11:10.0922311Z Preparing to unpack .../11-libfido2-1_1.10.0-1_amd64.deb ...
2023-12-13T09:11:10.0987181Z Unpacking libfido2-1:amd64 (1.10.0-1) ...
2023-12-13T09:11:10.1467477Z Selecting previously unselected package libxau6:amd64.
2023-12-13T09:11:10.1477648Z Preparing to unpack .../12-libxau6_1%3a1.0.9-1build5_amd64.deb ...
2023-12-13T09:11:10.1535259Z Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
2023-12-13T09:11:10.1937327Z Selecting previously unselected package libxdmcp6:amd64.
2023-12-13T09:11:10.1947537Z Preparing to unpack .../13-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
2023-12-13T09:11:10.2054010Z Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
2023-12-13T09:11:10.2724895Z Selecting previously unselected package libxcb1:amd64.
2023-12-13T09:11:10.2737648Z Preparing to unpack .../14-libxcb1_1.14-3ubuntu3_amd64.deb ...
2023-12-13T09:11:10.2825760Z Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
2023-12-13T09:11:10.3380823Z Selecting previously unselected package libx11-data.
2023-12-13T09:11:10.3390501Z Preparing to unpack .../15-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ...
2023-12-13T09:11:10.3449270Z Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ...
2023-12-13T09:11:10.6844934Z Selecting previously unselected package libx11-6:amd64.
2023-12-13T09:11:10.6858792Z Preparing to unpack .../16-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
2023-12-13T09:11:10.6949353Z Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
2023-12-13T09:11:10.7693208Z Selecting previously unselected package libxext6:amd64.
2023-12-13T09:11:10.7704252Z Preparing to unpack .../17-libxext6_2%3a1.3.4-1build1_amd64.deb ...
2023-12-13T09:11:10.7761338Z Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
2023-12-13T09:11:10.8285595Z Selecting previously unselected package libxmuu1:amd64.
2023-12-13T09:11:10.8295833Z Preparing to unpack .../18-libxmuu1_2%3a1.1.3-3_amd64.deb ...
2023-12-13T09:11:10.8360150Z Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
2023-12-13T09:11:10.8997050Z Selecting previously unselected package openssh-client.
2023-12-13T09:11:10.9250541Z Preparing to unpack .../19-openssh-client_1%3a8.9p1-3ubuntu0.4_amd64.deb ...
2023-12-13T09:11:10.9305861Z Unpacking openssh-client (1:8.9p1-3ubuntu0.4) ...
2023-12-13T09:11:11.0355745Z Selecting previously unselected package xauth.
2023-12-13T09:11:11.0366566Z Preparing to unpack .../20-xauth_1%3a1.1-1build2_amd64.deb ...
2023-12-13T09:11:11.0855130Z Unpacking xauth (1:1.1-1build2) ...
2023-12-13T09:11:11.2239374Z Selecting previously unselected package libcurl3-gnutls:amd64.
2023-12-13T09:11:11.2250200Z Preparing to unpack .../21-libcurl3-gnutls_7.81.0-1ubuntu1.15_amd64.deb ...
2023-12-13T09:11:11.2310913Z Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:11.3296984Z Selecting previously unselected package liberror-perl.
2023-12-13T09:11:11.3307672Z Preparing to unpack .../22-liberror-perl_0.17029-1_all.deb ...
2023-12-13T09:11:11.3752085Z Unpacking liberror-perl (0.17029-1) ...
2023-12-13T09:11:11.4857662Z Selecting previously unselected package git-man.
2023-12-13T09:11:11.4867381Z Preparing to unpack .../23-git-man_1%3a2.34.1-1ubuntu1.10_all.deb ...
2023-12-13T09:11:11.4956379Z Unpacking git-man (1:2.34.1-1ubuntu1.10) ...
2023-12-13T09:11:11.6764716Z Selecting previously unselected package git.
2023-12-13T09:11:11.6773646Z Preparing to unpack .../24-git_1%3a2.34.1-1ubuntu1.10_amd64.deb ...
2023-12-13T09:11:11.6914124Z Unpacking git (1:2.34.1-1ubuntu1.10) ...
2023-12-13T09:11:11.8464862Z Selecting previously unselected package gh.
2023-12-13T09:11:11.8475518Z Preparing to unpack .../25-gh_2.40.0_amd64.deb ...
2023-12-13T09:11:11.8550828Z Unpacking gh (2.40.0) ...
2023-12-13T09:11:12.1395894Z Selecting previously unselected package patch.
2023-12-13T09:11:12.1405966Z Preparing to unpack .../26-patch_2.7.6-7build2_amd64.deb ...
2023-12-13T09:11:12.1484721Z Unpacking patch (2.7.6-7build2) ...
2023-12-13T09:11:12.1993344Z Setting up libxau6:amd64 (1:1.0.9-1build5) ...
2023-12-13T09:11:12.2181865Z Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
2023-12-13T09:11:12.2322287Z Setting up less (590-1ubuntu0.22.04.1) ...
2023-12-13T09:11:12.2850170Z Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ...
2023-12-13T09:11:12.3871179Z Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:12.4373842Z Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
2023-12-13T09:11:12.5243061Z Setting up patch (2.7.6-7build2) ...
2023-12-13T09:11:12.5759316Z Setting up libmd0:amd64 (1.0.4-1build1) ...
2023-12-13T09:11:12.6261947Z Setting up git-man (1:2.34.1-1ubuntu1.10) ...
2023-12-13T09:11:12.6964456Z Setting up netbase (6.3) ...
2023-12-13T09:11:12.8353458Z Setting up libfido2-1:amd64 (1.10.0-1) ...
2023-12-13T09:11:12.9197813Z Setting up libbsd0:amd64 (0.11.5-1) ...
2023-12-13T09:11:12.9891726Z Setting up libgdbm6:amd64 (1.23-1) ...
2023-12-13T09:11:13.0406366Z Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
2023-12-13T09:11:13.0929321Z Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
2023-12-13T09:11:13.1770954Z Setting up libedit2:amd64 (3.1-20210910-1build1) ...
2023-12-13T09:11:13.2270873Z Setting up libgdbm-compat4:amd64 (1.23-1) ...
2023-12-13T09:11:13.2947901Z Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
2023-12-13T09:11:13.3434599Z Setting up libxmuu1:amd64 (2:1.1.3-3) ...
2023-12-13T09:11:13.4300334Z Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:13.4811016Z Setting up openssh-client (1:8.9p1-3ubuntu0.4) ...
2023-12-13T09:11:13.6405482Z update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
2023-12-13T09:11:13.6406950Z update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
2023-12-13T09:11:13.6448511Z update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
2023-12-13T09:11:13.6450689Z update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
2023-12-13T09:11:13.6490731Z update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
2023-12-13T09:11:13.6493283Z update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
2023-12-13T09:11:13.6802495Z Setting up libxext6:amd64 (2:1.3.4-1build1) ...
2023-12-13T09:11:13.7421415Z Setting up perl (5.34.0-3ubuntu1.3) ...
2023-12-13T09:11:13.8369458Z Setting up xauth (1:1.1-1build2) ...
2023-12-13T09:11:13.9919017Z Setting up liberror-perl (0.17029-1) ...
2023-12-13T09:11:14.0471252Z Setting up git (1:2.34.1-1ubuntu1.10) ...
2023-12-13T09:11:14.1377460Z Setting up gh (2.40.0) ...
2023-12-13T09:11:14.1834796Z Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
2023-12-13T09:11:15.1433815Z Hit:1 https://cli.github.com/packages stable InRelease
2023-12-13T09:11:15.2779333Z Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
2023-12-13T09:11:15.2941705Z Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
2023-12-13T09:11:15.3778215Z Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
2023-12-13T09:11:15.4558856Z Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
2023-12-13T09:11:16.1328997Z Reading package lists...
2023-12-13T09:11:16.9469467Z Reading package lists...
2023-12-13T09:11:17.0524516Z Building dependency tree...
2023-12-13T09:11:17.0525330Z Reading state information...
2023-12-13T09:11:17.1575875Z lsb-release is already the newest version (11.1.0ubuntu4).
2023-12-13T09:11:17.1577093Z curl is already the newest version (7.81.0-1ubuntu1.15).
2023-12-13T09:11:17.1578097Z The following additional packages will be installed:
2023-12-13T09:11:17.1579195Z dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
2023-12-13T09:11:17.1581731Z gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
2023-12-13T09:11:17.1586328Z Suggested packages:
2023-12-13T09:11:17.1587364Z dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
2023-12-13T09:11:17.1588517Z scdaemon pinentry-doc
2023-12-13T09:11:17.1792316Z The following NEW packages will be installed:
2023-12-13T09:11:17.1793268Z apt-transport-https dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent
2023-12-13T09:11:17.1796793Z gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libnpth0
2023-12-13T09:11:17.1797624Z pinentry-curses
2023-12-13T09:11:17.3792571Z 0 upgraded, 15 newly installed, 0 to remove and 20 not upgraded.
2023-12-13T09:11:17.3793592Z Need to get 2311 kB of archives.
2023-12-13T09:11:17.3794489Z After this operation, 6007 kB of additional disk space will be used.
2023-12-13T09:11:17.3795777Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.11 [1510 B]
2023-12-13T09:11:17.4621215Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
2023-12-13T09:11:17.5795029Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
2023-12-13T09:11:17.7250593Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
2023-12-13T09:11:17.8024637Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
2023-12-13T09:11:17.8065595Z Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
2023-12-13T09:11:17.8985728Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
2023-12-13T09:11:17.9056723Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
2023-12-13T09:11:17.9620119Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
2023-12-13T09:11:18.0102454Z Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
2023-12-13T09:11:18.0182632Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
2023-12-13T09:11:18.0270347Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
2023-12-13T09:11:18.0331700Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
2023-12-13T09:11:18.0346001Z Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
2023-12-13T09:11:18.0495106Z Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
2023-12-13T09:11:18.1698337Z debconf: delaying package configuration, since apt-utils is not installed
2023-12-13T09:11:18.1860441Z Fetched 2311 kB in 1s (2625 kB/s)
2023-12-13T09:11:18.2076678Z Selecting previously unselected package apt-transport-https.
2023-12-13T09:11:18.2084290Z (Reading database ...
2023-12-13T09:11:18.2084992Z (Reading database ... 5%
2023-12-13T09:11:18.2085733Z (Reading database ... 10%
2023-12-13T09:11:18.2086331Z (Reading database ... 15%
2023-12-13T09:11:18.2086867Z (Reading database ... 20%
2023-12-13T09:11:18.2089614Z (Reading database ... 25%
2023-12-13T09:11:18.2090278Z (Reading database ... 30%
2023-12-13T09:11:18.2090928Z (Reading database ... 35%
2023-12-13T09:11:18.2091452Z (Reading database ... 40%
2023-12-13T09:11:18.2091979Z (Reading database ... 45%
2023-12-13T09:11:18.2092497Z (Reading database ... 50%
2023-12-13T09:11:18.2092999Z (Reading database ... 55%
2023-12-13T09:11:18.2093492Z (Reading database ... 60%
2023-12-13T09:11:18.2093996Z (Reading database ... 65%
2023-12-13T09:11:18.2101118Z (Reading database ... 70%
2023-12-13T09:11:18.2104879Z (Reading database ... 75%
2023-12-13T09:11:18.2106796Z (Reading database ... 80%
2023-12-13T09:11:18.2109029Z (Reading database ... 85%
2023-12-13T09:11:18.2114355Z (Reading database ... 90%
2023-12-13T09:11:18.2122977Z (Reading database ... 95%
2023-12-13T09:11:18.2123652Z (Reading database ... 100%
2023-12-13T09:11:18.2124690Z (Reading database ... 9421 files and directories currently installed.)
2023-12-13T09:11:18.2127769Z Preparing to unpack .../00-apt-transport-https_2.4.11_all.deb ...
2023-12-13T09:11:18.2216920Z Unpacking apt-transport-https (2.4.11) ...
2023-12-13T09:11:18.2874815Z Selecting previously unselected package libassuan0:amd64.
2023-12-13T09:11:18.2887973Z Preparing to unpack .../01-libassuan0_2.5.5-1build1_amd64.deb ...
2023-12-13T09:11:18.3027263Z Unpacking libassuan0:amd64 (2.5.5-1build1) ...
2023-12-13T09:11:18.3507142Z Selecting previously unselected package gpgconf.
2023-12-13T09:11:18.3517886Z Preparing to unpack .../02-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:18.3603075Z Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:18.4082112Z Selecting previously unselected package libksba8:amd64.
2023-12-13T09:11:18.4095305Z Preparing to unpack .../03-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
2023-12-13T09:11:18.4164472Z Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
2023-12-13T09:11:18.4619033Z Selecting previously unselected package libnpth0:amd64.
2023-12-13T09:11:18.4633773Z Preparing to unpack .../04-libnpth0_1.6-3build2_amd64.deb ...
2023-12-13T09:11:18.4733172Z Unpacking libnpth0:amd64 (1.6-3build2) ...
2023-12-13T09:11:18.5271610Z Selecting previously unselected package dirmngr.
2023-12-13T09:11:18.5283454Z Preparing to unpack .../05-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:18.5769465Z Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:18.6222337Z Selecting previously unselected package gnupg-l10n.
2023-12-13T09:11:18.6232440Z Preparing to unpack .../06-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
2023-12-13T09:11:18.6288448Z Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:18.6735840Z Selecting previously unselected package gnupg-utils.
2023-12-13T09:11:18.6750757Z Preparing to unpack .../07-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:18.6804035Z Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:18.7384571Z Selecting previously unselected package gpg.
2023-12-13T09:11:18.7420118Z Preparing to unpack .../08-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:18.7494331Z Unpacking gpg (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:18.8812018Z Selecting previously unselected package pinentry-curses.
2023-12-13T09:11:18.8823195Z Preparing to unpack .../09-pinentry-curses_1.1.1-1build2_amd64.deb ...
2023-12-13T09:11:18.8875666Z Unpacking pinentry-curses (1.1.1-1build2) ...
2023-12-13T09:11:19.0321884Z Selecting previously unselected package gpg-agent.
2023-12-13T09:11:19.0323065Z Preparing to unpack .../10-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:19.0467702Z Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.1480397Z Selecting previously unselected package gpg-wks-client.
2023-12-13T09:11:19.1501560Z Preparing to unpack .../11-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:19.1833572Z Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.2800930Z Selecting previously unselected package gpg-wks-server.
2023-12-13T09:11:19.2813307Z Preparing to unpack .../12-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:19.2865789Z Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.3820650Z Selecting previously unselected package gpgsm.
2023-12-13T09:11:19.3841274Z Preparing to unpack .../13-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
2023-12-13T09:11:19.3938361Z Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.5038806Z Selecting previously unselected package gnupg.
2023-12-13T09:11:19.5040455Z Preparing to unpack .../14-gnupg_2.2.27-3ubuntu2.1_all.deb ...
2023-12-13T09:11:19.5362443Z Unpacking gnupg (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.6448988Z Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
2023-12-13T09:11:19.7066847Z Setting up apt-transport-https (2.4.11) ...
2023-12-13T09:11:19.7406085Z Setting up libnpth0:amd64 (1.6-3build2) ...
2023-12-13T09:11:19.7972381Z Setting up libassuan0:amd64 (2.5.5-1build1) ...
2023-12-13T09:11:19.8842550Z Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.9387998Z Setting up gpgconf (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:19.9858535Z Setting up gpg (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.0696139Z Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.1366204Z Setting up pinentry-curses (1.1.1-1build2) ...
2023-12-13T09:11:20.1945382Z Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.6837386Z Setting up gpgsm (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.7019416Z Setting up dirmngr (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.8228227Z Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.8416777Z Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.8616580Z Setting up gnupg (2.2.27-3ubuntu2.1) ...
2023-12-13T09:11:20.8877706Z Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
2023-12-13T09:11:21.2460854Z Hit:1 https://cli.github.com/packages stable InRelease
2023-12-13T09:11:21.2499183Z Get:2 https://packages.microsoft.com/repos/azure-cli jammy InRelease [3595 B]
2023-12-13T09:11:21.3217790Z Get:3 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 Packages [1242 B]
2023-12-13T09:11:21.3272717Z Get:4 https://packages.microsoft.com/repos/azure-cli jammy/main all Packages [1099 B]
2023-12-13T09:11:21.3824035Z Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
2023-12-13T09:11:21.3865832Z Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease
2023-12-13T09:11:21.4696559Z Hit:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
2023-12-13T09:11:21.5524906Z Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
2023-12-13T09:11:21.6097527Z Fetched 5936 B in 0s (14.5 kB/s)
2023-12-13T09:11:22.3446106Z Reading package lists...
2023-12-13T09:11:23.1148554Z Reading package lists...
2023-12-13T09:11:23.2301022Z Building dependency tree...
2023-12-13T09:11:23.2302054Z Reading state information...
2023-12-13T09:11:23.3591239Z The following NEW packages will be installed:
2023-12-13T09:11:23.3595936Z azure-cli
2023-12-13T09:11:23.4580086Z 0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
2023-12-13T09:11:23.4582329Z Need to get 65.6 MB of archives.
2023-12-13T09:11:23.4583839Z After this operation, 802 MB of additional disk space will be used.
2023-12-13T09:11:23.4585940Z Get:1 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 azure-cli amd64 2.55.0-1~jammy [65.6 MB]
2023-12-13T09:11:23.7778146Z debconf: delaying package configuration, since apt-utils is not installed
2023-12-13T09:11:23.7995469Z Fetched 65.6 MB in 0s (198 MB/s)
2023-12-13T09:11:25.2267934Z Selecting previously unselected package azure-cli.
2023-12-13T09:11:25.2276450Z (Reading database ...
2023-12-13T09:11:25.2277213Z (Reading database ... 5%
2023-12-13T09:11:25.2277898Z (Reading database ... 10%
2023-12-13T09:11:25.2278580Z (Reading database ... 15%
2023-12-13T09:11:25.2279247Z (Reading database ... 20%
2023-12-13T09:11:25.2279952Z (Reading database ... 25%
2023-12-13T09:11:25.2280603Z (Reading database ... 30%
2023-12-13T09:11:25.2281264Z (Reading database ... 35%
2023-12-13T09:11:25.2282226Z (Reading database ... 40%
2023-12-13T09:11:25.2282741Z (Reading database ... 45%
2023-12-13T09:11:25.2283183Z (Reading database ... 50%
2023-12-13T09:11:25.2283615Z (Reading database ... 55%
2023-12-13T09:11:25.2285303Z (Reading database ... 60%
2023-12-13T09:11:25.2285915Z (Reading database ... 65%
2023-12-13T09:11:25.2300475Z (Reading database ... 70%
2023-12-13T09:11:25.2301205Z (Reading database ... 75%
2023-12-13T09:11:25.2302998Z (Reading database ... 80%
2023-12-13T09:11:25.2306807Z (Reading database ... 85%
2023-12-13T09:11:25.2314782Z (Reading database ... 90%
2023-12-13T09:11:25.2321406Z (Reading database ... 95%
2023-12-13T09:11:25.2321949Z (Reading database ... 100%
2023-12-13T09:11:25.2322753Z (Reading database ... 9636 files and directories currently installed.)
2023-12-13T09:11:25.2327582Z Preparing to unpack .../azure-cli_2.55.0-1~jammy_amd64.deb ...
2023-12-13T09:11:25.2391456Z Unpacking azure-cli (2.55.0-1~jammy) ...
2023-12-13T09:11:31.9277097Z Setting up azure-cli (2.55.0-1~jammy) ...
2023-12-13T09:11:31.9851407Z ##[debug]Finishing: Install Azure & GitHub CLI
2023-12-13T09:11:31.9858600Z ##[debug]Evaluating condition for step: 'Azure login'
2023-12-13T09:11:31.9860447Z ##[debug]Evaluating: success()
2023-12-13T09:11:31.9861095Z ##[debug]Evaluating success:
2023-12-13T09:11:31.9862710Z ##[debug]=> true
2023-12-13T09:11:31.9863518Z ##[debug]Result: true
2023-12-13T09:11:31.9864606Z ##[debug]Starting: Azure login
2023-12-13T09:11:31.9896329Z ##[debug]Loading inputs
2023-12-13T09:11:31.9898210Z ##[debug]Evaluating: secrets.AZURE_CLIENT_ID
2023-12-13T09:11:31.9898605Z ##[debug]Evaluating Index:
2023-12-13T09:11:31.9898897Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:31.9899202Z ##[debug]..=> Object
2023-12-13T09:11:31.9899467Z ##[debug]..Evaluating String:
2023-12-13T09:11:31.9900037Z ##[debug]..=> 'AZURE_CLIENT_ID'
2023-12-13T09:11:31.9900482Z ##[debug]=> '***'
2023-12-13T09:11:31.9900823Z ##[debug]Result: '***'
2023-12-13T09:11:31.9901310Z ##[debug]Evaluating: secrets.AZURE_TENANT_ID
2023-12-13T09:11:31.9901662Z ##[debug]Evaluating Index:
2023-12-13T09:11:31.9901983Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:31.9902480Z ##[debug]..=> Object
2023-12-13T09:11:31.9902750Z ##[debug]..Evaluating String:
2023-12-13T09:11:31.9903062Z ##[debug]..=> 'AZURE_TENANT_ID'
2023-12-13T09:11:31.9903535Z ##[debug]=> '***'
2023-12-13T09:11:31.9903988Z ##[debug]Result: '***'
2023-12-13T09:11:31.9904450Z ##[debug]Evaluating: secrets.AZURE_SUBSCRIPTION_ID
2023-12-13T09:11:31.9904818Z ##[debug]Evaluating Index:
2023-12-13T09:11:31.9905166Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:31.9905461Z ##[debug]..=> Object
2023-12-13T09:11:31.9905825Z ##[debug]..Evaluating String:
2023-12-13T09:11:31.9906122Z ##[debug]..=> 'AZURE_SUBSCRIPTION_ID'
2023-12-13T09:11:31.9906537Z ##[debug]=> '***'
2023-12-13T09:11:31.9906868Z ##[debug]Result: '***'
2023-12-13T09:11:31.9918711Z ##[debug]Loading env
2023-12-13T09:11:31.9932340Z ##[group]Run azure/login@v1
2023-12-13T09:11:31.9932643Z with:
2023-12-13T09:11:31.9933090Z client-id: ***
2023-12-13T09:11:31.9933375Z tenant-id: ***
2023-12-13T09:11:31.9933698Z subscription-id: ***
2023-12-13T09:11:31.9933981Z enable-AzPSSession: false
2023-12-13T09:11:31.9934264Z environment: azurecloud
2023-12-13T09:11:31.9934532Z allow-no-subscriptions: false
2023-12-13T09:11:31.9934860Z audience: api://AzureADTokenExchange
2023-12-13T09:11:31.9935195Z auth-type: SERVICE_PRINCIPAL
2023-12-13T09:11:31.9935456Z env:
2023-12-13T09:11:31.9935661Z ACTIONS_STEP_DEBUG: true
2023-12-13T09:11:31.9936039Z GITHUB_TOKEN: ***
2023-12-13T09:11:31.9936376Z TF_TOKEN_git_COMPANY_com: ***
2023-12-13T09:11:31.9936659Z ##[endgroup]
2023-12-13T09:11:32.0864716Z ::add-mask::***
2023-12-13T09:11:32.0866084Z Running Azure CLI Login.
2023-12-13T09:11:32.1190490Z ##[debug]Azure CLI path: /usr/bin/az
2023-12-13T09:11:33.2557154Z ##[debug]Azure CLI version used:
2023-12-13T09:11:33.2557651Z ##[debug]azure-cli 2.55.0
2023-12-13T09:11:33.2558189Z ##[debug]
2023-12-13T09:11:33.2558486Z ##[debug]core 2.55.0
2023-12-13T09:11:33.2558964Z ##[debug]telemetry 1.1.0
2023-12-13T09:11:33.2559359Z ##[debug]
2023-12-13T09:11:33.2559610Z ##[debug]Dependencies:
2023-12-13T09:11:33.2559965Z ##[debug]msal 1.24.0b2
2023-12-13T09:11:33.2560427Z ##[debug]azure-mgmt-resource 23.1.0b2
2023-12-13T09:11:33.2560822Z ##[debug]
2023-12-13T09:11:33.2561131Z ##[debug]Python location '/opt/az/bin/python3'
2023-12-13T09:11:33.2561701Z ##[debug]Extensions directory '/home/runner/.azure/cliextensions'
2023-12-13T09:11:33.2562194Z ##[debug]
2023-12-13T09:11:33.2562602Z ##[debug]Python (Linux) 3.11.5 (main, Nov 29 2023, 03:40:58) [GCC 11.4.0]
2023-12-13T09:11:33.2563042Z ##[debug]
2023-12-13T09:11:33.2563318Z ##[debug]Legal docs and information: aka.ms/AzureCliLegal
2023-12-13T09:11:33.2563684Z ##[debug]
2023-12-13T09:11:33.2563867Z ##[debug]
2023-12-13T09:11:33.2564067Z ##[debug]Your CLI is up-to-date.
2023-12-13T09:11:33.2564336Z ##[debug]
2023-12-13T09:11:35.0872490Z [command]/usr/bin/az cloud set -n azurecloud
2023-12-13T09:11:35.4446440Z Done setting cloud: "azurecloud"
2023-12-13T09:11:35.4464419Z ##[debug]ID token url is https://pipelinesghubeus26.actions.githubusercontent.com/F06tzg5mdfynUhXkoWIa27k383qjpivxAJTMwl3LlSr5VMNLAj/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/1ad8d71a-5227-4734-bd24-34b982c20689/jobs/525b66b1-98c1-586f-7561-b1b575ccd0c9/idtoken?api-version=2.0&audience=api%3A%2F%2FAzureADTokenExchange
2023-12-13T09:11:35.8543187Z ::add-mask::***
2023-12-13T09:11:35.8590393Z ::add-mask::***
2023-12-13T09:11:35.8660421Z Federated token details:
2023-12-13T09:11:35.8661458Z issuer - https://token.actions.githubusercontent.com
2023-12-13T09:11:35.8732092Z subject claim - repo:<COMPANY>/<REPO>:environment:management
2023-12-13T09:11:35.8740483Z Attempting Azure CLI login by using OIDC...
2023-12-13T09:11:39.1590107Z Subscription is set successfully.
2023-12-13T09:11:39.1591126Z Azure CLI login succeeds by using OIDC.
2023-12-13T09:11:39.1637311Z ##[debug]Node Action run completed with exit code 0
2023-12-13T09:11:39.1642165Z ##[debug]AZURE_HTTP_USER_AGENT='GITHUBACTIONS/AzureLogin@v1_<COMPANY>/<REPO>'
2023-12-13T09:11:39.1643464Z ##[debug]AZUREPS_HOST_ENVIRONMENT='GITHUBACTIONS/AzureLogin@v1_<COMPANY>/<REPO>'
2023-12-13T09:11:39.1644397Z ##[debug]AZURE_HTTP_USER_AGENT=''
2023-12-13T09:11:39.1644930Z ##[debug]AZUREPS_HOST_ENVIRONMENT=''
2023-12-13T09:11:39.1648606Z ##[debug]Finishing: Azure login
2023-12-13T09:11:39.1660229Z ##[debug]Evaluating: secrets.AZURE_CLIENT_ID
2023-12-13T09:11:39.1660928Z ##[debug]Evaluating Index:
2023-12-13T09:11:39.1661437Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:39.1661968Z ##[debug]..=> Object
2023-12-13T09:11:39.1662419Z ##[debug]..Evaluating String:
2023-12-13T09:11:39.1662931Z ##[debug]..=> 'AZURE_CLIENT_ID'
2023-12-13T09:11:39.1663751Z ##[debug]=> '***'
2023-12-13T09:11:39.1664293Z ##[debug]Result: '***'
2023-12-13T09:11:39.1665181Z ##[debug]Evaluating: secrets.AZURE_SUBSCRIPTION_ID
2023-12-13T09:11:39.1665826Z ##[debug]Evaluating Index:
2023-12-13T09:11:39.1666306Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:39.1666808Z ##[debug]..=> Object
2023-12-13T09:11:39.1667254Z ##[debug]..Evaluating String:
2023-12-13T09:11:39.1667774Z ##[debug]..=> 'AZURE_SUBSCRIPTION_ID'
2023-12-13T09:11:39.1668466Z ##[debug]=> '***'
2023-12-13T09:11:39.1668996Z ##[debug]Result: '***'
2023-12-13T09:11:39.1669750Z ##[debug]Evaluating: secrets.AZURE_TENANT_ID
2023-12-13T09:11:39.1670404Z ##[debug]Evaluating Index:
2023-12-13T09:11:39.1670888Z ##[debug]..Evaluating secrets:
2023-12-13T09:11:39.1671388Z ##[debug]..=> Object
2023-12-13T09:11:39.1671856Z ##[debug]..Evaluating String:
2023-12-13T09:11:39.1672353Z ##[debug]..=> 'AZURE_TENANT_ID'
2023-12-13T09:11:39.1672974Z ##[debug]=> '***'
2023-12-13T09:11:39.1673497Z ##[debug]Result: '***'
2023-12-13T09:11:39.1675716Z ##[debug]Evaluating condition for step: 'Plan'
2023-12-13T09:11:39.1677313Z ##[debug]Evaluating: success()
2023-12-13T09:11:39.1677987Z ##[debug]Evaluating success:
2023-12-13T09:11:39.1678674Z ##[debug]=> true
2023-12-13T09:11:39.1679363Z ##[debug]Result: true
2023-12-13T09:11:39.1680211Z ##[debug]Starting: Plan
2023-12-13T09:11:39.1845505Z ##[debug]Loading inputs
2023-12-13T09:11:39.2023541Z ##[debug]Evaluating: format('environments/{0}', matrix.environments)
2023-12-13T09:11:39.2024432Z ##[debug]Evaluating format:
2023-12-13T09:11:39.2045855Z ##[debug]..Evaluating String:
2023-12-13T09:11:39.2046542Z ##[debug]..=> 'environments/{0}'
2023-12-13T09:11:39.2075343Z ##[debug]..Evaluating Index:
2023-12-13T09:11:39.2075980Z ##[debug]....Evaluating matrix:
2023-12-13T09:11:39.2076636Z ##[debug]....=> Object
2023-12-13T09:11:39.2077167Z ##[debug]....Evaluating String:
2023-12-13T09:11:39.2077762Z ##[debug]....=> 'environments'
2023-12-13T09:11:39.2078371Z ##[debug]..=> 'management'
2023-12-13T09:11:39.2080166Z ##[debug]=> 'environments/management'
2023-12-13T09:11:39.2080912Z ##[debug]Result: 'environments/management'
2023-12-13T09:11:39.2093205Z ##[debug]Loading env
2023-12-13T09:11:39.2105619Z ##[group]Run dflook/terraform-github-actions/terraform-plan@home
2023-12-13T09:11:39.2106454Z with:
2023-12-13T09:11:39.2106884Z path: environments/management
2023-12-13T09:11:39.2107463Z workspace: default
2023-12-13T09:11:39.2107929Z parallelism: 0
2023-12-13T09:11:39.2108360Z destroy: false
2023-12-13T09:11:39.2108783Z add_github_comment: true
2023-12-13T09:11:39.2109266Z env:
2023-12-13T09:11:39.2109658Z ACTIONS_STEP_DEBUG: true
2023-12-13T09:11:39.2110401Z GITHUB_TOKEN: ***
2023-12-13T09:11:39.2110998Z TF_TOKEN_git_COMPANY_com: ***
2023-12-13T09:11:39.2111580Z AZURE_HTTP_USER_AGENT:
2023-12-13T09:11:39.2112113Z AZUREPS_HOST_ENVIRONMENT:
2023-12-13T09:11:39.2112667Z GITHUB_EVENT_NAME: schedule
2023-12-13T09:11:39.2113285Z ARM_CLIENT_ID: ***
2023-12-13T09:11:39.2113888Z ARM_SUBSCRIPTION_ID: ***
2023-12-13T09:11:39.2114481Z ARM_TENANT_ID: ***
2023-12-13T09:11:39.2114928Z ARM_USE_OIDC: true
2023-12-13T09:11:39.2115356Z ##[endgroup]
2023-12-13T09:11:39.2444195Z ##[group]Run '/home/runner/k8s/index.js'
2023-12-13T09:11:39.2447494Z shell: /home/runner/externals/node16/bin/node {0}
2023-12-13T09:11:39.2447855Z ##[endgroup]
2023-12-13T09:11:39.2461614Z ##[debug]/home/runner/externals/node16/bin/node /home/runner/k8s/index.js
2023-12-13T09:11:39.7145066Z ##[debug]Created secret aks-company-management-6n9z5-runner-h2krh-secret-f77fa796 for container job envs
2023-12-13T09:11:39.8177957Z ##[debug]Job created, waiting for pod to start: aks-company-management-6n9z5-runner-h2krh-step-86005e46
2023-12-13T09:11:47.9483368Z ##[debug]Container step is running or complete, pulling logs
2023-12-13T09:11:47.9749609Z ##[debug]ls -la /root:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:11:47.9750460Z ##[debug]ls -la /root:-rw-r--r-- 1 root root 571 Apr 10 2021 .bashrc
2023-12-13T09:11:47.9751254Z ##[debug]ls -la /root:drwxr-xr-x 3 root root 4096 Dec 12 22:39 .cache
2023-12-13T09:11:47.9751962Z ##[debug]ls -la /root:drwx------ 1 root root 4096 Dec 12 22:40 .gnupg
2023-12-13T09:11:47.9754196Z ##[debug]ls -la /root:-rw-r--r-- 1 root root 161 Jul 9 2019 .profile
2023-12-13T09:11:47.9754822Z ##[debug]pwd:/github/workspace
2023-12-13T09:11:47.9755366Z ##[debug]ls -la:total 32
2023-12-13T09:11:47.9755893Z ##[debug]ls -la:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:10 .
2023-12-13T09:11:47.9757635Z ##[debug]ls -la:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:11:47.9758315Z ##[debug]ls -la:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:08 .github
2023-12-13T09:11:47.9758991Z ##[debug]ls -la:-rw-r--r-- 1 1001 1001 917 Dec 13 09:08 .gitignore
2023-12-13T09:11:47.9759706Z ##[debug]ls -la:-rw-r--r-- 1 1001 1001 2469 Dec 13 09:08 README.md
2023-12-13T09:11:47.9760383Z ##[debug]ls -la:-rw-r--r-- 1 1001 1001 3175 Dec 13 09:08 Taskfile.yml
2023-12-13T09:11:47.9761081Z ##[debug]ls -la:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:08 environments
2023-12-13T09:11:47.9761851Z ##[debug]ls -la:-rw-r--r-- 1 1001 1001 1920 Dec 13 09:08 <COMPANY>-company-azure-vpn.xml
2023-12-13T09:11:47.9762525Z ##[debug]ls -la /github/home:total 8
2023-12-13T09:11:47.9763331Z ##[debug]ls -la /github/home:drwxr-xr-x 2 root root 4096 Dec 12 22:40 .
2023-12-13T09:11:47.9764068Z ##[debug]ls -la /github/home:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:11:47.9764700Z ##[debug]/github/workflow/event.json does not exist
2023-12-13T09:11:47.9764983Z
2023-12-13T09:11:47.9765433Z ##[debug]git config --list:credential.helper=/usr/bin/git-credential-actions
2023-12-13T09:11:47.9766213Z ##[debug]git config --list:credential.usehttppath=true
2023-12-13T09:11:47.9767152Z ::group::Installing Terraform
2023-12-13T09:11:47.9767678Z ##[group]Installing Terraform
2023-12-13T09:11:47.9768581Z ##[debug]ls -la /usr/local/bin:total 2456
2023-12-13T09:11:47.9769458Z ##[debug]ls -la /usr/local/bin:drwxr-xr-x 1 root root 4096 Dec 12 22:40 .
2023-12-13T09:11:47.9770496Z ##[debug]ls -la /usr/local/bin:drwxr-xr-x 1 root root 4096 Dec 12 22:40 ..
2023-12-13T09:11:47.9771518Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 1153 Oct 24 21:24 compact_plan
2023-12-13T09:11:47.9772566Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 1498 Oct 12 2022 convert_output
2023-12-13T09:11:47.9773989Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 1761 Oct 12 2022 convert_validate_report
2023-12-13T09:11:47.9775502Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 2985 Oct 24 22:37 convert_version
2023-12-13T09:11:47.9777047Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 729 Jan 23 2022 format_tf_credentials
2023-12-13T09:11:47.9778139Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 230 Dec 12 22:39 get-terraform-checksums
2023-12-13T09:11:47.9779166Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 3180 Nov 19 2022 github_comment_react
2023-12-13T09:11:47.9780517Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 225 Dec 12 22:39 github_pr_comment
2023-12-13T09:11:47.9781481Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 212 Dec 12 22:39 hcl2tojson
2023-12-13T09:11:47.9782715Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 217 Dec 12 22:39 lock-info
2023-12-13T09:11:47.9783663Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 220 Dec 12 22:39 plan_summary
2023-12-13T09:11:47.9784656Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 247 Dec 12 22:39 remote-run-id
2023-12-13T09:11:47.9786211Z ##[debug]ls -la /usr/local/bin:lrwxrwxrwx 1 root root 31 Dec 12 22:40 terraform -> /tmp/terraform_0.12.0/terraform
2023-12-13T09:11:47.9787368Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 225 Dec 12 22:39 terraform-backend
2023-12-13T09:11:47.9788462Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 229 Dec 12 22:39 terraform-cloud-state
2023-12-13T09:11:47.9789501Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 233 Dec 12 22:39 terraform-cloud-workspace
2023-12-13T09:11:47.9790547Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 225 Dec 12 22:39 terraform-version
2023-12-13T09:11:47.9791488Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 2433102 Dec 11 01:26 tfmask
2023-12-13T09:11:47.9792485Z ##[debug]ls -la /usr/local/bin:-rwxr-xr-x 1 root root 597 Jan 23 2022 workspace_exists
2023-12-13T09:11:47.9793454Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions/terraform-bin-dir:total 8
2023-12-13T09:11:47.9794646Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions/terraform-bin-dir:drwxr-xr-x 2 root root 4096 Dec 13 09:11 .
2023-12-13T09:11:47.9795972Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions/terraform-bin-dir:drwxr-xr-x 3 root root 4096 Dec 13 09:11 ..
2023-12-13T09:11:47.9797233Z ##[debug]Downloading signature from https://releases.hashicorp.com/terraform/1.6.5/terraform_1.6.5_SHA256SUMS.72D7468F.sig
2023-12-13T09:11:47.9798514Z ##[debug]Downloading checksums from https://releases.hashicorp.com/terraform/1.6.5/terraform_1.6.5_SHA256SUMS
2023-12-13T09:11:47.9938964Z gpg: Signature made Wed Nov 29 10:01:01 2023 UTC
2023-12-13T09:11:47.9939624Z gpg: using RSA key 374EC75B485913604A831CC7C820C6D5CD27AB87
2023-12-13T09:11:48.0007010Z gpg: Good signature from "HashiCorp Security (hashicorp.com/security) <security@hashicorp.com>" [ultimate]
2023-12-13T09:11:48.0010624Z ##[debug]Downloading archive from https://releases.hashicorp.com/terraform/1.6.5/terraform_1.6.5_linux_amd64.zip
2023-12-13T09:11:48.2197487Z terraform_1.6.5_linux_amd64.zip: OK
2023-12-13T09:11:48.5938536Z Using latest Terraform version that matches the required_version constraints
2023-12-13T09:11:48.5940224Z Switched to Terraform v1.6.5
2023-12-13T09:11:48.6237627Z ##[debug]ls -la /usr/local/bin/terraform:lrwxrwxrwx 1 root root 30 Dec 13 09:11 /usr/local/bin/terraform -> /tmp/terraform_1.6.5/terraform
2023-12-13T09:11:48.6772280Z Terraform v1.6.5
2023-12-13T09:11:48.6772805Z on linux_amd64
2023-12-13T09:11:48.7015481Z ##[debug] Terraform version major 1 minor 6 patch 5
2023-12-13T09:11:50.2133013Z Detected azurerm backend
2023-12-13T09:11:50.2134177Z ::endgroup::
2023-12-13T09:11:50.2134611Z ##[endgroup]
2023-12-13T09:11:50.2138010Z ::group::Initializing Terraform
2023-12-13T09:11:50.2138565Z ##[group]Initializing Terraform
2023-12-13T09:11:50.2140014Z ##[debug] TF_WORKSPACE=default terraform init -input=false $INIT_ARGS
2023-12-13T09:11:50.2604502Z
2023-12-13T09:11:50.2605290Z [0m[1mInitializing the backend...[0m
2023-12-13T09:11:51.1184037Z [0m[32m
2023-12-13T09:11:51.1185142Z Successfully configured the backend "azurerm"! Terraform will automatically
2023-12-13T09:11:51.1186474Z use this backend unless the backend configuration changes.[0m
2023-12-13T09:11:51.3670855Z [0m[1mInitializing modules...[0m
2023-12-13T09:11:51.5956201Z Downloading git.company.com/tf/aks/azure 1.3.1 for aks_management...
2023-12-13T09:11:52.0169031Z - aks_management in /tmp/terraform-data-dir/modules/aks_management
2023-12-13T09:11:52.1075178Z Downloading git.company.com/tf/aks-node-pool/azure 1.2.0 for aks_management_spot_1...
2023-12-13T09:11:52.4792020Z - aks_management_spot_1 in /tmp/terraform-data-dir/modules/aks_management_spot_1
2023-12-13T09:11:52.5649966Z Downloading git.company.com/tf/key-vault/azure 1.2.0 for key_vault...
2023-12-13T09:11:52.9158598Z - key_vault in /tmp/terraform-data-dir/modules/key_vault
2023-12-13T09:11:53.0265838Z Downloading git.company.com/tf/network-security-group/azure 1.0.0 for nsg_private_endpoints_management...
2023-12-13T09:11:53.3438044Z - nsg_private_endpoints_management in /tmp/terraform-data-dir/modules/nsg_private_endpoints_management
2023-12-13T09:11:53.4442913Z Downloading git.company.com/tf/private-dns/azure 1.1.0 for private_dns_management_aks...
2023-12-13T09:11:54.8687292Z - private_dns_management_aks in /tmp/terraform-data-dir/modules/private_dns_management_aks
2023-12-13T09:11:54.8688402Z Downloading git.company.com/tf/private-dns/azure 1.1.0 for private_dns_management_blob...
2023-12-13T09:11:54.8689440Z - private_dns_management_blob in /tmp/terraform-data-dir/modules/private_dns_management_blob
2023-12-13T09:11:54.8690447Z Downloading git.company.com/tf/private-dns/azure 1.1.0 for private_dns_management_vault...
2023-12-13T09:11:54.8691324Z - private_dns_management_vault in /tmp/terraform-data-dir/modules/private_dns_management_vault
2023-12-13T09:11:54.9656252Z Downloading git.company.com/tf/storage-account/azure 1.0.0 for storage_account_company_management_loki...
2023-12-13T09:11:55.3488043Z - storage_account_company_management_loki in /tmp/terraform-data-dir/modules/storage_account_company_management_loki
2023-12-13T09:11:55.3489954Z Downloading git.company.com/tf/storage-account/azure 1.0.0 for storage_account_company_management_mimir...
2023-12-13T09:11:55.3491694Z - storage_account_company_management_mimir in /tmp/terraform-data-dir/modules/storage_account_company_management_mimir
2023-12-13T09:11:55.4492642Z Downloading git.company.com/tf/subnet/azure 1.0.5 for subnet_aks...
2023-12-13T09:11:55.7505036Z - subnet_aks in /tmp/terraform-data-dir/modules/subnet_aks
2023-12-13T09:11:55.7506332Z Downloading git.company.com/tf/subnet/azure 1.0.5 for subnet_private_endpoints...
2023-12-13T09:11:55.7508174Z - subnet_private_endpoints in /tmp/terraform-data-dir/modules/subnet_private_endpoints
2023-12-13T09:11:55.8717172Z Downloading git.company.com/tf/virtual-network/azure 1.0.2 for vnet_management...
2023-12-13T09:11:56.2128415Z - vnet_management in /tmp/terraform-data-dir/modules/vnet_management
2023-12-13T09:11:56.3178822Z Downloading git.company.com/tf/azure-workload-identity/azure 1.0.0 for workload_identity_cert_manager...
2023-12-13T09:11:56.6590482Z - workload_identity_cert_manager in /tmp/terraform-data-dir/modules/workload_identity_cert_manager
2023-12-13T09:11:56.6591810Z Downloading git.company.com/tf/azure-workload-identity/azure 1.0.0 for workload_identity_external_dns...
2023-12-13T09:11:56.6594148Z - workload_identity_external_dns in /tmp/terraform-data-dir/modules/workload_identity_external_dns
2023-12-13T09:11:56.6596083Z Downloading git.company.com/tf/azure-workload-identity/azure 1.0.0 for workload_identity_external_secrets...
2023-12-13T09:11:56.6607488Z - workload_identity_external_secrets in /tmp/terraform-data-dir/modules/workload_identity_external_secrets
2023-12-13T09:11:56.6609151Z Downloading git.company.com/tf/azure-workload-identity/azure 1.0.0 for workload_identity_loki...
2023-12-13T09:11:56.6613940Z - workload_identity_loki in /tmp/terraform-data-dir/modules/workload_identity_loki
2023-12-13T09:11:56.6615960Z Downloading git.company.com/tf/azure-workload-identity/azure 1.0.0 for workload_identity_mimir...
2023-12-13T09:11:56.6622828Z - workload_identity_mimir in /tmp/terraform-data-dir/modules/workload_identity_mimir
2023-12-13T09:11:56.6679850Z
2023-12-13T09:11:56.6680465Z [0m[1mInitializing provider plugins...[0m
2023-12-13T09:11:56.6681158Z - terraform.io/builtin/terraform is built in to Terraform
2023-12-13T09:11:56.6681781Z - Reusing previous version of hashicorp/azurerm from the dependency lock file
2023-12-13T09:11:56.7706899Z - Reusing previous version of hashicorp/azuread from the dependency lock file
2023-12-13T09:11:56.8087220Z - Reusing previous version of hashicorp/random from the dependency lock file
2023-12-13T09:11:56.8837196Z - Installing hashicorp/azurerm v3.79.0...
2023-12-13T09:12:00.1510401Z - Installed hashicorp/azurerm v3.79.0 (signed by HashiCorp)
2023-12-13T09:12:00.1931637Z - Installing hashicorp/azuread v2.45.0...
2023-12-13T09:12:00.5407264Z - Installed hashicorp/azuread v2.45.0 (signed by HashiCorp)
2023-12-13T09:12:00.5741830Z - Installing hashicorp/random v3.5.1...
2023-12-13T09:12:00.8285259Z - Installed hashicorp/random v3.5.1 (signed by HashiCorp)
2023-12-13T09:12:00.8285807Z
2023-12-13T09:12:00.8286303Z Terraform has made some changes to the provider dependency selections recorded
2023-12-13T09:12:00.8287345Z in the .terraform.lock.hcl file. Review those changes and commit them to your
2023-12-13T09:12:00.8288440Z version control system if they represent changes you intended to make.
2023-12-13T09:12:00.8289340Z
2023-12-13T09:12:00.8289991Z [0m[1m[32mTerraform has been successfully initialized![0m[32m[0m
2023-12-13T09:12:00.8310095Z ::endgroup::
2023-12-13T09:12:00.8310542Z ##[endgroup]
2023-12-13T09:12:00.8329576Z ##[debug] terraform workspace select default
2023-12-13T09:12:01.9781493Z ##[debug] terraform plan -input=false -no-color -detailed-exitcode -lock-timeout=300s -out=/tmp/plan.out $PLAN_ARGS
2023-12-13T09:12:05.4410663Z data.terraform_remote_state.hub: Reading...
2023-12-13T09:12:05.4489488Z module.aks_management.random_string.temporary_name_for_rotation: Refreshing state... [id=cvdqfdiqedhh]
2023-12-13T09:12:05.9255175Z data.terraform_remote_state.hub: Read complete after 1s
2023-12-13T09:12:07.8782747Z azurerm_resource_group.management: Refreshing state... [id=/subscriptions/***/resourceGroups/management]
2023-12-13T09:12:08.0865679Z module.workload_identity_cert_manager.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cert-manager]
2023-12-13T09:12:08.0869056Z azurerm_user_assigned_identity.storage_account_uai: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/storage-account-mimir]
2023-12-13T09:12:08.0872419Z module.aks_management.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/management]
2023-12-13T09:12:08.0875682Z module.workload_identity_mimir.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mimir-distributed]
2023-12-13T09:12:08.0879667Z module.private_dns_management_vault.azurerm_private_dns_zone.private-dns-zone: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.vaultcore.azure.net]
2023-12-13T09:12:08.0919360Z module.private_dns_management_aks.azurerm_private_dns_zone.private-dns-zone: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/management.privatelink.westeurope.azmk8s.io]
2023-12-13T09:12:08.0977413Z module.nsg_private_endpoints_management.azurerm_network_security_group.nsg: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/networkSecurityGroups/private-endpoints-management]
2023-12-13T09:12:08.0982283Z azurerm_dns_zone.mgmt_<COMPANY>_cloud: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/dnsZones/mgmt.<COMPANY>.cloud]
2023-12-13T09:12:08.0991030Z module.workload_identity_loki.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/loki]
2023-12-13T09:12:08.1028669Z azurerm_private_dns_zone.mgmt_<COMPANY>_cloud: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/mgmt.<COMPANY>.cloud]
2023-12-13T09:12:08.2983057Z module.vnet_management.azurerm_virtual_network.vnet: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management]
2023-12-13T09:12:08.4664603Z module.workload_identity_external_dns.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/external-dns]
2023-12-13T09:12:08.5493112Z module.key_vault.azurerm_key_vault.key-vault: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.KeyVault/vaults/company-management]
2023-12-13T09:12:08.5836972Z module.private_dns_management_blob.azurerm_private_dns_zone.private-dns-zone: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.blob.core.windows.net]
2023-12-13T09:12:08.5898960Z module.workload_identity_external_secrets.azurerm_user_assigned_identity.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/external-secrets]
2023-12-13T09:12:08.6488829Z module.vnet_management.azurerm_virtual_network_peering.spoke-to-hub[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management/virtualNetworkPeerings/peering-to-hub]
2023-12-13T09:12:08.7490002Z module.vnet_management.azurerm_virtual_network_peering.hub-to-spoke[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/hub/providers/Microsoft.Network/virtualNetworks/hub/virtualNetworkPeerings/peering-to-management]
2023-12-13T09:12:08.7493813Z module.private_dns_management_vault.azurerm_private_dns_zone_virtual_network_link.vnet-link[1]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.vaultcore.azure.net/virtualNetworkLinks/management]
2023-12-13T09:12:08.7759603Z module.private_dns_management_vault.azurerm_private_dns_zone_virtual_network_link.vnet-link[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.vaultcore.azure.net/virtualNetworkLinks/hub]
2023-12-13T09:12:08.9319828Z module.subnet_private_endpoints.azurerm_subnet.subnet: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management/subnets/private-endpoints]
2023-12-13T09:12:08.9453817Z module.private_dns_management_aks.azurerm_private_dns_zone_virtual_network_link.vnet-link[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/management.privatelink.westeurope.azmk8s.io/virtualNetworkLinks/hub]
2023-12-13T09:12:08.9470593Z module.private_dns_management_aks.azurerm_private_dns_zone_virtual_network_link.vnet-link[1]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/management.privatelink.westeurope.azmk8s.io/virtualNetworkLinks/management]
2023-12-13T09:12:08.9635695Z module.subnet_aks.azurerm_subnet.subnet: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management/subnets/aks]
2023-12-13T09:12:08.9771993Z module.private_dns_management_blob.azurerm_private_dns_zone_virtual_network_link.vnet-link[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.blob.core.windows.net/virtualNetworkLinks/hub]
2023-12-13T09:12:09.1215991Z module.private_dns_management_blob.azurerm_private_dns_zone_virtual_network_link.vnet-link[1]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/privatelink.blob.core.windows.net/virtualNetworkLinks/management]
2023-12-13T09:12:09.2247206Z module.aks_management.azurerm_role_assignment.private-dns-zone: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/management.privatelink.westeurope.azmk8s.io/providers/Microsoft.Authorization/roleAssignments/6d569598-db92-4fe4-fba5-7c21dbc36766]
2023-12-13T09:12:09.2533819Z azurerm_private_dns_zone_virtual_network_link.mgmt_<COMPANY>_cloud_hub: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/mgmt.<COMPANY>.cloud/virtualNetworkLinks/hub]
2023-12-13T09:12:09.2625283Z azurerm_private_dns_zone_virtual_network_link.mgmt_<COMPANY>_cloud_mgmt: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/mgmt.<COMPANY>.cloud/virtualNetworkLinks/management]
2023-12-13T09:12:09.2628004Z azurerm_role_assignment.cert_manager_mgmt_<COMPANY>_cloud: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/dnsZones/mgmt.<COMPANY>.cloud/providers/Microsoft.Authorization/roleAssignments/e88379d1-4ff2-1172-9ae1-98657e55721b]
2023-12-13T09:12:09.3041204Z azurerm_role_assignment.external_dns_mgmt_<COMPANY>_cloud: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateDnsZones/mgmt.<COMPANY>.cloud/providers/Microsoft.Authorization/roleAssignments/3495cd60-820d-18bb-51b3-5a30ccced36a]
2023-12-13T09:12:09.3690495Z azurerm_role_assignment.external_dns_rg_reader: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Authorization/roleAssignments/bd7112da-4e33-c548-cfa0-3891d9ed72bd]
2023-12-13T09:12:09.4903500Z module.nsg_private_endpoints_management.azurerm_subnet_network_security_group_association.nsg-association[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management/subnets/private-endpoints]
2023-12-13T09:12:09.6300370Z module.key_vault.azurerm_role_assignment.key-vault[1]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.KeyVault/vaults/company-management/providers/Microsoft.Authorization/roleAssignments/a873dc6a-cfcc-73d9-275f-e916efb5fd5e]
2023-12-13T09:12:09.6304001Z module.key_vault.azurerm_role_assignment.key-vault[0]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.KeyVault/vaults/company-management/providers/Microsoft.Authorization/roleAssignments/ce26a0a8-8970-9376-4634-865eaf19526a]
2023-12-13T09:12:09.6306933Z module.storage_account_company_management_mimir.azurerm_key_vault_key.default: Refreshing state... [id=https://company-management.vault.azure.net/keys/companymanagementmimir-key/2b17661b68794de987d82c3e3cc0a540]
2023-12-13T09:12:09.6310527Z module.aks_management.azurerm_role_assignment.vnet: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management/providers/Microsoft.Authorization/roleAssignments/b3e497dd-7794-0a0a-fa61-53621e08f408]
2023-12-13T09:12:09.6313066Z module.key_vault.azurerm_private_endpoint.endpoint["vnet-management-pe"]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.Network/privateEndpoints/vnet-management-pe]
2023-12-13T09:12:09.6408333Z module.storage_account_company_management_loki.azurerm_key_vault_key.default: Refreshing state... [id=https://company-management.vault.azure.net/keys/companymanagementloki-key/f61588c7a991496d8306c4ba54ac55e1]
2023-12-13T09:12:11.1771703Z module.aks_management.azurerm_kubernetes_cluster.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ContainerService/managedClusters/management]
2023-12-13T09:12:13.1337672Z azurerm_role_assignment.aks_admins["61fca8ce-c50d-46ce-bfd3-779e7410c3ed"]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ContainerService/managedClusters/management/providers/Microsoft.Authorization/roleAssignments/3e68a40c-be24-534f-0c9e-7c65611fdcc5]
2023-12-13T09:12:13.1437852Z azurerm_role_assignment.aks_admins["90128a1c-ae10-4d6a-91df-d78cfc341c20"]: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ContainerService/managedClusters/management/providers/Microsoft.Authorization/roleAssignments/bd8d0666-96ec-fc8b-676c-4c104d74fc21]
2023-12-13T09:12:13.1444716Z module.workload_identity_cert_manager.azurerm_federated_identity_credential.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cert-manager/federatedIdentityCredentials/fed-identity-cert-manager]
2023-12-13T09:12:13.1504711Z module.workload_identity_loki.azurerm_federated_identity_credential.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/loki/federatedIdentityCredentials/fed-identity-loki]
2023-12-13T09:12:13.1509836Z module.aks_management_spot_1.azurerm_kubernetes_cluster_node_pool.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ContainerService/managedClusters/management/agentPools/spot1]
2023-12-13T09:12:13.1515349Z module.workload_identity_external_secrets.azurerm_federated_identity_credential.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/external-secrets/federatedIdentityCredentials/fed-identity-external-secrets]
2023-12-13T09:12:13.1521529Z module.workload_identity_mimir.azurerm_federated_identity_credential.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mimir-distributed/federatedIdentityCredentials/fed-identity-mimir-distributed]
2023-12-13T09:12:13.1527516Z module.workload_identity_external_dns.azurerm_federated_identity_credential.default: Refreshing state... [id=/subscriptions/***/resourceGroups/management/providers/Microsoft.ManagedIdentity/userAssignedIdentities/external-dns/federatedIdentityCredentials/fed-identity-external-dns]
2023-12-13T09:12:15.2430055Z
2023-12-13T09:12:15.2431404Z Planning failed. Terraform encountered an error while generating this plan.
2023-12-13T09:12:15.2432115Z
2023-12-13T09:12:15.2439176Z
2023-12-13T09:12:15.2444470Z Error: keyvault.BaseClient#GetKey: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Forbidden" Message="Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=***;oid=24c9ce76-4a27-42d8-b026-3f6dac02bcd4;iss=https://sts.windows.net/***/\r\nAction: 'Microsoft.KeyVault/vaults/keys/read'\r\nResource: '/subscriptions/***/resourcegroups/management/providers/microsoft.keyvault/vaults/company-management/keys/companymanagementloki-key'\r\nAssignment: (not found)\r\nDenyAssignmentId: null\r\nDecisionReason: 'DeniedWithNoValidRBAC' \r\nVault: company-management;location=westeurope\r\n" InnerError={"code":"ForbiddenByRbac"}
2023-12-13T09:12:15.2448158Z
2023-12-13T09:12:15.2448775Z with module.storage_account_company_management_loki.azurerm_key_vault_key.default,
2023-12-13T09:12:15.2451761Z on /tmp/terraform-data-dir/modules/storage_account_company_management_loki/storage-account.tf line 6, in resource "azurerm_key_vault_key" "default":
2023-12-13T09:12:15.2453267Z 6: resource "azurerm_key_vault_key" "default" {
2023-12-13T09:12:15.2453802Z
2023-12-13T09:12:15.2453808Z
2023-12-13T09:12:15.2462789Z Error: keyvault.BaseClient#GetKey: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Forbidden" Message="Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=***;oid=24c9ce76-4a27-42d8-b026-3f6dac02bcd4;iss=https://sts.windows.net/***/\r\nAction: 'Microsoft.KeyVault/vaults/keys/read'\r\nResource: '/subscriptions/***/resourcegroups/management/providers/microsoft.keyvault/vaults/company-management/keys/companymanagementmimir-key'\r\nAssignment: (not found)\r\nDenyAssignmentId: null\r\nDecisionReason: 'DeniedWithNoValidRBAC' \r\nVault: company-management;location=westeurope\r\n" InnerError={"code":"ForbiddenByRbac"}
2023-12-13T09:12:15.2467179Z
2023-12-13T09:12:15.2467648Z with module.storage_account_company_management_mimir.azurerm_key_vault_key.default,
2023-12-13T09:12:15.2469409Z on /tmp/terraform-data-dir/modules/storage_account_company_management_mimir/storage-account.tf line 6, in resource "azurerm_key_vault_key" "default":
2023-12-13T09:12:15.2471040Z 6: resource "azurerm_key_vault_key" "default" {
2023-12-13T09:12:15.2471389Z
2023-12-13T09:12:15.2472824Z ##[debug] Not a pull_request, issue_comment, pull_request_target, pull_request_review, pull_request_review_comment or repository_dispatch event - not creating a PR comment
2023-12-13T09:12:15.2474484Z ##[debug] Error running terraform
2023-12-13T09:12:15.2475700Z ##[debug]ls -la /github/workspace:total 36
2023-12-13T09:12:15.2476690Z ##[debug]ls -la /github/workspace:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:10 .
2023-12-13T09:12:15.2478002Z ##[debug]ls -la /github/workspace:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:12:15.2479338Z ##[debug]ls -la /github/workspace:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:08 .github
2023-12-13T09:12:15.2480746Z ##[debug]ls -la /github/workspace:-rw-r--r-- 1 1001 1001 917 Dec 13 09:08 .gitignore
2023-12-13T09:12:15.2482107Z ##[debug]ls -la /github/workspace:-rw-r--r-- 1 1001 1001 2469 Dec 13 09:08 README.md
2023-12-13T09:12:15.2483526Z ##[debug]ls -la /github/workspace:-rw-r--r-- 1 1001 1001 3175 Dec 13 09:08 Taskfile.yml
2023-12-13T09:12:15.2484684Z ##[debug]ls -la /github/workspace:drwxr-sr-x 4 1001 1001 4096 Dec 13 09:08 environments
2023-12-13T09:12:15.2485615Z ##[debug]ls -la /github/workspace:-rw-r--r-- 1 1001 1001 1920 Dec 13 09:08 <COMPANY>-company-azure-vpn.xml
2023-12-13T09:12:15.2486394Z ##[debug]ls -la /github/home:total 20
2023-12-13T09:12:15.2487021Z ##[debug]ls -la /github/home:drwxr-xr-x 1 root root 4096 Dec 13 09:11 .
2023-12-13T09:12:15.2487773Z ##[debug]ls -la /github/home:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:12:15.2488640Z ##[debug]ls -la /github/home:drwxr-xr-x 3 root root 4096 Dec 13 09:11 .dflook-terraform-github-actions
2023-12-13T09:12:15.2489528Z ##[debug]ls -la /github/home:-rw-r--r-- 1 root root 0 Dec 13 09:11 .netrc
2023-12-13T09:12:15.2490318Z ##[debug]ls -la /github/home:drwxr-xr-x 3 root root 4096 Dec 13 09:11 .terraform.d
2023-12-13T09:12:15.2491136Z ##[debug]ls -la /github/home:-rw-r--r-- 1 root root 0 Dec 13 09:11 .terraformrc
2023-12-13T09:12:15.2505400Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions:total 12
2023-12-13T09:12:15.2506386Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions:drwxr-xr-x 3 root root 4096 Dec 13 09:11 .
2023-12-13T09:12:15.2507445Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:12:15.2508575Z ##[debug]ls -la /github/home/.dflook-terraform-github-actions:drwxr-xr-x 2 root root 4096 Dec 13 09:11 terraform-bin-dir
2023-12-13T09:12:15.2530366Z ##[debug]ls -la /github/home/.terraform.d:total 12
2023-12-13T09:12:15.2531503Z ##[debug]ls -la /github/home/.terraform.d:drwxr-xr-x 3 root root 4096 Dec 13 09:11 .
2023-12-13T09:12:15.2532469Z ##[debug]ls -la /github/home/.terraform.d:drwxr-xr-x 1 root root 4096 Dec 13 09:11 ..
2023-12-13T09:12:15.2533452Z ##[debug]ls -la /github/home/.terraform.d:drwxr-xr-x 3 root root 4096 Dec 13 09:11 plugin-cache
2023-12-13T09:12:16.2757817Z ##[debug]Waiting for container job to complete
2023-12-13T09:12:19.3361080Z ##[error]Error: job aks-company-management-6n9z5-runner-h2krh-step-86005e46 has failed
2023-12-13T09:12:19.3474487Z ##[error]Process completed with exit code 1.
2023-12-13T09:12:19.3566648Z ##[error]Executing the custom container implementation failed. Please contact your self hosted runner administrator.
2023-12-13T09:12:19.3571873Z ##[debug]System.Exception: Executing the custom container implementation failed. Please contact your self hosted runner administrator.
2023-12-13T09:12:19.3573979Z ##[debug] ---> System.Exception: The hook script at '/home/runner/k8s/index.js' running command 'RunContainerStep' did not execute successfully
2023-12-13T09:12:19.3577027Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.ExecuteHookScript[T](IExecutionContext context, HookInput input, ActionRunStage stage, String prependPath)
2023-12-13T09:12:19.3579178Z ##[debug] --- End of inner exception stack trace ---
2023-12-13T09:12:19.3581967Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.ExecuteHookScript[T](IExecutionContext context, HookInput input, ActionRunStage stage, String prependPath)
2023-12-13T09:12:19.3585574Z ##[debug] at GitHub.Runner.Worker.Container.ContainerHooks.ContainerHookManager.RunContainerStepAsync(IExecutionContext context, ContainerInfo container, String dockerFile)
2023-12-13T09:12:19.3588373Z ##[debug] at GitHub.Runner.Worker.Handlers.ContainerActionHandler.RunAsync(ActionRunStage stage)
2023-12-13T09:12:19.3590102Z ##[debug] at GitHub.Runner.Worker.ActionRunner.RunAsync()
2023-12-13T09:12:19.3591824Z ##[debug] at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
2023-12-13T09:12:19.3602765Z ##[debug]Finishing: Plan
2023-12-13T09:12:19.3629585Z ##[debug]Evaluating condition for step: 'Read Plan'
2023-12-13T09:12:19.3659598Z ##[debug]Evaluating: (success() && format('{0} || github.event_name == ''issue_comment''', steps.plan.outputs.changes))
2023-12-13T09:12:19.3661575Z ##[debug]Evaluating And:
2023-12-13T09:12:19.3667873Z ##[debug]..Evaluating success:
2023-12-13T09:12:19.3668760Z ##[debug]..=> true
2023-12-13T09:12:19.3669464Z ##[debug]..Evaluating format:
2023-12-13T09:12:19.3670321Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.3671367Z ##[debug]....=> '{0} || github.event_name == ''issue_comment'''
2023-12-13T09:12:19.3672450Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.3673215Z ##[debug]......Evaluating Index:
2023-12-13T09:12:19.3673994Z ##[debug]........Evaluating Index:
2023-12-13T09:12:19.3674799Z ##[debug]..........Evaluating steps:
2023-12-13T09:12:19.3675575Z ##[debug]..........=> Object
2023-12-13T09:12:19.3676332Z ##[debug]..........Evaluating String:
2023-12-13T09:12:19.3677141Z ##[debug]..........=> 'plan'
2023-12-13T09:12:19.3678218Z ##[debug]........=> Object
2023-12-13T09:12:19.3678943Z ##[debug]........Evaluating String:
2023-12-13T09:12:19.3679697Z ##[debug]........=> 'outputs'
2023-12-13T09:12:19.3680412Z ##[debug]......=> Object
2023-12-13T09:12:19.3681178Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.3681932Z ##[debug]......=> 'changes'
2023-12-13T09:12:19.3682651Z ##[debug]....=> null
2023-12-13T09:12:19.3683585Z ##[debug]..=> ' || github.event_name == ''issue_comment'''
2023-12-13T09:12:19.3684768Z ##[debug]=> ' || github.event_name == ''issue_comment'''
2023-12-13T09:12:19.3689416Z ##[debug]Expanded: (true && ' || github.event_name == ''issue_comment''')
2023-12-13T09:12:19.3690864Z ##[debug]Result: ' || github.event_name == ''issue_comment'''
2023-12-13T09:12:19.3692480Z ##[debug]Starting: Read Plan
2023-12-13T09:12:19.3721731Z ##[debug]Loading inputs
2023-12-13T09:12:19.3723958Z ##[debug]Evaluating: steps.plan.outputs.text_plan_path
2023-12-13T09:12:19.3724909Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.3725528Z ##[debug]..Evaluating Index:
2023-12-13T09:12:19.3726161Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.3726857Z ##[debug]......Evaluating steps:
2023-12-13T09:12:19.3727497Z ##[debug]......=> Object
2023-12-13T09:12:19.3728013Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.3728684Z ##[debug]......=> 'plan'
2023-12-13T09:12:19.3729359Z ##[debug]....=> Object
2023-12-13T09:12:19.3729951Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.3730839Z ##[debug]....=> 'outputs'
2023-12-13T09:12:19.3731416Z ##[debug]..=> Object
2023-12-13T09:12:19.3731912Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.3732871Z ##[debug]..=> 'text_plan_path'
2023-12-13T09:12:19.3733505Z ##[debug]=> null
2023-12-13T09:12:19.3734078Z ##[debug]Result: null
2023-12-13T09:12:19.3737951Z ##[debug]Loading env
2023-12-13T09:12:19.3749169Z ##[group]Run juliangruber/read-file-action@v1
2023-12-13T09:12:19.3749772Z with:
2023-12-13T09:12:19.3750226Z trim: false
2023-12-13T09:12:19.3750563Z env:
2023-12-13T09:12:19.3750952Z ACTIONS_STEP_DEBUG: true
2023-12-13T09:12:19.3751923Z GITHUB_TOKEN: ***
2023-12-13T09:12:19.3752516Z TF_TOKEN_git_COMPANY_com: ***
2023-12-13T09:12:19.3753233Z AZURE_HTTP_USER_AGENT:
2023-12-13T09:12:19.3753663Z AZUREPS_HOST_ENVIRONMENT:
2023-12-13T09:12:19.3754167Z ##[endgroup]
2023-12-13T09:12:19.5093303Z ##[error]ENOENT: no such file or directory, open ''
2023-12-13T09:12:19.5138596Z ##[debug]Node Action run completed with exit code 1
2023-12-13T09:12:19.5142547Z ##[debug]Finishing: Read Plan
2023-12-13T09:12:19.5157689Z ##[debug]Evaluating: matrix.environments
2023-12-13T09:12:19.5158301Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5158801Z ##[debug]..Evaluating matrix:
2023-12-13T09:12:19.5159302Z ##[debug]..=> Object
2023-12-13T09:12:19.5159772Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5160274Z ##[debug]..=> 'environments'
2023-12-13T09:12:19.5160810Z ##[debug]=> 'management'
2023-12-13T09:12:19.5161312Z ##[debug]Result: 'management'
2023-12-13T09:12:19.5162265Z ##[debug]Evaluating: steps.plan.outputs.to_add
2023-12-13T09:12:19.5162893Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5163373Z ##[debug]..Evaluating Index:
2023-12-13T09:12:19.5163873Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.5164384Z ##[debug]......Evaluating steps:
2023-12-13T09:12:19.5164895Z ##[debug]......=> Object
2023-12-13T09:12:19.5180191Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.5180934Z ##[debug]......=> 'plan'
2023-12-13T09:12:19.5181494Z ##[debug]....=> Object
2023-12-13T09:12:19.5182068Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.5182581Z ##[debug]....=> 'outputs'
2023-12-13T09:12:19.5183039Z ##[debug]..=> Object
2023-12-13T09:12:19.5183546Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5184067Z ##[debug]..=> 'to_add'
2023-12-13T09:12:19.5184460Z ##[debug]=> null
2023-12-13T09:12:19.5184905Z ##[debug]Result: null
2023-12-13T09:12:19.5185868Z ##[debug]Evaluating: steps.plan.outputs.to_change
2023-12-13T09:12:19.5186594Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5187093Z ##[debug]..Evaluating Index:
2023-12-13T09:12:19.5187614Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.5188237Z ##[debug]......Evaluating steps:
2023-12-13T09:12:19.5188762Z ##[debug]......=> Object
2023-12-13T09:12:19.5189243Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.5189827Z ##[debug]......=> 'plan'
2023-12-13T09:12:19.5190314Z ##[debug]....=> Object
2023-12-13T09:12:19.5191223Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.5192075Z ##[debug]....=> 'outputs'
2023-12-13T09:12:19.5192576Z ##[debug]..=> Object
2023-12-13T09:12:19.5193270Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5194087Z ##[debug]..=> 'to_change'
2023-12-13T09:12:19.5194561Z ##[debug]=> null
2023-12-13T09:12:19.5195857Z ##[debug]Result: null
2023-12-13T09:12:19.5197303Z ##[debug]Evaluating: steps.plan.outputs.to_destroy
2023-12-13T09:12:19.5198212Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5199184Z ##[debug]..Evaluating Index:
2023-12-13T09:12:19.5199682Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.5200213Z ##[debug]......Evaluating steps:
2023-12-13T09:12:19.5200767Z ##[debug]......=> Object
2023-12-13T09:12:19.5201268Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.5201860Z ##[debug]......=> 'plan'
2023-12-13T09:12:19.5202355Z ##[debug]....=> Object
2023-12-13T09:12:19.5202805Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.5203324Z ##[debug]....=> 'outputs'
2023-12-13T09:12:19.5203787Z ##[debug]..=> Object
2023-12-13T09:12:19.5204513Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5205016Z ##[debug]..=> 'to_destroy'
2023-12-13T09:12:19.5205484Z ##[debug]=> null
2023-12-13T09:12:19.5205920Z ##[debug]Result: null
2023-12-13T09:12:19.5207032Z ##[debug]Evaluating: steps.read.outputs.content
2023-12-13T09:12:19.5207683Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5208217Z ##[debug]..Evaluating Index:
2023-12-13T09:12:19.5208753Z ##[debug]....Evaluating Index:
2023-12-13T09:12:19.5209329Z ##[debug]......Evaluating steps:
2023-12-13T09:12:19.5209879Z ##[debug]......=> Object
2023-12-13T09:12:19.5210383Z ##[debug]......Evaluating String:
2023-12-13T09:12:19.5210926Z ##[debug]......=> 'read'
2023-12-13T09:12:19.5211402Z ##[debug]....=> Object
2023-12-13T09:12:19.5211872Z ##[debug]....Evaluating String:
2023-12-13T09:12:19.5212401Z ##[debug]....=> 'outputs'
2023-12-13T09:12:19.5212896Z ##[debug]..=> Object
2023-12-13T09:12:19.5213381Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5213920Z ##[debug]..=> 'content'
2023-12-13T09:12:19.5214421Z ##[debug]=> null
2023-12-13T09:12:19.5215186Z ##[debug]Result: null
2023-12-13T09:12:19.5215961Z ##[debug]Evaluating condition for step: 'Changes Detected'
2023-12-13T09:12:19.5220618Z ##[debug]Evaluating: (success() && format('{0} || github.event_name == ''issue_comment''', steps.plan.outputs.changes))
2023-12-13T09:12:19.5221879Z ##[debug]Evaluating And:
2023-12-13T09:12:19.5222510Z ##[debug]..Evaluating success:
2023-12-13T09:12:19.5223236Z ##[debug]..=> false
2023-12-13T09:12:19.5223796Z ##[debug]=> false
2023-12-13T09:12:19.5227536Z ##[debug]Expanded: (false && format('{0} || github.event_name == ''issue_comment''', steps['plan']['outputs']['changes']))
2023-12-13T09:12:19.5228885Z ##[debug]Result: false
2023-12-13T09:12:19.5237202Z ##[debug]Evaluating condition for step: 'Close Issue'
2023-12-13T09:12:19.5257421Z ##[debug]Evaluating: (success() && (steps.plan.outputs.to_add == 0) && (steps.plan.outputs.to_change == 0) && (steps.plan.outputs.to_destroy == 0))
2023-12-13T09:12:19.5258948Z ##[debug]Evaluating And:
2023-12-13T09:12:19.5259590Z ##[debug]..Evaluating success:
2023-12-13T09:12:19.5262476Z ##[debug]..=> false
2023-12-13T09:12:19.5263053Z ##[debug]=> false
2023-12-13T09:12:19.5268392Z ##[debug]Expanded: (false && (steps['plan']['outputs']['to_add'] == 0) && (steps['plan']['outputs']['to_change'] == 0) && (steps['plan']['outputs']['to_destroy'] == 0))
2023-12-13T09:12:19.5269924Z ##[debug]Result: false
2023-12-13T09:12:19.5279189Z ##[debug]Evaluating condition for step: 'Post Checkout'
2023-12-13T09:12:19.5282393Z ##[debug]Evaluating: always()
2023-12-13T09:12:19.5283114Z ##[debug]Evaluating always:
2023-12-13T09:12:19.5284430Z ##[debug]=> true
2023-12-13T09:12:19.5285275Z ##[debug]Result: true
2023-12-13T09:12:19.5286141Z ##[debug]Starting: Post Checkout
2023-12-13T09:12:19.5520606Z ##[debug]Loading inputs
2023-12-13T09:12:19.5522122Z ##[debug]Evaluating: github.repository
2023-12-13T09:12:19.5522656Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5522944Z ##[debug]..Evaluating github:
2023-12-13T09:12:19.5523249Z ##[debug]..=> Object
2023-12-13T09:12:19.5523519Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5524031Z ##[debug]..=> 'repository'
2023-12-13T09:12:19.5524391Z ##[debug]=> '<COMPANY>/<REPO>'
2023-12-13T09:12:19.5524809Z ##[debug]Result: '<COMPANY>/<REPO>'
2023-12-13T09:12:19.5526918Z ##[debug]Evaluating: github.token
2023-12-13T09:12:19.5527275Z ##[debug]Evaluating Index:
2023-12-13T09:12:19.5527569Z ##[debug]..Evaluating github:
2023-12-13T09:12:19.5527853Z ##[debug]..=> Object
2023-12-13T09:12:19.5528129Z ##[debug]..Evaluating String:
2023-12-13T09:12:19.5528411Z ##[debug]..=> 'token'
2023-12-13T09:12:19.5528859Z ##[debug]=> '***'
2023-12-13T09:12:19.5529239Z ##[debug]Result: '***'
2023-12-13T09:12:19.5548279Z ##[debug]Loading env
2023-12-13T09:12:19.5556159Z Post job cleanup.
2023-12-13T09:12:19.7241123Z ##[debug]Node Action run completed with exit code 0
2023-12-13T09:12:19.7244704Z ##[debug]Finishing: Post Checkout
2023-12-13T09:12:19.7524362Z ##[debug]Starting: Complete job
2023-12-13T09:12:19.7526928Z Cleaning up orphan processes
2023-12-13T09:12:19.7552412Z ##[debug]Finishing: Complete job
2023-12-13T09:12:19.7720740Z ##[debug]Finishing: Check for drift (management)
Note that the Plan still fails, which is due to missing configuration on my end.
FYI, this problem also occurs on the other actions like terraform-validate
, terraform-fmt-check
etc.
ARC seems pretty broken when using containerMode: "kubernetes"
. v1.39.0 has some workarounds, which should make these actions work as expected.
Problem description
We've been using given workflow for a while now, but due to network design considerations we need Terraform to run from within our VPC, which means we had to transition to a self-hosted runner instead. However, when running on our self-hosted runner, we encounter the following issue:
In my idea, this comes down to this line in
actions.sh
. I've tried changing the$HOME
variable to/github/workspace
, but without any success.Terraform version
v1.6.5
Backend
azurerm
Workflow YAML
Workflow log
Has debug logging been enabled?
ACTIONS_STEP_DEBUG
secret was set totrue
when capturing the workflow log above.