Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created December 13, 2023 04:41
Show Gist options
  • Save Kalaiselvi84/a5a37219bf3546b9176848e8a3507d56 to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/a5a37219bf3546b9176848e8a3507d56 to your computer and use it in GitHub Desktop.
Xonotic : make cloud-build
starting build "e4991664-6542-4e5d-80bb-65157a1d4bc4"
FETCHSOURCE
Fetching storage object: gs://agones-mangalpalli_cloudbuild/source/1702437467.926338-9bce559db13c457f86a393443ccd57bc.tgz#1702437468207195
Copying gs://agones-mangalpalli_cloudbuild/source/1702437467.926338-9bce559db13c457f86a393443ccd57bc.tgz#1702437468207195...
/ [0 files][ 0.0 B/ 12.7 KiB]
/ [1 files][ 12.7 KiB/ 12.7 KiB]
Operation completed over 1 objects/12.7 KiB.
SETUPBUILD
BUILD
Starting Step #0
Step #0: Pulling image: ubuntu
Step #0: Using default tag: latest
Step #0: latest: Pulling from library/ubuntu
Step #0: Digest: sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb
Step #0: Status: Downloaded newer image for ubuntu:latest
Step #0: docker.io/library/ubuntu:latest
Finished Step #0
Starting Step #1 - "build-make-docker"
Step #1 - "build-make-docker": Pulling image: gcr.io/cloud-builders/docker:24.0.6
Step #1 - "build-make-docker": 24.0.6: Pulling from cloud-builders/docker
Step #1 - "build-make-docker": d2aa1518a716: Already exists
Step #1 - "build-make-docker": 76ff73118202: Already exists
Step #1 - "build-make-docker": 3c2cba919283: Already exists
Step #1 - "build-make-docker": 8eec76af4f36: Pulling fs layer
Step #1 - "build-make-docker": c9df1c6d8d6f: Pulling fs layer
Step #1 - "build-make-docker": 8eec76af4f36: Verifying Checksum
Step #1 - "build-make-docker": 8eec76af4f36: Download complete
Step #1 - "build-make-docker": c9df1c6d8d6f: Verifying Checksum
Step #1 - "build-make-docker": c9df1c6d8d6f: Download complete
Step #1 - "build-make-docker": 8eec76af4f36: Pull complete
Step #1 - "build-make-docker": c9df1c6d8d6f: Pull complete
Step #1 - "build-make-docker": Digest: sha256:bb998e087430f792762ef00657b143d0a1eec5af5f4ceed65045b288a6a4497f
Step #1 - "build-make-docker": Status: Downloaded newer image for gcr.io/cloud-builders/docker:24.0.6
Step #1 - "build-make-docker": gcr.io/cloud-builders/docker:24.0.6
Step #1 - "build-make-docker": #0 building with "default" instance using docker driver
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #1 [internal] load build definition from Dockerfile.build
Step #1 - "build-make-docker": #1 transferring dockerfile: 140B done
Step #1 - "build-make-docker": #1 DONE 0.1s
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #2 [internal] load .dockerignore
Step #1 - "build-make-docker": #2 transferring context: 2B done
Step #1 - "build-make-docker": #2 DONE 0.0s
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #3 [internal] load metadata for gcr.io/cloud-builders/docker:24.0.6
Step #1 - "build-make-docker": #3 DONE 0.0s
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #4 [1/2] FROM gcr.io/cloud-builders/docker:24.0.6
Step #1 - "build-make-docker": #4 DONE 0.1s
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #5 [2/2] RUN apt-get install make
Step #1 - "build-make-docker": #5 0.413 Reading package lists...
Step #1 - "build-make-docker": #5 1.868 Building dependency tree...
Step #1 - "build-make-docker": #5 2.133 Reading state information...
Step #1 - "build-make-docker": #5 2.477 make is already the newest version (4.2.1-1.2).
Step #1 - "build-make-docker": #5 2.477 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Step #1 - "build-make-docker": #5 DONE 2.5s
Step #1 - "build-make-docker":
Step #1 - "build-make-docker": #6 exporting to image
Step #1 - "build-make-docker": #6 exporting layers 0.0s done
Step #1 - "build-make-docker": #6 writing image sha256:72396e48a39ed17372558fea0ab580a53a2a162298208143a395be305ab6c4bf done
Step #1 - "build-make-docker": #6 naming to docker.io/library/make-docker done
Step #1 - "build-make-docker": #6 DONE 0.0s
Finished Step #1 - "build-make-docker"
Starting Step #2 - "push"
Step #2 - "push": Already have image: make-docker
Step #2 - "push": make WINDOWS_DOCKER_PUSH_ARGS=--push build-windows-image-ltsc2019
Step #2 - "push": make[1]: Entering directory '/workspace'
Step #2 - "push": docker buildx create --name=windows-builder
Step #2 - "push": windows-builder
Step #2 - "push": docker buildx build --platform windows/amd64 --builder windows-builder -f /workspace/Dockerfile.windows \
Step #2 - "push": --tag=us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019 --build-arg WINDOWS_VERSION=ltsc2019 . --push
Step #2 - "push": #0 building with "windows-builder" instance using docker-container driver
Step #2 - "push":
Step #2 - "push": #1 [internal] booting buildkit
Step #2 - "push": #1 pulling image moby/buildkit:buildx-stable-1
Step #2 - "push": #1 pulling image moby/buildkit:buildx-stable-1 4.1s done
Step #2 - "push": #1 creating container buildx_buildkit_windows-builder0
Step #2 - "push": #1 creating container buildx_buildkit_windows-builder0 1.4s done
Step #2 - "push": #1 DONE 5.5s
Step #2 - "push":
Step #2 - "push": #2 [internal] load build definition from Dockerfile.windows
Step #2 - "push": #2 transferring dockerfile: 2.81kB done
Step #2 - "push": #2 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #3 ...
Step #2 - "push":
Step #2 - "push": #4 [internal] load metadata for mcr.microsoft.com/windows/servercore:ltsc2019
Step #2 - "push": #4 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #3 DONE 0.5s
Step #2 - "push":
Step #2 - "push": #5 [internal] load .dockerignore
Step #2 - "push": #5 transferring context: 2B done
Step #2 - "push": #5 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #6 [internal] load build context
Step #2 - "push": #6 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 resolve docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 0.0s done
Step #2 - "push": #7 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 resolve mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #6 [internal] load build context
Step #2 - "push": #6 transferring context: 35.67kB 0.0s done
Step #2 - "push": #6 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 resolve mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd 0.0s done
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 8.47MB / 399.47MB 0.2s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 8.39MB / 1.60GB 0.2s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 31.46MB / 399.47MB 0.6s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 55.57MB / 399.47MB 1.4s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 79.69MB / 399.47MB 2.1s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 94.37MB / 1.60GB 2.4s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 105.91MB / 399.47MB 2.7s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 133.99MB / 399.47MB 3.0s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 161.48MB / 399.47MB 3.3s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 194.35MB / 399.47MB 3.6s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 176.16MB / 1.60GB 3.5s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 220.20MB / 399.47MB 3.9s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 247.46MB / 399.47MB 4.2s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 269.48MB / 399.47MB 4.5s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 265.29MB / 1.60GB 4.5s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 290.46MB / 399.47MB 4.8s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 313.52MB / 399.47MB 5.1s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 335.54MB / 399.47MB 5.4s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 357.56MB / 1.60GB 5.6s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 361.76MB / 399.47MB 5.7s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 386.92MB / 399.47MB 6.0s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 446.69MB / 1.60GB 6.6s
Step #2 - "push": #8 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 399.47MB / 399.47MB 7.5s done
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 533.73MB / 1.60GB 7.5s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 616.56MB / 1.60GB 8.4s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 698.35MB / 1.60GB 9.3s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 780.14MB / 1.60GB 10.1s
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 sha256:066721d09e184a0adb729ae6136e75accdff746f85536b1843277638ef2fa60f 156B / 156B 0.1s done
Step #2 - "push": #7 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 100.43MB / 100.43MB 3.3s done
Step #2 - "push": #7 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 92.33MB / 92.33MB 2.8s done
Step #2 - "push": #7 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 64.13MB / 64.13MB 2.1s done
Step #2 - "push": #7 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 24.05MB / 24.05MB 0.9s done
Step #2 - "push": #7 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 49.58MB / 49.58MB 2.3s done
Step #2 - "push": #7 extracting sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 4.9s done
Step #2 - "push": #7 extracting sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff
Step #2 - "push": #7 extracting sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 1.9s done
Step #2 - "push": #7 DONE 10.5s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 869.12MB / 1.60GB 11.0s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 951.06MB / 1.60GB 12.0s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.05GB / 1.60GB 13.2s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.13GB / 1.60GB 14.3s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.23GB / 1.60GB 15.5s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.32GB / 1.60GB 16.5s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.41GB / 1.60GB 17.6s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.49GB / 1.60GB 18.5s
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.58GB / 1.60GB 19.5s
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 extracting sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 5.0s done
Step #2 - "push": #7 extracting sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da
Step #2 - "push": #7 ...
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 1.60GB / 1.60GB 21.8s done
Step #2 - "push": #8 extracting sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 extracting sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 6.3s done
Step #2 - "push": #7 extracting sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 10.0s done
Step #2 - "push": #7 DONE 31.9s
Step #2 - "push":
Step #2 - "push": #7 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #7 extracting sha256:066721d09e184a0adb729ae6136e75accdff746f85536b1843277638ef2fa60f 0.1s done
Step #2 - "push": #7 DONE 31.9s
Step #2 - "push":
Step #2 - "push": #9 [base 2/7] RUN apt-get update && apt-get install -y unzip curl
Step #2 - "push": #9 0.528 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Step #2 - "push": #9 0.571 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Step #2 - "push": #9 0.582 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Step #2 - "push": #9 0.833 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
Step #2 - "push": #9 1.126 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6668 B]
Step #2 - "push": #9 1.561 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [127 kB]
Step #2 - "push": #9 3.869 Fetched 9172 kB in 3s (2712 kB/s)
Step #2 - "push": #9 3.869 Reading package lists...
Step #2 - "push": #9 5.562 Reading package lists...
Step #2 - "push": #9 7.123 Building dependency tree...
Step #2 - "push": #9 7.514 Reading state information...
Step #2 - "push": #9 8.100 curl is already the newest version (7.88.1-10+deb12u4).
Step #2 - "push": #9 8.100 Suggested packages:
Step #2 - "push": #9 8.100 zip
Step #2 - "push": #9 8.217 The following NEW packages will be installed:
Step #2 - "push": #9 8.217 unzip
Step #2 - "push": #9 8.276 0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded.
Step #2 - "push": #9 8.276 Need to get 166 kB of archives.
Step #2 - "push": #9 8.276 After this operation, 388 kB of additional disk space will be used.
Step #2 - "push": #9 8.276 Get:1 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB]
Step #2 - "push": #9 8.609 debconf: delaying package configuration, since apt-utils is not installed
Step #2 - "push": #9 8.664 Fetched 166 kB in 0s (4145 kB/s)
Step #2 - "push": #9 8.715 Selecting previously unselected package unzip.
Step #2 - "push": #9 8.716 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15610 files and directories currently installed.)
Step #2 - "push": #9 8.756 Preparing to unpack .../unzip_6.0-28_amd64.deb ...
Step #2 - "push": #9 8.762 Unpacking unzip (6.0-28) ...
Step #2 - "push": #9 8.887 Setting up unzip (6.0-28) ...
Step #2 - "push": #9 DONE 12.1s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #10 [base 3/7] COPY . /go/src/examples/xonotic
Step #2 - "push": #10 DONE 0.3s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #11 [base 4/7] WORKDIR /go/src/examples/xonotic
Step #2 - "push": #11 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #12 [base 5/7] RUN GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o wrapper.exe main.go
Step #2 - "push": #12 0.171 go: downloading agones.dev/agones v1.35.0
Step #2 - "push": #12 1.819 go: downloading github.com/pkg/errors v0.9.1
Step #2 - "push": #12 1.821 go: downloading google.golang.org/grpc v1.59.0
Step #2 - "push": #12 3.252 go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "push": #12 3.253 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
Step #2 - "push": #12 4.438 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #12 4.748 go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #12 4.903 go: downloading golang.org/x/net v0.17.0
Step #2 - "push": #12 8.457 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #12 8.547 go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "push": #12 8.862 go: downloading golang.org/x/text v0.13.0
Step #2 - "push": #12 ...
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 extracting sha256:cb524f6f22159378ea820d234d80ca09b79c2f0cc91315eeef11904e3ff36a21 95.9s done
Step #2 - "push": #8 extracting sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #12 [base 5/7] RUN GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o wrapper.exe main.go
Step #2 - "push": #12 DONE 110.3s
Step #2 - "push":
Step #2 - "push": #13 [base 6/7] WORKDIR /go/src/xonotic
Step #2 - "push": #13 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 ...
Step #2 - "push":
Step #2 - "push": #14 [base 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #14 0.329 % Total % Received % Xferd Average Speed Time Time Time Current
Step #2 - "push": #14 0.331 Dload Upload Total Spent Left Speed
Step #2 - "push": #14 0.331
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 1181M 0 4304k 0 0 4099k 0 0:04:55 0:00:01 0:04:54 4102k
2 1181M 2 29.3M 0 0 14.3M 0 0:01:22 0:00:02 0:01:20 14.3M
4 1181M 4 54.7M 0 0 18.4M 0 0:01:04 0:00:02 0:01:02 18.4M
7 1181M 7 82.7M 0 0 20.8M 0 0:00:56 0:00:03 0:00:53 20.8M
9 1181M 9 113M 0 0 22.7M 0 0:00:51 0:00:04 0:00:47 22.7M
12 1181M 12 144M 0 0 24.1M 0 0:00:48 0:00:05 0:00:43 28.4M
14 1181M 14 175M 0 0 25.1M 0 0:00:47 0:00:06 0:00:41 29.5M
17 1181M 17 207M 0 0 25.9M 0 0:00:45 0:00:07 0:00:38 30.4M
20 1181M 20 238M 0 0 26.5M 0 0:00:44 0:00:08 0:00:36 31.1M
22 1181M 22 270M 0 0 27.0M 0 0:00:43 0:00:09 0:00:34 31.3M
24 1181M 24 294M 0 0 26.6M 0 0:00:44 0:00:11 0:00:33 29.5M
27 1181M 27 323M 0 0 27.0M 0 0:00:43 0:00:11 0:00:32 29.7M
29 1181M 29 353M 0 0 27.2M 0 0:00:43 0:00:12 0:00:31 29.3M
32 1181M 32 384M 0 0 27.5M 0 0:00:42 0:00:13 0:00:29 29.2M
35 1181M 35 416M 0 0 27.7M 0 0:00:42 0:00:14 0:00:28 29.2M
37 1181M 37 447M 0 0 28.0M 0 0:00:42 0:00:15 0:00:27 31.0M
40 1181M 40 478M 0 0 28.1M 0 0:00:41 0:00:16 0:00:25 30.9M
43 1181M 43 510M 0 0 28.3M 0 0:00:41 0:00:17 0:00:24 31.3M
45 1181M 45 542M 0 0 28.5M 0 0:00:41 0:00:18 0:00:23 31.5M
48 1181M 48 573M 0 0 28.7M 0 0:00:41 0:00:19 0:00:22 31.5M
51 1181M 51 605M 0 0 28.8M 0 0:00:40 0:00:20 0:00:20 31.5M
53 1181M 53 637M 0 0 28.9M 0 0:00:40 0:00:21 0:00:19 31.7M
56 1181M 56 668M 0 0 29.1M 0 0:00:40 0:00:22 0:00:18 31.7M
59 1181M 59 700M 0 0 29.2M 0 0:00:40 0:00:23 0:00:17 31.7M
62 1181M 62 732M 0 0 29.3M 0 0:00:40 0:00:24 0:00:16 31.8M
64 1181M 64 765M 0 0 29.4M 0 0:00:40 0:00:25 0:00:15 31.9M
67 1181M 67 797M 0 0 29.5M 0 0:00:39 0:00:26 0:00:13 32.0M
70 1181M 70 828M 0 0 29.6M 0 0:00:39 0:00:27 0:00:12 31.8M
72 1181M 72 860M 0 0 29.7M 0 0:00:39 0:00:28 0:00:11 32.0M
75 1181M 75 891M 0 0 29.7M 0 0:00:39 0:00:29 0:00:10 31.7M
78 1181M 78 921M 0 0 29.7M 0 0:00:39 0:00:30 0:00:09 31.2M
80 1181M 80 951M 0 0 29.7M 0 0:00:39 0:00:31 0:00:08 30.7M
83 1181M 83 981M 0 0 29.7M 0 0:00:39 0:00:32 0:00:07 30.7M
85 1181M 85 1012M 0 0 29.8M 0 0:00:39 0:00:33 0:00:06 30.4M
87 1181M 87 1035M 0 0 29.5M 0 0:00:39 0:00:35 0:00:04 28.4M
90 1181M 90 1066M 0 0 29.5M 0 0:00:40 0:00:36 0:00:04 28.2M
91 1181M 91 1084M 0 0 29.3M 0 0:00:40 0:00:36 0:00:04 26.6M
94 1181M 94 1114M 0 0 29.3M 0 0:00:40 0:00:37 0:00:03 26.4M
96 1181M 96 1145M 0 0 29.3M 0 0:00:40 0:00:38 0:00:02 26.4M
99 1181M 99 1176M 0 0 29.4M 0 0:00:40 0:00:39 0:00:01 28.5M
100 1181M 100 1181M 0 0 29.4M 0 0:00:40 0:00:40 --:--:-- 28.7M
Step #2 - "push": #14 ...
Step #2 - "push":
Step #2 - "push": #8 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #8 extracting sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 89.0s done
Step #2 - "push": #8 DONE 206.8s
Step #2 - "push":
Step #2 - "push": #15 [stage-1 2/7] WORKDIR C:/Xonotic
Step #2 - "push": #15 DONE 0.9s
Step #2 - "push":
Step #2 - "push": #14 [base 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #14 DONE 58.0s
Step #2 - "push":
Step #2 - "push": #16 [stage-1 3/7] COPY --from=base /go/src/xonotic/Xonotic C:/Xonotic
Step #2 - "push": #16 DONE 6.2s
Step #2 - "push":
Step #2 - "push": #17 [stage-1 4/7] COPY --from=base /go/src/examples/xonotic/wrapper.exe C:/Xonotic/wrapper.exe
Step #2 - "push": #17 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #18 [stage-1 5/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/server_windows.bat
Step #2 - "push": #18 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #19 [stage-1 6/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/data/server_windows.bat
Step #2 - "push": #19 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #20 [stage-1 7/7] COPY --from=base /go/src/xonotic/Xonotic/server/server.cfg C:/Xonotic/userdir/data/server.cfg
Step #2 - "push": #20 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #21 exporting to image
Step #2 - "push": #21 exporting layers
Step #2 - "push": #21 exporting layers 94.2s done
Step #2 - "push": #21 exporting manifest sha256:4bd96b895d8ab9ee963ed91e3a2393740f9fa62dcad4810a8fb003571a37531d 0.0s done
Step #2 - "push": #21 exporting config sha256:e95ec238919e062f709636e637895731811082e0f8ae620a63ef9bdbf05c1ce7 0.0s done
Step #2 - "push": #21 exporting attestation manifest sha256:cac0428e6c58eeaa7e1ab3539219c967358bffc8fbec341829896436988f06e4 0.0s done
Step #2 - "push": #21 exporting manifest list sha256:aeb21e86b971c8fbedb4eb7c2d2829a5e77f6940241e7bea7a37f2a9b82cfc0a 0.0s done
Step #2 - "push": #21 pushing layers
Step #2 - "push": #21 ...
Step #2 - "push":
Step #2 - "push": #22 [auth] agones-mangalpalli/examples/xonotic-example:pull,push token for us-docker.pkg.dev
Step #2 - "push": #22 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #21 exporting to image
Step #2 - "push": #21 pushing layers 9.9s done
Step #2 - "push": #21 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019@sha256:aeb21e86b971c8fbedb4eb7c2d2829a5e77f6940241e7bea7a37f2a9b82cfc0a
Step #2 - "push": #21 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019@sha256:aeb21e86b971c8fbedb4eb7c2d2829a5e77f6940241e7bea7a37f2a9b82cfc0a 1.7s done
Step #2 - "push": #21 DONE 105.9s
Step #2 - "push": make[1]: Leaving directory '/workspace'
Step #2 - "push": make WINDOWS_DOCKER_PUSH_ARGS=--push build-windows-image-ltsc2022
Step #2 - "push": make[1]: Entering directory '/workspace'
Step #2 - "push": docker buildx create --name=windows-builder
Step #2 - "push": ERROR: existing instance for "windows-builder" but no append mode, specify --node to make changes for existing instances
Step #2 - "push": make[1]: [Makefile:93: ensure-windows-buildx] Error 1 (ignored)
Step #2 - "push": docker buildx build --platform windows/amd64 --builder windows-builder -f /workspace/Dockerfile.windows \
Step #2 - "push": --tag=us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022 --build-arg WINDOWS_VERSION=ltsc2022 . --push
Step #2 - "push": #0 building with "windows-builder" instance using docker-container driver
Step #2 - "push":
Step #2 - "push": #1 [internal] load build definition from Dockerfile.windows
Step #2 - "push": #1 transferring dockerfile: 2.81kB done
Step #2 - "push": #1 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #2 [internal] load metadata for mcr.microsoft.com/windows/servercore:ltsc2022
Step #2 - "push": #2 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #3 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #4 [internal] load .dockerignore
Step #2 - "push": #4 transferring context: 2B done
Step #2 - "push": #4 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #5 [internal] load build context
Step #2 - "push": #5 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #6 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #6 resolve docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 0.0s done
Step #2 - "push": #6 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #7 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263
Step #2 - "push": #7 resolve mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263
Step #2 - "push": #7 ...
Step #2 - "push":
Step #2 - "push": #5 [internal] load build context
Step #2 - "push": #5 transferring context: 456B done
Step #2 - "push": #5 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #8 [base 4/7] WORKDIR /go/src/examples/xonotic
Step #2 - "push": #8 CACHED
Step #2 - "push":
Step #2 - "push": #9 [base 5/7] RUN GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o wrapper.exe main.go
Step #2 - "push": #9 CACHED
Step #2 - "push":
Step #2 - "push": #10 [base 6/7] WORKDIR /go/src/xonotic
Step #2 - "push": #10 CACHED
Step #2 - "push":
Step #2 - "push": #11 [base 2/7] RUN apt-get update && apt-get install -y unzip curl
Step #2 - "push": #11 CACHED
Step #2 - "push":
Step #2 - "push": #12 [base 3/7] COPY . /go/src/examples/xonotic
Step #2 - "push": #12 CACHED
Step #2 - "push":
Step #2 - "push": #13 [base 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #13 CACHED
Step #2 - "push":
Step #2 - "push": #7 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263
Step #2 - "push": #7 resolve mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263 0.0s done
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 9.44MB / 1.35GB 0.2s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 9.44MB / 487.74MB 0.2s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 35.65MB / 487.74MB 0.5s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 60.82MB / 487.74MB 0.8s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 81.79MB / 1.35GB 0.9s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 90.18MB / 487.74MB 1.1s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 120.59MB / 487.74MB 1.4s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 165.68MB / 1.35GB 1.7s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 149.95MB / 487.74MB 1.7s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 178.44MB / 487.74MB 2.0s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 208.67MB / 487.74MB 2.3s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 247.46MB / 1.35GB 2.4s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 233.83MB / 487.74MB 2.6s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 264.67MB / 487.74MB 2.9s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 328.20MB / 1.35GB 3.2s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 293.60MB / 487.74MB 3.2s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 320.86MB / 487.74MB 3.5s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 399.41MB / 1.35GB 3.8s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 355.72MB / 487.74MB 3.9s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 383.78MB / 487.74MB 4.2s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 468.71MB / 1.35GB 4.4s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 415.24MB / 487.74MB 4.5s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 443.55MB / 487.74MB 4.8s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 544.21MB / 1.35GB 5.1s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 471.86MB / 487.74MB 5.1s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 627.05MB / 1.35GB 5.7s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 698.35MB / 1.35GB 6.2s
Step #2 - "push": #7 sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 487.74MB / 487.74MB 6.5s done
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 768.61MB / 1.35GB 6.6s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 840.96MB / 1.35GB 7.1s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 916.46MB / 1.35GB 7.5s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 991.95MB / 1.35GB 8.0s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 1.07GB / 1.35GB 8.4s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 1.14GB / 1.35GB 8.9s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 1.22GB / 1.35GB 9.3s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 1.32GB / 1.35GB 9.9s
Step #2 - "push": #7 sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 1.35GB / 1.35GB 12.3s done
Step #2 - "push": #7 extracting sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1
Step #2 - "push": #7 extracting sha256:d7662b0a97ab33c03d2f9da1cbaf9628276b35d8445cec2791dd15133452c1d1 52.1s done
Step #2 - "push": #7 extracting sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261
Step #2 - "push": #7 extracting sha256:9b28e87ebb9d55439e0455628be8dbb072b6266de1fb35732e231fb7a0c37261 86.3s done
Step #2 - "push": #7 DONE 150.7s
Step #2 - "push":
Step #2 - "push": #14 [stage-1 2/7] WORKDIR C:/Xonotic
Step #2 - "push": #14 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #15 [stage-1 3/7] COPY --from=base /go/src/xonotic/Xonotic C:/Xonotic
Step #2 - "push": #15 DONE 11.6s
Step #2 - "push":
Step #2 - "push": #16 [stage-1 4/7] COPY --from=base /go/src/examples/xonotic/wrapper.exe C:/Xonotic/wrapper.exe
Step #2 - "push": #16 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #17 [stage-1 5/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/server_windows.bat
Step #2 - "push": #17 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #18 [stage-1 6/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/data/server_windows.bat
Step #2 - "push": #18 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #19 [stage-1 7/7] COPY --from=base /go/src/xonotic/Xonotic/server/server.cfg C:/Xonotic/userdir/data/server.cfg
Step #2 - "push": #19 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #20 exporting to image
Step #2 - "push": #20 exporting layers
Step #2 - "push": #20 exporting layers 86.0s done
Step #2 - "push": #20 exporting manifest sha256:a993eef68669eebceed91096fe959162f71a6de273b4f7e72b631ae775d5ebba 0.0s done
Step #2 - "push": #20 exporting config sha256:fbcd7e803feeb072533081e8a5f213c02fd172f1848d0e8a8363e2d143554857 0.0s done
Step #2 - "push": #20 exporting attestation manifest sha256:4354b47ab298fcd1229b13cbb0e647d45f8171275eb7d8b8e0e19faf760975fb 0.0s done
Step #2 - "push": #20 exporting manifest list sha256:1efa09f360aa9026fdcd21fd829e0cadc023b306f027f6af4472642568bbaa82 0.0s done
Step #2 - "push": #20 pushing layers
Step #2 - "push": #20 pushing layers 9.7s done
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022@sha256:1efa09f360aa9026fdcd21fd829e0cadc023b306f027f6af4472642568bbaa82
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022@sha256:1efa09f360aa9026fdcd21fd829e0cadc023b306f027f6af4472642568bbaa82 1.3s done
Step #2 - "push": #20 DONE 97.1s
Step #2 - "push": make[1]: Leaving directory '/workspace'
Step #2 - "push": docker build -f /workspace//Dockerfile --tag=us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-linux-amd64 .
Step #2 - "push": #0 building with "default" instance using docker driver
Step #2 - "push":
Step #2 - "push": #1 [internal] load build definition from Dockerfile
Step #2 - "push": #1 transferring dockerfile: 1.58kB done
Step #2 - "push": #1 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #2 [internal] load .dockerignore
Step #2 - "push": #2 transferring context:
Step #2 - "push": #2 transferring context: 2B done
Step #2 - "push": #2 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #3 DONE 1.5s
Step #2 - "push":
Step #2 - "push": #4 [internal] load metadata for docker.io/library/debian:bookworm
Step #2 - "push": #4 DONE 1.4s
Step #2 - "push":
Step #2 - "push": #5 [builder 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 resolve docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 0.0s done
Step #2 - "push": #5 ...
Step #2 - "push":
Step #2 - "push": #6 [internal] load build context
Step #2 - "push": #6 transferring context: 35.67kB 0.0s done
Step #2 - "push": #6 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #7 [stage-1 2/8] WORKDIR /home/xonotic
Step #2 - "push": #7 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #5 [builder 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 0B / 24.05MB 0.1s
Step #2 - "push": #5 sha256:8911325ac48cfb0b37b1e5d5d127536f5481a5bbd0221da7fd4de2af667c8200 1.58kB / 1.58kB done
Step #2 - "push": #5 sha256:3d582545b1bddf096b0a9a0842093d311a646449f830fee937db5b79c78375d4 6.86kB / 6.86kB done
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 0B / 49.58MB 0.1s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 0B / 64.13MB 0.1s
Step #2 - "push": #5 sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 2.36kB / 2.36kB done
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 7.34MB / 24.05MB 0.6s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 5.24MB / 49.58MB 0.6s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 7.34MB / 64.13MB 0.6s
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 11.53MB / 24.05MB 0.8s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 11.53MB / 49.58MB 0.8s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 14.68MB / 64.13MB 0.8s
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 15.73MB / 24.05MB 0.9s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 14.68MB / 49.58MB 0.9s
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 18.87MB / 24.05MB 1.0s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 17.83MB / 49.58MB 1.0s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 20.97MB / 64.13MB 1.0s
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 24.05MB / 24.05MB 1.1s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 22.39MB / 49.58MB 1.1s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 27.87MB / 64.13MB 1.1s
Step #2 - "push": #5 sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 24.05MB / 24.05MB 1.1s done
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 34.60MB / 49.58MB 1.3s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 41.94MB / 64.13MB 1.3s
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 44.04MB / 49.58MB 1.4s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 52.43MB / 64.13MB 1.4s
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 64.13MB / 64.13MB 1.5s
Step #2 - "push": #5 ...
Step #2 - "push":
Step #2 - "push": #8 [stage-1 3/8] RUN useradd -u 1000 -m xonotic
Step #2 - "push": #8 1.076 useradd: warning: the home directory /home/xonotic already exists.
Step #2 - "push": #8 1.076 useradd: Not copying any file from skel directory into it.
Step #2 - "push": #8 DONE 1.5s
Step #2 - "push":
Step #2 - "push": #5 [builder 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 49.58MB / 49.58MB 1.6s done
Step #2 - "push": #5 sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 64.13MB / 64.13MB 1.6s done
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 0B / 92.33MB 1.7s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 0B / 100.43MB 1.7s
Step #2 - "push": #5 sha256:066721d09e184a0adb729ae6136e75accdff746f85536b1843277638ef2fa60f 0B / 156B 1.7s
Step #2 - "push": #5 extracting sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 14.68MB / 92.33MB 2.2s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 8.39MB / 100.43MB 2.2s
Step #2 - "push": #5 sha256:066721d09e184a0adb729ae6136e75accdff746f85536b1843277638ef2fa60f 156B / 156B 2.1s done
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 20.97MB / 92.33MB 2.3s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 15.73MB / 100.43MB 2.3s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 35.65MB / 92.33MB 2.5s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 31.42MB / 100.43MB 2.5s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 40.89MB / 92.33MB 2.6s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 36.70MB / 100.43MB 2.6s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 49.28MB / 92.33MB 2.7s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 46.14MB / 100.43MB 2.7s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 58.72MB / 92.33MB 2.9s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 57.67MB / 100.43MB 2.9s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 67.11MB / 92.33MB 3.0s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 65.60MB / 100.43MB 3.0s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 77.75MB / 92.33MB 3.2s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 78.64MB / 100.43MB 3.2s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 91.23MB / 92.33MB 3.5s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 94.33MB / 100.43MB 3.5s
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 100.43MB / 100.43MB 3.7s
Step #2 - "push": #5 sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 92.33MB / 92.33MB 3.9s done
Step #2 - "push": #5 sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 100.43MB / 100.43MB 4.2s done
Step #2 - "push": #5 extracting sha256:8457fd5474e70835e4482983a5662355d892d5f6f0f90a27a8e9f009997e8196 4.6s done
Step #2 - "push": #5 extracting sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 0.1s
Step #2 - "push": #5 extracting sha256:13baa2029dde87a21b87127168a0fb50a007c07da6b5adc8864e1fe1376c86ff 0.9s done
Step #2 - "push": #5 extracting sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 0.1s
Step #2 - "push": #5 ...
Step #2 - "push":
Step #2 - "push": #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:133a1f2aa9e55d1c93d0ae1aaa7b94fb141265d0ee3ea677175cdb96f5f990e5
Step #2 - "push": #9 ...
Step #2 - "push":
Step #2 - "push": #5 [builder 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 extracting sha256:325c5bf4c2f26c11380501bec4b6eef8a3ea35b554aa1b222cbcd1e1fe11ae1d 3.8s done
Step #2 - "push": #5 extracting sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da
Step #2 - "push": #5 extracting sha256:c185020e1367a154f8bf1d26293b7c6fac06249fb9c7662388e1566fff8098da 3.9s done
Step #2 - "push": #5 extracting sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4
Step #2 - "push": #5 extracting sha256:7c4e334f0a6f2ee4e6f81f8b15d11e15252a7a1152150e2b899c3ac325e049c4 5.0s done
Step #2 - "push": #5 extracting sha256:066721d09e184a0adb729ae6136e75accdff746f85536b1843277638ef2fa60f done
Step #2 - "push": #5 ...
Step #2 - "push":
Step #2 - "push": #10 [builder 2/7] RUN apt-get update && apt-get install -y unzip curl
Step #2 - "push": #10 0.407 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Step #2 - "push": #10 0.424 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Step #2 - "push": #10 0.424 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Step #2 - "push": #10 0.537 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
Step #2 - "push": #10 0.661 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6668 B]
Step #2 - "push": #10 0.755 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [127 kB]
Step #2 - "push": #10 2.097 Fetched 9172 kB in 2s (5365 kB/s)
Step #2 - "push": #10 2.097 Reading package lists...
Step #2 - "push": #10 2.874 Reading package lists...
Step #2 - "push": #10 3.649 Building dependency tree...
Step #2 - "push": #10 3.852 Reading state information...
Step #2 - "push": #10 4.130 curl is already the newest version (7.88.1-10+deb12u4).
Step #2 - "push": #10 4.130 Suggested packages:
Step #2 - "push": #10 4.130 zip
Step #2 - "push": #10 4.187 The following NEW packages will be installed:
Step #2 - "push": #10 4.187 unzip
Step #2 - "push": #10 4.219 0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded.
Step #2 - "push": #10 4.219 Need to get 166 kB of archives.
Step #2 - "push": #10 4.219 After this operation, 388 kB of additional disk space will be used.
Step #2 - "push": #10 4.219 Get:1 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB]
Step #2 - "push": #10 4.422 debconf: delaying package configuration, since apt-utils is not installed
Step #2 - "push": #10 4.463 Fetched 166 kB in 0s (7007 kB/s)
Step #2 - "push": #10 4.496 Selecting previously unselected package unzip.
Step #2 - "push": #10 4.496 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15610 files and directories currently installed.)
Step #2 - "push": #10 4.518 Preparing to unpack .../unzip_6.0-28_amd64.deb ...
Step #2 - "push": #10 4.523 Unpacking unzip (6.0-28) ...
Step #2 - "push": #10 4.591 Setting up unzip (6.0-28) ...
Step #2 - "push": #10 DONE 7.3s
Step #2 - "push":
Step #2 - "push": #11 [builder 3/7] WORKDIR /go/src/examples/xonotic
Step #2 - "push": #11 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #12 [builder 4/7] COPY . /go/src/examples/xonotic
Step #2 - "push": #12 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #13 [builder 5/7] RUN go build -o wrapper .
Step #2 - "push": #13 0.374 go: downloading agones.dev/agones v1.35.0
Step #2 - "push": #13 1.171 go: downloading github.com/pkg/errors v0.9.1
Step #2 - "push": #13 1.173 go: downloading google.golang.org/grpc v1.59.0
Step #2 - "push": #13 1.781 go: downloading google.golang.org/protobuf v1.31.0
Step #2 - "push": #13 1.781 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
Step #2 - "push": #13 2.283 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #13 2.386 go: downloading golang.org/x/net v0.17.0
Step #2 - "push": #13 2.417 go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #13 3.814 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
Step #2 - "push": #13 3.838 go: downloading github.com/golang/protobuf v1.5.3
Step #2 - "push": #13 3.983 go: downloading golang.org/x/sys v0.13.0
Step #2 - "push": #13 4.040 go: downloading golang.org/x/text v0.13.0
Step #2 - "push": #13 DONE 52.4s
Step #2 - "push":
Step #2 - "push": #14 [builder 6/7] WORKDIR /go/src/xonotic
Step #2 - "push": #14 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #15 [builder 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #15 0.457 % Total % Received % Xferd Average Speed Time Time Time Current
Step #2 - "push": #15 0.460 Dload Upload Total Spent Left Speed
Step #2 - "push": #15 0.463
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 1181M 0 912k 0 0 1095k 0 0:18:23 --:--:-- 0:18:23 1094k
2 1181M 2 29.2M 0 0 15.9M 0 0:01:14 0:00:01 0:01:13 15.9M
4 1181M 4 57.5M 0 0 20.3M 0 0:00:58 0:00:02 0:00:56 20.3M
6 1181M 6 82.2M 0 0 21.5M 0 0:00:54 0:00:03 0:00:51 21.5M
8 1181M 8 104M 0 0 21.6M 0 0:00:54 0:00:04 0:00:50 21.6M
10 1181M 10 126M 0 0 21.8M 0 0:00:54 0:00:05 0:00:49 25.2M
12 1181M 12 153M 0 0 22.5M 0 0:00:52 0:00:06 0:00:46 24.9M
15 1181M 15 181M 0 0 23.2M 0 0:00:50 0:00:07 0:00:43 24.9M
17 1181M 17 210M 0 0 23.9M 0 0:00:49 0:00:08 0:00:41 25.7M
20 1181M 20 237M 0 0 24.2M 0 0:00:48 0:00:09 0:00:39 26.7M
22 1181M 22 267M 0 0 24.8M 0 0:00:47 0:00:10 0:00:37 28.3M
25 1181M 25 299M 0 0 25.3M 0 0:00:46 0:00:11 0:00:35 29.2M
27 1181M 27 328M 0 0 25.7M 0 0:00:45 0:00:12 0:00:33 29.4M
30 1181M 30 358M 0 0 25.8M 0 0:00:45 0:00:13 0:00:32 29.3M
32 1181M 32 385M 0 0 25.9M 0 0:00:45 0:00:14 0:00:31 29.1M
34 1181M 34 412M 0 0 25.9M 0 0:00:45 0:00:15 0:00:30 28.4M
37 1181M 37 439M 0 0 26.0M 0 0:00:45 0:00:16 0:00:29 27.6M
39 1181M 39 466M 0 0 26.1M 0 0:00:45 0:00:17 0:00:28 27.3M
42 1181M 42 496M 0 0 26.3M 0 0:00:44 0:00:18 0:00:26 27.5M
44 1181M 44 526M 0 0 26.5M 0 0:00:44 0:00:19 0:00:25 28.2M
46 1181M 46 553M 0 0 26.5M 0 0:00:44 0:00:20 0:00:24 28.3M
49 1181M 49 580M 0 0 26.5M 0 0:00:44 0:00:21 0:00:23 28.2M
51 1181M 51 607M 0 0 26.5M 0 0:00:44 0:00:22 0:00:22 28.1M
53 1181M 53 634M 0 0 26.6M 0 0:00:44 0:00:23 0:00:21 27.7M
56 1181M 56 663M 0 0 26.7M 0 0:00:44 0:00:24 0:00:20 27.5M
58 1181M 58 691M 0 0 26.8M 0 0:00:44 0:00:25 0:00:19 27.8M
61 1181M 61 721M 0 0 26.9M 0 0:00:43 0:00:26 0:00:17 28.4M
63 1181M 63 751M 0 0 27.0M 0 0:00:43 0:00:27 0:00:16 29.0M
66 1181M 66 782M 0 0 27.1M 0 0:00:43 0:00:28 0:00:15 29.7M
68 1181M 68 813M 0 0 27.3M 0 0:00:43 0:00:29 0:00:14 30.2M
71 1181M 71 844M 0 0 27.4M 0 0:00:43 0:00:30 0:00:13 30.5M
74 1181M 74 874M 0 0 27.4M 0 0:00:42 0:00:31 0:00:11 30.6M
76 1181M 76 903M 0 0 27.5M 0 0:00:42 0:00:32 0:00:10 30.4M
78 1181M 78 932M 0 0 27.6M 0 0:00:42 0:00:33 0:00:09 30.2M
81 1181M 81 961M 0 0 27.6M 0 0:00:42 0:00:34 0:00:08 29.7M
83 1181M 83 991M 0 0 27.7M 0 0:00:42 0:00:35 0:00:07 29.4M
86 1181M 86 1022M 0 0 27.8M 0 0:00:42 0:00:36 0:00:06 29.7M
89 1181M 89 1052M 0 0 27.8M 0 0:00:42 0:00:37 0:00:05 29.8M
91 1181M 91 1084M 0 0 27.9M 0 0:00:42 0:00:38 0:00:04 30.0M
94 1181M 94 1115M 0 0 28.0M 0 0:00:42 0:00:39 0:00:03 30.5M
97 1181M 97 1146M 0 0 28.0M 0 0:00:42 0:00:40 0:00:02 30.8M
99 1181M 99 1176M 0 0 28.1M 0 0:00:41 0:00:41 --:--:-- 30.7M
100 1181M 100 1181M 0 0 28.1M 0 0:00:41 0:00:41 --:--:-- 30.8M
Step #2 - "push": #15 DONE 55.9s
Step #2 - "push":
Step #2 - "push": #5 [builder 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 ...
Step #2 - "push":
Step #2 - "push": #16 [stage-1 4/8] COPY --from=builder /go/src/examples/xonotic .
Step #2 - "push": #16 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #17 [stage-1 5/8] COPY --from=builder /go/src/xonotic/Xonotic ./Xonotic
Step #2 - "push": #17 DONE 6.2s
Step #2 - "push":
Step #2 - "push": #18 [stage-1 6/8] RUN mkdir -p ./.xonotic/data && mv /home/xonotic/Xonotic/server/server_linux.sh /home/xonotic/Xonotic/
Step #2 - "push": #18 DONE 0.4s
Step #2 - "push":
Step #2 - "push": #19 [stage-1 7/8] COPY server.cfg ./.xonotic/data
Step #2 - "push": #19 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #20 [stage-1 8/8] RUN chown -R xonotic:xonotic . && chmod +x wrapper
Step #2 - "push": #20 DONE 14.2s
Step #2 - "push":
Step #2 - "push": #21 exporting to image
Step #2 - "push": #21 exporting layers
Step #2 - "push": #21 exporting layers 11.6s done
Step #2 - "push": #21 writing image sha256:35e6eb64fd1dbafc3df2b0721233e7ce52c65f85600748900671cb84dd3c82fa done
Step #2 - "push": #21 naming to us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-linux-amd64 done
Step #2 - "push": #21 DONE 11.6s
Step #2 - "push":
Step #2 - "push": #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:133a1f2aa9e55d1c93d0ae1aaa7b94fb141265d0ee3ea677175cdb96f5f990e5
Step #2 - "push": docker buildx create --name=windows-builder
Step #2 - "push": ERROR: existing instance for "windows-builder" but no append mode, specify --node to make changes for existing instances
Step #2 - "push": make: [Makefile:93: ensure-windows-buildx] Error 1 (ignored)
Step #2 - "push": docker buildx build --platform windows/amd64 --builder windows-builder -f /workspace/Dockerfile.windows \
Step #2 - "push": --tag=us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019 --build-arg WINDOWS_VERSION=ltsc2019 . --push
Step #2 - "push": #0 building with "windows-builder" instance using docker-container driver
Step #2 - "push":
Step #2 - "push": #1 [internal] load build definition from Dockerfile.windows
Step #2 - "push": #1 transferring dockerfile: 2.81kB done
Step #2 - "push": #1 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #2 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #2 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for mcr.microsoft.com/windows/servercore:ltsc2019
Step #2 - "push": #3 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #4 [internal] load .dockerignore
Step #2 - "push": #4 transferring context: 2B done
Step #2 - "push": #4 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #5 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #5 resolve docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 0.0s done
Step #2 - "push": #5 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #6 [internal] load build context
Step #2 - "push": #6 transferring context: 456B done
Step #2 - "push": #6 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #7 [base 3/7] COPY . /go/src/examples/xonotic
Step #2 - "push": #7 CACHED
Step #2 - "push":
Step #2 - "push": #8 [base 5/7] RUN GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o wrapper.exe main.go
Step #2 - "push": #8 CACHED
Step #2 - "push":
Step #2 - "push": #9 [base 4/7] WORKDIR /go/src/examples/xonotic
Step #2 - "push": #9 CACHED
Step #2 - "push":
Step #2 - "push": #10 [base 2/7] RUN apt-get update && apt-get install -y unzip curl
Step #2 - "push": #10 CACHED
Step #2 - "push":
Step #2 - "push": #11 [base 6/7] WORKDIR /go/src/xonotic
Step #2 - "push": #11 CACHED
Step #2 - "push":
Step #2 - "push": #12 [base 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #12 CACHED
Step #2 - "push":
Step #2 - "push": #13 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #13 resolve mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd 0.0s done
Step #2 - "push": #13 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #13 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:56c5fe9f320b41a873f73ce5d019a9650dce2e10cb27b234d425418bef9310dd
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 18.24MB / 399.47MB 0.2s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 39.41MB / 399.47MB 0.3s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 62.91MB / 399.47MB 0.5s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 84.98MB / 399.47MB 0.6s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 107.10MB / 399.47MB 0.8s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 129.29MB / 399.47MB 0.9s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 173.02MB / 399.47MB 1.2s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 197.13MB / 399.47MB 1.4s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 222.30MB / 399.47MB 1.5s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 247.46MB / 399.47MB 1.7s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 272.86MB / 399.47MB 1.8s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 298.84MB / 399.47MB 2.0s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 324.01MB / 399.47MB 2.1s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 349.18MB / 399.47MB 2.3s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 374.34MB / 399.47MB 2.4s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 399.47MB / 399.47MB 2.6s
Step #2 - "push": #13 sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 399.47MB / 399.47MB 3.5s done
Step #2 - "push": #13 extracting sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830
Step #2 - "push": #13 extracting sha256:c7e0af7fc53add05e3b8eb5935292afc460ddfe013efdfa01f57ef948e1c2830 94.8s done
Step #2 - "push": #13 DONE 98.4s
Step #2 - "push":
Step #2 - "push": #14 [stage-1 2/7] WORKDIR C:/Xonotic
Step #2 - "push": #14 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #15 [stage-1 3/7] COPY --from=base /go/src/xonotic/Xonotic C:/Xonotic
Step #2 - "push": #15 DONE 11.8s
Step #2 - "push":
Step #2 - "push": #16 [stage-1 4/7] COPY --from=base /go/src/examples/xonotic/wrapper.exe C:/Xonotic/wrapper.exe
Step #2 - "push": #16 DONE 0.2s
Step #2 - "push":
Step #2 - "push": #17 [stage-1 5/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/server_windows.bat
Step #2 - "push": #17 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #18 [stage-1 6/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/data/server_windows.bat
Step #2 - "push": #18 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #19 [stage-1 7/7] COPY --from=base /go/src/xonotic/Xonotic/server/server.cfg C:/Xonotic/userdir/data/server.cfg
Step #2 - "push": #19 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #20 exporting to image
Step #2 - "push": #20 exporting layers
Step #2 - "push": #20 exporting layers 95.6s done
Step #2 - "push": #20 exporting manifest sha256:730a90d33075c7eacc5f9253b2854a5488f0000e64bb05a89dfaa9d38e38e7fb 0.0s done
Step #2 - "push": #20 exporting config sha256:5cd8b7c8f79b8a68bd95e8504b481078c052d7e29f03286df138c1e53b3417d6 0.0s done
Step #2 - "push": #20 exporting attestation manifest sha256:d30ca96fbf75ad62b785f955a10ade89f9fa3b084ae491b377d64e1bc9a204a8 0.0s done
Step #2 - "push": #20 exporting manifest list sha256:2513df467aaef40c85f2beff94196f8ca03e8b3c412da803673aa85f6982f766
Step #2 - "push": #20 exporting manifest list sha256:2513df467aaef40c85f2beff94196f8ca03e8b3c412da803673aa85f6982f766 0.0s done
Step #2 - "push": #20 pushing layers
Step #2 - "push": #20 pushing layers 7.3s done
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019@sha256:2513df467aaef40c85f2beff94196f8ca03e8b3c412da803673aa85f6982f766
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019@sha256:2513df467aaef40c85f2beff94196f8ca03e8b3c412da803673aa85f6982f766 1.4s done
Step #2 - "push": #20 DONE 104.5s
Step #2 - "push": docker buildx build --platform windows/amd64 --builder windows-builder -f /workspace/Dockerfile.windows \
Step #2 - "push": --tag=us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022 --build-arg WINDOWS_VERSION=ltsc2022 . --push
Step #2 - "push": #0 building with "windows-builder" instance using docker-container driver
Step #2 - "push":
Step #2 - "push": #1 [internal] load build definition from Dockerfile.windows
Step #2 - "push": #1 transferring dockerfile: 2.81kB 0.0s done
Step #2 - "push": #1 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #2 [internal] load metadata for mcr.microsoft.com/windows/servercore:ltsc2022
Step #2 - "push": #2 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #3 [internal] load metadata for docker.io/library/golang:1.20.10
Step #2 - "push": #3 DONE 0.1s
Step #2 - "push":
Step #2 - "push": #4 [internal] load .dockerignore
Step #2 - "push": #4 transferring context: 2B done
Step #2 - "push": #4 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #5 [stage-1 1/7] FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263
Step #2 - "push": #5 resolve mcr.microsoft.com/windows/servercore:ltsc2022@sha256:029d8eb737c978e3df0f26abb529efd38d3c9ecee9d8d0bba6d0c205f32dc263 0.0s done
Step #2 - "push": #5 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #6 [base 1/7] FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585
Step #2 - "push": #6 resolve docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 0.0s done
Step #2 - "push": #6 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #7 [internal] load build context
Step #2 - "push": #7 transferring context: 456B done
Step #2 - "push": #7 DONE 0.0s
Step #2 - "push":
Step #2 - "push": #8 [stage-1 2/7] WORKDIR C:/Xonotic
Step #2 - "push": #8 CACHED
Step #2 - "push":
Step #2 - "push": #9 [stage-1 6/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/data/server_windows.bat
Step #2 - "push": #9 CACHED
Step #2 - "push":
Step #2 - "push": #10 [base 4/7] WORKDIR /go/src/examples/xonotic
Step #2 - "push": #10 CACHED
Step #2 - "push":
Step #2 - "push": #11 [base 7/7] RUN curl -o xonotic.zip https://dl.xonotic.org/xonotic-0.8.6.zip && unzip -qq xonotic.zip && rm xonotic.zip
Step #2 - "push": #11 CACHED
Step #2 - "push":
Step #2 - "push": #12 [base 3/7] COPY . /go/src/examples/xonotic
Step #2 - "push": #12 CACHED
Step #2 - "push":
Step #2 - "push": #13 [base 5/7] RUN GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o wrapper.exe main.go
Step #2 - "push": #13 CACHED
Step #2 - "push":
Step #2 - "push": #14 [stage-1 4/7] COPY --from=base /go/src/examples/xonotic/wrapper.exe C:/Xonotic/wrapper.exe
Step #2 - "push": #14 CACHED
Step #2 - "push":
Step #2 - "push": #15 [base 6/7] WORKDIR /go/src/xonotic
Step #2 - "push": #15 CACHED
Step #2 - "push":
Step #2 - "push": #16 [base 2/7] RUN apt-get update && apt-get install -y unzip curl
Step #2 - "push": #16 CACHED
Step #2 - "push":
Step #2 - "push": #17 [stage-1 3/7] COPY --from=base /go/src/xonotic/Xonotic C:/Xonotic
Step #2 - "push": #17 CACHED
Step #2 - "push":
Step #2 - "push": #18 [stage-1 5/7] COPY --from=base /go/src/xonotic/Xonotic/server/server_windows.bat C:/Xonotic/server_windows.bat
Step #2 - "push": #18 CACHED
Step #2 - "push":
Step #2 - "push": #19 [stage-1 7/7] COPY --from=base /go/src/xonotic/Xonotic/server/server.cfg C:/Xonotic/userdir/data/server.cfg
Step #2 - "push": #19 CACHED
Step #2 - "push":
Step #2 - "push": #20 exporting to image
Step #2 - "push": #20 exporting layers done
Step #2 - "push": #20 exporting manifest sha256:a993eef68669eebceed91096fe959162f71a6de273b4f7e72b631ae775d5ebba done
Step #2 - "push": #20 exporting config sha256:fbcd7e803feeb072533081e8a5f213c02fd172f1848d0e8a8363e2d143554857 done
Step #2 - "push": #20 exporting attestation manifest sha256:6edde1b0ff8797e264dd7f118bddd712fd2334225ddecad227878be153a05867 0.0s done
Step #2 - "push": #20 exporting manifest list sha256:1d8e35d16a9a905c4c1fe9e43850c47219cb07fc9c4f4289f8dec7c036867f5d 0.0s done
Step #2 - "push": #20 pushing layers
Step #2 - "push": #20 pushing layers 0.7s done
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022@sha256:1d8e35d16a9a905c4c1fe9e43850c47219cb07fc9c4f4289f8dec7c036867f5d
Step #2 - "push": #20 pushing manifest for us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022@sha256:1d8e35d16a9a905c4c1fe9e43850c47219cb07fc9c4f4289f8dec7c036867f5d 1.2s done
Step #2 - "push": #20 DONE 1.9s
Step #2 - "push": docker push us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-linux-amd64
Step #2 - "push": The push refers to repository [us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example]
Step #2 - "push": 4a47e4e867dc: Preparing
Step #2 - "push": 06cefcaa90e3: Preparing
Step #2 - "push": 98d50fe00355: Preparing
Step #2 - "push": 0745152f6802: Preparing
Step #2 - "push": 53738c3e4c7c: Preparing
Step #2 - "push": 8fa34502fb6f: Preparing
Step #2 - "push": 56cc738fce99: Preparing
Step #2 - "push": 7cea17427f83: Preparing
Step #2 - "push": 8fa34502fb6f: Waiting
Step #2 - "push": 56cc738fce99: Waiting
Step #2 - "push": 7cea17427f83: Waiting
Step #2 - "push": 06cefcaa90e3: Pushed
Step #2 - "push": 98d50fe00355: Pushed
Step #2 - "push": 53738c3e4c7c: Pushed
Step #2 - "push": 8fa34502fb6f: Pushed
Step #2 - "push": 7cea17427f83: Layer already exists
Step #2 - "push": 56cc738fce99: Pushed
Step #2 - "push": 0745152f6802: Pushed
Step #2 - "push": 4a47e4e867dc: Pushed
Step #2 - "push": 1.6-linux-amd64: digest: sha256:d2c0eaa10e87c2c556690d27d4961f34851a51a10f9e9dfc7c24e78b3f933f11 size: 1998
Step #2 - "push": # Docker >=24.0.6
Step #2 - "push": docker buildx imagetools create --tag us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6 \
Step #2 - "push": us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-linux-amd64 us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2019 us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6-windows_amd64-ltsc2022
Step #2 - "push": #1 [internal] pushing us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6
Step #2 - "push": #1 0.000 pushing sha256:78357652dc2c57f2e5911192506d738505126c6a8f6e68718687c1d97b1f8f45 to us-docker.pkg.dev/agones-mangalpalli/examples/xonotic-example:1.6
Step #2 - "push": #1 DONE 1.0s
Finished Step #2 - "push"
PUSH
DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment