Running with gitlab-runner 13.2.4 (264446b2)
  on gitlab-runner-gitlab-runner-757f4cc95c-bvkjc RMaCCFsA
section_start:1622926861:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image openjdk:8 ...
section_end:1622926861:prepare_executor
section_start:1622926861:prepare_script
Preparing environment
Waiting for pod ci/runner-rmaccfsa-project-58-concurrent-0pcsjt to be running, status is Pending
Running on runner-rmaccfsa-project-58-concurrent-0pcsjt via gitlab-runner-gitlab-runner-757f4cc95c-bvkjc...
section_end:1622926864:prepare_script
section_start:1622926864: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 4b475e4e as main...

Skipping Git submodules setup
section_end:1622926864:get_sources
section_start:1622926864: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:1622926873:restore_cache
section_start:1622926873: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 check --stacktrace
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 :loadKtlintReporters
> Task :runKtlintCheckOverKotlinScripts
> Task :ktlintKotlinScriptCheck
> Task :runKtlintCheckOverMainSourceSet
> Task :ktlintMainSourceSetCheck
> Task :runKtlintCheckOverTestSourceSet
> Task :ktlintTestSourceSetCheck

> Task :compileKotlin
w: JVM target 1.6 is deprecated and will be removed in a future release. Please migrate to JVM target 1.8 or above

> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :inspectClassesForKotlinIC
> Task :jar

> Task :compileTestKotlin
w: JVM target 1.6 is deprecated and will be removed in a future release. Please migrate to JVM target 1.8 or above

> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test
> Task :check

BUILD SUCCESSFUL in 1m 15s
12 actionable tasks: 12 executed
section_end:1622926949:step_script
section_start:1622926949:archive_cache
Saving cache
Creating cache kotlin-bitflags...
.gradle/caches: found 3791 matching files and directories 
Uploading cache.zip to http://minio.default.svc.cluster.local/gitlab-cache/project/58/kotlin-bitflags 
Created cache
section_end:1622926971:archive_cache
section_start:1622926971:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build/test-results/**/TEST-*.xml: found 4 matching files and directories 
Uploading artifacts as "archive" to coordinator... ok  id=4748 responseStatus=201 Created token=kyBbrGjc
Uploading artifacts...
build/test-results/**/TEST-*.xml: found 4 matching files and directories 
Uploading artifacts as "junit" to coordinator... ok  id=4748 responseStatus=201 Created token=kyBbrGjc
section_end:1622926972:upload_artifacts_on_success
section_start:1622926972:cleanup_file_variables
Cleaning up file based variables
section_end:1622926972:cleanup_file_variables
Job succeeded