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

Skipping Git submodules setup
section_end:1622929063:get_sources
section_start:1622929063: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:1622929071:restore_cache
section_start:1622929071: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-7.0.2-bin.zip
..........10%...........20%...........30%..........40%...........50%...........60%..........70%...........80%...........90%..........100%

Welcome to Gradle 7.0.2!

Here are the highlights of this release:
 - File system watching enabled by default
 - Support for running with and building Java 16 projects
 - Native support for Apple Silicon processors
 - Dependency catalog feature preview

For more details see https://docs.gradle.org/7.0.2/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 3m 52s
12 actionable tasks: 12 executed
Unable to list file systems to check whether they can be watched. The whole state of the virtual file system has been discarded. Reason: Could not query file systems: could not open mount file (errno 2: No such file or directory)
section_end:1622929304:step_script
section_start:1622929304:archive_cache
Saving cache
Creating cache kotlin-bitflags...
.gradle/caches: found 4986 matching files and directories 
Uploading cache.zip to http://minio.default.svc.cluster.local/gitlab-cache/project/58/kotlin-bitflags 
Created cache
section_end:1622929333:archive_cache
section_start:1622929333: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=4754 responseStatus=201 Created token=Nx5LrjPw
Uploading artifacts...
build/test-results/**/TEST-*.xml: found 4 matching files and directories 
Uploading artifacts as "junit" to coordinator... ok  id=4754 responseStatus=201 Created token=Nx5LrjPw
section_end:1622929334:upload_artifacts_on_success
section_start:1622929334:cleanup_file_variables
Cleaning up file based variables
section_end:1622929334:cleanup_file_variables
Job succeeded