Running with gitlab-runner 17.3.1 (66269445)
  on global runner ard 08 rs5ZrqC-d, system ID: r_JuNZMI9pDT9v
section_start:1728240864:prepare_executor
Preparing the "docker" executor
Using Docker executor with image golang:1.22 ...
Starting service docker:latest...
Pulling docker image docker:latest ...
Using docker image sha256:0af54085b408ccb4fa5f5ffcb932b3b60fca5697f926c0a28df38c52b093bed1 for docker:latest with digest docker@sha256:8d5039800a368057d99fc0a75167d80f345ac8650850509adc7fe25c64cba9dd ...
Waiting for services to be up and running (timeout 30 seconds)...

*** WARNING: Service runner-rs5zrqc-d-project-4245-concurrent-0-cd2f61768c0515de-docker-0 probably didn't start properly.

Health check error:
service "runner-rs5zrqc-d-project-4245-concurrent-0-cd2f61768c0515de-docker-0-wait-for-service" timeout

Health check container logs:
2024-10-06T18:54:26.820142696Z waiting for TCP connection to 172.17.0.4 on [2375 2376]...
2024-10-06T18:54:26.820330258Z dialing 172.17.0.4:2376...
2024-10-06T18:54:26.820337578Z dialing 172.17.0.4:2375...
2024-10-06T18:54:27.820870168Z dialing 172.17.0.4:2376...
2024-10-06T18:54:27.820908168Z dialing 172.17.0.4:2375...

Service container logs:
2024-10-06T18:54:27.124819442Z Certificate request self-signature ok
2024-10-06T18:54:27.124847862Z subject=CN=docker:dind server
2024-10-06T18:54:27.133292313Z /certs/server/cert.pem: OK
2024-10-06T18:54:27.493677558Z Certificate request self-signature ok
2024-10-06T18:54:27.493698958Z subject=CN=docker:dind client
2024-10-06T18:54:27.503505991Z /certs/client/cert.pem: OK
2024-10-06T18:54:27.505017116Z cat: can't open '/proc/net/ip_tables_names': No such file or directory
2024-10-06T18:54:27.505471240Z cat: can't open '/proc/net/ip6_tables_names': No such file or directory
2024-10-06T18:54:27.505920764Z cat: can't open '/proc/net/arp_tables_names': No such file or directory
2024-10-06T18:54:27.507824562Z ip: can't find device 'nf_tables'
2024-10-06T18:54:27.508522609Z nf_tables             356352 155 nft_chain_nat,nft_counter,nft_compat
2024-10-06T18:54:27.508655150Z nfnetlink              20480  4 nf_conntrack_netlink,nft_compat,nf_tables
2024-10-06T18:54:27.508661110Z libcrc32c              16384  4 nf_nat,nf_conntrack,nf_tables,xfs
2024-10-06T18:54:27.509143755Z modprobe: can't change directory to '/lib/modules': No such file or directory
2024-10-06T18:54:27.510608369Z ip: can't find device 'ip_tables'
2024-10-06T18:54:27.511592168Z modprobe: can't change directory to '/lib/modules': No such file or directory
2024-10-06T18:54:27.512475507Z ip: can't find device 'ip6_tables'
2024-10-06T18:54:27.513457416Z modprobe: can't change directory to '/lib/modules': No such file or directory
2024-10-06T18:54:27.514769279Z iptables v1.8.10 (nf_tables)
2024-10-06T18:54:27.516887639Z mount: permission denied (are you root?)
2024-10-06T18:54:27.516981529Z Could not mount /sys/kernel/security.
2024-10-06T18:54:27.517014890Z AppArmor detection and --privileged mode might break.
2024-10-06T18:54:27.518107470Z mount: permission denied (are you root?)

*********

Pulling docker image golang:1.22 ...
Using docker image sha256:d9fc10687301b575ba6f2e1e518b89b8fe449b36f2052238c0b4a6b7f01af02e for golang:1.22 with digest golang@sha256:628529a29f130a8ab336b994be99d134ce98cd23b8f2052d8995678681e97ca2 ...
section_end:1728240910:prepare_executor
section_start:1728240910:prepare_script
Preparing environment
Running on runner-rs5zrqc-d-project-4245-concurrent-0 via e3c7b378c692...
section_end:1728240914:prepare_script
section_start:1728240914:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/apps/falcon/.git/
Created fresh repository.
Checking out 5e32a93e as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1728240915:get_sources
section_start:1728240915:step_script
Executing "step_script" stage of the job script
Using docker image sha256:d9fc10687301b575ba6f2e1e518b89b8fe449b36f2052238c0b4a6b7f01af02e for golang:1.22 with digest golang@sha256:628529a29f130a8ab336b994be99d134ce98cd23b8f2052d8995678681e97ca2 ...
$ mkdir -p $HOME/.docker/ && echo "{ \"proxies\": { \"default\": { \"httpProxy\": \"$HTTP_PROXY\", \"httpsProxy\": \"$HTTPS_PROXY\", \"noProxy\": \"$NO_PROXY\" } } }" > $HOME/.docker/config.json
$ mkdir -p dist/
$ echo "Building for Windows"
Building for Windows
$ GOOS=windows GOARCH=amd64 go build -o dist/falcon_windows.exe
go: downloading fyne.io/fyne/v2 v2.5.1
go: downloading github.com/chromedp/cdproto v0.0.0-20241003230502-a4a8f7c660df
go: downloading github.com/chromedp/chromedp v0.10.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/gobwas/ws v1.4.0
go: downloading github.com/chromedp/sysutil v1.0.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/gobwas/httphead v0.1.0
go: downloading github.com/gobwas/pool v0.2.1
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading golang.org/x/sys v0.26.0
go: downloading fyne.io/systray v1.11.0
go: downloading github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
go: downloading github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/go-text/typesetting v0.1.0
go: downloading github.com/yuin/goldmark v1.7.1
go: downloading golang.org/x/image v0.18.0
go: downloading github.com/fredbi/uri v1.1.0
go: downloading github.com/go-text/render v0.1.1-0.20240418202334-dd62631dae9b
go: downloading github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
go: downloading github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
go: downloading github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
go: downloading github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e
go: downloading golang.org/x/net v0.25.0
package gitlab.ard.de/apps/falcon
	imports fyne.io/fyne/v2/app
	imports fyne.io/fyne/v2/internal/driver/glfw
	imports fyne.io/fyne/v2/internal/driver/common
	imports fyne.io/fyne/v2/internal/painter/gl
	imports github.com/go-gl/gl/v2.1/gl: build constraints exclude all Go files in /go/pkg/mod/github.com/go-gl/gl@v0.0.0-20211210172815-726fda9656d6/v2.1/gl
section_end:1728240920:step_script
section_start:1728240920:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1728240921:cleanup_file_variables
ERROR: Job failed: exit code 1