[0KRunning with gitlab-runner 17.1.0 (fe451d5a)[0;m [0K on podman runner DbBYV_Wd, system ID: s_5de849943b75[0;m [0K feature flags: FF_NETWORK_PER_BUILD:true[0;m section_start:1720251704:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image registry.git.autistici.org/pipelines/images/test/golang:master ...[0;m [0KAuthenticating with credentials from job payload (GitLab Registry)[0;m [0KPulling docker image registry.git.autistici.org/pipelines/images/test/golang:master ...[0;m [0KUsing docker image sha256:4b347eeeba40a43177493c60e5b130f75f4fce98b9abfe91af4e86b513861843 for registry.git.autistici.org/pipelines/images/test/golang:master with digest registry.git.autistici.org/pipelines/images/test/golang@sha256:5329ddbd46b6948718641df8389fa074cbde224681fb75080ef75ac252d16ee9 ...[0;m section_end:1720251705:prepare_executor [0Ksection_start:1720251705:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-dbbyvwd-project-628-concurrent-0 via runner4... section_end:1720251706:prepare_script [0Ksection_start:1720251706:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1m$ umask 022[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/smol/pqlog/.git/ [32;1mChecking out bb928fcc as detached HEAD (ref is master)...[0;m [32;1mUpdating/initializing submodules recursively with git depth set to 20...[0;m [32;1mUpdated submodules[0;m section_end:1720251707:get_sources [0Ksection_start:1720251707:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for golang-test-non_protected...[0;m No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.[0;m [32;1mSuccessfully extracted cache[0;m section_end:1720251712:restore_cache [0Ksection_start:1720251712:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:4b347eeeba40a43177493c60e5b130f75f4fce98b9abfe91af4e86b513861843 for registry.git.autistici.org/pipelines/images/test/golang:master with digest registry.git.autistici.org/pipelines/images/test/golang@sha256:5329ddbd46b6948718641df8389fa074cbde224681fb75080ef75ac252d16ee9 ...[0;m [32;1m$ mkdir -p .gocache/pkg/mod .gocache/build-cache[0;m [32;1m$ if [ -n "$GO_TEST_PACKAGES" ]; then apt-get -q update; env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends $GO_TEST_PACKAGES; fi[0;m [32;1m$ if [ -n "$GO_TEST_GENERATE" ]; then go generate ./... ; fi[0;m [32;1m$ run-go-test ${GO_TEST_ARGS:-} ./...[0;m warning: no packages being tested depend on matches for pattern ? git.autistici.org/smol/pqlog [no test files] ? git.autistici.org/smol/pqlog/cmd/pqlogd [no test files] ? git.autistici.org/smol/pqlog/http [no test files] ? git.autistici.org/smol/pqlog/schema [no test files] ? git.autistici.org/smol/pqlog/writer [no test files] ? git.autistici.org/smol/pqlog/writer/pathgen [no test files] === RUN TestIntegration 2024/07/06 07:41:53 generating random records 2024/07/06 07:41:54 starting benchmark 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000001.0e868267.pq (9 fields) 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000002.89cd6add.pq (9 fields) 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000003.0fe0d1c4.pq (9 fields) 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000004.5d78b256.pq (9 fields) 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000005.9b8d6964.pq (9 fields) 2024/07/06 07:41:54 creating parquet file /tmp/1895775681/logs.202407060741.00000006.a3c40416.pq (9 fields) 2024/07/06 07:41:55 creating parquet file /tmp/1895775681/logs.202407060741.00000007.7f7703b1.pq (9 fields) 2024/07/06 07:41:55 creating parquet file /tmp/1895775681/logs.202407060741.00000008.8fa04bb6.pq (9 fields) 2024/07/06 07:41:55 creating parquet file /tmp/1895775681/logs.202407060741.00000009.d6f7c702.pq (9 fields) 2024/07/06 07:41:55 creating parquet file /tmp/1895775681/logs.202407060741.0000000a.f73485c8.pq (9 fields) 2024/07/06 07:41:55 validation query succeeded --- PASS: TestIntegration (1.41s) PASS coverage: 64.3% of statements in git.autistici.org/smol/pqlog, git.autistici.org/smol/pqlog/http, git.autistici.org/smol/pqlog/integrationtest, git.autistici.org/smol/pqlog/schema, git.autistici.org/smol/pqlog/writer, git.autistici.org/smol/pqlog/writer/pathgen, ok git.autistici.org/smol/pqlog/integrationtest 1.427s coverage: 64.3% of statements in git.autistici.org/smol/pqlog, git.autistici.org/smol/pqlog/http, git.autistici.org/smol/pqlog/integrationtest, git.autistici.org/smol/pqlog/schema, git.autistici.org/smol/pqlog/writer, git.autistici.org/smol/pqlog/writer/pathgen, overall coverage: 64.4% of statements section_end:1720251716:step_script [0Ksection_start:1720251716:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache golang-test-non_protected...[0;m .gocache/: found 11323 matching artifact files and directories[0;m No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally.[0;m [32;1mCreated cache[0;m section_end:1720251731:archive_cache [0Ksection_start:1720251731:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m[0;m [32;1mUploading artifacts...[0;m report.xml: found 1 matching artifact files and directories[0;m Uploading artifacts as "junit" to coordinator... 201 Created[0;m id[0;m=132049 responseStatus[0;m=201 Created token[0;m=glcbt-64 [32;1mUploading artifacts...[0;m cover.xml: found 1 matching artifact files and directories[0;m Uploading artifacts as "cobertura" to coordinator... 201 Created[0;m id[0;m=132049 responseStatus[0;m=201 Created token[0;m=glcbt-64 section_end:1720251733:upload_artifacts_on_success [0Ksection_start:1720251733:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1720251733:cleanup_file_variables [0K[32;1mJob succeeded[0;m