Advertisement
Guest User

Untitled

a guest
Jul 7th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.52 KB | None | 0 0
  1.  
  2. 2023-07-07T12:24:21.7614574Z Requested labels: ubuntu-latest
  3. 2023-07-07T12:24:21.7614941Z Job defined at: warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev
  4. 2023-07-07T12:24:21.7615224Z Reusable workflow chain:
  5. 2023-07-07T12:24:21.7615341Z warriors-life/warriors-life-nginx-proxy/.github/workflows/build.yml@refs/heads/dev (f102546070e75bb1d3bca064db62cb24e2eeb951)
  6. 2023-07-07T12:24:21.7615486Z -> warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev (561d2441dfa966401db1f3b6bf098b033413f046)
  7. 2023-07-07T12:24:21.7615638Z Waiting for a runner to pick up this job...
  8. 2023-07-07T12:24:21.9414036Z Job is waiting for a hosted runner to come online.
  9. 2023-07-07T12:24:24.6871381Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
  10. 2023-07-07T12:24:27.3237180Z Current runner version: '2.305.0'
  11. 2023-07-07T12:24:27.3270446Z ##[group]Operating System
  12. 2023-07-07T12:24:27.3271103Z Ubuntu
  13. 2023-07-07T12:24:27.3271489Z 22.04.2
  14. 2023-07-07T12:24:27.3271882Z LTS
  15. 2023-07-07T12:24:27.3272216Z ##[endgroup]
  16. 2023-07-07T12:24:27.3272694Z ##[group]Runner Image
  17. 2023-07-07T12:24:27.3273157Z Image: ubuntu-22.04
  18. 2023-07-07T12:24:27.3273547Z Version: 20230702.1.0
  19. 2023-07-07T12:24:27.3274260Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230702.1/images/linux/Ubuntu2204-Readme.md
  20. 2023-07-07T12:24:27.3275142Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230702.1
  21. 2023-07-07T12:24:27.3275733Z ##[endgroup]
  22. 2023-07-07T12:24:27.3276204Z ##[group]Runner Image Provisioner
  23. 2023-07-07T12:24:27.3276670Z 2.0.238.1
  24. 2023-07-07T12:24:27.3277041Z ##[endgroup]
  25. 2023-07-07T12:24:27.3278007Z ##[group]GITHUB_TOKEN Permissions
  26. 2023-07-07T12:24:27.3278730Z Contents: read
  27. 2023-07-07T12:24:27.3279171Z Metadata: read
  28. 2023-07-07T12:24:27.3279784Z Packages: write
  29. 2023-07-07T12:24:27.3280362Z ##[endgroup]
  30. 2023-07-07T12:24:27.3285082Z Secret source: Actions
  31. 2023-07-07T12:24:27.3285747Z Prepare workflow directory
  32. 2023-07-07T12:24:27.4198413Z Prepare all required actions
  33. 2023-07-07T12:24:27.4431886Z Getting action download info
  34. 2023-07-07T12:24:27.8270799Z Download action repository 'step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845' (SHA:55d479fb1c5bcad5a4f9099a5d9f37c8857b2845)
  35. 2023-07-07T12:24:28.4683613Z Download action repository 'actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
  36. 2023-07-07T12:24:28.7425595Z Download action repository 'docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a' (SHA:16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a)
  37. 2023-07-07T12:24:28.9662857Z Download action repository 'docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc' (SHA:465a07811f14bebb1938fbed4728c6a1ff8901fc)
  38. 2023-07-07T12:24:29.3723809Z Download action repository 'docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825' (SHA:2eb1c1961a95fc15694676618e422e8ba1d63825)
  39. 2023-07-07T12:24:29.6600244Z Download action repository 'peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864' (SHA:dc67fad7001ef9e8e3c124cb7a64e16d0a63d864)
  40. 2023-07-07T12:24:30.0960018Z Uses: warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev (561d2441dfa966401db1f3b6bf098b033413f046)
  41. 2023-07-07T12:24:30.0962325Z ##[group] Inputs
  42. 2023-07-07T12:24:30.0963657Z node-code-pre-test: export $(sed '/^[[:blank:]]*#/d;s/#.*//' test.env | xargs -0) && sed '/^[[:blank:]]*#/d;s/#.*//' test.env >> $GITHUB_ENV
  43. openssl req -x509 -config ssl-config/openssl-ca.conf -out server$NGINX_TRUSTED_CERTS -keyout ssl-config/ca.key -noenc
  44. openssl req -config ssl-config/openssl-cert.conf -CA server$NGINX_TRUSTED_CERTS -CAkey ssl-config/ca.key -out server$NGINX_CERT -keyout server$NGINX_CERT_KEY -noenc
  45. gzip -k server/static/*.{css,csv,html,ico,js,json,svg,txt,wasm,webmanifest}
  46. cd server && docker compose up -d
  47.  
  48. 2023-07-07T12:24:30.0964936Z image-name: warriors-life/warriors-life-nginx-proxy
  49. 2023-07-07T12:24:30.0965301Z ##[endgroup]
  50. 2023-07-07T12:24:30.0965939Z Complete job name: call-workflow / Push Docker image to the registry
  51. 2023-07-07T12:24:30.2171306Z ##[group]Run step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
  52. 2023-07-07T12:24:30.2171791Z with:
  53. 2023-07-07T12:24:30.2172235Z disable-sudo: true
  54. 2023-07-07T12:24:30.2172537Z egress-policy: block
  55. 2023-07-07T12:24:30.2173181Z allowed-endpoints: github.com:443 ghcr.io:443 registry-1.docker.io:443 auth.docker.io:443 docker.io:443 production.cloudflare.docker.com:443 dl-cdn.alpinelinux.org:443
  56.  
  57. 2023-07-07T12:24:30.2174069Z token: ***
  58. 2023-07-07T12:24:30.2174340Z disable-telemetry: false
  59. 2023-07-07T12:24:30.2174677Z disable-file-monitoring: false
  60. 2023-07-07T12:24:30.2174988Z ##[endgroup]
  61. 2023-07-07T12:24:30.6775589Z [!] Current Configuration:
  62. 2023-07-07T12:24:30.6781574Z {"repo":"warriors-life/warriors-life-nginx-proxy","run_id":"5478412121","correlation_id":"c24490b8-6e97-40f0-9481-51560c739cef","working_directory":"/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy","api_url":"https://agent.api.stepsecurity.io/v1","allowed_endpoints":"github.com:443 ghcr.io:443 registry-1.docker.io:443 auth.docker.io:443 docker.io:443 production.cloudflare.docker.com:443 dl-cdn.alpinelinux.org:443","egress_policy":"block","disable_telemetry":false,"disable_sudo":true,"disable_file_monitoring":false,"private":true}
  63. 2023-07-07T12:24:30.6783584Z
  64. 2023-07-07T12:24:31.6201408Z Step Security Job Correlation ID: c24490b8-6e97-40f0-9481-51560c739cef
  65. 2023-07-07T12:24:31.6834169Z Adding cacheHost: n06iacprodeus1file4.blob.core.windows.net:443 to allowed-endpoints
  66. 2023-07-07T12:24:31.9718302Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/a649b96a-5b03-4530-8f09-92d4d6100b92 -f /home/runner/work/_temp/00b3301f-09e6-45aa-b602-996855aa6423
  67. 2023-07-07T12:24:32.0933991Z View security insights and recommended policy at:
  68. 2023-07-07T12:24:32.0935427Z https://app.stepsecurity.io/github/warriors-life/warriors-life-nginx-proxy/actions/runs/5478412121
  69. 2023-07-07T12:24:36.2889494Z Initialized
  70. 2023-07-07T12:24:36.3253364Z ##[group]Run step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
  71. 2023-07-07T12:24:36.3253963Z with:
  72. 2023-07-07T12:24:36.3254334Z disable-sudo: true
  73. 2023-07-07T12:24:36.3254726Z egress-policy: block
  74. 2023-07-07T12:24:36.3255445Z allowed-endpoints: github.com:443 ghcr.io:443 registry-1.docker.io:443 auth.docker.io:443 docker.io:443 production.cloudflare.docker.com:443 dl-cdn.alpinelinux.org:443
  75.  
  76. 2023-07-07T12:24:36.3256261Z token: ***
  77. 2023-07-07T12:24:36.3256656Z disable-telemetry: false
  78. 2023-07-07T12:24:36.3257094Z disable-file-monitoring: false
  79. 2023-07-07T12:24:36.3257488Z env:
  80. 2023-07-07T12:24:36.3257876Z STATE_disableSudo: true
  81. 2023-07-07T12:24:36.3258243Z STATE_monitorStatusCode: 500
  82. 2023-07-07T12:24:36.3258629Z ##[endgroup]
  83. 2023-07-07T12:24:36.4069248Z View security insights and recommended policy at:
  84. 2023-07-07T12:24:36.4072240Z https://app.stepsecurity.io/github/warriors-life/warriors-life-nginx-proxy/actions/runs/5478412121
  85. 2023-07-07T12:24:36.4213541Z ##[group]Run actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
  86. 2023-07-07T12:24:36.4214068Z with:
  87. 2023-07-07T12:24:36.4214376Z sparse-checkout: src
  88. 2023-07-07T12:24:36.4214790Z persist-credentials: false
  89. 2023-07-07T12:24:36.4215297Z repository: warriors-life/warriors-life-nginx-proxy
  90. 2023-07-07T12:24:36.4215963Z token: ***
  91. 2023-07-07T12:24:36.4216318Z ssh-strict: true
  92. 2023-07-07T12:24:36.4216620Z clean: true
  93. 2023-07-07T12:24:36.4217034Z sparse-checkout-cone-mode: true
  94. 2023-07-07T12:24:36.4217444Z fetch-depth: 1
  95. 2023-07-07T12:24:36.4217824Z lfs: false
  96. 2023-07-07T12:24:36.4218173Z submodules: false
  97. 2023-07-07T12:24:36.4218517Z set-safe-directory: true
  98. 2023-07-07T12:24:36.4218893Z ##[endgroup]
  99. 2023-07-07T12:24:36.5651872Z Syncing repository: warriors-life/warriors-life-nginx-proxy
  100. 2023-07-07T12:24:36.5654551Z ##[group]Getting Git version info
  101. 2023-07-07T12:24:36.5655694Z Working directory is '/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy'
  102. 2023-07-07T12:24:36.5656640Z [command]/usr/bin/git version
  103. 2023-07-07T12:24:36.5877429Z git version 2.41.0
  104. 2023-07-07T12:24:36.5911025Z ##[endgroup]
  105. 2023-07-07T12:24:36.5930409Z Temporarily overriding HOME='/home/runner/work/_temp/50265863-b553-4ced-ad4e-081e6bb5db0d' before making global git config changes
  106. 2023-07-07T12:24:36.5932716Z Adding repository directory to the temporary git global config as a safe directory
  107. 2023-07-07T12:24:36.5936806Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  108. 2023-07-07T12:24:36.5995395Z Deleting the contents of '/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy'
  109. 2023-07-07T12:24:36.6001466Z ##[group]Initializing the repository
  110. 2023-07-07T12:24:36.6006165Z [command]/usr/bin/git init /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  111. 2023-07-07T12:24:36.6151689Z hint: Using 'master' as the name for the initial branch. This default branch name
  112. 2023-07-07T12:24:36.6152676Z hint: is subject to change. To configure the initial branch name to use in all
  113. 2023-07-07T12:24:36.6153675Z hint: of your new repositories, which will suppress this warning, call:
  114. 2023-07-07T12:24:36.6154615Z hint:
  115. 2023-07-07T12:24:36.6239744Z hint: git config --global init.defaultBranch <name>
  116. 2023-07-07T12:24:36.6240245Z hint:
  117. 2023-07-07T12:24:36.6240912Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
  118. 2023-07-07T12:24:36.6241628Z hint: 'development'. The just-created branch can be renamed via this command:
  119. 2023-07-07T12:24:36.6242111Z hint:
  120. 2023-07-07T12:24:36.6242533Z hint: git branch -m <name>
  121. 2023-07-07T12:24:36.6243252Z Initialized empty Git repository in /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/
  122. 2023-07-07T12:24:36.6248129Z [command]/usr/bin/git remote add origin https://github.com/warriors-life/warriors-life-nginx-proxy
  123. 2023-07-07T12:24:36.6346365Z ##[endgroup]
  124. 2023-07-07T12:24:36.6347402Z ##[group]Disabling automatic garbage collection
  125. 2023-07-07T12:24:36.6349554Z [command]/usr/bin/git config --local gc.auto 0
  126. 2023-07-07T12:24:36.6409126Z ##[endgroup]
  127. 2023-07-07T12:24:36.6409946Z ##[group]Setting up auth
  128. 2023-07-07T12:24:36.6423698Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  129. 2023-07-07T12:24:36.6504111Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
  130. 2023-07-07T12:24:36.7120524Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  131. 2023-07-07T12:24:36.7193194Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
  132. 2023-07-07T12:24:36.7670095Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
  133. 2023-07-07T12:24:36.7857064Z ##[endgroup]
  134. 2023-07-07T12:24:36.7861061Z ##[group]Fetching the repository
  135. 2023-07-07T12:24:36.7877905Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --filter=blob:none --depth=1 origin +f102546070e75bb1d3bca064db62cb24e2eeb951:refs/remotes/origin/dev
  136. 2023-07-07T12:24:37.1828162Z remote: Enumerating objects: 14, done.
  137. 2023-07-07T12:24:37.1829095Z remote: Counting objects: 7% (1/14)
  138. 2023-07-07T12:24:37.1853044Z remote: Counting objects: 14% (2/14)
  139. 2023-07-07T12:24:37.1853708Z remote: Counting objects: 21% (3/14)
  140. 2023-07-07T12:24:37.1854167Z remote: Counting objects: 28% (4/14)
  141. 2023-07-07T12:24:37.1854611Z remote: Counting objects: 35% (5/14)
  142. 2023-07-07T12:24:37.1855089Z remote: Counting objects: 42% (6/14)
  143. 2023-07-07T12:24:37.1855526Z remote: Counting objects: 50% (7/14)
  144. 2023-07-07T12:24:37.1858255Z remote: Counting objects: 57% (8/14)
  145. 2023-07-07T12:24:37.1858786Z remote: Counting objects: 64% (9/14)
  146. 2023-07-07T12:24:37.1859244Z remote: Counting objects: 71% (10/14)
  147. 2023-07-07T12:24:37.1859749Z remote: Counting objects: 78% (11/14)
  148. 2023-07-07T12:24:37.1860190Z remote: Counting objects: 85% (12/14)
  149. 2023-07-07T12:24:37.1863165Z remote: Counting objects: 92% (13/14)
  150. 2023-07-07T12:24:37.1863740Z remote: Counting objects: 100% (14/14)
  151. 2023-07-07T12:24:37.1864210Z remote: Counting objects: 100% (14/14), done.
  152. 2023-07-07T12:24:37.1864675Z remote: Compressing objects: 11% (1/9)
  153. 2023-07-07T12:24:37.1865135Z remote: Compressing objects: 22% (2/9)
  154. 2023-07-07T12:24:37.1867949Z remote: Compressing objects: 33% (3/9)
  155. 2023-07-07T12:24:37.1868516Z remote: Compressing objects: 44% (4/9)
  156. 2023-07-07T12:24:37.1869419Z remote: Compressing objects: 55% (5/9)
  157. 2023-07-07T12:24:37.1869880Z remote: Compressing objects: 66% (6/9)
  158. 2023-07-07T12:24:37.1870349Z remote: Compressing objects: 77% (7/9)
  159. 2023-07-07T12:24:37.1870785Z remote: Compressing objects: 88% (8/9)
  160. 2023-07-07T12:24:37.1893076Z remote: Compressing objects: 100% (9/9)
  161. 2023-07-07T12:24:37.1893770Z remote: Compressing objects: 100% (9/9), done.
  162. 2023-07-07T12:24:37.1894632Z remote: Total 14 (delta 1), reused 9 (delta 1), pack-reused 0
  163. 2023-07-07T12:24:37.1974343Z Receiving objects: 7% (1/14)
  164. 2023-07-07T12:24:37.1975115Z Receiving objects: 14% (2/14)
  165. 2023-07-07T12:24:37.1975540Z Receiving objects: 21% (3/14)
  166. 2023-07-07T12:24:37.1975940Z Receiving objects: 28% (4/14)
  167. 2023-07-07T12:24:37.1983764Z Receiving objects: 35% (5/14)
  168. 2023-07-07T12:24:37.1984418Z Receiving objects: 42% (6/14)
  169. 2023-07-07T12:24:37.1984832Z Receiving objects: 50% (7/14)
  170. 2023-07-07T12:24:37.1985292Z Receiving objects: 57% (8/14)
  171. 2023-07-07T12:24:37.1992917Z Receiving objects: 64% (9/14)
  172. 2023-07-07T12:24:37.1993558Z Receiving objects: 71% (10/14)
  173. 2023-07-07T12:24:37.1994015Z Receiving objects: 78% (11/14)
  174. 2023-07-07T12:24:37.1994429Z Receiving objects: 85% (12/14)
  175. 2023-07-07T12:24:37.1994826Z Receiving objects: 92% (13/14)
  176. 2023-07-07T12:24:37.1995228Z Receiving objects: 100% (14/14)
  177. 2023-07-07T12:24:37.1995680Z Receiving objects: 100% (14/14), 3.07 KiB | 786.00 KiB/s, done.
  178. 2023-07-07T12:24:37.2060902Z Resolving deltas: 0% (0/1)
  179. 2023-07-07T12:24:37.2061601Z Resolving deltas: 100% (1/1)
  180. 2023-07-07T12:24:37.2062949Z Resolving deltas: 100% (1/1), done.
  181. 2023-07-07T12:24:37.2128776Z From https://github.com/warriors-life/warriors-life-nginx-proxy
  182. 2023-07-07T12:24:37.2130966Z * [new ref] f102546070e75bb1d3bca064db62cb24e2eeb951 -> origin/dev
  183. 2023-07-07T12:24:37.2164486Z ##[endgroup]
  184. 2023-07-07T12:24:37.2165231Z ##[group]Determining the checkout info
  185. 2023-07-07T12:24:37.2166220Z ##[endgroup]
  186. 2023-07-07T12:24:37.2166931Z ##[group]Setting up sparse checkout
  187. 2023-07-07T12:24:37.2167958Z [command]/usr/bin/git sparse-checkout set src
  188. 2023-07-07T12:24:37.2261674Z ##[endgroup]
  189. 2023-07-07T12:24:37.2262726Z ##[group]Checking out the ref
  190. 2023-07-07T12:24:37.2263979Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
  191. 2023-07-07T12:24:37.5663229Z Switched to a new branch 'dev'
  192. 2023-07-07T12:24:37.5777831Z branch 'dev' set up to track 'origin/dev'.
  193. 2023-07-07T12:24:37.5855271Z ##[endgroup]
  194. 2023-07-07T12:24:37.5904899Z [command]/usr/bin/git log -1 --format='%H'
  195. 2023-07-07T12:24:37.5949760Z 'f102546070e75bb1d3bca064db62cb24e2eeb951'
  196. 2023-07-07T12:24:37.5961523Z ##[group]Removing auth
  197. 2023-07-07T12:24:37.5966464Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  198. 2023-07-07T12:24:37.6029029Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
  199. 2023-07-07T12:24:37.6395322Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  200. 2023-07-07T12:24:37.6425438Z http.https://github.com/.extraheader
  201. 2023-07-07T12:24:37.6448275Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
  202. 2023-07-07T12:24:37.6510647Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
  203. 2023-07-07T12:24:37.6867455Z ##[endgroup]
  204. 2023-07-07T12:24:37.7069203Z ##[group]Run docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a
  205. 2023-07-07T12:24:37.7069610Z with:
  206. 2023-07-07T12:24:37.7070044Z version: https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  207. 2023-07-07T12:24:37.7070655Z driver-opts: image=moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217
  208. 2023-07-07T12:24:37.7071388Z driver: docker-container
  209. 2023-07-07T12:24:37.7071920Z buildkitd-flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
  210. 2023-07-07T12:24:37.7072416Z install: false
  211. 2023-07-07T12:24:37.7072666Z use: true
  212. 2023-07-07T12:24:37.7072926Z cleanup: true
  213. 2023-07-07T12:24:37.7073193Z ##[endgroup]
  214. 2023-07-07T12:24:37.8793830Z ##[group]Docker info
  215. 2023-07-07T12:24:37.8831489Z [command]/usr/bin/docker version
  216. 2023-07-07T12:24:38.0992865Z Client:
  217. 2023-07-07T12:24:38.0993779Z Version: 20.10.25+azure-2
  218. 2023-07-07T12:24:38.0996284Z API version: 1.41
  219. 2023-07-07T12:24:38.0996842Z Go version: go1.19.10
  220. 2023-07-07T12:24:38.0998348Z Git commit: b82b9f3a0e763304a250531cb9350aa6d93723c9
  221. 2023-07-07T12:24:38.0998882Z Built: Thu Apr 6 10:55:17 UTC 2023
  222. 2023-07-07T12:24:38.1051418Z OS/Arch: linux/amd64
  223. 2023-07-07T12:24:38.1051758Z Context: default
  224. 2023-07-07T12:24:38.1052272Z Experimental: true
  225. 2023-07-07T12:24:38.1052469Z
  226. 2023-07-07T12:24:38.1052568Z Server:
  227. 2023-07-07T12:24:38.1052813Z Engine:
  228. 2023-07-07T12:24:38.1053549Z Version: 20.10.25+azure-2
  229. 2023-07-07T12:24:38.1053887Z API version: 1.41 (minimum version 1.12)
  230. 2023-07-07T12:24:38.1054224Z Go version: go1.19.10
  231. 2023-07-07T12:24:38.1054606Z Git commit: 5df983c7dbe2f8914e6efd4dd6e0083a20c41ce1
  232. 2023-07-07T12:24:38.1054987Z Built: Thu May 4 13:33:05 2023
  233. 2023-07-07T12:24:38.1055301Z OS/Arch: linux/amd64
  234. 2023-07-07T12:24:38.1055774Z Experimental: false
  235. 2023-07-07T12:24:38.1056082Z containerd:
  236. 2023-07-07T12:24:38.1059279Z Version: 1.6.21+azure-1
  237. 2023-07-07T12:24:38.1059665Z GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
  238. 2023-07-07T12:24:38.1059996Z runc:
  239. 2023-07-07T12:24:38.1060236Z Version: 1.1.7
  240. 2023-07-07T12:24:38.1060593Z GitCommit: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  241. 2023-07-07T12:24:38.1061001Z docker-init:
  242. 2023-07-07T12:24:38.1061279Z Version: 0.19.0
  243. 2023-07-07T12:24:38.1061563Z GitCommit:
  244. 2023-07-07T12:24:38.1062234Z [command]/usr/bin/docker info
  245. 2023-07-07T12:24:38.7034460Z Client:
  246. 2023-07-07T12:24:38.7038333Z Context: default
  247. 2023-07-07T12:24:38.7039369Z Debug Mode: false
  248. 2023-07-07T12:24:38.7039891Z Plugins:
  249. 2023-07-07T12:24:38.7040743Z buildx: Docker Buildx (Docker Inc., 0.11.0+azure-1)
  250. 2023-07-07T12:24:38.7041433Z compose: Docker Compose (Docker Inc., 2.19.0+azure-1)
  251. 2023-07-07T12:24:38.7041880Z
  252. 2023-07-07T12:24:38.7042172Z Server:
  253. 2023-07-07T12:24:38.7042575Z Containers: 0
  254. 2023-07-07T12:24:38.7043008Z Running: 0
  255. 2023-07-07T12:24:38.7091946Z Paused: 0
  256. 2023-07-07T12:24:38.7092378Z Stopped: 0
  257. 2023-07-07T12:24:38.7092647Z Images: 19
  258. 2023-07-07T12:24:38.7093110Z Server Version: 20.10.25+azure-2
  259. 2023-07-07T12:24:38.7093429Z Storage Driver: overlay2
  260. 2023-07-07T12:24:38.7093747Z Backing Filesystem: extfs
  261. 2023-07-07T12:24:38.7094058Z Supports d_type: true
  262. 2023-07-07T12:24:38.7094390Z Native Overlay Diff: false
  263. 2023-07-07T12:24:38.7094673Z userxattr: false
  264. 2023-07-07T12:24:38.7095029Z Logging Driver: json-file
  265. 2023-07-07T12:24:38.7095334Z Cgroup Driver: cgroupfs
  266. 2023-07-07T12:24:38.7095628Z Cgroup Version: 2
  267. 2023-07-07T12:24:38.7095895Z Plugins:
  268. 2023-07-07T12:24:38.7096139Z Volume: local
  269. 2023-07-07T12:24:38.7096469Z Network: bridge host ipvlan macvlan null overlay
  270. 2023-07-07T12:24:38.7097064Z Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  271. 2023-07-07T12:24:38.7097473Z Swarm: inactive
  272. 2023-07-07T12:24:38.7098391Z Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
  273. 2023-07-07T12:24:38.7098823Z Default Runtime: runc
  274. 2023-07-07T12:24:38.7099166Z Init Binary: docker-init
  275. 2023-07-07T12:24:38.7099553Z containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
  276. 2023-07-07T12:24:38.7099991Z runc version: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  277. 2023-07-07T12:24:38.7100329Z init version:
  278. 2023-07-07T12:24:38.7100789Z Security Options:
  279. 2023-07-07T12:24:38.7101042Z apparmor
  280. 2023-07-07T12:24:38.7101289Z seccomp
  281. 2023-07-07T12:24:38.7101545Z Profile: default
  282. 2023-07-07T12:24:38.7101811Z cgroupns
  283. 2023-07-07T12:24:38.7102164Z Kernel Version: 5.15.0-1041-azure
  284. 2023-07-07T12:24:38.7103399Z Operating System: Ubuntu 22.04.2 LTS
  285. 2023-07-07T12:24:38.7104038Z OSType: linux
  286. 2023-07-07T12:24:38.7104319Z Architecture: x86_64
  287. 2023-07-07T12:24:38.7104592Z CPUs: 2
  288. 2023-07-07T12:24:38.7104841Z Total Memory: 6.769GiB
  289. 2023-07-07T12:24:38.7105211Z Name: fv-az592-98
  290. 2023-07-07T12:24:38.7105600Z ID: XBHE:RVNQ:HBDP:OJ2N:BTWO:2U7W:54S3:4W73:PZYS:MEPG:WIZN:AARQ
  291. 2023-07-07T12:24:38.7105990Z Docker Root Dir: /var/lib/docker
  292. 2023-07-07T12:24:38.7106291Z Debug Mode: false
  293. 2023-07-07T12:24:38.7106581Z Username: githubactions
  294. 2023-07-07T12:24:38.7106939Z Registry: https://index.docker.io/v1/
  295. 2023-07-07T12:24:38.7107258Z Labels:
  296. 2023-07-07T12:24:38.7107526Z Experimental: false
  297. 2023-07-07T12:24:38.7107829Z Insecure Registries:
  298. 2023-07-07T12:24:38.7108089Z 127.0.0.0/8
  299. 2023-07-07T12:24:38.7108621Z Live Restore Enabled: true
  300. 2023-07-07T12:24:38.7108815Z
  301. 2023-07-07T12:24:38.7109308Z ##[endgroup]
  302. 2023-07-07T12:24:38.7109847Z ##[group]Build buildx from source
  303. 2023-07-07T12:24:38.8354401Z [command]/usr/bin/docker buildx build --target binaries --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 --output type=local,dest=/tmp/docker-actions-toolkit-OMpoNJ/build-cache https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  304. 2023-07-07T12:24:39.2569851Z #0 building with "default" instance using docker driver
  305. 2023-07-07T12:24:39.2570187Z
  306. 2023-07-07T12:24:39.2570680Z #1 [internal] load git source https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  307. 2023-07-07T12:24:39.2571420Z #1 0.021 Initialized empty Git repository in /var/lib/docker/overlay2/48sjh77piicfuppd6op3n0jla/diff/
  308. 2023-07-07T12:24:39.2572338Z #1 0.029 fatal: Not a valid object name b4df08551fb12eb2ed17d3d9c3977ca0a903415a^{commit}
  309. 2023-07-07T12:24:42.2133756Z #1 3.004 From https://github.com/docker/buildx
  310. 2023-07-07T12:24:42.2134687Z #1 3.004 * [new branch] master -> origin/master
  311. 2023-07-07T12:24:42.2135318Z #1 3.004 * [new branch] v0.10 -> origin/v0.10
  312. 2023-07-07T12:24:42.2135913Z #1 3.004 * [new branch] v0.11 -> origin/v0.11
  313. 2023-07-07T12:24:42.2136494Z #1 3.005 * [new branch] v0.6 -> origin/v0.6
  314. 2023-07-07T12:24:42.2137072Z #1 3.005 * [new branch] v0.7 -> origin/v0.7
  315. 2023-07-07T12:24:42.2137629Z #1 3.005 * [new branch] v0.8 -> origin/v0.8
  316. 2023-07-07T12:24:42.2138237Z #1 3.005 * [new branch] v0.9 -> origin/v0.9
  317. 2023-07-07T12:24:42.2138798Z #1 3.006 * [new tag] v0.10.5 -> v0.10.5
  318. 2023-07-07T12:24:42.2139340Z #1 3.006 * [new tag] v0.11.1 -> v0.11.1
  319. 2023-07-07T12:24:42.2139876Z #1 3.006 * [new tag] v0.6.3 -> v0.6.3
  320. 2023-07-07T12:24:42.2140419Z #1 3.006 * [new tag] v0.8.2 -> v0.8.2
  321. 2023-07-07T12:24:42.2140961Z #1 3.041 * [new tag] v0.10.0 -> v0.10.0
  322. 2023-07-07T12:24:42.2141534Z #1 3.041 * [new tag] v0.10.0-rc1 -> v0.10.0-rc1
  323. 2023-07-07T12:24:42.2142117Z #1 3.041 * [new tag] v0.10.0-rc2 -> v0.10.0-rc2
  324. 2023-07-07T12:24:42.2142691Z #1 3.041 * [new tag] v0.10.0-rc3 -> v0.10.0-rc3
  325. 2023-07-07T12:24:42.2143234Z #1 3.041 * [new tag] v0.10.1 -> v0.10.1
  326. 2023-07-07T12:24:42.2143759Z #1 3.042 * [new tag] v0.10.2 -> v0.10.2
  327. 2023-07-07T12:24:42.2144292Z #1 3.042 * [new tag] v0.10.3 -> v0.10.3
  328. 2023-07-07T12:24:42.2145222Z #1 3.042 * [new tag] v0.10.4 -> v0.10.4
  329. 2023-07-07T12:24:42.2145775Z #1 3.042 * [new tag] v0.11.0 -> v0.11.0
  330. 2023-07-07T12:24:42.2146343Z #1 3.042 * [new tag] v0.11.0-rc1 -> v0.11.0-rc1
  331. 2023-07-07T12:24:42.2146927Z #1 3.042 * [new tag] v0.11.0-rc2 -> v0.11.0-rc2
  332. 2023-07-07T12:24:42.2147452Z #1 3.042 * [new tag] v0.2.0 -> v0.2.0
  333. 2023-07-07T12:24:42.2148235Z #1 3.043 * [new tag] v0.2.1 -> v0.2.1
  334. 2023-07-07T12:24:42.2148774Z #1 3.043 * [new tag] v0.2.2 -> v0.2.2
  335. 2023-07-07T12:24:42.2149306Z #1 3.043 * [new tag] v0.3.0 -> v0.3.0
  336. 2023-07-07T12:24:42.2149834Z #1 3.043 * [new tag] v0.3.1 -> v0.3.1
  337. 2023-07-07T12:24:42.2150360Z #1 3.043 * [new tag] v0.4.0 -> v0.4.0
  338. 2023-07-07T12:24:42.3635555Z #1 3.043 * [new tag] v0.4.1 -> v0.4.1
  339. 2023-07-07T12:24:42.3636015Z #1 3.046 * [new tag] v0.4.2 -> v0.4.2
  340. 2023-07-07T12:24:42.3636458Z #1 3.046 * [new tag] v0.5.0 -> v0.5.0
  341. 2023-07-07T12:24:42.3636892Z #1 3.046 * [new tag] v0.5.0-rc1 -> v0.5.0-rc1
  342. 2023-07-07T12:24:42.3637295Z #1 3.047 * [new tag] v0.5.1 -> v0.5.1
  343. 2023-07-07T12:24:42.3637703Z #1 3.047 * [new tag] v0.6.0 -> v0.6.0
  344. 2023-07-07T12:24:42.3638124Z #1 3.047 * [new tag] v0.6.0-rc1 -> v0.6.0-rc1
  345. 2023-07-07T12:24:42.3638551Z #1 3.047 * [new tag] v0.6.1 -> v0.6.1
  346. 2023-07-07T12:24:42.3638952Z #1 3.047 * [new tag] v0.6.2 -> v0.6.2
  347. 2023-07-07T12:24:42.3639341Z #1 3.047 * [new tag] v0.7.0 -> v0.7.0
  348. 2023-07-07T12:24:42.3639758Z #1 3.047 * [new tag] v0.7.0-rc1 -> v0.7.0-rc1
  349. 2023-07-07T12:24:42.3640166Z #1 3.048 * [new tag] v0.7.1 -> v0.7.1
  350. 2023-07-07T12:24:42.3640559Z #1 3.048 * [new tag] v0.8.0 -> v0.8.0
  351. 2023-07-07T12:24:42.3640975Z #1 3.048 * [new tag] v0.8.0-rc1 -> v0.8.0-rc1
  352. 2023-07-07T12:24:42.3641381Z #1 3.048 * [new tag] v0.8.1 -> v0.8.1
  353. 2023-07-07T12:24:42.3641771Z #1 3.048 * [new tag] v0.9.0 -> v0.9.0
  354. 2023-07-07T12:24:42.3642184Z #1 3.048 * [new tag] v0.9.0-rc1 -> v0.9.0-rc1
  355. 2023-07-07T12:24:42.3642610Z #1 3.048 * [new tag] v0.9.0-rc2 -> v0.9.0-rc2
  356. 2023-07-07T12:24:42.3643020Z #1 3.049 * [new tag] v0.9.1 -> v0.9.1
  357. 2023-07-07T12:24:42.3643510Z #1 3.060 Initialized empty Git repository in /var/lib/docker/overlay2/yuorrfkrup7bgr4tlijb6kgbo/diff/.git/
  358. 2023-07-07T12:24:44.1196393Z #1 4.950 From file:///var/lib/docker/overlay2/48sjh77piicfuppd6op3n0jla/diff
  359. 2023-07-07T12:24:44.1197292Z #1 4.950 * branch refs/buildkit/mkr43niwiunddk64409zskyy0 -> FETCH_HEAD
  360. 2023-07-07T12:24:44.6966639Z #1 5.491 Note: switching to 'FETCH_HEAD'.
  361. 2023-07-07T12:24:44.6966990Z #1 5.491
  362. 2023-07-07T12:24:44.6967506Z #1 5.491 You are in 'detached HEAD' state. You can look around, make experimental
  363. 2023-07-07T12:24:44.6968021Z #1 5.491 changes and commit them, and you can discard any commits you make in this
  364. 2023-07-07T12:24:44.6968548Z #1 5.491 state without impacting any branches by switching back to a branch.
  365. 2023-07-07T12:24:44.6968909Z #1 5.491
  366. 2023-07-07T12:24:44.6969277Z #1 5.491 If you want to create a new branch to retain commits you create, you may
  367. 2023-07-07T12:24:44.6969846Z #1 5.491 do so (now or later) by using -c with the switch command. Example:
  368. 2023-07-07T12:24:44.6970212Z #1 5.491
  369. 2023-07-07T12:24:44.6970580Z #1 5.491 git switch -c <new-branch-name>
  370. 2023-07-07T12:24:44.6970883Z #1 5.491
  371. 2023-07-07T12:24:44.6971162Z #1 5.491 Or undo this operation with:
  372. 2023-07-07T12:24:44.6971437Z #1 5.491
  373. 2023-07-07T12:24:44.6971692Z #1 5.491 git switch -
  374. 2023-07-07T12:24:44.6971949Z #1 5.491
  375. 2023-07-07T12:24:44.6973548Z #1 5.491 Turn off this advice by setting config variable advice.detachedHead to false
  376. 2023-07-07T12:24:44.6973931Z #1 5.491
  377. 2023-07-07T12:24:44.6974438Z #1 5.491 HEAD is now at b4df085 Merge pull request #1930 from jedevc/revert-bc597e6b
  378. 2023-07-07T12:24:44.6974814Z #1 DONE 5.5s
  379. 2023-07-07T12:24:44.8268788Z
  380. 2023-07-07T12:24:44.8277338Z #2 [auth] docker/dockerfile:pull token for registry-1.docker.io
  381. 2023-07-07T12:24:44.9819763Z #2 DONE 0.0s
  382. 2023-07-07T12:24:44.9826144Z
  383. 2023-07-07T12:24:44.9831784Z #3 resolve image config for docker.io/docker/dockerfile:1
  384. 2023-07-07T12:24:45.2846218Z #3 DONE 0.4s
  385. 2023-07-07T12:24:45.2846450Z
  386. 2023-07-07T12:24:45.2847716Z #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
  387. 2023-07-07T12:24:45.2848495Z #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
  388. 2023-07-07T12:24:45.4131955Z #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
  389. 2023-07-07T12:24:45.4132675Z #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
  390. 2023-07-07T12:24:45.4133224Z #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
  391. 2023-07-07T12:24:45.4133788Z #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 4.19MB / 11.55MB 0.1s
  392. 2023-07-07T12:24:45.4134574Z #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
  393. 2023-07-07T12:24:45.5164971Z #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
  394. 2023-07-07T12:24:45.8709602Z #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.3s done
  395. 2023-07-07T12:24:45.8710065Z #4 DONE 0.5s
  396. 2023-07-07T12:24:46.0216880Z
  397. 2023-07-07T12:24:46.0228068Z #5 [auth] library/golang:pull token for registry-1.docker.io
  398. 2023-07-07T12:24:46.0228576Z #5 DONE 0.0s
  399. 2023-07-07T12:24:46.0228799Z
  400. 2023-07-07T12:24:46.0229192Z #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
  401. 2023-07-07T12:24:46.0229647Z #6 DONE 0.0s
  402. 2023-07-07T12:24:46.0229855Z
  403. 2023-07-07T12:24:46.0230270Z #7 [internal] load metadata for docker.io/library/golang:1.20-alpine
  404. 2023-07-07T12:24:46.2985807Z #7 DONE 0.3s
  405. 2023-07-07T12:24:46.2986426Z
  406. 2023-07-07T12:24:46.2989430Z #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
  407. 2023-07-07T12:24:46.2992275Z #8 DONE 0.4s
  408. 2023-07-07T12:24:46.7067095Z
  409. 2023-07-07T12:24:46.7068069Z #9 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
  410. 2023-07-07T12:24:46.7069629Z #9 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.0s done
  411. 2023-07-07T12:24:46.7070664Z #9 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 0.0s done
  412. 2023-07-07T12:24:46.8405177Z #9 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
  413. 2023-07-07T12:24:46.8406602Z #9 sha256:d890adde6e4e382c10314e4df2ff4df3b3ff2a9bcb07069df99ef28612c802c4 479B / 479B done
  414. 2023-07-07T12:24:46.8407528Z #9 sha256:017e092422167efd5c3b937f8c84589bcf5012a4833278838589f7f3be5bd789 1.41kB / 1.41kB done
  415. 2023-07-07T12:24:46.8408317Z #9 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.1s done
  416. 2023-07-07T12:24:47.0514382Z #9 DONE 0.4s
  417. 2023-07-07T12:24:47.0514999Z
  418. 2023-07-07T12:24:47.0516017Z #10 [golatest 1/1] FROM docker.io/library/golang:1.20-alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c
  419. 2023-07-07T12:24:47.0517199Z #10 resolve docker.io/library/golang:1.20-alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c 0.0s done
  420. 2023-07-07T12:24:47.0518175Z #10 sha256:e7cc33118f807c67d9f2dfc811cc2cc8b79b3687d0b4ac891dd59bb2a5e4a8d3 1.16kB / 1.16kB done
  421. 2023-07-07T12:24:47.0519092Z #10 sha256:9e57a8e8195932a90847f4c081ca57cce48c32cccc98c3dc17ef99f7cb823855 5.11kB / 5.11kB done
  422. 2023-07-07T12:24:47.0523270Z #10 sha256:7f9bcf943fa5571df036dca6da19434d38edf546ef8bb04ddbc803634cc9a3b8 284.71kB / 284.71kB 0.2s done
  423. 2023-07-07T12:24:47.0524051Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 29.36MB / 100.94MB 0.4s
  424. 2023-07-07T12:24:47.0724588Z #10 sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b 156B / 156B 0.3s done
  425. 2023-07-07T12:24:47.0725654Z #10 sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c 1.65kB / 1.65kB done
  426. 2023-07-07T12:24:47.0726542Z #10 extracting sha256:7f9bcf943fa5571df036dca6da19434d38edf546ef8bb04ddbc803634cc9a3b8 0.1s done
  427. 2023-07-07T12:24:47.3493182Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 52.43MB / 100.94MB 0.7s
  428. 2023-07-07T12:24:47.4999322Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 67.11MB / 100.94MB 0.8s
  429. 2023-07-07T12:24:47.6294816Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 95.42MB / 100.94MB 1.0s
  430. 2023-07-07T12:24:47.7302611Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 100.94MB / 100.94MB 1.1s
  431. 2023-07-07T12:24:47.8664736Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 100.94MB / 100.94MB 1.1s done
  432. 2023-07-07T12:24:47.8665396Z #10 extracting sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf
  433. 2023-07-07T12:24:52.5891954Z #10 extracting sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 4.7s done
  434. 2023-07-07T12:24:53.9429017Z #10 extracting sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b done
  435. 2023-07-07T12:24:54.0940988Z #10 DONE 7.4s
  436. 2023-07-07T12:24:54.0941651Z
  437. 2023-07-07T12:24:54.0944862Z #11 [gobase 1/3] COPY --from=xx / /
  438. 2023-07-07T12:24:54.0945502Z #11 DONE 0.0s
  439. 2023-07-07T12:24:54.0945942Z
  440. 2023-07-07T12:24:54.0946456Z #12 [gobase 2/3] RUN apk add --no-cache file git
  441. 2023-07-07T12:24:54.3951399Z #12 0.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
  442. 2023-07-07T12:24:54.5460605Z #12 0.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
  443. 2023-07-07T12:24:54.7970243Z #12 0.829 (1/10) Installing libmagic (5.44-r4)
  444. 2023-07-07T12:24:54.9161728Z #12 0.887 (2/10) Installing file (5.44-r4)
  445. 2023-07-07T12:24:54.9162247Z #12 0.898 (3/10) Installing brotli-libs (1.0.9-r14)
  446. 2023-07-07T12:24:54.9162713Z #12 0.919 (4/10) Installing libunistring (1.1-r1)
  447. 2023-07-07T12:24:54.9163144Z #12 0.948 (5/10) Installing libidn2 (2.3.4-r1)
  448. 2023-07-07T12:24:55.0671992Z #12 0.959 (6/10) Installing nghttp2-libs (1.53.0-r0)
  449. 2023-07-07T12:24:55.0672521Z #12 0.968 (7/10) Installing libcurl (8.1.2-r0)
  450. 2023-07-07T12:24:55.0673216Z #12 0.983 (8/10) Installing libexpat (2.5.0-r1)
  451. 2023-07-07T12:24:55.0673671Z #12 0.992 (9/10) Installing pcre2 (10.42-r1)
  452. 2023-07-07T12:24:55.0674082Z #12 1.007 (10/10) Installing git (2.40.1-r0)
  453. 2023-07-07T12:24:55.2200328Z #12 1.106 Executing busybox-1.36.1-r0.trigger
  454. 2023-07-07T12:24:55.2200746Z #12 1.117 OK: 26 MiB in 26 packages
  455. 2023-07-07T12:24:55.3686217Z #12 DONE 1.3s
  456. 2023-07-07T12:24:55.3686461Z
  457. 2023-07-07T12:24:55.3686717Z #13 [gobase 3/3] WORKDIR /src
  458. 2023-07-07T12:24:55.3687100Z #13 DONE 0.0s
  459. 2023-07-07T12:24:55.3687343Z
  460. 2023-07-07T12:24:55.3688144Z #14 [buildx-version 1/1] RUN --mount=type=bind,target=. <<EOT (set -e...)
  461. 2023-07-07T12:24:56.5598187Z #14 0.707 b4df085b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  462. 2023-07-07T12:24:56.5598825Z #14 DONE 1.2s
  463. 2023-07-07T12:24:56.8511709Z
  464. 2023-07-07T12:24:56.8513074Z #15 [buildx-build 1/1] RUN --mount=type=bind,target=. --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg/mod --mount=type=bind,from=buildx-version,source=/buildx-version,target=/buildx-version <<EOT (set -e...)
  465. 2023-07-07T12:24:57.3033000Z #15 0.313 + CGO_ENABLED=0 go build -mod vendor -trimpath -ldflags '-X github.com/docker/buildx/version.Version=b4df085 -X github.com/docker/buildx/version.Revision=b4df08551fb12eb2ed17d3d9c3977ca0a903415a -X github.com/docker/buildx/version.Package=github.com/docker/buildx -s -w' -o /usr/bin/docker-buildx ./cmd/buildx
  466. 2023-07-07T12:26:49.7081506Z #15 DONE 112.8s
  467. 2023-07-07T12:26:50.1580916Z
  468. 2023-07-07T12:26:50.1584856Z #16 [binaries-unix 1/1] COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx
  469. 2023-07-07T12:26:50.2962590Z #16 DONE 0.2s
  470. 2023-07-07T12:26:50.2962880Z
  471. 2023-07-07T12:26:50.2963032Z #17 exporting to client
  472. 2023-07-07T12:26:50.2963354Z #17 copying files 17.60MB 0.1s
  473. 2023-07-07T12:26:50.5057278Z #17 copying files 54.46MB 0.3s done
  474. 2023-07-07T12:26:50.5057682Z #17 DONE 0.3s
  475. 2023-07-07T12:26:50.5741785Z ##[endgroup]
  476. 2023-07-07T12:26:50.5745332Z ##[group]Install buildx
  477. 2023-07-07T12:26:50.5753041Z Docker plugin mode
  478. 2023-07-07T12:26:50.6421931Z Fixing perms
  479. 2023-07-07T12:26:50.6425083Z Plugin path: /home/runner/.docker/cli-plugins/docker-buildx
  480. 2023-07-07T12:26:50.6426368Z ##[endgroup]
  481. 2023-07-07T12:26:50.6427776Z ##[group]Buildx version
  482. 2023-07-07T12:26:50.6466317Z [command]/usr/bin/docker buildx version
  483. 2023-07-07T12:26:50.7503215Z github.com/docker/buildx b4df085 b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  484. 2023-07-07T12:26:50.7559483Z ##[endgroup]
  485. 2023-07-07T12:26:50.7571218Z ##[group]Creating a new builder instance
  486. 2023-07-07T12:26:50.8810614Z [command]/usr/bin/docker buildx create --name builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58 --driver docker-container --driver-opt image=moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217 --buildkitd-flags --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host --use
  487. 2023-07-07T12:26:50.9838350Z builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58
  488. 2023-07-07T12:26:50.9884576Z ##[endgroup]
  489. 2023-07-07T12:26:50.9886052Z ##[group]Booting builder
  490. 2023-07-07T12:26:50.9944334Z [command]/usr/bin/docker buildx inspect --bootstrap --builder builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58
  491. 2023-07-07T12:26:51.1013482Z #1 [internal] booting buildkit
  492. 2023-07-07T12:26:51.2521841Z #1 pulling image moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217
  493. 2023-07-07T12:26:51.4026396Z #1 pulling image moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217 0.2s done
  494. 2023-07-07T12:26:51.4033609Z #1 creating container buildx_buildkit_builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f580
  495. 2023-07-07T12:26:52.2502000Z #1 creating container buildx_buildkit_builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f580 1.0s done
  496. 2023-07-07T12:26:52.2502463Z #1 DONE 1.1s
  497. 2023-07-07T12:26:52.3679445Z Name: builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58
  498. 2023-07-07T12:26:52.3689499Z Driver: docker-container
  499. 2023-07-07T12:26:52.3699135Z Last Activity: 2023-07-07 12:26:50 +0000 UTC
  500. 2023-07-07T12:26:52.3702521Z
  501. 2023-07-07T12:26:52.3707281Z Nodes:
  502. 2023-07-07T12:26:52.3717962Z Name: builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f580
  503. 2023-07-07T12:26:52.3725471Z Endpoint: unix:///var/run/docker.sock
  504. 2023-07-07T12:26:52.3732360Z Driver Options: image="moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217"
  505. 2023-07-07T12:26:52.3740347Z Status: running
  506. 2023-07-07T12:26:52.3748501Z Flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
  507. 2023-07-07T12:26:52.3755356Z Buildkit: v0.11.6
  508. 2023-07-07T12:26:52.3762562Z Platforms: linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/386
  509. 2023-07-07T12:26:52.3767155Z Labels:
  510. 2023-07-07T12:26:52.3774454Z org.mobyproject.buildkit.worker.executor: oci
  511. 2023-07-07T12:26:52.3786085Z org.mobyproject.buildkit.worker.hostname: d283823194cb
  512. 2023-07-07T12:26:52.3786652Z org.mobyproject.buildkit.worker.network: host
  513. 2023-07-07T12:26:52.3787374Z org.mobyproject.buildkit.worker.oci.process-mode: sandbox
  514. 2023-07-07T12:26:52.3787936Z org.mobyproject.buildkit.worker.selinux.enabled: false
  515. 2023-07-07T12:26:52.3788501Z org.mobyproject.buildkit.worker.snapshotter: overlayfs
  516. 2023-07-07T12:26:52.3788918Z GC Policy rule#0:
  517. 2023-07-07T12:26:52.3789198Z All: false
  518. 2023-07-07T12:26:52.3789619Z Filters: type==source.local,type==exec.cachemount,type==source.git.checkout
  519. 2023-07-07T12:26:52.3790040Z Keep Duration: 48h0m0s
  520. 2023-07-07T12:26:52.3790320Z Keep Bytes: 488.3MiB
  521. 2023-07-07T12:26:52.3791070Z GC Policy rule#1:
  522. 2023-07-07T12:26:52.3791353Z All: false
  523. 2023-07-07T12:26:52.3791637Z Keep Duration: 1440h0m0s
  524. 2023-07-07T12:26:52.3791934Z Keep Bytes: 8.382GiB
  525. 2023-07-07T12:26:52.3792207Z GC Policy rule#2:
  526. 2023-07-07T12:26:52.3792475Z All: false
  527. 2023-07-07T12:26:52.3792747Z Keep Bytes: 8.382GiB
  528. 2023-07-07T12:26:52.3793228Z GC Policy rule#3:
  529. 2023-07-07T12:26:52.3793481Z All: true
  530. 2023-07-07T12:26:52.3793749Z Keep Bytes: 8.382GiB
  531. 2023-07-07T12:26:52.3922919Z ##[endgroup]
  532. 2023-07-07T12:26:52.5895277Z ##[group]Inspect builder
  533. 2023-07-07T12:26:52.5914931Z {
  534. 2023-07-07T12:26:52.5915686Z "nodes": [
  535. 2023-07-07T12:26:52.5917059Z {
  536. 2023-07-07T12:26:52.5917770Z "name": "builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f580",
  537. 2023-07-07T12:26:52.5918231Z "endpoint": "unix:///var/run/docker.sock",
  538. 2023-07-07T12:26:52.5918660Z "driver-opts": [
  539. 2023-07-07T12:26:52.5919158Z "image=moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217"
  540. 2023-07-07T12:26:52.5919579Z ],
  541. 2023-07-07T12:26:52.5919828Z "status": "running",
  542. 2023-07-07T12:26:52.5920507Z "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
  543. 2023-07-07T12:26:52.5921023Z "buildkit": "v0.11.6",
  544. 2023-07-07T12:26:52.5921440Z "platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/386",
  545. 2023-07-07T12:26:52.5921832Z "labels": {
  546. 2023-07-07T12:26:52.5922212Z "org.mobyproject.buildkit.worker.executor": "oci",
  547. 2023-07-07T12:26:52.5922731Z "org.mobyproject.buildkit.worker.hostname": "d283823194cb",
  548. 2023-07-07T12:26:52.5923247Z "org.mobyproject.buildkit.worker.network": "host",
  549. 2023-07-07T12:26:52.5923908Z "org.mobyproject.buildkit.worker.oci.process-mode": "sandbox",
  550. 2023-07-07T12:26:52.5924500Z "org.mobyproject.buildkit.worker.selinux.enabled": "false",
  551. 2023-07-07T12:26:52.5925075Z "org.mobyproject.buildkit.worker.snapshotter": "overlayfs"
  552. 2023-07-07T12:26:52.5925464Z },
  553. 2023-07-07T12:26:52.5925716Z "gcPolicy": [
  554. 2023-07-07T12:26:52.5925977Z {
  555. 2023-07-07T12:26:52.5926231Z "all": false,
  556. 2023-07-07T12:26:52.5926500Z "filter": [
  557. 2023-07-07T12:26:52.5926775Z "type==source.local",
  558. 2023-07-07T12:26:52.5927101Z "type==exec.cachemount",
  559. 2023-07-07T12:26:52.5927448Z "type==source.git.checkout"
  560. 2023-07-07T12:26:52.5927745Z ],
  561. 2023-07-07T12:26:52.5928028Z "keepDuration": "48h0m0s",
  562. 2023-07-07T12:26:52.5928331Z "keepBytes": "488.3MiB"
  563. 2023-07-07T12:26:52.5928635Z },
  564. 2023-07-07T12:26:52.5928875Z {
  565. 2023-07-07T12:26:52.5929130Z "all": false,
  566. 2023-07-07T12:26:52.5929426Z "keepDuration": "1440h0m0s",
  567. 2023-07-07T12:26:52.5930088Z "keepBytes": "8.382GiB"
  568. 2023-07-07T12:26:52.5930603Z },
  569. 2023-07-07T12:26:52.5930856Z {
  570. 2023-07-07T12:26:52.5931110Z "all": false,
  571. 2023-07-07T12:26:52.5931413Z "keepBytes": "8.382GiB"
  572. 2023-07-07T12:26:52.5931688Z },
  573. 2023-07-07T12:26:52.5931912Z {
  574. 2023-07-07T12:26:52.5932980Z "all": true,
  575. 2023-07-07T12:26:52.5933272Z "keepBytes": "8.382GiB"
  576. 2023-07-07T12:26:52.5933545Z }
  577. 2023-07-07T12:26:52.5933782Z ]
  578. 2023-07-07T12:26:52.5933999Z }
  579. 2023-07-07T12:26:52.5934235Z ],
  580. 2023-07-07T12:26:52.5934757Z "name": "builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58",
  581. 2023-07-07T12:26:52.5935201Z "driver": "docker-container",
  582. 2023-07-07T12:26:52.5935626Z "lastActivity": "2023-07-07T12:26:50.000Z"
  583. 2023-07-07T12:26:52.5935901Z }
  584. 2023-07-07T12:26:52.5936768Z ##[endgroup]
  585. 2023-07-07T12:26:52.5944898Z ##[group]BuildKit version
  586. 2023-07-07T12:26:52.5953238Z builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f580: v0.11.6
  587. 2023-07-07T12:26:52.5957144Z ##[endgroup]
  588. 2023-07-07T12:26:52.6139044Z ##[group]Run username=${name%/*}
  589. 2023-07-07T12:26:52.6139461Z username=${name%/*}
  590. 2023-07-07T12:26:52.6139792Z test $username == $name && username=''
  591. 2023-07-07T12:26:52.6140199Z echo "username=$username" >> $GITHUB_OUTPUT
  592. 2023-07-07T12:26:52.6208095Z shell: /usr/bin/bash -e {0}
  593. 2023-07-07T12:26:52.6208414Z env:
  594. 2023-07-07T12:26:52.6208779Z name: warriors-life/warriors-life-nginx-proxy
  595. 2023-07-07T12:26:52.6209127Z ##[endgroup]
  596. 2023-07-07T12:26:52.6516609Z ##[group]Run docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
  597. 2023-07-07T12:26:52.6517003Z with:
  598. 2023-07-07T12:26:52.6517266Z registry: ghcr.io
  599. 2023-07-07T12:26:52.6517548Z username: LeviPesin
  600. 2023-07-07T12:26:52.6518019Z password: ***
  601. 2023-07-07T12:26:52.6518288Z ecr: auto
  602. 2023-07-07T12:26:52.6518548Z logout: true
  603. 2023-07-07T12:26:52.6518811Z ##[endgroup]
  604. 2023-07-07T12:26:52.8125558Z Logging into ghcr.io...
  605. 2023-07-07T12:26:53.0449695Z Login Succeeded!
  606. 2023-07-07T12:26:53.0634328Z ##[group]Run docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
  607. 2023-07-07T12:26:53.0634737Z with:
  608. 2023-07-07T12:26:53.0634993Z context: src
  609. 2023-07-07T12:26:53.0635766Z tags: ghcr.io/warriors-life/warriors-life-nginx-proxy:dev
  610. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546
  611. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev
  612. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546
  613. 2023-07-07T12:26:53.0637828Z labels: org.opencontainers.image.created=2023-07-07T12:20:13.562Z
  614. org.opencontainers.image.description=The NGINX reverse proxy configuration for Warriors Life
  615. org.opencontainers.image.licenses=NOASSERTION
  616. org.opencontainers.image.revision=f102546070e75bb1d3bca064db62cb24e2eeb951
  617. org.opencontainers.image.source=https://github.com/warriors-life/warriors-life-nginx-proxy
  618. org.opencontainers.image.title=warriors-life-nginx-proxy
  619. org.opencontainers.image.url=https://github.com/warriors-life/warriors-life-nginx-proxy
  620. org.opencontainers.image.version=dev
  621. 2023-07-07T12:26:53.0639370Z cache-from: type=gha
  622. 2023-07-07T12:26:53.0639686Z cache-to: type=gha,mode=max
  623. 2023-07-07T12:26:53.0639965Z load: true
  624. 2023-07-07T12:26:53.0640232Z no-cache: false
  625. 2023-07-07T12:26:53.0640501Z pull: false
  626. 2023-07-07T12:26:53.0640759Z push: false
  627. 2023-07-07T12:26:53.0641196Z github-token: ***
  628. 2023-07-07T12:26:53.0641458Z ##[endgroup]
  629. 2023-07-07T12:26:53.2303813Z ##[group]GitHub Actions runtime token ACs
  630. 2023-07-07T12:26:53.2322661Z refs/heads/dev: read/write
  631. 2023-07-07T12:26:53.2324285Z ##[endgroup]
  632. 2023-07-07T12:26:53.2325042Z ##[group]Docker info
  633. 2023-07-07T12:26:53.2379242Z [command]/usr/bin/docker version
  634. 2023-07-07T12:26:53.2800340Z Client:
  635. 2023-07-07T12:26:53.2801259Z Version: 20.10.25+azure-2
  636. 2023-07-07T12:26:53.2802117Z API version: 1.41
  637. 2023-07-07T12:26:53.2802630Z Go version: go1.19.10
  638. 2023-07-07T12:26:53.2803444Z Git commit: b82b9f3a0e763304a250531cb9350aa6d93723c9
  639. 2023-07-07T12:26:53.2804061Z Built: Thu Apr 6 10:55:17 UTC 2023
  640. 2023-07-07T12:26:53.2804835Z OS/Arch: linux/amd64
  641. 2023-07-07T12:26:53.2805330Z Context: default
  642. 2023-07-07T12:26:53.2806068Z Experimental: true
  643. 2023-07-07T12:26:53.2806429Z
  644. 2023-07-07T12:26:53.2806938Z Server:
  645. 2023-07-07T12:26:53.2807370Z Engine:
  646. 2023-07-07T12:26:53.2808237Z Version: 20.10.25+azure-2
  647. 2023-07-07T12:26:53.2808885Z API version: 1.41 (minimum version 1.12)
  648. 2023-07-07T12:26:53.2809734Z Go version: go1.19.10
  649. 2023-07-07T12:26:53.2810530Z Git commit: 5df983c7dbe2f8914e6efd4dd6e0083a20c41ce1
  650. 2023-07-07T12:26:53.2811670Z Built: Thu May 4 13:33:05 2023
  651. 2023-07-07T12:26:53.2819556Z OS/Arch: linux/amd64
  652. 2023-07-07T12:26:53.2820609Z Experimental: false
  653. 2023-07-07T12:26:53.2821247Z containerd:
  654. 2023-07-07T12:26:53.2822201Z Version: 1.6.21+azure-1
  655. 2023-07-07T12:26:53.2823000Z GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
  656. 2023-07-07T12:26:53.2823862Z runc:
  657. 2023-07-07T12:26:53.2824372Z Version: 1.1.7
  658. 2023-07-07T12:26:53.2825372Z GitCommit: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  659. 2023-07-07T12:26:53.2826142Z docker-init:
  660. 2023-07-07T12:26:53.2826961Z Version: 0.19.0
  661. 2023-07-07T12:26:53.2827537Z GitCommit:
  662. 2023-07-07T12:26:53.2864349Z [command]/usr/bin/docker info
  663. 2023-07-07T12:26:53.4027629Z Client:
  664. 2023-07-07T12:26:53.4054325Z Context: default
  665. 2023-07-07T12:26:53.4055365Z Debug Mode: false
  666. 2023-07-07T12:26:53.4055962Z Plugins:
  667. 2023-07-07T12:26:53.4057411Z buildx: Docker Buildx (Docker Inc., b4df085)
  668. 2023-07-07T12:26:53.4058522Z compose: Docker Compose (Docker Inc., 2.19.0+azure-1)
  669. 2023-07-07T12:26:53.4059256Z
  670. 2023-07-07T12:26:53.4059596Z Server:
  671. 2023-07-07T12:26:53.4060313Z Containers: 1
  672. 2023-07-07T12:26:53.4060951Z Running: 1
  673. 2023-07-07T12:26:53.4061757Z Paused: 0
  674. 2023-07-07T12:26:53.4062304Z Stopped: 0
  675. 2023-07-07T12:26:53.4063095Z Images: 19
  676. 2023-07-07T12:26:53.4063802Z Server Version: 20.10.25+azure-2
  677. 2023-07-07T12:26:53.4064895Z Storage Driver: overlay2
  678. 2023-07-07T12:26:53.4065532Z Backing Filesystem: extfs
  679. 2023-07-07T12:26:53.4066386Z Supports d_type: true
  680. 2023-07-07T12:26:53.4067065Z Native Overlay Diff: false
  681. 2023-07-07T12:26:53.4067900Z userxattr: false
  682. 2023-07-07T12:26:53.4068561Z Logging Driver: json-file
  683. 2023-07-07T12:26:53.4069339Z Cgroup Driver: cgroupfs
  684. 2023-07-07T12:26:53.4069940Z Cgroup Version: 2
  685. 2023-07-07T12:26:53.4070795Z Plugins:
  686. 2023-07-07T12:26:53.4091869Z Volume: local
  687. 2023-07-07T12:26:53.4094020Z Network: bridge host ipvlan macvlan null overlay
  688. 2023-07-07T12:26:53.4094967Z Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  689. 2023-07-07T12:26:53.4097009Z Swarm: inactive
  690. 2023-07-07T12:26:53.4098036Z Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
  691. 2023-07-07T12:26:53.4100714Z Default Runtime: runc
  692. 2023-07-07T12:26:53.4101638Z Init Binary: docker-init
  693. 2023-07-07T12:26:53.4102423Z containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
  694. 2023-07-07T12:26:53.4102958Z runc version: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  695. 2023-07-07T12:26:53.4103332Z init version:
  696. 2023-07-07T12:26:53.4103713Z Security Options:
  697. 2023-07-07T12:26:53.4104117Z apparmor
  698. 2023-07-07T12:26:53.4104461Z seccomp
  699. 2023-07-07T12:26:53.4104810Z Profile: default
  700. 2023-07-07T12:26:53.4105127Z cgroupns
  701. 2023-07-07T12:26:53.4156069Z Kernel Version: 5.15.0-1041-azure
  702. 2023-07-07T12:26:53.4156544Z Operating System: Ubuntu 22.04.2 LTS
  703. 2023-07-07T12:26:53.4156862Z OSType: linux
  704. 2023-07-07T12:26:53.4157176Z Architecture: x86_64
  705. 2023-07-07T12:26:53.4157454Z CPUs: 2
  706. 2023-07-07T12:26:53.4157721Z Total Memory: 6.769GiB
  707. 2023-07-07T12:26:53.4158176Z Name: fv-az592-98
  708. 2023-07-07T12:26:53.4158549Z ID: XBHE:RVNQ:HBDP:OJ2N:BTWO:2U7W:54S3:4W73:PZYS:MEPG:WIZN:AARQ
  709. 2023-07-07T12:26:53.4158940Z Docker Root Dir: /var/lib/docker
  710. 2023-07-07T12:26:53.4159240Z Debug Mode: false
  711. 2023-07-07T12:26:53.4159534Z Username: githubactions
  712. 2023-07-07T12:26:53.4159894Z Registry: https://index.docker.io/v1/
  713. 2023-07-07T12:26:53.4160219Z Labels:
  714. 2023-07-07T12:26:53.4160485Z Experimental: false
  715. 2023-07-07T12:26:53.4160783Z Insecure Registries:
  716. 2023-07-07T12:26:53.4161052Z 127.0.0.0/8
  717. 2023-07-07T12:26:53.4161317Z Live Restore Enabled: true
  718. 2023-07-07T12:26:53.4161509Z
  719. 2023-07-07T12:26:53.4162030Z ##[endgroup]
  720. 2023-07-07T12:26:53.5211727Z ##[group]Buildx version
  721. 2023-07-07T12:26:53.5239845Z [command]/usr/bin/docker buildx version
  722. 2023-07-07T12:26:53.6221778Z github.com/docker/buildx b4df085 b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  723. 2023-07-07T12:26:53.6313788Z ##[endgroup]
  724. 2023-07-07T12:26:53.9702546Z [command]/usr/bin/docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --iidfile /tmp/docker-actions-toolkit-p2fQbS/iidfile --label org.opencontainers.image.created=2023-07-07T12:20:13.562Z --label org.opencontainers.image.description=The NGINX reverse proxy configuration for Warriors Life --label org.opencontainers.image.licenses=NOASSERTION --label org.opencontainers.image.revision=f102546070e75bb1d3bca064db62cb24e2eeb951 --label org.opencontainers.image.source=https://github.com/warriors-life/warriors-life-nginx-proxy --label org.opencontainers.image.title=warriors-life-nginx-proxy --label org.opencontainers.image.url=https://github.com/warriors-life/warriors-life-nginx-proxy --label org.opencontainers.image.version=dev --tag ghcr.io/warriors-life/warriors-life-nginx-proxy:dev --tag ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546 --tag ghcr.io/warriors-life/warriors-life-nginx-proxy:dev --tag ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546 --load --metadata-file /tmp/docker-actions-toolkit-p2fQbS/metadata-file src
  725. 2023-07-07T12:26:54.1673794Z 2023/07/07 12:26:54 http2: server connection error from localhost: connection error: PROTOCOL_ERROR
  726. 2023-07-07T12:26:55.2338262Z #0 building with "builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58" instance using docker-container driver
  727. 2023-07-07T12:26:55.2338826Z
  728. 2023-07-07T12:26:55.2339598Z #1 [internal] load build definition from Dockerfile
  729. 2023-07-07T12:26:55.2340011Z #1 transferring dockerfile:
  730. 2023-07-07T12:26:55.3494635Z #1 transferring dockerfile: 1.99kB done
  731. 2023-07-07T12:26:55.3495013Z #1 DONE 0.0s
  732. 2023-07-07T12:26:55.3495185Z
  733. 2023-07-07T12:26:55.3495331Z #2 [internal] load .dockerignore
  734. 2023-07-07T12:26:55.3495664Z #2 transferring context: 65B done
  735. 2023-07-07T12:26:55.3495962Z #2 DONE 0.0s
  736. 2023-07-07T12:26:55.3496110Z
  737. 2023-07-07T12:26:55.3496642Z #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
  738. 2023-07-07T12:26:55.4988543Z #3 DONE 0.0s
  739. 2023-07-07T12:26:55.4989235Z
  740. 2023-07-07T12:26:55.4989621Z #4 resolve image config for docker.io/docker/dockerfile:1.4.3
  741. 2023-07-07T12:26:55.7992495Z #4 DONE 0.4s
  742. 2023-07-07T12:26:55.7994876Z
  743. 2023-07-07T12:26:55.7995976Z #5 docker-image://docker.io/docker/dockerfile:1.4.3@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
  744. 2023-07-07T12:26:55.7997738Z #5 resolve docker.io/docker/dockerfile:1.4.3@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
  745. 2023-07-07T12:26:55.9508558Z #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
  746. 2023-07-07T12:26:55.9509672Z #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
  747. 2023-07-07T12:26:56.0988031Z #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
  748. 2023-07-07T12:26:56.0989624Z #5 DONE 0.4s
  749. 2023-07-07T12:26:57.0010087Z
  750. 2023-07-07T12:26:57.0017197Z #6 [auth] library/nginx:pull token for registry-1.docker.io
  751. 2023-07-07T12:26:57.0018101Z #6 DONE 0.0s
  752. 2023-07-07T12:26:57.0018781Z
  753. 2023-07-07T12:26:57.0019693Z #7 [internal] load metadata for docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8
  754. 2023-07-07T12:26:57.1465513Z #7 DONE 0.2s
  755. 2023-07-07T12:26:57.1483410Z
  756. 2023-07-07T12:26:57.1489060Z #8 importing cache manifest from gha:14547997885021185290
  757. 2023-07-07T12:26:57.2562389Z #8 DONE 0.1s
  758. 2023-07-07T12:26:57.2562817Z
  759. 2023-07-07T12:26:57.2562967Z #9 [internal] load build context
  760. 2023-07-07T12:26:57.2563288Z #9 DONE 0.0s
  761. 2023-07-07T12:26:57.2563597Z
  762. 2023-07-07T12:26:57.2564537Z #10 [1/4] FROM docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8
  763. 2023-07-07T12:26:57.2565632Z #10 resolve docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8 done
  764. 2023-07-07T12:26:57.2566262Z #10 DONE 0.0s
  765. 2023-07-07T12:26:57.4071257Z
  766. 2023-07-07T12:26:57.4071843Z #9 [internal] load build context
  767. 2023-07-07T12:26:57.4072250Z #9 transferring context: 23.44kB done
  768. 2023-07-07T12:26:57.4072716Z #9 DONE 0.0s
  769. 2023-07-07T12:26:57.4072887Z
  770. 2023-07-07T12:26:57.4073588Z #11 [4/4] COPY --link *.conf /nginx-configs-templates/
  771. 2023-07-07T12:26:57.4074087Z #11 CACHED
  772. 2023-07-07T12:26:57.4074265Z
  773. 2023-07-07T12:26:57.4076787Z #12 [2/4] RUN rm -rf /etc/nginx && mkdir /etc/nginx && rm -f /var/log/nginx/access.log && rm -f /var/log/nginx/error.log && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && rm -f /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh && rm -f /docker-entrypoint.d/20-envsubst-on-templates.sh && apk del --no-network libintl tzdata && rm -f /usr/local/bin/envsubst && tempDir="$(mktemp -d)" && chown nobody:nobody "$tempDir" && apk add --no-cache --virtual .build-deps gcc=12.2.1_git20220924-r4 make=4.3-r1 cmake=3.24.4-r0 libc-dev=0.7.2-r3 git=2.38.5-r0 && su nobody -s /bin/sh -c "export HOME="$tempDir" && cd "$tempDir" && git clone --recursive --depth 1 --branch master https://github.com/saghul/njk && cd njk && make" && apk del --no-network .build-deps && mv "$tempDir/njk/build/njk" /usr/local/bin/njk && rm -rf "$tempDir"
  774. 2023-07-07T12:26:57.4078944Z #12 CACHED
  775. 2023-07-07T12:26:57.4079102Z
  776. 2023-07-07T12:26:57.4079442Z #13 [3/4] COPY --link 20-njk-on-templates.sh /docker-entrypoint.d/
  777. 2023-07-07T12:26:57.4079814Z #13 CACHED
  778. 2023-07-07T12:26:57.5119493Z
  779. 2023-07-07T12:26:57.5121316Z #14 exporting to docker image format
  780. 2023-07-07T12:26:57.5121730Z #14 exporting layers done
  781. 2023-07-07T12:26:57.5122219Z #14 exporting manifest sha256:fa86fe275406cb66d2ee79dc636361a1b7b08a984554eb688e1478d0c5b87adf done
  782. 2023-07-07T12:26:57.5122827Z #14 exporting config sha256:61497d16304964d797ab1c9dce921ce4a534701a9f51e30bab7aec0535900ae5 done
  783. 2023-07-07T12:26:57.7642078Z #14 ...
  784. 2023-07-07T12:26:57.7642325Z
  785. 2023-07-07T12:26:57.7642884Z #11 [4/4] COPY --link *.conf /nginx-configs-templates/
  786. 2023-07-07T12:26:57.7643509Z #11 sha256:8e3b8f3be29ab790a6e7cfce6e7a97f6128a59c881f7464be6bda5f592aaf3f4 7.69kB / 7.69kB 0.0s done
  787. 2023-07-07T12:26:57.7644127Z #11 sha256:4c5efdb87c4a2350cc1c2781a80a4d3e895447007d9d8eac1e743bf80dd75c84 366B / 366B 0.0s done
  788. 2023-07-07T12:26:57.7644703Z #11 sha256:6a107772494d184e0fddf5d99c877e2fa8d07d1d47b714c17b7d20eba1da01c6 626B / 626B 0.0s done
  789. 2023-07-07T12:26:57.7645284Z #11 sha256:9f05b0cc5f6e8010689a6331bad9ca02c62caa226b7501a64d50dcca0847dcdb 957B / 957B 0.0s done
  790. 2023-07-07T12:26:57.7645845Z #11 sha256:e770f4d12f36c40a604d93a36887fc16726790aab3f9a221f4eae962285d3a9b 559B / 559B 0.0s done
  791. 2023-07-07T12:26:57.7646377Z #11 sha256:c8794a7158bff7f518985e76c590029ccc6b4c0f6e66e82952c3476c095225c9 1.21kB / 1.21kB 0.0s done
  792. 2023-07-07T12:26:57.7646954Z #11 sha256:8de2a93581dcb1cc62dd7b6e1620bc8095befe0acb9161d5f053a9719e145678 1.40kB / 1.40kB 0.0s done
  793. 2023-07-07T12:26:57.7647547Z #11 sha256:4db1b89c0bd13344176ddce2d093b9da2ae58336823ffed2009a7ea4b62d2a95 3.37MB / 3.37MB 0.2s done
  794. 2023-07-07T12:26:57.7648665Z #11 sha256:bd338968799fef766509223449d72392692f1f56802da9059ae3f0965c2885e2 1.93MB / 1.93MB 0.2s done
  795. 2023-07-07T12:26:57.7649298Z #11 sha256:8ea02ac7595fa957eaf85f5fccf55233cfa99491c07f0a109f46b0a2dede1d60 507.32kB / 507.32kB 0.1s done
  796. 2023-07-07T12:26:57.7649728Z #11 DONE 0.2s
  797. 2023-07-07T12:26:57.7649894Z
  798. 2023-07-07T12:26:57.7650047Z #14 exporting to docker image format
  799. 2023-07-07T12:26:57.7650353Z #14 sending tarball
  800. 2023-07-07T12:26:59.0497845Z #14 ...
  801. 2023-07-07T12:26:59.0498079Z
  802. 2023-07-07T12:26:59.0498224Z #15 importing to docker
  803. 2023-07-07T12:26:59.0498518Z #15 DONE 1.2s
  804. 2023-07-07T12:26:59.2006049Z
  805. 2023-07-07T12:26:59.2006972Z #14 exporting to docker image format
  806. 2023-07-07T12:26:59.2007946Z #14 sending tarball 1.4s done
  807. 2023-07-07T12:26:59.2008304Z #14 DONE 1.6s
  808. 2023-07-07T12:26:59.2008476Z
  809. 2023-07-07T12:26:59.2008626Z #16 exporting to GitHub cache
  810. 2023-07-07T12:26:59.2008981Z #16 preparing build cache for export
  811. 2023-07-07T12:26:59.5329480Z #16 preparing build cache for export 0.5s done
  812. 2023-07-07T12:26:59.5330279Z #16 DONE 0.5s
  813. 2023-07-07T12:26:59.5447076Z ##[group]ImageID
  814. 2023-07-07T12:26:59.5447981Z sha256:61497d16304964d797ab1c9dce921ce4a534701a9f51e30bab7aec0535900ae5
  815. 2023-07-07T12:26:59.5449807Z ##[endgroup]
  816. 2023-07-07T12:26:59.5450570Z ##[group]Digest
  817. 2023-07-07T12:26:59.5472639Z sha256:fa86fe275406cb66d2ee79dc636361a1b7b08a984554eb688e1478d0c5b87adf
  818. 2023-07-07T12:26:59.5478724Z ##[endgroup]
  819. 2023-07-07T12:26:59.5480108Z ##[group]Metadata
  820. 2023-07-07T12:26:59.5480390Z {
  821. 2023-07-07T12:26:59.5480819Z "containerimage.buildinfo": {
  822. 2023-07-07T12:26:59.5481158Z "frontend": "gateway.v0",
  823. 2023-07-07T12:26:59.5481450Z "attrs": {
  824. 2023-07-07T12:26:59.5481915Z "cmdline": "docker/dockerfile:1.4.3",
  825. 2023-07-07T12:26:59.5482389Z "filename": "Dockerfile",
  826. 2023-07-07T12:26:59.5483315Z "label:org.opencontainers.image.created": "2023-07-07T12:20:13.562Z",
  827. 2023-07-07T12:26:59.5484083Z "label:org.opencontainers.image.description": "The NGINX reverse proxy configuration for Warriors Life",
  828. 2023-07-07T12:26:59.5485359Z "label:org.opencontainers.image.licenses": "NOASSERTION",
  829. 2023-07-07T12:26:59.5486083Z "label:org.opencontainers.image.revision": "f102546070e75bb1d3bca064db62cb24e2eeb951",
  830. 2023-07-07T12:26:59.5487266Z "label:org.opencontainers.image.source": "https://github.com/warriors-life/warriors-life-nginx-proxy",
  831. 2023-07-07T12:26:59.5488921Z "label:org.opencontainers.image.title": "warriors-life-nginx-proxy",
  832. 2023-07-07T12:26:59.5489939Z "label:org.opencontainers.image.url": "https://github.com/warriors-life/warriors-life-nginx-proxy",
  833. 2023-07-07T12:26:59.5490679Z "label:org.opencontainers.image.version": "dev",
  834. 2023-07-07T12:26:59.5491229Z "source": "docker/dockerfile:1.4.3",
  835. 2023-07-07T12:26:59.5491633Z "vcs:revision": "f102546070e75bb1d3bca064db62cb24e2eeb951",
  836. 2023-07-07T12:26:59.5492661Z "vcs:source": "https://github.com/warriors-life/warriors-life-nginx-proxy"
  837. 2023-07-07T12:26:59.5493232Z },
  838. 2023-07-07T12:26:59.5493481Z "sources": [
  839. 2023-07-07T12:26:59.5493874Z {
  840. 2023-07-07T12:26:59.5535689Z "type": "docker-image",
  841. 2023-07-07T12:26:59.5536486Z "ref": "docker.io/docker/dockerfile:1.4.3",
  842. 2023-07-07T12:26:59.5538966Z "pin": "sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc"
  843. 2023-07-07T12:26:59.5539714Z },
  844. 2023-07-07T12:26:59.5539948Z {
  845. 2023-07-07T12:26:59.5540619Z "type": "docker-image",
  846. 2023-07-07T12:26:59.5542160Z "ref": "docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8",
  847. 2023-07-07T12:26:59.5544700Z "pin": "sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8"
  848. 2023-07-07T12:26:59.5545789Z }
  849. 2023-07-07T12:26:59.5546065Z ]
  850. 2023-07-07T12:26:59.5546677Z },
  851. 2023-07-07T12:26:59.5547146Z "containerimage.config.digest": "sha256:61497d16304964d797ab1c9dce921ce4a534701a9f51e30bab7aec0535900ae5",
  852. 2023-07-07T12:26:59.5547849Z "containerimage.descriptor": {
  853. 2023-07-07T12:26:59.5549941Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
  854. 2023-07-07T12:26:59.5550527Z "digest": "sha256:fa86fe275406cb66d2ee79dc636361a1b7b08a984554eb688e1478d0c5b87adf",
  855. 2023-07-07T12:26:59.5550923Z "size": 2260,
  856. 2023-07-07T12:26:59.5551196Z "annotations": {
  857. 2023-07-07T12:26:59.5551774Z "org.opencontainers.image.created": "2023-07-07T12:26:57Z"
  858. 2023-07-07T12:26:59.5552148Z },
  859. 2023-07-07T12:26:59.5552409Z "platform": {
  860. 2023-07-07T12:26:59.5552687Z "architecture": "amd64",
  861. 2023-07-07T12:26:59.5552975Z "os": "linux"
  862. 2023-07-07T12:26:59.5553224Z }
  863. 2023-07-07T12:26:59.5553453Z },
  864. 2023-07-07T12:26:59.5553899Z "containerimage.digest": "sha256:fa86fe275406cb66d2ee79dc636361a1b7b08a984554eb688e1478d0c5b87adf",
  865. 2023-07-07T12:26:59.5555143Z "image.name": "ghcr.io/warriors-life/warriors-life-nginx-proxy:dev,ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546,ghcr.io/warriors-life/warriors-life-nginx-proxy:dev,ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546"
  866. 2023-07-07T12:26:59.5556670Z }
  867. 2023-07-07T12:26:59.5557276Z ##[endgroup]
  868. 2023-07-07T12:26:59.5689918Z ##[group]Run docker push -a ghcr.io/warriors-life/warriors-life-nginx-proxy
  869. 2023-07-07T12:26:59.5690516Z docker push -a ghcr.io/warriors-life/warriors-life-nginx-proxy
  870. 2023-07-07T12:26:59.5754366Z shell: /usr/bin/bash -e {0}
  871. 2023-07-07T12:26:59.5754674Z ##[endgroup]
  872. 2023-07-07T12:26:59.6165948Z The push refers to repository [ghcr.io/warriors-life/warriors-life-nginx-proxy]
  873. 2023-07-07T12:26:59.6445323Z 8bbf329211a0: Preparing
  874. 2023-07-07T12:26:59.6449639Z 7ab3c05acf7b: Preparing
  875. 2023-07-07T12:26:59.6450279Z 4d920195ec70: Preparing
  876. 2023-07-07T12:26:59.6454546Z 1b22827e15b4: Preparing
  877. 2023-07-07T12:26:59.6455193Z d9f50eaf56fa: Preparing
  878. 2023-07-07T12:26:59.6456484Z 2530717ff0bb: Preparing
  879. 2023-07-07T12:26:59.6457267Z e7766bc830a8: Preparing
  880. 2023-07-07T12:26:59.6457760Z cb411529b86f: Preparing
  881. 2023-07-07T12:26:59.6466474Z bc09720137db: Preparing
  882. 2023-07-07T12:26:59.6468068Z 3dab9f8bf2d2: Preparing
  883. 2023-07-07T12:26:59.6469275Z 2530717ff0bb: Waiting
  884. 2023-07-07T12:26:59.6470540Z e7766bc830a8: Waiting
  885. 2023-07-07T12:26:59.6473133Z cb411529b86f: Waiting
  886. 2023-07-07T12:26:59.6473726Z bc09720137db: Waiting
  887. 2023-07-07T12:26:59.6474241Z 3dab9f8bf2d2: Waiting
  888. 2023-07-07T12:27:00.5694155Z 1b22827e15b4: Pushed
  889. 2023-07-07T12:27:00.6076050Z 7ab3c05acf7b: Pushed
  890. 2023-07-07T12:27:00.6132859Z 8bbf329211a0: Pushed
  891. 2023-07-07T12:27:00.6194420Z d9f50eaf56fa: Pushed
  892. 2023-07-07T12:27:00.6353025Z 4d920195ec70: Pushed
  893. 2023-07-07T12:27:00.8352065Z 3dab9f8bf2d2: Layer already exists
  894. 2023-07-07T12:27:01.3454994Z 2530717ff0bb: Pushed
  895. 2023-07-07T12:27:01.5475823Z cb411529b86f: Pushed
  896. 2023-07-07T12:27:01.5883960Z e7766bc830a8: Pushed
  897. 2023-07-07T12:27:01.7809615Z bc09720137db: Pushed
  898. 2023-07-07T12:27:03.3758130Z dev: digest: sha256:fc5b9c06e95071348b7b732d55d93e9a20b28edea71ef5619f89208bc1850feb size: 2402
  899. 2023-07-07T12:27:03.3785460Z 8bbf329211a0: Preparing
  900. 2023-07-07T12:27:03.3788486Z 7ab3c05acf7b: Preparing
  901. 2023-07-07T12:27:03.3792175Z 4d920195ec70: Preparing
  902. 2023-07-07T12:27:03.3817760Z 1b22827e15b4: Preparing
  903. 2023-07-07T12:27:03.3818193Z d9f50eaf56fa: Preparing
  904. 2023-07-07T12:27:03.3818581Z 2530717ff0bb: Preparing
  905. 2023-07-07T12:27:03.3818961Z e7766bc830a8: Preparing
  906. 2023-07-07T12:27:03.3819339Z cb411529b86f: Preparing
  907. 2023-07-07T12:27:03.3819711Z bc09720137db: Preparing
  908. 2023-07-07T12:27:03.3820068Z 3dab9f8bf2d2: Preparing
  909. 2023-07-07T12:27:03.3820468Z 1b22827e15b4: Layer already exists
  910. 2023-07-07T12:27:03.3820905Z d9f50eaf56fa: Layer already exists
  911. 2023-07-07T12:27:03.3821307Z 2530717ff0bb: Waiting
  912. 2023-07-07T12:27:03.3821661Z e7766bc830a8: Waiting
  913. 2023-07-07T12:27:03.3821999Z cb411529b86f: Waiting
  914. 2023-07-07T12:27:03.3822353Z bc09720137db: Waiting
  915. 2023-07-07T12:27:03.3823144Z 3dab9f8bf2d2: Waiting
  916. 2023-07-07T12:27:03.3823540Z 2530717ff0bb: Layer already exists
  917. 2023-07-07T12:27:03.3823967Z e7766bc830a8: Layer already exists
  918. 2023-07-07T12:27:03.3824391Z cb411529b86f: Layer already exists
  919. 2023-07-07T12:27:03.3824810Z bc09720137db: Layer already exists
  920. 2023-07-07T12:27:03.3825474Z 3dab9f8bf2d2: Layer already exists
  921. 2023-07-07T12:27:03.3825901Z 8bbf329211a0: Layer already exists
  922. 2023-07-07T12:27:03.3826322Z 7ab3c05acf7b: Layer already exists
  923. 2023-07-07T12:27:03.3826722Z 4d920195ec70: Layer already exists
  924. 2023-07-07T12:27:03.9278095Z dev-f102546: digest: sha256:fc5b9c06e95071348b7b732d55d93e9a20b28edea71ef5619f89208bc1850feb size: 2402
  925. 2023-07-07T12:27:03.9378329Z Post job cleanup.
  926. 2023-07-07T12:27:04.0906037Z ##[group]Removing temp folder /tmp/docker-actions-toolkit-p2fQbS
  927. 2023-07-07T12:27:04.0934238Z ##[endgroup]
  928. 2023-07-07T12:27:04.1016351Z Post job cleanup.
  929. 2023-07-07T12:27:04.2741442Z [command]/usr/bin/docker logout ghcr.io
  930. 2023-07-07T12:27:04.3024395Z Removing login credentials for ghcr.io
  931. 2023-07-07T12:27:04.3164274Z Post job cleanup.
  932. 2023-07-07T12:27:04.4716848Z ##[group]Removing builder
  933. 2023-07-07T12:27:04.6986662Z [command]/usr/bin/docker buildx rm builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58
  934. 2023-07-07T12:27:05.0046823Z builder-7f5e5443-5cc0-4a84-83a4-8626ffbf0f58 removed
  935. 2023-07-07T12:27:05.0112077Z ##[endgroup]
  936. 2023-07-07T12:27:05.0112869Z ##[group]Cleaning up certificates
  937. 2023-07-07T12:27:05.0121953Z ##[endgroup]
  938. 2023-07-07T12:27:05.0263447Z Post job cleanup.
  939. 2023-07-07T12:27:05.1698967Z [command]/usr/bin/git version
  940. 2023-07-07T12:27:05.1772610Z git version 2.41.0
  941. 2023-07-07T12:27:05.1852389Z Temporarily overriding HOME='/home/runner/work/_temp/9722b723-a24c-474b-b164-1bfaa27bdf32' before making global git config changes
  942. 2023-07-07T12:27:05.1857211Z Adding repository directory to the temporary git global config as a safe directory
  943. 2023-07-07T12:27:05.1867002Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  944. 2023-07-07T12:27:05.1931322Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  945. 2023-07-07T12:27:05.1991905Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
  946. 2023-07-07T12:27:05.2411587Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  947. 2023-07-07T12:27:05.2463863Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
  948. 2023-07-07T12:27:05.2971446Z Post job cleanup.
  949. 2023-07-07T12:27:06.5154219Z log:
  950. 2023-07-07T12:27:06.5170230Z Fri, 07 Jul 2023 12:24:33 GMT:read config
  951. 2023-07-07T12:27:06.5176420Z &{Repo:warriors-life/warriors-life-nginx-proxy CorrelationId:c24490b8-6e97-40f0-9481-51560c739cef RunId:5478412121 WorkingDirectory:/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy APIURL:https://agent.api.stepsecurity.io/v1 Endpoints:map[auth.docker.io.:[{domainName:auth.docker.io. port:443}] dl-cdn.alpinelinux.org.:[{domainName:dl-cdn.alpinelinux.org. port:443}] docker.io.:[{domainName:docker.io. port:443}] ghcr.io.:[{domainName:ghcr.io. port:443}] github.com.:[{domainName:github.com. port:443}] n06iacprodeus1file4.blob.core.windows.net.:[{domainName:n06iacprodeus1file4.blob.core.windows.net. port:443}] production.cloudflare.docker.com.:[{domainName:production.cloudflare.docker.com. port:443}] registry-1.docker.io.:[{domainName:registry-1.docker.io. port:443}]] EgressPolicy:block DisableTelemetry:false DisableSudo:true DisableFileMonitoring:false Private:true}
  952. 2023-07-07T12:27:06.5179762Z
  953. 2023-07-07T12:27:06.5180474Z Fri, 07 Jul 2023 12:24:33 GMT:Step Security Job Correlation ID: c24490b8-6e97-40f0-9481-51560c739cef
  954. 2023-07-07T12:27:06.5180970Z
  955. 2023-07-07T12:27:06.5181272Z Fri, 07 Jul 2023 12:24:34 GMT:started process monitor
  956. 2023-07-07T12:27:06.5181659Z
  957. 2023-07-07T12:27:06.5181957Z Fri, 07 Jul 2023 12:24:34 GMT:Monitor Processes called
  958. 2023-07-07T12:27:06.5182639Z Fri, 07 Jul 2023 12:24:34 GMT:NewAuditClient created
  959. 2023-07-07T12:27:06.5183251Z Fri, 07 Jul 2023 12:24:34 GMT:Status is enabled
  960. 2023-07-07T12:27:06.5183831Z Fri, 07 Jul 2023 12:24:34 GMT:Rules deleted
  961. 2023-07-07T12:27:06.5185033Z Fri, 07 Jul 2023 12:24:34 GMT:File monitor added for /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  962. 2023-07-07T12:27:06.5185954Z Fri, 07 Jul 2023 12:24:34 GMT:Agent file monitor added
  963. 2023-07-07T12:27:06.5186828Z Fri, 07 Jul 2023 12:24:34 GMT:Docker's daemon.json file monitor added
  964. 2023-07-07T12:27:06.5187783Z Fri, 07 Jul 2023 12:24:34 GMT:Systemd's resolved.conf file monitor added
  965. 2023-07-07T12:27:06.5188471Z Fri, 07 Jul 2023 12:24:34 GMT:Net monitor added
  966. 2023-07-07T12:27:06.5189089Z Fri, 07 Jul 2023 12:24:34 GMT:Process monitor added
  967. 2023-07-07T12:27:06.5189702Z Fri, 07 Jul 2023 12:24:34 GMT:receive called
  968. 2023-07-07T12:27:06.5190049Z
  969. 2023-07-07T12:27:06.5190602Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.75.97, TTL: 54
  970. 2023-07-07T12:27:06.5191753Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: production.cloudflare.docker.com., ip address: 104.18.123.25, TTL: 300
  971. 2023-07-07T12:27:06.5192874Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: token.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 40
  972. 2023-07-07T12:27:06.5194430Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: actions-results-receiver-production.githubapp.com., ip address: 140.82.112.23, TTL: 60
  973. 2023-07-07T12:27:06.5195773Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: artifactcache.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 200
  974. 2023-07-07T12:27:06.5196861Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: codeload.github.com., ip address: 140.82.113.10, TTL: 60
  975. 2023-07-07T12:27:06.5197735Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: github.com., ip address: 140.82.112.4, TTL: 60
  976. 2023-07-07T12:27:06.5198865Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: registry-1.docker.io., ip address: 44.205.64.79, TTL: 30
  977. 2023-07-07T12:27:06.5200692Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  978. 2023-07-07T12:27:06.5201767Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: vstoken.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 109
  979. 2023-07-07T12:27:06.5202919Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: vstsmms.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 109
  980. 2023-07-07T12:27:06.5204354Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: agent.api.stepsecurity.io., ip address: 54.190.59.60, TTL: 45
  981. 2023-07-07T12:27:06.5205281Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: ghcr.io., ip address: 140.82.112.34, TTL: 60
  982. 2023-07-07T12:27:06.5206128Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: auth.docker.io., ip address: 44.205.64.79, TTL: 30
  983. 2023-07-07T12:27:06.5206974Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: docker.io., ip address: 18.210.197.188, TTL: 54
  984. 2023-07-07T12:27:06.5207998Z Fri, 07 Jul 2023 12:24:34 GMT:domain resolved: pipelines.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 40
  985. 2023-07-07T12:27:06.5208641Z
  986. 2023-07-07T12:27:06.5208890Z Fri, 07 Jul 2023 12:24:34 GMT:updated resolved
  987. 2023-07-07T12:27:06.5209251Z
  988. 2023-07-07T12:27:06.5209517Z Fri, 07 Jul 2023 12:24:35 GMT:set docker config
  989. 2023-07-07T12:27:06.5209876Z
  990. 2023-07-07T12:27:06.5209888Z
  991. 2023-07-07T12:27:06.5212758Z Fri, 07 Jul 2023 12:24:35 GMT:Allowed domains:map[auth.docker.io.:[{auth.docker.io. 443}] dl-cdn.alpinelinux.org.:[{dl-cdn.alpinelinux.org. 443}] docker.io.:[{docker.io. 443}] ghcr.io.:[{ghcr.io. 443}] github.com.:[{github.com. 443}] n06iacprodeus1file4.blob.core.windows.net.:[{n06iacprodeus1file4.blob.core.windows.net. 443}] production.cloudflare.docker.com.:[{production.cloudflare.docker.com. 443}] registry-1.docker.io.:[{registry-1.docker.io. 443}]]
  992. 2023-07-07T12:27:06.5215764Z
  993. 2023-07-07T12:27:06.5216036Z Fri, 07 Jul 2023 12:24:35 GMT:disabled sudo
  994. 2023-07-07T12:27:06.5216571Z Fri, 07 Jul 2023 12:24:35 GMT:done
  995. 2023-07-07T12:27:06.5218637Z Fri, 07 Jul 2023 12:24:36 GMT:[Source code overwritten] file: /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/config.lock syscall: openat by exe: /usr/bin/git [2ee50c107cdf38b7702232bedcc02c66b1c478700176fbc19ef8b363ae563a19] Timestamp: 2023-07-07T12:24:36.628Z
  996. 2023-07-07T12:27:06.5220756Z Fri, 07 Jul 2023 12:24:36 GMT:[Source code overwritten] file: /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/config syscall: rename by exe: /usr/bin/git [2ee50c107cdf38b7702232bedcc02c66b1c478700176fbc19ef8b363ae563a19] Timestamp: 2023-07-07T12:24:36.628Z
  997. 2023-07-07T12:27:06.5222339Z Fri, 07 Jul 2023 12:24:36 GMT:[Source code overwritten] file: /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/config syscall: rename by exe: /usr/bin/git [2ee50c107cdf38b7702232bedcc02c66b1c478700176fbc19ef8b363ae563a19] Timestamp: 2023-07-07T12:24:36.628Z
  998. 2023-07-07T12:27:06.5223998Z Fri, 07 Jul 2023 12:24:37 GMT:[Source code overwritten] file: /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/config syscall: openat by exe: /home/runner/runners/2.305.0/externals/node16/bin/node [b8d56f907029dfcf1268e56ec145f1f512881f952c594e681f2eaa3ea9d172df] Timestamp: 2023-07-07T12:24:36.776Z
  999. 2023-07-07T12:27:06.5225180Z Fri, 07 Jul 2023 12:24:37 GMT:endpoint called ip address:port 140.82.112.4:443, domain: github.com., pid: 2025, process: git-remote-http
  1000. 2023-07-07T12:27:06.5226559Z Fri, 07 Jul 2023 12:24:37 GMT:[Source code overwritten] file: /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/objects/maintenance.lock syscall: openat by exe: /usr/lib/git-core/git [2ee50c107cdf38b7702232bedcc02c66b1c478700176fbc19ef8b363ae563a19] Timestamp: 2023-07-07T12:24:37.544Z
  1001. 2023-07-07T12:27:06.5227718Z Fri, 07 Jul 2023 12:24:38 GMT:endpoint called ip address:port 140.82.112.4:443, domain: github.com., pid: 2036, process: git-remote-http
  1002. 2023-07-07T12:27:06.5228529Z Fri, 07 Jul 2023 12:24:39 GMT:endpoint called ip address:port 140.82.112.4:443, domain: github.com., pid: 2351, process: git-remote-http
  1003. 2023-07-07T12:27:06.5229385Z Fri, 07 Jul 2023 12:24:45 GMT:endpoint called ip address:port 44.205.64.79:443, domain: auth.docker.io., pid: 1758, process: dockerd
  1004. 2023-07-07T12:27:06.5230231Z Fri, 07 Jul 2023 12:24:49 GMT:endpoint called ip address:port 44.205.64.79:443, domain: registry-1.docker.io., pid: 2176, process: docker-buildx
  1005. 2023-07-07T12:27:06.5231095Z Fri, 07 Jul 2023 12:24:49 GMT:endpoint called ip address:port 104.18.123.25:443, domain: production.cloudflare.docker.com., pid: 1758, process: dockerd
  1006. 2023-07-07T12:27:06.5231974Z Fri, 07 Jul 2023 12:24:55 GMT:endpoint called ip address:port 151.101.2.132:443, domain: dl-cdn.alpinelinux.org., pid: 2580, process: apk
  1007. 2023-07-07T12:27:06.5232331Z
  1008. 2023-07-07T12:27:06.5232507Z Fri, 07 Jul 2023 12:25:05 GMT:Refreshing DNS entries
  1009. 2023-07-07T12:27:06.5232964Z Fri, 07 Jul 2023 12:25:06 GMT:domain resolved: auth.docker.io., ip address: 44.205.64.79, TTL: 30
  1010. 2023-07-07T12:27:06.5233655Z Fri, 07 Jul 2023 12:25:06 GMT:domain resolved: registry-1.docker.io., ip address: 3.216.34.172, TTL: 30
  1011. 2023-07-07T12:27:06.5234358Z Fri, 07 Jul 2023 12:25:06 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  1012. 2023-07-07T12:27:06.5234670Z
  1013. 2023-07-07T12:27:06.5234840Z Fri, 07 Jul 2023 12:25:35 GMT:Refreshing DNS entries
  1014. 2023-07-07T12:27:06.5235466Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  1015. 2023-07-07T12:27:06.5236000Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: github.com., ip address: 140.82.112.3, TTL: 60
  1016. 2023-07-07T12:27:06.5236668Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: registry-1.docker.io., ip address: 44.205.64.79, TTL: 30
  1017. 2023-07-07T12:27:06.5237189Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: docker.io., ip address: 18.210.197.188, TTL: 30
  1018. 2023-07-07T12:27:06.5237680Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: ghcr.io., ip address: 140.82.112.33, TTL: 60
  1019. 2023-07-07T12:27:06.5238174Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: auth.docker.io., ip address: 34.205.13.154, TTL: 44
  1020. 2023-07-07T12:27:06.5238782Z Fri, 07 Jul 2023 12:25:36 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.52.65, TTL: 30
  1021. 2023-07-07T12:27:06.5239152Z
  1022. 2023-07-07T12:27:06.5239322Z Fri, 07 Jul 2023 12:26:05 GMT:Refreshing DNS entries
  1023. 2023-07-07T12:27:06.5239865Z Fri, 07 Jul 2023 12:26:06 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.52.65, TTL: 36
  1024. 2023-07-07T12:27:06.5240638Z Fri, 07 Jul 2023 12:26:06 GMT:domain resolved: registry-1.docker.io., ip address: 3.216.34.172, TTL: 34
  1025. 2023-07-07T12:27:06.5241340Z Fri, 07 Jul 2023 12:26:06 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  1026. 2023-07-07T12:27:06.5241871Z Fri, 07 Jul 2023 12:26:06 GMT:domain resolved: docker.io., ip address: 3.228.146.75, TTL: 30
  1027. 2023-07-07T12:27:06.5242141Z
  1028. 2023-07-07T12:27:06.5242309Z Fri, 07 Jul 2023 12:26:35 GMT:Refreshing DNS entries
  1029. 2023-07-07T12:27:06.5242992Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: ghcr.io., ip address: 140.82.112.33, TTL: 60
  1030. 2023-07-07T12:27:06.5243499Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: auth.docker.io., ip address: 3.216.34.172, TTL: 44
  1031. 2023-07-07T12:27:06.5243999Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: docker.io., ip address: 18.206.20.10, TTL: 39
  1032. 2023-07-07T12:27:06.5244599Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.74.225, TTL: 30
  1033. 2023-07-07T12:27:06.5245179Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: github.com., ip address: 140.82.114.4, TTL: 60
  1034. 2023-07-07T12:27:06.5245853Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: registry-1.docker.io., ip address: 34.205.13.154, TTL: 30
  1035. 2023-07-07T12:27:06.5246559Z Fri, 07 Jul 2023 12:26:36 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  1036. 2023-07-07T12:27:06.5247269Z Fri, 07 Jul 2023 12:26:50 GMT:endpoint called ip address:port 13.107.42.16:443, domain: pipelines.actions.githubusercontent.com., pid: 1580, process: Runner.Worker
  1037. 2023-07-07T12:27:06.5248382Z Fri, 07 Jul 2023 12:26:51 GMT:endpoint called ip address:port 34.205.13.154:443, domain: registry-1.docker.io., pid: 1758, process: dockerd
  1038. 2023-07-07T12:27:06.5249006Z Fri, 07 Jul 2023 12:26:53 GMT:endpoint called ip address:port 140.82.112.33:443, domain: ghcr.io., pid: 1758, process: dockerd
  1039. 2023-07-07T12:27:06.5249956Z Fri, 07 Jul 2023 12:26:56 GMT:endpoint called ip address:port 34.205.13.154:443, domain: registry-1.docker.io., pid: 8674, process: buildkitd
  1040. 2023-07-07T12:27:06.5250797Z Fri, 07 Jul 2023 12:26:57 GMT:endpoint called ip address:port 3.216.34.172:443, domain: auth.docker.io., pid: 9076, process: docker-buildx
  1041. 2023-07-07T12:27:06.5251493Z Fri, 07 Jul 2023 12:26:58 GMT:endpoint called ip address:port 104.18.123.25:443, domain: production.cloudflare.docker.com., pid: 8674, process: buildkitd
  1042. 2023-07-07T12:27:06.5252511Z Fri, 07 Jul 2023 12:26:58 GMT:endpoint called ip address:port 13.107.42.16:443, domain: artifactcache.actions.githubusercontent.com., pid: 8674, process: buildkitd
  1043. 2023-07-07T12:27:06.5253343Z Fri, 07 Jul 2023 12:26:58 GMT:endpoint called ip address:port 20.209.74.225:443, domain: n06iacprodeus1file4.blob.core.windows.net., pid: 8674, process: buildkitd
  1044. 2023-07-07T12:27:06.5253757Z
  1045. 2023-07-07T12:27:06.5253922Z Fri, 07 Jul 2023 12:27:05 GMT:post_event called
  1046. 2023-07-07T12:27:06.5254139Z
  1047. 2023-07-07T12:27:06.5254313Z Fri, 07 Jul 2023 12:27:05 GMT:Refreshing DNS entries
  1048. 2023-07-07T12:27:06.5254870Z Fri, 07 Jul 2023 12:27:06 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.75.97, TTL: 36
  1049. 2023-07-07T12:27:06.5255642Z Fri, 07 Jul 2023 12:27:06 GMT:domain resolved: registry-1.docker.io., ip address: 3.216.34.172, TTL: 34
  1050. 2023-07-07T12:27:06.5256351Z Fri, 07 Jul 2023 12:27:06 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  1051. 2023-07-07T12:27:06.5256660Z
  1052. 2023-07-07T12:27:06.5256762Z status:
  1053. 2023-07-07T12:27:06.5257010Z Initialized
  1054. 2023-07-07T12:27:06.5674580Z [command]/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy --files-from manifest.txt --use-compress-program zstdmt
  1055. 2023-07-07T12:27:06.6684741Z Failed to save: Unable to reserve cache with key harden-runner-cacheKey, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/dev, Key: harden-runner-cacheKey, Version: 5b5f40dc445798c7d255e9dff74113aa7108c54e265d41b1f4d44d78af254e0b
  1056. 2023-07-07T12:27:06.6707817Z -1
  1057. 2023-07-07T12:27:06.7020557Z Cleaning up orphan processes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement