Running with gitlab-runner 13.2.4 (264446b2)
  on gitlab-runner-gitlab-runner-757f4cc95c-xlx5v 4a7KqTVX
section_start:1619094301:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image openjdk:14 ...
section_end:1619094301:prepare_executor
section_start:1619094301:prepare_script
Preparing environment
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Waiting for pod ci/runner-4a7kqtvx-project-58-concurrent-0f4s9t to be running, status is Pending
Running on runner-4a7kqtvx-project-58-concurrent-0f4s9t via gitlab-runner-gitlab-runner-757f4cc95c-xlx5v...
section_end:1619094335:prepare_script
section_start:1619094335:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/justJanne/kotlin-bitflags/.git/
Created fresh repository.
Checking out 5ccbd215 as main...

Skipping Git submodules setup
section_end:1619094336:get_sources
section_start:1619094336:restore_cache
Restoring cache
Checking cache for kotlin-bitflags...
Downloading cache.zip from http://minio.default.svc.cluster.local/gitlab-cache/project/58/kotlin-bitflags 
Successfully extracted cache
section_end:1619094342:restore_cache
section_start:1619094342:step_script
Executing "step_script" stage of the job script
$ mkdir -p $(pwd)/.gradle
$ export GRADLE_USER_HOME=$(pwd)/.gradle
$ echo $SIGNING_properties | base64 -d > .gradle/gradle.properties
$ echo $SIGNING_secretKey | base64 -d > .gradle/sonatype_upload.gpg
$ chmod +x ./gradlew
$ ./gradlew build
Downloading https://services.gradle.org/distributions/gradle-6.7-bin.zip
.........10%..........20%..........30%..........40%..........50%.........60%..........70%..........80%..........90%..........100%

Welcome to Gradle 6.7!

Here are the highlights of this release:
 - File system watching is ready for production use
 - Declare the version of Java your build requires
 - Java 15 support

For more details see https://docs.gradle.org/6.7/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileKotlin
> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :inspectClassesForKotlinIC
> Task :jar
> Task :assemble
> Task :loadKtlintReporters
> Task :runKtlintCheckOverKotlinScripts
> Task :ktlintKotlinScriptCheck
> Task :runKtlintCheckOverMainSourceSet
> Task :ktlintMainSourceSetCheck
> Task :runKtlintCheckOverTestSourceSet
> Task :ktlintTestSourceSetCheck
> Task :compileTestKotlin
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test
> Task :check
> Task :build

BUILD SUCCESSFUL in 1m 30s
12 actionable tasks: 12 executed
section_end:1619094433:step_script
section_start:1619094433:archive_cache
Saving cache
Creating cache kotlin-bitflags...
.gradle/caches: found 2501 matching files and directories 
Uploading cache.zip to http://minio.default.svc.cluster.local/gitlab-cache/project/58/kotlin-bitflags 
Created cache
section_end:1619094456:archive_cache
section_start:1619094456:cleanup_file_variables
Cleaning up file based variables
section_end:1619094456:cleanup_file_variables
Job succeeded