Running with gitlab-runner 13.9.0 (2ebc4dc4)
  on runner-gitlab-runner-667cc6cf45-nhx4j Di8yddn6
section_start:1620686883:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab-managed-apps
WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom
Using Kubernetes executor with image gcc ...
section_end:1620686883:prepare_executor
section_start:1620686883:prepare_script
Preparing environment
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-managed-apps/runner-di8yddn6-project-368-concurrent-0xnjld to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-di8yddn6-project-368-concurrent-0xnjld via runner-gitlab-runner-667cc6cf45-nhx4j...
section_end:1620686913:prepare_script
section_start:1620686913:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/clemo/gameOfLife/.git/
Created fresh repository.
Checking out 3f295b4e as feature/win-build...

Skipping Git submodules setup
section_end:1620686915:get_sources
section_start:1620686915:step_script
Executing "step_script" stage of the job script
$ make test
rm -fr build
mkdir -p build
gcc -O3 src/gol.c -c -o build/gol.o
gcc build/gol.o -O3 src/cli.c -o build/gol
gcc -O3 test/test.c build/gol.o -o build/test
./build/test > build/testOutput.txt
diff build/testOutput.txt test/output.txt
section_end:1620686916:step_script
section_start:1620686916:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build: found 5 matching files and directories      
Uploading artifacts as "archive" to coordinator... ok  id=9823 responseStatus=201 Created token=sWn4WLXi
section_end:1620686917:upload_artifacts_on_success
section_start:1620686917:cleanup_file_variables
Cleaning up file based variables
section_end:1620686918:cleanup_file_variables
Job succeeded