Advertisement
Guest User

Untitled

a guest
Jul 7th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.79 KB | None | 0 0
  1. 2023-07-07T12:51:02.6475698Z Requested labels: ubuntu-latest
  2. 2023-07-07T12:51:02.6476022Z Job defined at: warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev
  3. 2023-07-07T12:51:02.6476208Z Reusable workflow chain:
  4. 2023-07-07T12:51:02.6476414Z warriors-life/warriors-life-nginx-proxy/.github/workflows/build.yml@refs/heads/dev (f102546070e75bb1d3bca064db62cb24e2eeb951)
  5. 2023-07-07T12:51:02.6476548Z -> warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev (91d3e55098a075440555448530265093862f843e)
  6. 2023-07-07T12:51:02.6476832Z Waiting for a runner to pick up this job...
  7. 2023-07-07T12:51:02.8782422Z Job is waiting for a hosted runner to come online.
  8. 2023-07-07T12:51:07.5942899Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
  9. 2023-07-07T12:51:10.4830904Z Current runner version: '2.305.0'
  10. 2023-07-07T12:51:10.4865088Z ##[group]Operating System
  11. 2023-07-07T12:51:10.4865703Z Ubuntu
  12. 2023-07-07T12:51:10.4866004Z 22.04.2
  13. 2023-07-07T12:51:10.4866250Z LTS
  14. 2023-07-07T12:51:10.4866546Z ##[endgroup]
  15. 2023-07-07T12:51:10.4867064Z ##[group]Runner Image
  16. 2023-07-07T12:51:10.4867589Z Image: ubuntu-22.04
  17. 2023-07-07T12:51:10.4867893Z Version: 20230702.1.0
  18. 2023-07-07T12:51:10.4868378Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230702.1/images/linux/Ubuntu2204-Readme.md
  19. 2023-07-07T12:51:10.4868923Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230702.1
  20. 2023-07-07T12:51:10.4869401Z ##[endgroup]
  21. 2023-07-07T12:51:10.4869748Z ##[group]Runner Image Provisioner
  22. 2023-07-07T12:51:10.4870028Z 2.0.238.1
  23. 2023-07-07T12:51:10.4870314Z ##[endgroup]
  24. 2023-07-07T12:51:10.4871034Z ##[group]GITHUB_TOKEN Permissions
  25. 2023-07-07T12:51:10.4871778Z Contents: read
  26. 2023-07-07T12:51:10.4872488Z Metadata: read
  27. 2023-07-07T12:51:10.4873358Z Packages: write
  28. 2023-07-07T12:51:10.4873799Z ##[endgroup]
  29. 2023-07-07T12:51:10.4878101Z Secret source: Actions
  30. 2023-07-07T12:51:10.4878548Z Prepare workflow directory
  31. 2023-07-07T12:51:10.5710233Z Prepare all required actions
  32. 2023-07-07T12:51:10.5956500Z Getting action download info
  33. 2023-07-07T12:51:10.9798382Z Download action repository 'step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845' (SHA:55d479fb1c5bcad5a4f9099a5d9f37c8857b2845)
  34. 2023-07-07T12:51:11.8139165Z Download action repository 'actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
  35. 2023-07-07T12:51:12.3436071Z Download action repository 'docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a' (SHA:16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a)
  36. 2023-07-07T12:51:12.9848698Z Download action repository 'docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc' (SHA:465a07811f14bebb1938fbed4728c6a1ff8901fc)
  37. 2023-07-07T12:51:13.5132130Z Download action repository 'docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825' (SHA:2eb1c1961a95fc15694676618e422e8ba1d63825)
  38. 2023-07-07T12:51:14.0509089Z Download action repository 'peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864' (SHA:dc67fad7001ef9e8e3c124cb7a64e16d0a63d864)
  39. 2023-07-07T12:51:14.7954833Z Uses: warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@refs/heads/dev (91d3e55098a075440555448530265093862f843e)
  40. 2023-07-07T12:51:14.7957577Z ##[group] Inputs
  41. 2023-07-07T12:51:14.7959079Z node-code-pre-test: export $(sed '/^[[:blank:]]*#/d;s/#.*//' test.env | xargs -0) && sed '/^[[:blank:]]*#/d;s/#.*//' test.env >> $GITHUB_ENV
  42. openssl req -x509 -config ssl-config/openssl-ca.conf -out server$NGINX_TRUSTED_CERTS -keyout ssl-config/ca.key -noenc
  43. 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
  44. gzip -k server/static/*.{css,csv,html,ico,js,json,svg,txt,wasm,webmanifest}
  45. cd server && docker compose up -d
  46.  
  47. 2023-07-07T12:51:14.7960068Z image-name: warriors-life/warriors-life-nginx-proxy
  48. 2023-07-07T12:51:14.7960377Z ##[endgroup]
  49. 2023-07-07T12:51:14.7961110Z Complete job name: call-workflow / Push Docker image to the registry
  50. 2023-07-07T12:51:14.9185801Z ##[group]Run step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
  51. 2023-07-07T12:51:14.9186218Z with:
  52. 2023-07-07T12:51:14.9186741Z disable-sudo: true
  53. 2023-07-07T12:51:14.9186974Z egress-policy: block
  54. 2023-07-07T12:51:14.9187429Z 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
  55.  
  56. 2023-07-07T12:51:14.9188063Z token: ***
  57. 2023-07-07T12:51:14.9188274Z disable-telemetry: false
  58. 2023-07-07T12:51:14.9188535Z disable-file-monitoring: false
  59. 2023-07-07T12:51:14.9188779Z ##[endgroup]
  60. 2023-07-07T12:51:15.3874195Z [!] Current Configuration:
  61. 2023-07-07T12:51:15.3889722Z {"repo":"warriors-life/warriors-life-nginx-proxy","run_id":"5478412121","correlation_id":"558b209f-ad6e-4b1c-9aba-1d1fe14b2fe1","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}
  62. 2023-07-07T12:51:15.3891527Z
  63. 2023-07-07T12:51:15.9918746Z Step Security Job Correlation ID: 558b209f-ad6e-4b1c-9aba-1d1fe14b2fe1
  64. 2023-07-07T12:51:16.4177826Z Adding cacheHost: n06iacprodeus1file4.blob.core.windows.net:443 to allowed-endpoints
  65. 2023-07-07T12:51:16.8146954Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/b89ad60c-42d4-436f-a69f-cef282c076f8 -f /home/runner/work/_temp/00cc6d92-aede-4983-b8ec-fd443ace56ca
  66. 2023-07-07T12:51:16.9177415Z View security insights and recommended policy at:
  67. 2023-07-07T12:51:16.9178455Z https://app.stepsecurity.io/github/warriors-life/warriors-life-nginx-proxy/actions/runs/5478412121
  68. 2023-07-07T12:51:20.7024496Z Initialized
  69. 2023-07-07T12:51:20.7370904Z ##[group]Run step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
  70. 2023-07-07T12:51:20.7371300Z with:
  71. 2023-07-07T12:51:20.7371526Z disable-sudo: true
  72. 2023-07-07T12:51:20.7371777Z egress-policy: block
  73. 2023-07-07T12:51:20.7372256Z 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
  74.  
  75. 2023-07-07T12:51:20.7372841Z token: ***
  76. 2023-07-07T12:51:20.7373086Z disable-telemetry: false
  77. 2023-07-07T12:51:20.7373368Z disable-file-monitoring: false
  78. 2023-07-07T12:51:20.7373625Z env:
  79. 2023-07-07T12:51:20.7373849Z STATE_disableSudo: true
  80. 2023-07-07T12:51:20.7374106Z STATE_monitorStatusCode: 500
  81. 2023-07-07T12:51:20.7374458Z ##[endgroup]
  82. 2023-07-07T12:51:20.8123229Z View security insights and recommended policy at:
  83. 2023-07-07T12:51:20.8132066Z https://app.stepsecurity.io/github/warriors-life/warriors-life-nginx-proxy/actions/runs/5478412121
  84. 2023-07-07T12:51:20.8270838Z ##[group]Run actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
  85. 2023-07-07T12:51:20.8271197Z with:
  86. 2023-07-07T12:51:20.8271586Z sparse-checkout: src
  87. 2023-07-07T12:51:20.8272020Z persist-credentials: false
  88. 2023-07-07T12:51:20.8272733Z repository: warriors-life/warriors-life-nginx-proxy
  89. 2023-07-07T12:51:20.8273341Z token: ***
  90. 2023-07-07T12:51:20.8273754Z ssh-strict: true
  91. 2023-07-07T12:51:20.8273997Z clean: true
  92. 2023-07-07T12:51:20.8274258Z sparse-checkout-cone-mode: true
  93. 2023-07-07T12:51:20.8274584Z fetch-depth: 1
  94. 2023-07-07T12:51:20.8274822Z lfs: false
  95. 2023-07-07T12:51:20.8275077Z submodules: false
  96. 2023-07-07T12:51:20.8275343Z set-safe-directory: true
  97. 2023-07-07T12:51:20.8275589Z ##[endgroup]
  98. 2023-07-07T12:51:20.9773802Z Syncing repository: warriors-life/warriors-life-nginx-proxy
  99. 2023-07-07T12:51:20.9775756Z ##[group]Getting Git version info
  100. 2023-07-07T12:51:20.9776390Z Working directory is '/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy'
  101. 2023-07-07T12:51:20.9777120Z [command]/usr/bin/git version
  102. 2023-07-07T12:51:20.9901823Z git version 2.41.0
  103. 2023-07-07T12:51:20.9938892Z ##[endgroup]
  104. 2023-07-07T12:51:20.9962945Z Temporarily overriding HOME='/home/runner/work/_temp/d6df6787-9c8c-4770-b8a2-af569dd2fd2c' before making global git config changes
  105. 2023-07-07T12:51:20.9965065Z Adding repository directory to the temporary git global config as a safe directory
  106. 2023-07-07T12:51:20.9971173Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  107. 2023-07-07T12:51:21.0048041Z Deleting the contents of '/home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy'
  108. 2023-07-07T12:51:21.0049750Z ##[group]Initializing the repository
  109. 2023-07-07T12:51:21.0064833Z [command]/usr/bin/git init /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  110. 2023-07-07T12:51:21.0260231Z hint: Using 'master' as the name for the initial branch. This default branch name
  111. 2023-07-07T12:51:21.0262461Z hint: is subject to change. To configure the initial branch name to use in all
  112. 2023-07-07T12:51:21.0263231Z hint: of your new repositories, which will suppress this warning, call:
  113. 2023-07-07T12:51:21.0263554Z hint:
  114. 2023-07-07T12:51:21.0264149Z hint: git config --global init.defaultBranch <name>
  115. 2023-07-07T12:51:21.0264640Z hint:
  116. 2023-07-07T12:51:21.0265573Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
  117. 2023-07-07T12:51:21.0266038Z hint: 'development'. The just-created branch can be renamed via this command:
  118. 2023-07-07T12:51:21.0266340Z hint:
  119. 2023-07-07T12:51:21.0267958Z hint: git branch -m <name>
  120. 2023-07-07T12:51:21.0343233Z Initialized empty Git repository in /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy/.git/
  121. 2023-07-07T12:51:21.0358325Z [command]/usr/bin/git remote add origin https://github.com/warriors-life/warriors-life-nginx-proxy
  122. 2023-07-07T12:51:21.0477192Z ##[endgroup]
  123. 2023-07-07T12:51:21.0477964Z ##[group]Disabling automatic garbage collection
  124. 2023-07-07T12:51:21.0479324Z [command]/usr/bin/git config --local gc.auto 0
  125. 2023-07-07T12:51:21.0533699Z ##[endgroup]
  126. 2023-07-07T12:51:21.0535461Z ##[group]Setting up auth
  127. 2023-07-07T12:51:21.0547364Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  128. 2023-07-07T12:51:21.0592202Z [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' || :"
  129. 2023-07-07T12:51:21.1391511Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  130. 2023-07-07T12:51:21.1448851Z [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' || :"
  131. 2023-07-07T12:51:21.1928183Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
  132. 2023-07-07T12:51:21.2130994Z ##[endgroup]
  133. 2023-07-07T12:51:21.2134863Z ##[group]Fetching the repository
  134. 2023-07-07T12:51:21.2153346Z [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
  135. 2023-07-07T12:51:21.6976729Z remote: Enumerating objects: 14, done.
  136. 2023-07-07T12:51:21.6984288Z remote: Counting objects: 7% (1/14)
  137. 2023-07-07T12:51:21.6990819Z remote: Counting objects: 14% (2/14)
  138. 2023-07-07T12:51:21.6994836Z remote: Counting objects: 21% (3/14)
  139. 2023-07-07T12:51:21.6998549Z remote: Counting objects: 28% (4/14)
  140. 2023-07-07T12:51:21.7002207Z remote: Counting objects: 35% (5/14)
  141. 2023-07-07T12:51:21.7006478Z remote: Counting objects: 42% (6/14)
  142. 2023-07-07T12:51:21.7010480Z remote: Counting objects: 50% (7/14)
  143. 2023-07-07T12:51:21.7015147Z remote: Counting objects: 57% (8/14)
  144. 2023-07-07T12:51:21.7019610Z remote: Counting objects: 64% (9/14)
  145. 2023-07-07T12:51:21.7055854Z remote: Counting objects: 71% (10/14)
  146. 2023-07-07T12:51:21.7059620Z remote: Counting objects: 78% (11/14)
  147. 2023-07-07T12:51:21.7063896Z remote: Counting objects: 85% (12/14)
  148. 2023-07-07T12:51:21.7069386Z remote: Counting objects: 92% (13/14)
  149. 2023-07-07T12:51:21.7076006Z remote: Counting objects: 100% (14/14)
  150. 2023-07-07T12:51:21.7079146Z remote: Counting objects: 100% (14/14), done.
  151. 2023-07-07T12:51:21.7084558Z remote: Compressing objects: 11% (1/9)
  152. 2023-07-07T12:51:21.7090014Z remote: Compressing objects: 22% (2/9)
  153. 2023-07-07T12:51:21.7095756Z remote: Compressing objects: 33% (3/9)
  154. 2023-07-07T12:51:21.7100837Z remote: Compressing objects: 44% (4/9)
  155. 2023-07-07T12:51:21.7105338Z remote: Compressing objects: 55% (5/9)
  156. 2023-07-07T12:51:21.7110626Z remote: Compressing objects: 66% (6/9)
  157. 2023-07-07T12:51:21.7117806Z remote: Compressing objects: 77% (7/9)
  158. 2023-07-07T12:51:21.7122928Z remote: Compressing objects: 88% (8/9)
  159. 2023-07-07T12:51:21.7127630Z remote: Compressing objects: 100% (9/9)
  160. 2023-07-07T12:51:21.7127965Z remote: Compressing objects: 100% (9/9), done.
  161. 2023-07-07T12:51:21.7136322Z remote: Total 14 (delta 1), reused 9 (delta 1), pack-reused 0
  162. 2023-07-07T12:51:21.7186739Z Receiving objects: 7% (1/14)
  163. 2023-07-07T12:51:21.7187020Z Receiving objects: 14% (2/14)
  164. 2023-07-07T12:51:21.7187264Z Receiving objects: 21% (3/14)
  165. 2023-07-07T12:51:21.7187490Z Receiving objects: 28% (4/14)
  166. 2023-07-07T12:51:21.7187728Z Receiving objects: 35% (5/14)
  167. 2023-07-07T12:51:21.7187971Z Receiving objects: 42% (6/14)
  168. 2023-07-07T12:51:21.7188390Z Receiving objects: 50% (7/14)
  169. 2023-07-07T12:51:21.7189009Z Receiving objects: 57% (8/14)
  170. 2023-07-07T12:51:21.7189250Z Receiving objects: 64% (9/14)
  171. 2023-07-07T12:51:21.7189688Z Receiving objects: 71% (10/14)
  172. 2023-07-07T12:51:21.7189973Z Receiving objects: 78% (11/14)
  173. 2023-07-07T12:51:21.7190395Z Receiving objects: 85% (12/14)
  174. 2023-07-07T12:51:21.7190806Z Receiving objects: 92% (13/14)
  175. 2023-07-07T12:51:21.7191041Z Receiving objects: 100% (14/14)
  176. 2023-07-07T12:51:21.7191337Z Receiving objects: 100% (14/14), 3.07 KiB | 3.07 MiB/s, done.
  177. 2023-07-07T12:51:21.7191622Z Resolving deltas: 0% (0/1)
  178. 2023-07-07T12:51:21.7192035Z Resolving deltas: 100% (1/1)
  179. 2023-07-07T12:51:21.7192282Z Resolving deltas: 100% (1/1), done.
  180. 2023-07-07T12:51:21.7254775Z From https://github.com/warriors-life/warriors-life-nginx-proxy
  181. 2023-07-07T12:51:21.7255283Z * [new ref] f102546070e75bb1d3bca064db62cb24e2eeb951 -> origin/dev
  182. 2023-07-07T12:51:21.7364018Z ##[endgroup]
  183. 2023-07-07T12:51:21.7367314Z ##[group]Determining the checkout info
  184. 2023-07-07T12:51:21.7376543Z ##[endgroup]
  185. 2023-07-07T12:51:21.7381839Z ##[group]Setting up sparse checkout
  186. 2023-07-07T12:51:21.7394345Z [command]/usr/bin/git sparse-checkout set src
  187. 2023-07-07T12:51:21.7525504Z ##[endgroup]
  188. 2023-07-07T12:51:21.7526220Z ##[group]Checking out the ref
  189. 2023-07-07T12:51:21.7526745Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
  190. 2023-07-07T12:51:22.2874800Z Switched to a new branch 'dev'
  191. 2023-07-07T12:51:22.2892922Z branch 'dev' set up to track 'origin/dev'.
  192. 2023-07-07T12:51:22.2904108Z ##[endgroup]
  193. 2023-07-07T12:51:22.2961043Z [command]/usr/bin/git log -1 --format='%H'
  194. 2023-07-07T12:51:22.2996531Z 'f102546070e75bb1d3bca064db62cb24e2eeb951'
  195. 2023-07-07T12:51:22.3013569Z ##[group]Removing auth
  196. 2023-07-07T12:51:22.3018013Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  197. 2023-07-07T12:51:22.3056580Z [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' || :"
  198. 2023-07-07T12:51:22.3385577Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  199. 2023-07-07T12:51:22.3419179Z http.https://github.com/.extraheader
  200. 2023-07-07T12:51:22.3436590Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
  201. 2023-07-07T12:51:22.3507663Z [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' || :"
  202. 2023-07-07T12:51:22.3792136Z ##[endgroup]
  203. 2023-07-07T12:51:22.3962326Z ##[group]Run docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a
  204. 2023-07-07T12:51:22.3962783Z with:
  205. 2023-07-07T12:51:22.3963276Z version: https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  206. 2023-07-07T12:51:22.3963957Z driver-opts: image=moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217
  207. 2023-07-07T12:51:22.3964891Z driver: docker-container
  208. 2023-07-07T12:51:22.3965595Z buildkitd-flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
  209. 2023-07-07T12:51:22.3966104Z install: false
  210. 2023-07-07T12:51:22.3966484Z use: true
  211. 2023-07-07T12:51:22.3966992Z cleanup: true
  212. 2023-07-07T12:51:22.3967335Z ##[endgroup]
  213. 2023-07-07T12:51:22.5528227Z ##[group]Docker info
  214. 2023-07-07T12:51:22.5571509Z [command]/usr/bin/docker version
  215. 2023-07-07T12:51:22.8510958Z Client:
  216. 2023-07-07T12:51:22.8511969Z Version: 20.10.25+azure-2
  217. 2023-07-07T12:51:22.8512795Z API version: 1.41
  218. 2023-07-07T12:51:22.8513219Z Go version: go1.19.10
  219. 2023-07-07T12:51:22.8513993Z Git commit: b82b9f3a0e763304a250531cb9350aa6d93723c9
  220. 2023-07-07T12:51:22.8514524Z Built: Thu Apr 6 10:55:17 UTC 2023
  221. 2023-07-07T12:51:22.8515276Z OS/Arch: linux/amd64
  222. 2023-07-07T12:51:22.8516056Z Context: default
  223. 2023-07-07T12:51:22.8516719Z Experimental: true
  224. 2023-07-07T12:51:22.8517156Z
  225. 2023-07-07T12:51:22.8517353Z Server:
  226. 2023-07-07T12:51:22.8517869Z Engine:
  227. 2023-07-07T12:51:22.8518453Z Version: 20.10.25+azure-2
  228. 2023-07-07T12:51:22.8519083Z API version: 1.41 (minimum version 1.12)
  229. 2023-07-07T12:51:22.8519949Z Go version: go1.19.10
  230. 2023-07-07T12:51:22.8520420Z Git commit: 5df983c7dbe2f8914e6efd4dd6e0083a20c41ce1
  231. 2023-07-07T12:51:22.8520920Z Built: Thu May 4 13:33:05 2023
  232. 2023-07-07T12:51:22.8521502Z OS/Arch: linux/amd64
  233. 2023-07-07T12:51:22.8522121Z Experimental: false
  234. 2023-07-07T12:51:22.8522467Z containerd:
  235. 2023-07-07T12:51:22.8522922Z Version: 1.6.21+azure-1
  236. 2023-07-07T12:51:22.8523375Z GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
  237. 2023-07-07T12:51:22.8523854Z runc:
  238. 2023-07-07T12:51:22.8524230Z Version: 1.1.7
  239. 2023-07-07T12:51:22.8524681Z GitCommit: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  240. 2023-07-07T12:51:22.8525115Z docker-init:
  241. 2023-07-07T12:51:22.8525510Z Version: 0.19.0
  242. 2023-07-07T12:51:22.8525952Z GitCommit:
  243. 2023-07-07T12:51:22.8584393Z [command]/usr/bin/docker info
  244. 2023-07-07T12:51:36.1957660Z Client:
  245. 2023-07-07T12:51:36.1958354Z Context: default
  246. 2023-07-07T12:51:36.1958831Z Debug Mode: false
  247. 2023-07-07T12:51:36.2006249Z Plugins:
  248. 2023-07-07T12:51:36.2007246Z buildx: Docker Buildx (Docker Inc., 0.11.0+azure-1)
  249. 2023-07-07T12:51:36.2008246Z compose: Docker Compose (Docker Inc., 2.19.0+azure-1)
  250. 2023-07-07T12:51:36.2008615Z
  251. 2023-07-07T12:51:36.2008734Z Server:
  252. 2023-07-07T12:51:36.2009205Z Containers: 0
  253. 2023-07-07T12:51:36.2009521Z Running: 0
  254. 2023-07-07T12:51:36.2009804Z Paused: 0
  255. 2023-07-07T12:51:36.2010095Z Stopped: 0
  256. 2023-07-07T12:51:36.2010427Z Images: 19
  257. 2023-07-07T12:51:36.2011532Z Server Version: 20.10.25+azure-2
  258. 2023-07-07T12:51:36.2011874Z Storage Driver: overlay2
  259. 2023-07-07T12:51:36.2012187Z Backing Filesystem: extfs
  260. 2023-07-07T12:51:36.2012659Z Supports d_type: true
  261. 2023-07-07T12:51:36.2013530Z Native Overlay Diff: false
  262. 2023-07-07T12:51:36.2013754Z userxattr: false
  263. 2023-07-07T12:51:36.2014089Z Logging Driver: json-file
  264. 2023-07-07T12:51:36.2014364Z Cgroup Driver: cgroupfs
  265. 2023-07-07T12:51:36.2014659Z Cgroup Version: 2
  266. 2023-07-07T12:51:36.2014905Z Plugins:
  267. 2023-07-07T12:51:36.2015116Z Volume: local
  268. 2023-07-07T12:51:36.2015395Z Network: bridge host ipvlan macvlan null overlay
  269. 2023-07-07T12:51:36.2015869Z Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  270. 2023-07-07T12:51:36.2016420Z Swarm: inactive
  271. 2023-07-07T12:51:36.2017761Z Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
  272. 2023-07-07T12:51:36.2018378Z Default Runtime: runc
  273. 2023-07-07T12:51:36.2018744Z Init Binary: docker-init
  274. 2023-07-07T12:51:36.2019164Z containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
  275. 2023-07-07T12:51:36.2019956Z runc version: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  276. 2023-07-07T12:51:36.2020307Z init version:
  277. 2023-07-07T12:51:36.2020935Z Security Options:
  278. 2023-07-07T12:51:36.2021232Z apparmor
  279. 2023-07-07T12:51:36.2021561Z seccomp
  280. 2023-07-07T12:51:36.2021834Z Profile: default
  281. 2023-07-07T12:51:36.2022278Z cgroupns
  282. 2023-07-07T12:51:36.2022599Z Kernel Version: 5.15.0-1041-azure
  283. 2023-07-07T12:51:36.2023285Z Operating System: Ubuntu 22.04.2 LTS
  284. 2023-07-07T12:51:36.2024086Z OSType: linux
  285. 2023-07-07T12:51:36.2024516Z Architecture: x86_64
  286. 2023-07-07T12:51:36.2024768Z CPUs: 2
  287. 2023-07-07T12:51:36.2024982Z Total Memory: 6.769GiB
  288. 2023-07-07T12:51:36.2025342Z Name: fv-az454-435
  289. 2023-07-07T12:51:36.2025667Z ID: XBHE:RVNQ:HBDP:OJ2N:BTWO:2U7W:54S3:4W73:PZYS:MEPG:WIZN:AARQ
  290. 2023-07-07T12:51:36.2025996Z Docker Root Dir: /var/lib/docker
  291. 2023-07-07T12:51:36.2026273Z Debug Mode: false
  292. 2023-07-07T12:51:36.2026528Z Username: githubactions
  293. 2023-07-07T12:51:36.2026844Z Registry: https://index.docker.io/v1/
  294. 2023-07-07T12:51:36.2027128Z Labels:
  295. 2023-07-07T12:51:36.2027388Z Experimental: false
  296. 2023-07-07T12:51:36.2027699Z Insecure Registries:
  297. 2023-07-07T12:51:36.2027899Z 127.0.0.0/8
  298. 2023-07-07T12:51:36.2028151Z Live Restore Enabled: true
  299. 2023-07-07T12:51:36.2028303Z
  300. 2023-07-07T12:51:36.2028950Z ##[endgroup]
  301. 2023-07-07T12:51:36.2029671Z ##[group]Build buildx from source
  302. 2023-07-07T12:51:36.3126680Z [command]/usr/bin/docker buildx build --target binaries --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 --output type=local,dest=/tmp/docker-actions-toolkit-NsNOhp/build-cache https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  303. 2023-07-07T12:51:36.8907666Z #0 building with "default" instance using docker driver
  304. 2023-07-07T12:51:36.8915819Z
  305. 2023-07-07T12:51:36.8916815Z #1 [internal] load git source https://github.com/docker/buildx.git#b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  306. 2023-07-07T12:51:36.8918105Z #1 0.060 Initialized empty Git repository in /var/lib/docker/overlay2/06wnjq4dygs6wnkwuhv3zmatg/diff/
  307. 2023-07-07T12:51:36.8919176Z #1 0.069 fatal: Not a valid object name b4df08551fb12eb2ed17d3d9c3977ca0a903415a^{commit}
  308. 2023-07-07T12:51:40.0107650Z #1 3.143 From https://github.com/docker/buildx
  309. 2023-07-07T12:51:40.0109075Z #1 3.143 * [new branch] master -> origin/master
  310. 2023-07-07T12:51:40.0110061Z #1 3.143 * [new branch] v0.10 -> origin/v0.10
  311. 2023-07-07T12:51:40.0111294Z #1 3.143 * [new branch] v0.11 -> origin/v0.11
  312. 2023-07-07T12:51:40.0111798Z #1 3.143 * [new branch] v0.6 -> origin/v0.6
  313. 2023-07-07T12:51:40.0112239Z #1 3.143 * [new branch] v0.7 -> origin/v0.7
  314. 2023-07-07T12:51:40.0112766Z #1 3.144 * [new branch] v0.8 -> origin/v0.8
  315. 2023-07-07T12:51:40.0113241Z #1 3.144 * [new branch] v0.9 -> origin/v0.9
  316. 2023-07-07T12:51:40.0113659Z #1 3.144 * [new tag] v0.10.5 -> v0.10.5
  317. 2023-07-07T12:51:40.0114067Z #1 3.144 * [new tag] v0.11.1 -> v0.11.1
  318. 2023-07-07T12:51:40.0114526Z #1 3.144 * [new tag] v0.6.3 -> v0.6.3
  319. 2023-07-07T12:51:40.0114936Z #1 3.144 * [new tag] v0.8.2 -> v0.8.2
  320. 2023-07-07T12:51:40.0115328Z #1 3.174 * [new tag] v0.10.0 -> v0.10.0
  321. 2023-07-07T12:51:40.0115750Z #1 3.174 * [new tag] v0.10.0-rc1 -> v0.10.0-rc1
  322. 2023-07-07T12:51:40.0116194Z #1 3.174 * [new tag] v0.10.0-rc2 -> v0.10.0-rc2
  323. 2023-07-07T12:51:40.0116659Z #1 3.174 * [new tag] v0.10.0-rc3 -> v0.10.0-rc3
  324. 2023-07-07T12:51:40.0117065Z #1 3.174 * [new tag] v0.10.1 -> v0.10.1
  325. 2023-07-07T12:51:40.0117466Z #1 3.174 * [new tag] v0.10.2 -> v0.10.2
  326. 2023-07-07T12:51:40.0117828Z #1 3.174 * [new tag] v0.10.3 -> v0.10.3
  327. 2023-07-07T12:51:40.0118569Z #1 3.174 * [new tag] v0.10.4 -> v0.10.4
  328. 2023-07-07T12:51:40.0119208Z #1 3.175 * [new tag] v0.11.0 -> v0.11.0
  329. 2023-07-07T12:51:40.0119643Z #1 3.175 * [new tag] v0.11.0-rc1 -> v0.11.0-rc1
  330. 2023-07-07T12:51:40.0120091Z #1 3.175 * [new tag] v0.11.0-rc2 -> v0.11.0-rc2
  331. 2023-07-07T12:51:40.0120545Z #1 3.175 * [new tag] v0.2.0 -> v0.2.0
  332. 2023-07-07T12:51:40.0122104Z #1 3.175 * [new tag] v0.2.1 -> v0.2.1
  333. 2023-07-07T12:51:40.0122510Z #1 3.175 * [new tag] v0.2.2 -> v0.2.2
  334. 2023-07-07T12:51:40.0122923Z #1 3.175 * [new tag] v0.3.0 -> v0.3.0
  335. 2023-07-07T12:51:40.0123317Z #1 3.175 * [new tag] v0.3.1 -> v0.3.1
  336. 2023-07-07T12:51:40.0123787Z #1 3.176 * [new tag] v0.4.0 -> v0.4.0
  337. 2023-07-07T12:51:40.0124138Z #1 3.176 * [new tag] v0.4.1 -> v0.4.1
  338. 2023-07-07T12:51:40.0124578Z #1 3.176 * [new tag] v0.4.2 -> v0.4.2
  339. 2023-07-07T12:51:40.0124974Z #1 3.176 * [new tag] v0.5.0 -> v0.5.0
  340. 2023-07-07T12:51:40.0125426Z #1 3.176 * [new tag] v0.5.0-rc1 -> v0.5.0-rc1
  341. 2023-07-07T12:51:40.0125831Z #1 3.176 * [new tag] v0.5.1 -> v0.5.1
  342. 2023-07-07T12:51:40.0126228Z #1 3.176 * [new tag] v0.6.0 -> v0.6.0
  343. 2023-07-07T12:51:40.0126592Z #1 3.177 * [new tag] v0.6.0-rc1 -> v0.6.0-rc1
  344. 2023-07-07T12:51:40.0127044Z #1 3.177 * [new tag] v0.6.1 -> v0.6.1
  345. 2023-07-07T12:51:40.0127433Z #1 3.177 * [new tag] v0.6.2 -> v0.6.2
  346. 2023-07-07T12:51:40.0127827Z #1 3.177 * [new tag] v0.7.0 -> v0.7.0
  347. 2023-07-07T12:51:40.0128221Z #1 3.177 * [new tag] v0.7.0-rc1 -> v0.7.0-rc1
  348. 2023-07-07T12:51:40.0128649Z #1 3.177 * [new tag] v0.7.1 -> v0.7.1
  349. 2023-07-07T12:51:40.0129002Z #1 3.177 * [new tag] v0.8.0 -> v0.8.0
  350. 2023-07-07T12:51:40.0129407Z #1 3.177 * [new tag] v0.8.0-rc1 -> v0.8.0-rc1
  351. 2023-07-07T12:51:40.0129795Z #1 3.177 * [new tag] v0.8.1 -> v0.8.1
  352. 2023-07-07T12:51:40.0130185Z #1 3.177 * [new tag] v0.9.0 -> v0.9.0
  353. 2023-07-07T12:51:40.0130623Z #1 3.177 * [new tag] v0.9.0-rc1 -> v0.9.0-rc1
  354. 2023-07-07T12:51:40.0130999Z #1 3.177 * [new tag] v0.9.0-rc2 -> v0.9.0-rc2
  355. 2023-07-07T12:51:40.0131389Z #1 3.178 * [new tag] v0.9.1 -> v0.9.1
  356. 2023-07-07T12:51:40.0131821Z #1 3.190 Initialized empty Git repository in /var/lib/docker/overlay2/afs253qrl19ouwr8egsr8g3ro/diff/.git/
  357. 2023-07-07T12:51:41.6673508Z #1 4.731 From file:///var/lib/docker/overlay2/06wnjq4dygs6wnkwuhv3zmatg/diff
  358. 2023-07-07T12:51:41.6674342Z #1 4.731 * branch refs/buildkit/x435t390lne70h794hllm1iqc -> FETCH_HEAD
  359. 2023-07-07T12:51:42.0926751Z #1 5.271 Note: switching to 'FETCH_HEAD'.
  360. 2023-07-07T12:51:42.0940676Z #1 5.271
  361. 2023-07-07T12:51:42.0941245Z #1 5.271 You are in 'detached HEAD' state. You can look around, make experimental
  362. 2023-07-07T12:51:42.0941706Z #1 5.271 changes and commit them, and you can discard any commits you make in this
  363. 2023-07-07T12:51:42.0942467Z #1 5.271 state without impacting any branches by switching back to a branch.
  364. 2023-07-07T12:51:42.0942804Z #1 5.271
  365. 2023-07-07T12:51:42.0943158Z #1 5.271 If you want to create a new branch to retain commits you create, you may
  366. 2023-07-07T12:51:42.0943919Z #1 5.271 do so (now or later) by using -c with the switch command. Example:
  367. 2023-07-07T12:51:42.0944310Z #1 5.271
  368. 2023-07-07T12:51:42.0944702Z #1 5.271 git switch -c <new-branch-name>
  369. 2023-07-07T12:51:42.0945014Z #1 5.271
  370. 2023-07-07T12:51:42.0945295Z #1 5.271 Or undo this operation with:
  371. 2023-07-07T12:51:42.0945621Z #1 5.271
  372. 2023-07-07T12:51:42.0945839Z #1 5.271 git switch -
  373. 2023-07-07T12:51:42.0946282Z #1 5.271
  374. 2023-07-07T12:51:42.0946619Z #1 5.271 Turn off this advice by setting config variable advice.detachedHead to false
  375. 2023-07-07T12:51:42.0946951Z #1 5.271
  376. 2023-07-07T12:51:42.0947421Z #1 5.271 HEAD is now at b4df085 Merge pull request #1930 from jedevc/revert-bc597e6b
  377. 2023-07-07T12:51:42.2076637Z #1 DONE 5.3s
  378. 2023-07-07T12:51:42.2079062Z
  379. 2023-07-07T12:51:42.2079762Z #2 resolve image config for docker.io/docker/dockerfile:1
  380. 2023-07-07T12:51:42.6162712Z #2 ...
  381. 2023-07-07T12:51:42.6163332Z
  382. 2023-07-07T12:51:42.6164100Z #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
  383. 2023-07-07T12:51:42.6164610Z #3 DONE 0.0s
  384. 2023-07-07T12:51:42.7666998Z
  385. 2023-07-07T12:51:42.7667646Z #2 resolve image config for docker.io/docker/dockerfile:1
  386. 2023-07-07T12:51:43.3505230Z #2 DONE 1.0s
  387. 2023-07-07T12:51:43.3505966Z
  388. 2023-07-07T12:51:43.3509320Z #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
  389. 2023-07-07T12:51:43.3510135Z #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 done
  390. 2023-07-07T12:51:43.3511126Z #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
  391. 2023-07-07T12:51:43.3513805Z #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
  392. 2023-07-07T12:51:43.3514591Z #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
  393. 2023-07-07T12:51:43.3515361Z #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0B / 11.55MB 0.1s
  394. 2023-07-07T12:51:43.4507810Z #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
  395. 2023-07-07T12:51:43.4510654Z #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
  396. 2023-07-07T12:51:43.7323037Z #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.3s done
  397. 2023-07-07T12:51:43.8835258Z #4 DONE 0.5s
  398. 2023-07-07T12:51:44.0334294Z
  399. 2023-07-07T12:51:44.0335274Z #5 [internal] load metadata for docker.io/library/golang:1.20-alpine
  400. 2023-07-07T12:51:44.1838251Z #5 ...
  401. 2023-07-07T12:51:44.1838768Z
  402. 2023-07-07T12:51:44.1839656Z #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
  403. 2023-07-07T12:51:44.1840017Z #6 DONE 0.0s
  404. 2023-07-07T12:51:44.1840223Z
  405. 2023-07-07T12:51:44.1840848Z #7 [auth] library/golang:pull token for registry-1.docker.io
  406. 2023-07-07T12:51:44.1841207Z #7 DONE 0.0s
  407. 2023-07-07T12:51:44.3351709Z
  408. 2023-07-07T12:51:44.3353193Z #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
  409. 2023-07-07T12:51:44.7866360Z #8 DONE 0.8s
  410. 2023-07-07T12:51:44.7866594Z
  411. 2023-07-07T12:51:44.7867114Z #5 [internal] load metadata for docker.io/library/golang:1.20-alpine
  412. 2023-07-07T12:51:44.9377909Z #5 DONE 0.9s
  413. 2023-07-07T12:51:45.2293909Z
  414. 2023-07-07T12:51:45.2294793Z #9 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
  415. 2023-07-07T12:51:45.2295422Z #9 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.0s done
  416. 2023-07-07T12:51:45.2296563Z #9 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
  417. 2023-07-07T12:51:45.2297792Z #9 sha256:d890adde6e4e382c10314e4df2ff4df3b3ff2a9bcb07069df99ef28612c802c4 479B / 479B done
  418. 2023-07-07T12:51:45.2298458Z #9 sha256:017e092422167efd5c3b937f8c84589bcf5012a4833278838589f7f3be5bd789 1.41kB / 1.41kB done
  419. 2023-07-07T12:51:45.2299006Z #9 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 0B / 16.18kB 0.1s
  420. 2023-07-07T12:51:45.3373093Z #9 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.1s done
  421. 2023-07-07T12:51:45.3376103Z #9 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
  422. 2023-07-07T12:51:45.4712835Z #9 DONE 0.4s
  423. 2023-07-07T12:51:45.4713181Z
  424. 2023-07-07T12:51:45.4714395Z #10 [golatest 1/1] FROM docker.io/library/golang:1.20-alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c
  425. 2023-07-07T12:51:45.4715155Z #10 resolve docker.io/library/golang:1.20-alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c 0.0s done
  426. 2023-07-07T12:51:45.4716062Z #10 sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c 1.65kB / 1.65kB done
  427. 2023-07-07T12:51:45.4716603Z #10 sha256:e7cc33118f807c67d9f2dfc811cc2cc8b79b3687d0b4ac891dd59bb2a5e4a8d3 1.16kB / 1.16kB done
  428. 2023-07-07T12:51:45.4717148Z #10 sha256:9e57a8e8195932a90847f4c081ca57cce48c32cccc98c3dc17ef99f7cb823855 5.11kB / 5.11kB done
  429. 2023-07-07T12:51:45.4717660Z #10 sha256:7f9bcf943fa5571df036dca6da19434d38edf546ef8bb04ddbc803634cc9a3b8 284.71kB / 284.71kB 0.2s done
  430. 2023-07-07T12:51:45.4718392Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 4.19MB / 100.94MB 0.3s
  431. 2023-07-07T12:51:45.4718830Z #10 extracting sha256:7f9bcf943fa5571df036dca6da19434d38edf546ef8bb04ddbc803634cc9a3b8
  432. 2023-07-07T12:51:45.4719314Z #10 sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b 0B / 156B 0.3s
  433. 2023-07-07T12:51:45.6219492Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 10.49MB / 100.94MB 0.4s
  434. 2023-07-07T12:51:45.6225308Z #10 extracting sha256:7f9bcf943fa5571df036dca6da19434d38edf546ef8bb04ddbc803634cc9a3b8 0.3s done
  435. 2023-07-07T12:51:45.6230833Z #10 sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b 156B / 156B 0.4s
  436. 2023-07-07T12:51:45.7471252Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 33.55MB / 100.94MB 0.6s
  437. 2023-07-07T12:51:45.7472312Z #10 sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b 156B / 156B 0.4s done
  438. 2023-07-07T12:51:45.8983816Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 48.23MB / 100.94MB 0.7s
  439. 2023-07-07T12:51:46.0339436Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 81.79MB / 100.94MB 0.9s
  440. 2023-07-07T12:51:46.1467628Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 96.47MB / 100.94MB 1.0s
  441. 2023-07-07T12:51:46.4489081Z #10 sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 100.94MB / 100.94MB 1.1s done
  442. 2023-07-07T12:51:46.4490268Z #10 extracting sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf
  443. 2023-07-07T12:51:51.1443116Z #10 extracting sha256:ee52342d2eff6551935616ac36a72d1c8a116bcf454e22ce50061be1c14bc5cf 4.7s done
  444. 2023-07-07T12:51:52.4982060Z #10 extracting sha256:5107867bbeaf1ff53c00102bd5046a59c1daf6eb36caf190abafa4cc43aea99b 0.0s done
  445. 2023-07-07T12:51:52.6484455Z #10 DONE 7.4s
  446. 2023-07-07T12:51:52.6484709Z
  447. 2023-07-07T12:51:52.6485222Z #11 [gobase 1/3] COPY --from=xx / /
  448. 2023-07-07T12:51:52.6485909Z #11 DONE 0.0s
  449. 2023-07-07T12:51:52.6486409Z
  450. 2023-07-07T12:51:52.6487009Z #12 [gobase 2/3] RUN apk add --no-cache file git
  451. 2023-07-07T12:51:53.7026162Z #12 1.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
  452. 2023-07-07T12:51:53.8356001Z #12 1.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
  453. 2023-07-07T12:51:54.1212358Z #12 1.580 (1/10) Installing libmagic (5.44-r4)
  454. 2023-07-07T12:51:54.2721215Z #12 1.613 (2/10) Installing file (5.44-r4)
  455. 2023-07-07T12:51:54.2721877Z #12 1.616 (3/10) Installing brotli-libs (1.0.9-r14)
  456. 2023-07-07T12:51:54.2722456Z #12 1.626 (4/10) Installing libunistring (1.1-r1)
  457. 2023-07-07T12:51:54.2722861Z #12 1.643 (5/10) Installing libidn2 (2.3.4-r1)
  458. 2023-07-07T12:51:54.2725131Z #12 1.647 (6/10) Installing nghttp2-libs (1.53.0-r0)
  459. 2023-07-07T12:51:54.2725631Z #12 1.651 (7/10) Installing libcurl (8.1.2-r0)
  460. 2023-07-07T12:51:54.2726110Z #12 1.659 (8/10) Installing libexpat (2.5.0-r1)
  461. 2023-07-07T12:51:54.2726513Z #12 1.663 (9/10) Installing pcre2 (10.42-r1)
  462. 2023-07-07T12:51:54.2726880Z #12 1.672 (10/10) Installing git (2.40.1-r0)
  463. 2023-07-07T12:51:54.4225055Z #12 1.748 Executing busybox-1.36.1-r0.trigger
  464. 2023-07-07T12:51:54.4226191Z #12 1.769 OK: 26 MiB in 26 packages
  465. 2023-07-07T12:51:54.5728757Z #12 DONE 1.9s
  466. 2023-07-07T12:51:54.5729057Z
  467. 2023-07-07T12:51:54.5729218Z #13 [gobase 3/3] WORKDIR /src
  468. 2023-07-07T12:51:54.5729801Z #13 DONE 0.0s
  469. 2023-07-07T12:51:54.5730014Z
  470. 2023-07-07T12:51:54.5730620Z #14 [buildx-version 1/1] RUN --mount=type=bind,target=. <<EOT (set -e...)
  471. 2023-07-07T12:51:55.1745253Z #14 0.440 b4df085b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  472. 2023-07-07T12:51:55.1745771Z #14 DONE 0.6s
  473. 2023-07-07T12:51:55.4314565Z
  474. 2023-07-07T12:51:55.4316019Z #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...)
  475. 2023-07-07T12:51:55.8618866Z #15 0.280 + 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
  476. 2023-07-07T12:53:48.6685056Z #15 DONE 113.1s
  477. 2023-07-07T12:53:48.9717183Z
  478. 2023-07-07T12:53:48.9718760Z #16 [binaries-unix 1/1] COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx
  479. 2023-07-07T12:53:49.1268578Z #16 DONE 0.2s
  480. 2023-07-07T12:53:49.1268972Z
  481. 2023-07-07T12:53:49.1291315Z #17 exporting to client
  482. 2023-07-07T12:53:49.1291983Z #17 copying files 28B
  483. 2023-07-07T12:53:49.4144092Z #17 copying files 54.46MB 0.4s done
  484. 2023-07-07T12:53:49.4144775Z #17 DONE 0.4s
  485. 2023-07-07T12:53:49.4861588Z ##[endgroup]
  486. 2023-07-07T12:53:49.4862711Z ##[group]Install buildx
  487. 2023-07-07T12:53:49.4863984Z Docker plugin mode
  488. 2023-07-07T12:53:49.5486480Z Fixing perms
  489. 2023-07-07T12:53:49.5487659Z Plugin path: /home/runner/.docker/cli-plugins/docker-buildx
  490. 2023-07-07T12:53:49.5490178Z ##[endgroup]
  491. 2023-07-07T12:53:49.5490882Z ##[group]Buildx version
  492. 2023-07-07T12:53:49.5577385Z [command]/usr/bin/docker buildx version
  493. 2023-07-07T12:53:49.6666647Z github.com/docker/buildx b4df085 b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  494. 2023-07-07T12:53:49.6726829Z ##[endgroup]
  495. 2023-07-07T12:53:49.6739719Z ##[group]Creating a new builder instance
  496. 2023-07-07T12:53:49.7815494Z [command]/usr/bin/docker buildx create --name builder-27280ecf-b722-4109-948e-1b6438ce1eb2 --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
  497. 2023-07-07T12:53:49.8923830Z builder-27280ecf-b722-4109-948e-1b6438ce1eb2
  498. 2023-07-07T12:53:49.8957647Z ##[endgroup]
  499. 2023-07-07T12:53:49.8958451Z ##[group]Booting builder
  500. 2023-07-07T12:53:49.9005490Z [command]/usr/bin/docker buildx inspect --bootstrap --builder builder-27280ecf-b722-4109-948e-1b6438ce1eb2
  501. 2023-07-07T12:53:49.9876504Z #1 [internal] booting buildkit
  502. 2023-07-07T12:53:50.1397764Z #1 pulling image moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217
  503. 2023-07-07T12:53:50.2526750Z #1 pulling image moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217 0.3s done
  504. 2023-07-07T12:53:50.4031142Z #1 creating container buildx_buildkit_builder-27280ecf-b722-4109-948e-1b6438ce1eb20
  505. 2023-07-07T12:53:56.6727063Z #1 creating container buildx_buildkit_builder-27280ecf-b722-4109-948e-1b6438ce1eb20 6.4s done
  506. 2023-07-07T12:53:56.6727694Z #1 DONE 6.7s
  507. 2023-07-07T12:53:56.7973633Z Name: builder-27280ecf-b722-4109-948e-1b6438ce1eb2
  508. 2023-07-07T12:53:56.7978421Z Driver: docker-container
  509. 2023-07-07T12:53:56.7984341Z Last Activity: 2023-07-07 12:53:49 +0000 UTC
  510. 2023-07-07T12:53:56.7984731Z
  511. 2023-07-07T12:53:56.7989864Z Nodes:
  512. 2023-07-07T12:53:56.7999391Z Name: builder-27280ecf-b722-4109-948e-1b6438ce1eb20
  513. 2023-07-07T12:53:56.8012968Z Endpoint: unix:///var/run/docker.sock
  514. 2023-07-07T12:53:56.8039441Z Driver Options: image="moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217"
  515. 2023-07-07T12:53:56.8050114Z Status: running
  516. 2023-07-07T12:53:56.8050987Z Flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
  517. 2023-07-07T12:53:56.8051431Z Buildkit: v0.11.6
  518. 2023-07-07T12:53:56.8051798Z Platforms: linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
  519. 2023-07-07T12:53:56.8052448Z Labels:
  520. 2023-07-07T12:53:56.8052938Z org.mobyproject.buildkit.worker.executor: oci
  521. 2023-07-07T12:53:56.8053407Z org.mobyproject.buildkit.worker.hostname: c8f45e3968a7
  522. 2023-07-07T12:53:56.8053858Z org.mobyproject.buildkit.worker.network: host
  523. 2023-07-07T12:53:56.8054447Z org.mobyproject.buildkit.worker.oci.process-mode: sandbox
  524. 2023-07-07T12:53:56.8055247Z org.mobyproject.buildkit.worker.selinux.enabled: false
  525. 2023-07-07T12:53:56.8055684Z org.mobyproject.buildkit.worker.snapshotter: overlayfs
  526. 2023-07-07T12:53:56.8056057Z GC Policy rule#0:
  527. 2023-07-07T12:53:56.8056349Z All: false
  528. 2023-07-07T12:53:56.8056730Z Filters: type==source.local,type==exec.cachemount,type==source.git.checkout
  529. 2023-07-07T12:53:56.8057158Z Keep Duration: 48h0m0s
  530. 2023-07-07T12:53:56.8057405Z Keep Bytes: 488.3MiB
  531. 2023-07-07T12:53:56.8057706Z GC Policy rule#1:
  532. 2023-07-07T12:53:56.8057994Z All: false
  533. 2023-07-07T12:53:56.8058351Z Keep Duration: 1440h0m0s
  534. 2023-07-07T12:53:56.8058661Z Keep Bytes: 8.382GiB
  535. 2023-07-07T12:53:56.8058902Z GC Policy rule#2:
  536. 2023-07-07T12:53:56.8059184Z All: false
  537. 2023-07-07T12:53:56.8059485Z Keep Bytes: 8.382GiB
  538. 2023-07-07T12:53:56.8059817Z GC Policy rule#3:
  539. 2023-07-07T12:53:56.8060088Z All: true
  540. 2023-07-07T12:53:56.8060509Z Keep Bytes: 8.382GiB
  541. 2023-07-07T12:53:56.8160640Z ##[endgroup]
  542. 2023-07-07T12:53:57.0128770Z ##[group]Inspect builder
  543. 2023-07-07T12:53:57.0129752Z {
  544. 2023-07-07T12:53:57.0130425Z "nodes": [
  545. 2023-07-07T12:53:57.0130858Z {
  546. 2023-07-07T12:53:57.0131818Z "name": "builder-27280ecf-b722-4109-948e-1b6438ce1eb20",
  547. 2023-07-07T12:53:57.0132547Z "endpoint": "unix:///var/run/docker.sock",
  548. 2023-07-07T12:53:57.0133267Z "driver-opts": [
  549. 2023-07-07T12:53:57.0134191Z "image=moby/buildkit:v0.11.6@sha256:ca0d14553e35b39610d323f02ff139a472b76d7bd6b19104fbf7691ea1916217"
  550. 2023-07-07T12:53:57.0134786Z ],
  551. 2023-07-07T12:53:57.0135149Z "status": "running",
  552. 2023-07-07T12:53:57.0136380Z "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
  553. 2023-07-07T12:53:57.0136872Z "buildkit": "v0.11.6",
  554. 2023-07-07T12:53:57.0137242Z "platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/386",
  555. 2023-07-07T12:53:57.0137647Z "labels": {
  556. 2023-07-07T12:53:57.0138035Z "org.mobyproject.buildkit.worker.executor": "oci",
  557. 2023-07-07T12:53:57.0138888Z "org.mobyproject.buildkit.worker.hostname": "c8f45e3968a7",
  558. 2023-07-07T12:53:57.0139339Z "org.mobyproject.buildkit.worker.network": "host",
  559. 2023-07-07T12:53:57.0139965Z "org.mobyproject.buildkit.worker.oci.process-mode": "sandbox",
  560. 2023-07-07T12:53:57.0140561Z "org.mobyproject.buildkit.worker.selinux.enabled": "false",
  561. 2023-07-07T12:53:57.0141106Z "org.mobyproject.buildkit.worker.snapshotter": "overlayfs"
  562. 2023-07-07T12:53:57.0141502Z },
  563. 2023-07-07T12:53:57.0141750Z "gcPolicy": [
  564. 2023-07-07T12:53:57.0142090Z {
  565. 2023-07-07T12:53:57.0142382Z "all": false,
  566. 2023-07-07T12:53:57.0142699Z "filter": [
  567. 2023-07-07T12:53:57.0143479Z "type==source.local",
  568. 2023-07-07T12:53:57.0143913Z "type==exec.cachemount",
  569. 2023-07-07T12:53:57.0144273Z "type==source.git.checkout"
  570. 2023-07-07T12:53:57.0144565Z ],
  571. 2023-07-07T12:53:57.0144838Z "keepDuration": "48h0m0s",
  572. 2023-07-07T12:53:57.0145127Z "keepBytes": "488.3MiB"
  573. 2023-07-07T12:53:57.0145379Z },
  574. 2023-07-07T12:53:57.0145624Z {
  575. 2023-07-07T12:53:57.0145872Z "all": false,
  576. 2023-07-07T12:53:57.0146147Z "keepDuration": "1440h0m0s",
  577. 2023-07-07T12:53:57.0146469Z "keepBytes": "8.382GiB"
  578. 2023-07-07T12:53:57.0146701Z },
  579. 2023-07-07T12:53:57.0146932Z {
  580. 2023-07-07T12:53:57.0147179Z "all": false,
  581. 2023-07-07T12:53:57.0147738Z "keepBytes": "8.382GiB"
  582. 2023-07-07T12:53:57.0148078Z },
  583. 2023-07-07T12:53:57.0148284Z {
  584. 2023-07-07T12:53:57.0148908Z "all": true,
  585. 2023-07-07T12:53:57.0149322Z "keepBytes": "8.382GiB"
  586. 2023-07-07T12:53:57.0149691Z }
  587. 2023-07-07T12:53:57.0149948Z ]
  588. 2023-07-07T12:53:57.0150287Z }
  589. 2023-07-07T12:53:57.0150503Z ],
  590. 2023-07-07T12:53:57.0151164Z "name": "builder-27280ecf-b722-4109-948e-1b6438ce1eb2",
  591. 2023-07-07T12:53:57.0151995Z "driver": "docker-container",
  592. 2023-07-07T12:53:57.0152494Z "lastActivity": "2023-07-07T12:53:49.000Z"
  593. 2023-07-07T12:53:57.0153065Z }
  594. 2023-07-07T12:53:57.0174613Z ##[endgroup]
  595. 2023-07-07T12:53:57.0183396Z ##[group]BuildKit version
  596. 2023-07-07T12:53:57.0209024Z builder-27280ecf-b722-4109-948e-1b6438ce1eb20: v0.11.6
  597. 2023-07-07T12:53:57.0210393Z ##[endgroup]
  598. 2023-07-07T12:53:57.0428467Z ##[group]Run username=${name%/*}
  599. 2023-07-07T12:53:57.0428860Z username=${name%/*}
  600. 2023-07-07T12:53:57.0429228Z test $username == $name && username=''
  601. 2023-07-07T12:53:57.0429728Z echo "username=$username" >> $GITHUB_OUTPUT
  602. 2023-07-07T12:53:57.0502590Z shell: /usr/bin/bash -e {0}
  603. 2023-07-07T12:53:57.0503037Z env:
  604. 2023-07-07T12:53:57.0503347Z name: warriors-life/warriors-life-nginx-proxy
  605. 2023-07-07T12:53:57.0503943Z ##[endgroup]
  606. 2023-07-07T12:53:57.0840642Z ##[group]Run docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
  607. 2023-07-07T12:53:57.0841440Z with:
  608. 2023-07-07T12:53:57.0841816Z registry: ghcr.io
  609. 2023-07-07T12:53:57.0842156Z username: LeviPesin
  610. 2023-07-07T12:53:57.0842590Z password: ***
  611. 2023-07-07T12:53:57.0842891Z ecr: auto
  612. 2023-07-07T12:53:57.0843177Z logout: true
  613. 2023-07-07T12:53:57.0843935Z ##[endgroup]
  614. 2023-07-07T12:53:57.2643832Z Logging into ghcr.io...
  615. 2023-07-07T12:53:57.7517813Z Login Succeeded!
  616. 2023-07-07T12:53:57.7684174Z ##[group]Run docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
  617. 2023-07-07T12:53:57.7684511Z with:
  618. 2023-07-07T12:53:57.7684693Z context: src
  619. 2023-07-07T12:53:57.7685390Z tags: ghcr.io/warriors-life/warriors-life-nginx-proxy:dev
  620. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546
  621. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev
  622. ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546
  623. 2023-07-07T12:53:57.7686884Z labels: org.opencontainers.image.created=2023-07-07T12:46:56.398Z
  624. org.opencontainers.image.description=The NGINX reverse proxy configuration for Warriors Life
  625. org.opencontainers.image.licenses=NOASSERTION
  626. org.opencontainers.image.revision=f102546070e75bb1d3bca064db62cb24e2eeb951
  627. org.opencontainers.image.source=https://github.com/warriors-life/warriors-life-nginx-proxy
  628. org.opencontainers.image.title=warriors-life-nginx-proxy
  629. org.opencontainers.image.url=https://github.com/warriors-life/warriors-life-nginx-proxy
  630. org.opencontainers.image.version=dev
  631. 2023-07-07T12:53:57.7687870Z cache-from: type=gha
  632. 2023-07-07T12:53:57.7688097Z cache-to: type=gha,mode=max
  633. 2023-07-07T12:53:57.7688295Z push: true
  634. 2023-07-07T12:53:57.7688489Z load: false
  635. 2023-07-07T12:53:57.7688685Z no-cache: false
  636. 2023-07-07T12:53:57.7688883Z pull: false
  637. 2023-07-07T12:53:57.7689196Z github-token: ***
  638. 2023-07-07T12:53:57.7689406Z ##[endgroup]
  639. 2023-07-07T12:53:57.9252083Z ##[group]GitHub Actions runtime token ACs
  640. 2023-07-07T12:53:57.9256862Z refs/heads/dev: read/write
  641. 2023-07-07T12:53:57.9259244Z ##[endgroup]
  642. 2023-07-07T12:53:57.9260160Z ##[group]Docker info
  643. 2023-07-07T12:53:57.9328123Z [command]/usr/bin/docker version
  644. 2023-07-07T12:53:57.9740846Z Client:
  645. 2023-07-07T12:53:57.9755011Z Version: 20.10.25+azure-2
  646. 2023-07-07T12:53:57.9755624Z API version: 1.41
  647. 2023-07-07T12:53:57.9756633Z Go version: go1.19.10
  648. 2023-07-07T12:53:57.9757174Z Git commit: b82b9f3a0e763304a250531cb9350aa6d93723c9
  649. 2023-07-07T12:53:57.9758323Z Built: Thu Apr 6 10:55:17 UTC 2023
  650. 2023-07-07T12:53:57.9758807Z OS/Arch: linux/amd64
  651. 2023-07-07T12:53:57.9759677Z Context: default
  652. 2023-07-07T12:53:57.9760215Z Experimental: true
  653. 2023-07-07T12:53:57.9760992Z
  654. 2023-07-07T12:53:57.9765265Z Server:
  655. 2023-07-07T12:53:57.9765758Z Engine:
  656. 2023-07-07T12:53:57.9766743Z Version: 20.10.25+azure-2
  657. 2023-07-07T12:53:57.9767446Z API version: 1.41 (minimum version 1.12)
  658. 2023-07-07T12:53:57.9768370Z Go version: go1.19.10
  659. 2023-07-07T12:53:57.9768906Z Git commit: 5df983c7dbe2f8914e6efd4dd6e0083a20c41ce1
  660. 2023-07-07T12:53:57.9769848Z Built: Thu May 4 13:33:05 2023
  661. 2023-07-07T12:53:57.9770750Z OS/Arch: linux/amd64
  662. 2023-07-07T12:53:57.9771657Z Experimental: false
  663. 2023-07-07T12:53:57.9772452Z containerd:
  664. 2023-07-07T12:53:57.9773634Z Version: 1.6.21+azure-1
  665. 2023-07-07T12:53:57.9774207Z GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
  666. 2023-07-07T12:53:57.9775349Z runc:
  667. 2023-07-07T12:53:57.9775879Z Version: 1.1.7
  668. 2023-07-07T12:53:57.9776988Z GitCommit: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  669. 2023-07-07T12:53:57.9779767Z docker-init:
  670. 2023-07-07T12:53:57.9782718Z Version: 0.19.0
  671. 2023-07-07T12:53:57.9783210Z GitCommit:
  672. 2023-07-07T12:53:57.9871013Z [command]/usr/bin/docker info
  673. 2023-07-07T12:53:58.1349426Z Client:
  674. 2023-07-07T12:53:58.1358244Z Context: default
  675. 2023-07-07T12:53:58.1358706Z Debug Mode: false
  676. 2023-07-07T12:53:58.1359282Z Plugins:
  677. 2023-07-07T12:53:58.1359691Z buildx: Docker Buildx (Docker Inc., b4df085)
  678. 2023-07-07T12:53:58.1360622Z compose: Docker Compose (Docker Inc., 2.19.0+azure-1)
  679. 2023-07-07T12:53:58.1361012Z
  680. 2023-07-07T12:53:58.1361440Z Server:
  681. 2023-07-07T12:53:58.1361794Z Containers: 1
  682. 2023-07-07T12:53:58.1362336Z Running: 1
  683. 2023-07-07T12:53:58.1362695Z Paused: 0
  684. 2023-07-07T12:53:58.1363233Z Stopped: 0
  685. 2023-07-07T12:53:58.1363644Z Images: 19
  686. 2023-07-07T12:53:58.1364396Z Server Version: 20.10.25+azure-2
  687. 2023-07-07T12:53:58.1365974Z Storage Driver: overlay2
  688. 2023-07-07T12:53:58.1366412Z Backing Filesystem: extfs
  689. 2023-07-07T12:53:58.1366643Z Supports d_type: true
  690. 2023-07-07T12:53:58.1366870Z Native Overlay Diff: false
  691. 2023-07-07T12:53:58.1367078Z userxattr: false
  692. 2023-07-07T12:53:58.1367365Z Logging Driver: json-file
  693. 2023-07-07T12:53:58.1367596Z Cgroup Driver: cgroupfs
  694. 2023-07-07T12:53:58.1367811Z Cgroup Version: 2
  695. 2023-07-07T12:53:58.1368013Z Plugins:
  696. 2023-07-07T12:53:58.1368189Z Volume: local
  697. 2023-07-07T12:53:58.1368432Z Network: bridge host ipvlan macvlan null overlay
  698. 2023-07-07T12:53:58.1368850Z Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  699. 2023-07-07T12:53:58.1369151Z Swarm: inactive
  700. 2023-07-07T12:53:58.1369448Z Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
  701. 2023-07-07T12:53:58.1369740Z Default Runtime: runc
  702. 2023-07-07T12:53:58.1369982Z Init Binary: docker-init
  703. 2023-07-07T12:53:58.1370269Z containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
  704. 2023-07-07T12:53:58.1370887Z runc version: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
  705. 2023-07-07T12:53:58.1371113Z init version:
  706. 2023-07-07T12:53:58.1371303Z Security Options:
  707. 2023-07-07T12:53:58.1371475Z apparmor
  708. 2023-07-07T12:53:58.1371650Z seccomp
  709. 2023-07-07T12:53:58.1371829Z Profile: default
  710. 2023-07-07T12:53:58.1372014Z cgroupns
  711. 2023-07-07T12:53:58.1372260Z Kernel Version: 5.15.0-1041-azure
  712. 2023-07-07T12:53:58.1372472Z Operating System: Ubuntu 22.04.2 LTS
  713. 2023-07-07T12:53:58.1372682Z OSType: linux
  714. 2023-07-07T12:53:58.1372874Z Architecture: x86_64
  715. 2023-07-07T12:53:58.1373062Z CPUs: 2
  716. 2023-07-07T12:53:58.1373228Z Total Memory: 6.769GiB
  717. 2023-07-07T12:53:58.1373464Z Name: fv-az454-435
  718. 2023-07-07T12:53:58.1373712Z ID: XBHE:RVNQ:HBDP:OJ2N:BTWO:2U7W:54S3:4W73:PZYS:MEPG:WIZN:AARQ
  719. 2023-07-07T12:53:58.1373963Z Docker Root Dir: /var/lib/docker
  720. 2023-07-07T12:53:58.1374169Z Debug Mode: false
  721. 2023-07-07T12:53:58.1374369Z Username: githubactions
  722. 2023-07-07T12:53:58.1374596Z Registry: https://index.docker.io/v1/
  723. 2023-07-07T12:53:58.1374810Z Labels:
  724. 2023-07-07T12:53:58.1374994Z Experimental: false
  725. 2023-07-07T12:53:58.1375197Z Insecure Registries:
  726. 2023-07-07T12:53:58.1375367Z 127.0.0.0/8
  727. 2023-07-07T12:53:58.1375559Z Live Restore Enabled: true
  728. 2023-07-07T12:53:58.1375690Z
  729. 2023-07-07T12:53:58.1376051Z ##[endgroup]
  730. 2023-07-07T12:53:58.2342964Z ##[group]Buildx version
  731. 2023-07-07T12:53:58.2371513Z [command]/usr/bin/docker buildx version
  732. 2023-07-07T12:53:58.3165516Z github.com/docker/buildx b4df085 b4df08551fb12eb2ed17d3d9c3977ca0a903415a
  733. 2023-07-07T12:53:58.3195405Z ##[endgroup]
  734. 2023-07-07T12:53:58.6078796Z [command]/usr/bin/docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --iidfile /tmp/docker-actions-toolkit-dc2wKu/iidfile --label org.opencontainers.image.created=2023-07-07T12:46:56.398Z --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 --provenance mode=min,inline-only=true,builder-id=https://github.com/warriors-life/warriors-life-nginx-proxy/actions/runs/5478412121 --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 --metadata-file /tmp/docker-actions-toolkit-dc2wKu/metadata-file --push src
  735. 2023-07-07T12:53:59.0038665Z #0 building with "builder-27280ecf-b722-4109-948e-1b6438ce1eb2" instance using docker-container driver
  736. 2023-07-07T12:53:59.0039438Z
  737. 2023-07-07T12:53:59.0040160Z #1 [internal] load .dockerignore
  738. 2023-07-07T12:53:59.0040760Z #1 transferring context: 65B done
  739. 2023-07-07T12:53:59.0041273Z #1 DONE 0.0s
  740. 2023-07-07T12:53:59.0041502Z
  741. 2023-07-07T12:53:59.0043499Z #2 [internal] load build definition from Dockerfile
  742. 2023-07-07T12:53:59.0043804Z #2 transferring dockerfile: 1.99kB done
  743. 2023-07-07T12:53:59.0044020Z #2 DONE 0.0s
  744. 2023-07-07T12:53:59.0044135Z
  745. 2023-07-07T12:53:59.0044274Z #3 resolve image config for docker.io/docker/dockerfile:1.4.3
  746. 2023-07-07T12:53:59.6049776Z #3 ...
  747. 2023-07-07T12:53:59.6053094Z
  748. 2023-07-07T12:53:59.6061352Z #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
  749. 2023-07-07T12:53:59.6065928Z #4 DONE 0.0s
  750. 2023-07-07T12:53:59.7571845Z
  751. 2023-07-07T12:53:59.7573087Z #3 resolve image config for docker.io/docker/dockerfile:1.4.3
  752. 2023-07-07T12:54:00.3600703Z #3 DONE 1.3s
  753. 2023-07-07T12:54:00.3605989Z
  754. 2023-07-07T12:54:00.3611494Z #5 docker-image://docker.io/docker/dockerfile:1.4.3@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
  755. 2023-07-07T12:54:00.3617783Z #5 resolve docker.io/docker/dockerfile:1.4.3@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
  756. 2023-07-07T12:54:00.4603225Z #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
  757. 2023-07-07T12:54:00.6121080Z #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
  758. 2023-07-07T12:54:00.9144212Z #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.3s done
  759. 2023-07-07T12:54:00.9144840Z #5 DONE 0.5s
  760. 2023-07-07T12:54:02.2249250Z
  761. 2023-07-07T12:54:02.2254889Z #6 [auth] library/nginx:pull token for registry-1.docker.io
  762. 2023-07-07T12:54:02.3756707Z #6 DONE 0.0s
  763. 2023-07-07T12:54:02.3757189Z
  764. 2023-07-07T12:54:02.3758305Z #7 [internal] load metadata for docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8
  765. 2023-07-07T12:54:02.6653885Z #7 DONE 0.5s
  766. 2023-07-07T12:54:02.8165395Z
  767. 2023-07-07T12:54:02.8168334Z #8 [internal] load build context
  768. 2023-07-07T12:54:02.8171747Z #8 DONE 0.0s
  769. 2023-07-07T12:54:02.8176982Z
  770. 2023-07-07T12:54:02.8181055Z #9 [1/4] FROM docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8
  771. 2023-07-07T12:54:02.8186451Z #9 resolve docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8 0.0s done
  772. 2023-07-07T12:54:02.8190866Z #9 DONE 0.0s
  773. 2023-07-07T12:54:02.8194243Z
  774. 2023-07-07T12:54:02.8199185Z #10 importing cache manifest from gha:5701099192323362089
  775. 2023-07-07T12:54:03.1072316Z #10 DONE 0.4s
  776. 2023-07-07T12:54:03.2584320Z
  777. 2023-07-07T12:54:03.2589627Z #8 [internal] load build context
  778. 2023-07-07T12:54:03.2593370Z #8 transferring context: 23.44kB done
  779. 2023-07-07T12:54:03.2596276Z #8 DONE 0.0s
  780. 2023-07-07T12:54:03.2598784Z
  781. 2023-07-07T12:54:03.2617908Z #11 [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"
  782. 2023-07-07T12:54:03.2618962Z #11 CACHED
  783. 2023-07-07T12:54:03.2619059Z
  784. 2023-07-07T12:54:03.2619286Z #12 [3/4] COPY --link 20-njk-on-templates.sh /docker-entrypoint.d/
  785. 2023-07-07T12:54:03.2619542Z #12 CACHED
  786. 2023-07-07T12:54:03.2619652Z
  787. 2023-07-07T12:54:03.2620123Z #13 [4/4] COPY --link *.conf /nginx-configs-templates/
  788. 2023-07-07T12:54:03.2620386Z #13 CACHED
  789. 2023-07-07T12:54:03.5230626Z
  790. 2023-07-07T12:54:03.5232573Z #13 [4/4] COPY --link *.conf /nginx-configs-templates/
  791. 2023-07-07T12:54:03.5233570Z #13 CACHED
  792. 2023-07-07T12:54:03.6741111Z
  793. 2023-07-07T12:54:03.6743417Z #14 exporting to image
  794. 2023-07-07T12:54:03.6745414Z #14 exporting layers done
  795. 2023-07-07T12:54:03.6749083Z #14 exporting manifest sha256:5472515174c703528d11589e0710a3e4c5cbe57a20398afdc44a5bfe9c17c0f4 done
  796. 2023-07-07T12:54:03.6755557Z #14 exporting config sha256:18a3729626b07e068f81e4eb0aa7e27a33a3680b72dcfd304574f0d7d641d00f done
  797. 2023-07-07T12:54:03.6760445Z #14 exporting attestation manifest sha256:cc44ba6f5168888f8b182726160da3263c6f36bd1a689452883d3b2662a206d9 0.0s done
  798. 2023-07-07T12:54:03.6761605Z #14 exporting manifest list sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84 done
  799. 2023-07-07T12:54:03.6762879Z #14 pushing layers
  800. 2023-07-07T12:54:03.8268004Z #14 ...
  801. 2023-07-07T12:54:03.8268423Z
  802. 2023-07-07T12:54:03.8269118Z #15 [auth] warriors-life/warriors-life-nginx-proxy:pull,push token for ghcr.io
  803. 2023-07-07T12:54:03.8269427Z #15 DONE 0.0s
  804. 2023-07-07T12:54:03.9776794Z
  805. 2023-07-07T12:54:03.9780192Z #14 exporting to image
  806. 2023-07-07T12:54:05.1808898Z #14 pushing layers 1.5s done
  807. 2023-07-07T12:54:05.1810940Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84
  808. 2023-07-07T12:54:07.1370065Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84 2.0s done
  809. 2023-07-07T12:54:07.8900185Z #14 pushing layers 0.7s done
  810. 2023-07-07T12:54:07.8901234Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84
  811. 2023-07-07T12:54:09.0948607Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84 1.2s done
  812. 2023-07-07T12:54:09.8475934Z #14 pushing layers 0.8s done
  813. 2023-07-07T12:54:10.6005462Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84 0.7s done
  814. 2023-07-07T12:54:11.2017173Z #14 pushing layers 0.6s done
  815. 2023-07-07T12:54:11.9533152Z #14 pushing manifest for ghcr.io/warriors-life/warriors-life-nginx-proxy:dev-f102546@sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84 0.8s done
  816. 2023-07-07T12:54:11.9533633Z #14 DONE 8.4s
  817. 2023-07-07T12:54:11.9533751Z
  818. 2023-07-07T12:54:11.9534279Z #16 exporting to GitHub cache
  819. 2023-07-07T12:54:11.9534707Z #16 preparing build cache for export
  820. 2023-07-07T12:54:13.4271673Z #16 preparing build cache for export 1.5s done
  821. 2023-07-07T12:54:13.4272632Z #16 DONE 1.5s
  822. 2023-07-07T12:54:13.4413683Z ##[group]ImageID
  823. 2023-07-07T12:54:13.4414234Z sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84
  824. 2023-07-07T12:54:13.4414801Z ##[endgroup]
  825. 2023-07-07T12:54:13.4415285Z ##[group]Digest
  826. 2023-07-07T12:54:13.4415665Z sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84
  827. 2023-07-07T12:54:13.4416344Z ##[endgroup]
  828. 2023-07-07T12:54:13.4416803Z ##[group]Metadata
  829. 2023-07-07T12:54:13.4417094Z {
  830. 2023-07-07T12:54:13.4417330Z "containerimage.buildinfo": {
  831. 2023-07-07T12:54:13.4417672Z "frontend": "gateway.v0",
  832. 2023-07-07T12:54:13.4417962Z "attrs": {
  833. 2023-07-07T12:54:13.4419067Z "cmdline": "docker/dockerfile:1.4.3",
  834. 2023-07-07T12:54:13.4419409Z "filename": "Dockerfile",
  835. 2023-07-07T12:54:13.4420373Z "label:org.opencontainers.image.created": "2023-07-07T12:46:56.398Z",
  836. 2023-07-07T12:54:13.4421069Z "label:org.opencontainers.image.description": "The NGINX reverse proxy configuration for Warriors Life",
  837. 2023-07-07T12:54:13.4421704Z "label:org.opencontainers.image.licenses": "NOASSERTION",
  838. 2023-07-07T12:54:13.4422926Z "label:org.opencontainers.image.revision": "f102546070e75bb1d3bca064db62cb24e2eeb951",
  839. 2023-07-07T12:54:13.4424292Z "label:org.opencontainers.image.source": "https://github.com/warriors-life/warriors-life-nginx-proxy",
  840. 2023-07-07T12:54:13.4424984Z "label:org.opencontainers.image.title": "warriors-life-nginx-proxy",
  841. 2023-07-07T12:54:13.4425720Z "label:org.opencontainers.image.url": "https://github.com/warriors-life/warriors-life-nginx-proxy",
  842. 2023-07-07T12:54:13.4426230Z "label:org.opencontainers.image.version": "dev",
  843. 2023-07-07T12:54:13.4426786Z "source": "docker/dockerfile:1.4.3",
  844. 2023-07-07T12:54:13.4427298Z "vcs:revision": "f102546070e75bb1d3bca064db62cb24e2eeb951",
  845. 2023-07-07T12:54:13.4427863Z "vcs:source": "https://github.com/warriors-life/warriors-life-nginx-proxy"
  846. 2023-07-07T12:54:13.4428258Z },
  847. 2023-07-07T12:54:13.4428497Z "sources": [
  848. 2023-07-07T12:54:13.4428677Z {
  849. 2023-07-07T12:54:13.4428941Z "type": "docker-image",
  850. 2023-07-07T12:54:13.4429211Z "ref": "docker.io/docker/dockerfile:1.4.3",
  851. 2023-07-07T12:54:13.4429546Z "pin": "sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc"
  852. 2023-07-07T12:54:13.4429828Z },
  853. 2023-07-07T12:54:13.4429992Z {
  854. 2023-07-07T12:54:13.4430236Z "type": "docker-image",
  855. 2023-07-07T12:54:13.4430899Z "ref": "docker.io/library/nginx:1.25.1-alpine3.17-slim@sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8",
  856. 2023-07-07T12:54:13.4431301Z "pin": "sha256:3b29f9ec76a085552a6ad469b84711642b2421c7c44d2b765ca8d9e8fb25c4e8"
  857. 2023-07-07T12:54:13.4431567Z }
  858. 2023-07-07T12:54:13.4431743Z ]
  859. 2023-07-07T12:54:13.4431902Z },
  860. 2023-07-07T12:54:13.4432112Z "containerimage.descriptor": {
  861. 2023-07-07T12:54:13.4432404Z "mediaType": "application/vnd.oci.image.index.v1+json",
  862. 2023-07-07T12:54:13.4432931Z "digest": "sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84",
  863. 2023-07-07T12:54:13.4433224Z "size": 856
  864. 2023-07-07T12:54:13.4433411Z },
  865. 2023-07-07T12:54:13.4433886Z "containerimage.digest": "sha256:f7950e2c5523de4099f611141b3a8f3fcad906bed79cf0630796aa0841580c84",
  866. 2023-07-07T12:54:13.4434898Z "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"
  867. 2023-07-07T12:54:13.4435543Z }
  868. 2023-07-07T12:54:13.4435980Z ##[endgroup]
  869. 2023-07-07T12:54:13.4565995Z Post job cleanup.
  870. 2023-07-07T12:54:13.5911951Z ##[group]Removing temp folder /tmp/docker-actions-toolkit-dc2wKu
  871. 2023-07-07T12:54:13.5936312Z ##[endgroup]
  872. 2023-07-07T12:54:13.6045149Z Post job cleanup.
  873. 2023-07-07T12:54:13.7655782Z [command]/usr/bin/docker logout ghcr.io
  874. 2023-07-07T12:54:13.7928648Z Removing login credentials for ghcr.io
  875. 2023-07-07T12:54:13.8068569Z Post job cleanup.
  876. 2023-07-07T12:54:13.9463544Z ##[group]Removing builder
  877. 2023-07-07T12:54:14.1496482Z [command]/usr/bin/docker buildx rm builder-27280ecf-b722-4109-948e-1b6438ce1eb2
  878. 2023-07-07T12:54:14.4553880Z builder-27280ecf-b722-4109-948e-1b6438ce1eb2 removed
  879. 2023-07-07T12:54:14.4604097Z ##[endgroup]
  880. 2023-07-07T12:54:14.4605174Z ##[group]Cleaning up certificates
  881. 2023-07-07T12:54:14.4613446Z ##[endgroup]
  882. 2023-07-07T12:54:14.4712954Z Post job cleanup.
  883. 2023-07-07T12:54:14.5961097Z [command]/usr/bin/git version
  884. 2023-07-07T12:54:14.6036845Z git version 2.41.0
  885. 2023-07-07T12:54:14.6100940Z Temporarily overriding HOME='/home/runner/work/_temp/2cd687bc-6afa-48ec-a3f6-e3743ea90594' before making global git config changes
  886. 2023-07-07T12:54:14.6103258Z Adding repository directory to the temporary git global config as a safe directory
  887. 2023-07-07T12:54:14.6113247Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  888. 2023-07-07T12:54:14.6183320Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  889. 2023-07-07T12:54:14.6240489Z [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' || :"
  890. 2023-07-07T12:54:14.6667877Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  891. 2023-07-07T12:54:14.6731919Z [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' || :"
  892. 2023-07-07T12:54:14.7244096Z Post job cleanup.
  893. 2023-07-07T12:54:14.9376520Z log:
  894. 2023-07-07T12:54:14.9389335Z Fri, 07 Jul 2023 12:51:18 GMT:read config
  895. 2023-07-07T12:54:14.9394528Z &{Repo:warriors-life/warriors-life-nginx-proxy CorrelationId:558b209f-ad6e-4b1c-9aba-1d1fe14b2fe1 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}
  896. 2023-07-07T12:54:14.9396576Z
  897. 2023-07-07T12:54:14.9397009Z Fri, 07 Jul 2023 12:51:18 GMT:Step Security Job Correlation ID: 558b209f-ad6e-4b1c-9aba-1d1fe14b2fe1
  898. 2023-07-07T12:54:14.9397276Z
  899. 2023-07-07T12:54:14.9397426Z Fri, 07 Jul 2023 12:51:18 GMT:started process monitor
  900. 2023-07-07T12:54:14.9397616Z
  901. 2023-07-07T12:54:14.9397766Z Fri, 07 Jul 2023 12:51:18 GMT:Monitor Processes called
  902. 2023-07-07T12:54:14.9398095Z Fri, 07 Jul 2023 12:51:18 GMT:NewAuditClient created
  903. 2023-07-07T12:54:14.9398396Z Fri, 07 Jul 2023 12:51:18 GMT:Status is enabled
  904. 2023-07-07T12:54:14.9398691Z Fri, 07 Jul 2023 12:51:18 GMT:Rules deleted
  905. 2023-07-07T12:54:14.9399269Z Fri, 07 Jul 2023 12:51:18 GMT:File monitor added for /home/runner/work/warriors-life-nginx-proxy/warriors-life-nginx-proxy
  906. 2023-07-07T12:54:14.9399710Z Fri, 07 Jul 2023 12:51:18 GMT:Agent file monitor added
  907. 2023-07-07T12:54:14.9400191Z Fri, 07 Jul 2023 12:51:18 GMT:Docker's daemon.json file monitor added
  908. 2023-07-07T12:54:14.9400662Z Fri, 07 Jul 2023 12:51:18 GMT:Systemd's resolved.conf file monitor added
  909. 2023-07-07T12:54:14.9401004Z Fri, 07 Jul 2023 12:51:18 GMT:Net monitor added
  910. 2023-07-07T12:54:14.9401700Z Fri, 07 Jul 2023 12:51:18 GMT:Process monitor added
  911. 2023-07-07T12:54:14.9402276Z Fri, 07 Jul 2023 12:51:18 GMT:receive called
  912. 2023-07-07T12:54:14.9402456Z
  913. 2023-07-07T12:54:14.9402667Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: agent.api.stepsecurity.io., ip address: 34.209.159.35, TTL: 60
  914. 2023-07-07T12:54:14.9403110Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: ghcr.io., ip address: 192.30.255.165, TTL: 60
  915. 2023-07-07T12:54:14.9403520Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: github.com., ip address: 192.30.255.113, TTL: 60
  916. 2023-07-07T12:54:14.9404232Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: actions-results-receiver-production.githubapp.com., ip address: 140.82.112.24, TTL: 60
  917. 2023-07-07T12:54:14.9404750Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: docker.io., ip address: 18.206.20.10, TTL: 30
  918. 2023-07-07T12:54:14.9405223Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: production.cloudflare.docker.com., ip address: 104.18.125.25, TTL: 300
  919. 2023-07-07T12:54:14.9405707Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: codeload.github.com., ip address: 192.30.255.120, TTL: 60
  920. 2023-07-07T12:54:14.9406197Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: token.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 45
  921. 2023-07-07T12:54:14.9406807Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: registry-1.docker.io., ip address: 44.205.64.79, TTL: 30
  922. 2023-07-07T12:54:14.9407241Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: auth.docker.io., ip address: 3.216.34.172, TTL: 30
  923. 2023-07-07T12:54:14.9407723Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: pipelines.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 45
  924. 2023-07-07T12:54:14.9408264Z Fri, 07 Jul 2023 12:51:18 GMT:domain resolved: vstoken.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 44
  925. 2023-07-07T12:54:14.9409210Z Fri, 07 Jul 2023 12:51:19 GMT:domain resolved: vstsmms.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 44
  926. 2023-07-07T12:54:14.9409831Z Fri, 07 Jul 2023 12:51:19 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  927. 2023-07-07T12:54:14.9410317Z Fri, 07 Jul 2023 12:51:19 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.52.65, TTL: 42
  928. 2023-07-07T12:54:14.9410855Z Fri, 07 Jul 2023 12:51:19 GMT:domain resolved: artifactcache.actions.githubusercontent.com., ip address: 13.107.42.16, TTL: 43
  929. 2023-07-07T12:54:14.9411149Z
  930. 2023-07-07T12:54:14.9411280Z Fri, 07 Jul 2023 12:51:19 GMT:updated resolved
  931. 2023-07-07T12:54:14.9411448Z
  932. 2023-07-07T12:54:14.9411577Z Fri, 07 Jul 2023 12:51:20 GMT:set docker config
  933. 2023-07-07T12:54:14.9411747Z
  934. 2023-07-07T12:54:14.9411753Z
  935. 2023-07-07T12:54:14.9412887Z Fri, 07 Jul 2023 12:51:20 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}]]
  936. 2023-07-07T12:54:14.9413624Z
  937. 2023-07-07T12:54:14.9413748Z Fri, 07 Jul 2023 12:51:20 GMT:disabled sudo
  938. 2023-07-07T12:54:14.9414017Z Fri, 07 Jul 2023 12:51:20 GMT:done
  939. 2023-07-07T12:54:14.9414913Z Fri, 07 Jul 2023 12:51:21 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:51:21.037Z
  940. 2023-07-07T12:54:14.9416584Z Fri, 07 Jul 2023 12:51:21 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:51:21.041Z
  941. 2023-07-07T12:54:14.9417767Z Fri, 07 Jul 2023 12:51:21 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:51:21.049Z
  942. 2023-07-07T12:54:14.9419268Z Fri, 07 Jul 2023 12:51:21 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:51:21.197Z
  943. 2023-07-07T12:54:14.9420165Z Fri, 07 Jul 2023 12:51:21 GMT:endpoint called ip address:port 192.30.255.113:443, domain: github.com., pid: 2106, process: git-remote-http
  944. 2023-07-07T12:54:14.9420820Z Fri, 07 Jul 2023 12:51:22 GMT:endpoint called ip address:port 192.30.255.113:443, domain: github.com., pid: 2117, process: git-remote-http
  945. 2023-07-07T12:54:14.9421865Z Fri, 07 Jul 2023 12:51:22 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:51:22.261Z
  946. 2023-07-07T12:54:14.9422750Z Fri, 07 Jul 2023 12:51:39 GMT:endpoint called ip address:port 192.30.255.113:443, domain: github.com., pid: 2436, process: git-remote-http
  947. 2023-07-07T12:54:14.9423391Z Fri, 07 Jul 2023 12:51:42 GMT:endpoint called ip address:port 44.205.64.79:443, domain: registry-1.docker.io., pid: 1836, process: dockerd
  948. 2023-07-07T12:54:14.9424225Z Fri, 07 Jul 2023 12:51:46 GMT:endpoint called ip address:port 3.216.34.172:443, domain: auth.docker.io., pid: 2258, process: docker-buildx
  949. 2023-07-07T12:54:14.9490511Z Fri, 07 Jul 2023 12:51:47 GMT:endpoint called ip address:port 104.18.125.25:443, domain: production.cloudflare.docker.com., pid: 1836, process: dockerd
  950. 2023-07-07T12:54:14.9491960Z
  951. 2023-07-07T12:54:14.9493038Z Fri, 07 Jul 2023 12:51:50 GMT:Refreshing DNS entries
  952. 2023-07-07T12:54:14.9496288Z Fri, 07 Jul 2023 12:51:50 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  953. 2023-07-07T12:54:14.9498285Z Fri, 07 Jul 2023 12:51:50 GMT:domain resolved: docker.io., ip address: 18.210.197.188, TTL: 41
  954. 2023-07-07T12:54:14.9499646Z Fri, 07 Jul 2023 12:51:50 GMT:domain resolved: auth.docker.io., ip address: 3.216.34.172, TTL: 32
  955. 2023-07-07T12:54:14.9501148Z Fri, 07 Jul 2023 12:51:50 GMT:domain resolved: registry-1.docker.io., ip address: 34.205.13.154, TTL: 45
  956. 2023-07-07T12:54:14.9502752Z Fri, 07 Jul 2023 12:51:54 GMT:endpoint called ip address:port 151.101.2.132:443, domain: dl-cdn.alpinelinux.org., pid: 2678, process: apk
  957. 2023-07-07T12:54:14.9504196Z
  958. 2023-07-07T12:54:14.9505306Z Fri, 07 Jul 2023 12:52:20 GMT:Refreshing DNS entries
  959. 2023-07-07T12:54:14.9506630Z Fri, 07 Jul 2023 12:52:20 GMT:domain resolved: ghcr.io., ip address: 192.30.255.165, TTL: 60
  960. 2023-07-07T12:54:14.9508234Z Fri, 07 Jul 2023 12:52:20 GMT:domain resolved: github.com., ip address: 192.30.255.113, TTL: 60
  961. 2023-07-07T12:54:14.9509904Z Fri, 07 Jul 2023 12:52:20 GMT:domain resolved: auth.docker.io., ip address: 3.216.34.172, TTL: 30
  962. 2023-07-07T12:54:14.9511370Z Fri, 07 Jul 2023 12:52:20 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  963. 2023-07-07T12:54:14.9512781Z Fri, 07 Jul 2023 12:52:20 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.52.65, TTL: 41
  964. 2023-07-07T12:54:14.9513962Z
  965. 2023-07-07T12:54:14.9515007Z Fri, 07 Jul 2023 12:52:50 GMT:Refreshing DNS entries
  966. 2023-07-07T12:54:14.9516419Z Fri, 07 Jul 2023 12:52:50 GMT:domain resolved: registry-1.docker.io., ip address: 34.205.13.154, TTL: 45
  967. 2023-07-07T12:54:14.9517759Z Fri, 07 Jul 2023 12:52:50 GMT:domain resolved: auth.docker.io., ip address: 34.205.13.154, TTL: 31
  968. 2023-07-07T12:54:14.9519238Z Fri, 07 Jul 2023 12:52:50 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  969. 2023-07-07T12:54:14.9520577Z Fri, 07 Jul 2023 12:52:50 GMT:domain resolved: docker.io., ip address: 18.206.20.10, TTL: 42
  970. 2023-07-07T12:54:14.9522376Z
  971. 2023-07-07T12:54:14.9523861Z Fri, 07 Jul 2023 12:53:20 GMT:Refreshing DNS entries
  972. 2023-07-07T12:54:14.9525491Z Fri, 07 Jul 2023 12:53:20 GMT:domain resolved: auth.docker.io., ip address: 44.205.64.79, TTL: 30
  973. 2023-07-07T12:54:14.9527288Z Fri, 07 Jul 2023 12:53:20 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  974. 2023-07-07T12:54:14.9529346Z Fri, 07 Jul 2023 12:53:20 GMT:domain resolved: n06iacprodeus1file4.blob.core.windows.net., ip address: 20.209.74.225, TTL: 57
  975. 2023-07-07T12:54:14.9531262Z Fri, 07 Jul 2023 12:53:20 GMT:domain resolved: ghcr.io., ip address: 192.30.255.164, TTL: 60
  976. 2023-07-07T12:54:14.9533038Z Fri, 07 Jul 2023 12:53:20 GMT:domain resolved: github.com., ip address: 192.30.255.113, TTL: 60
  977. 2023-07-07T12:54:14.9535355Z Fri, 07 Jul 2023 12:53:48 GMT:endpoint called ip address:port 13.107.42.16:443, domain: pipelines.actions.githubusercontent.com., pid: 1597, process: Runner.Worker
  978. 2023-07-07T12:54:14.9537759Z Fri, 07 Jul 2023 12:53:50 GMT:endpoint called ip address:port 34.205.13.154:443, domain: registry-1.docker.io., pid: 1836, process: dockerd
  979. 2023-07-07T12:54:14.9539456Z
  980. 2023-07-07T12:54:14.9540806Z Fri, 07 Jul 2023 12:53:50 GMT:Refreshing DNS entries
  981. 2023-07-07T12:54:14.9542535Z Fri, 07 Jul 2023 12:53:50 GMT:domain resolved: registry-1.docker.io., ip address: 34.205.13.154, TTL: 45
  982. 2023-07-07T12:54:14.9544385Z Fri, 07 Jul 2023 12:53:50 GMT:domain resolved: auth.docker.io., ip address: 44.205.64.79, TTL: 32
  983. 2023-07-07T12:54:14.9546192Z Fri, 07 Jul 2023 12:53:50 GMT:domain resolved: dl-cdn.alpinelinux.org., ip address: 151.101.2.132, TTL: 30
  984. 2023-07-07T12:54:14.9547863Z Fri, 07 Jul 2023 12:53:50 GMT:domain resolved: docker.io., ip address: 18.206.20.10, TTL: 42
  985. 2023-07-07T12:54:14.9549791Z Fri, 07 Jul 2023 12:53:57 GMT:endpoint called ip address:port 192.30.255.164:443, domain: ghcr.io., pid: 1836, process: dockerd
  986. 2023-07-07T12:54:14.9551959Z Fri, 07 Jul 2023 12:54:00 GMT:endpoint called ip address:port 34.205.13.154:443, domain: registry-1.docker.io., pid: 8771, process: buildkitd
  987. 2023-07-07T12:54:14.9553295Z Fri, 07 Jul 2023 12:54:00 GMT:endpoint called ip address:port 44.205.64.79:443, domain: auth.docker.io., pid: 9289, process: docker-buildx
  988. 2023-07-07T12:54:14.9555495Z Fri, 07 Jul 2023 12:54:01 GMT:endpoint called ip address:port 104.18.125.25:443, domain: production.cloudflare.docker.com., pid: 8771, process: buildkitd
  989. 2023-07-07T12:54:14.9556212Z Fri, 07 Jul 2023 12:54:03 GMT:endpoint called ip address:port 13.107.42.16:443, domain: artifactcache.actions.githubusercontent.com., pid: 8771, process: buildkitd
  990. 2023-07-07T12:54:14.9557404Z Fri, 07 Jul 2023 12:54:03 GMT:endpoint called ip address:port 20.209.74.225:443, domain: n06iacprodeus1file4.blob.core.windows.net., pid: 8771, process: buildkitd
  991. 2023-07-07T12:54:14.9560833Z Fri, 07 Jul 2023 12:54:03 GMT:endpoint called ip address:port 192.30.255.164:443, domain: ghcr.io., pid: 8771, process: buildkitd
  992. 2023-07-07T12:54:14.9561668Z Fri, 07 Jul 2023 12:54:04 GMT:endpoint called ip address:port 192.30.255.164:443, domain: ghcr.io., pid: 9289, process: docker-buildx
  993. 2023-07-07T12:54:14.9564114Z
  994. 2023-07-07T12:54:14.9564394Z Fri, 07 Jul 2023 12:54:14 GMT:post_event called
  995. 2023-07-07T12:54:14.9566731Z
  996. 2023-07-07T12:54:14.9566968Z status:
  997. 2023-07-07T12:54:14.9569348Z Initialized
  998. 2023-07-07T12:54:14.9806936Z [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
  999. 2023-07-07T12:54:15.1641684Z 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
  1000. 2023-07-07T12:54:15.1660821Z -1
  1001. 2023-07-07T12:54:15.1909297Z Cleaning up orphan processes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement