test:nightly: [next, test]
Passed Started
by
@jcaigitlab

John Cai
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on blue-2.saas-linux-large-amd64.runners-manager.gitlab.com/default FFrYjQ9d, system ID: s_d4355a3578f53 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73:git-2.45 ...7Starting service postgres:14-alpine...8Pulling docker image postgres:14-alpine ...9Using docker image sha256:4ee606c1eb50c792ad22ed9b8c1d93b8d76f106194fe9e6d37b40efda9dd20ba for postgres:14-alpine with digest postgres@sha256:f7f3d26e4ad8f49b41d89aa5ae57f84083820522b0ff5caa12a9d616ff4028c9 ...10WARNING: Service postgres:14-alpine is already created. Ignoring.11Waiting for services to be up and running (timeout 30 seconds)...12Authenticating with credentials from job payload (GitLab Registry)13Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73:git-2.45 ...14Using docker image sha256:60cebe264912e38fab15368a173682a8911d06e1dfce849c7ce0752ddc2a3eb6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73:git-2.45 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73@sha256:af428a925b907ef1419bf5f1617e2927cf79027fff2cbf06054fed27a8768d4f ...16Running on runner-ffryjq9d-project-2009901-concurrent-0 via runner-ffryjq9d-s-l-l-amd64-1738110632-a0f86114...18Fetching changes...19Initialized empty Git repository in /builds/gitlab-org/gitaly/.git/20Created fresh repository.21Checking out cb60c846 as detached HEAD (ref is master)...22Skipping Git submodules setup23$ git remote set-url origin "${CI_REPOSITORY_URL}"25Checking cache for debian-bookworm-git-next-810808a917e5e91106b50c1c57a7500a6335b061-21-protected...26WARNING: file does not exist 27Failed to extract cache28Checking cache for debian-bookworm-go-1.22-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected...29Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/2009901/debian-bookworm-go-1.22-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected ETag="2fda3afee631afc721766ac583f8da2a"30Successfully extracted cache32Using docker image sha256:60cebe264912e38fab15368a173682a8911d06e1dfce849c7ce0752ddc2a3eb6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73:git-2.45 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.22-rust-1.73@sha256:af428a925b907ef1419bf5f1617e2927cf79027fff2cbf06054fed27a8768d4f ...33$ chmod 1777 "${TEST_TMP_DIR}"34$ mount none -t tmpfs -o size=7G "${TEST_TMP_DIR}"35$ go version36go version go1.22.11 linux/amd6437$ mkdir -p _build38$ go mod download -modcacherw39$ chown -R ${TEST_UID}:${TEST_UID} _build40$ setpriv --reuid=${TEST_UID} --regid=${TEST_UID} --clear-groups --no-new-privs make ${TEST_TARGET}41warning: unable to access '/root/.config/git/ignore': Permission denied42warning: unable to access '/root/.config/git/ignore': Permission denied43warning: unable to access '/root/.config/git/attributes': Permission denied44make[1]: Entering directory '/builds/gitlab-org/gitaly/_build/deps/git-v2.47'45GIT_VERSION = 2.47.046 * new build flags47 GEN hook-list.h48 * new prefix flags49 * new link flags50 CC builtin/bundle.o51 CC builtin/cat-file.o52 CC builtin/check-attr.o53 CC builtin/check-ignore.o54 CC builtin/check-mailmap.o55 CC builtin/check-ref-format.o56 CC builtin/checkout--worker.o57 CC builtin/checkout-index.o58 CC builtin/checkout.o59 CC builtin/clean.o60 CC builtin/clone.o61 CC builtin/column.o62 CC builtin/commit-graph.o63 CC builtin/commit-tree.o64 CC builtin/commit.o65 CC builtin/config.o66 CC builtin/count-objects.o67 CC builtin/credential-cache--daemon.o68 CC builtin/credential-cache.o69 CC builtin/credential-store.o70 CC builtin/credential.o71 CC builtin/describe.o72 CC builtin/diagnose.o73 CC builtin/diff-files.o74 CC builtin/diff-index.o75 CC builtin/diff-tree.o76 CC builtin/diff.o77 CC builtin/difftool.o78 CC builtin/fast-export.o79 CC builtin/fast-import.o80 CC builtin/fetch-pack.o81 CC builtin/fetch.o82 CC builtin/fmt-merge-msg.o83 CC builtin/for-each-ref.o84 CC builtin/for-each-repo.o85 CC builtin/fsck.o86 CC builtin/fsmonitor--daemon.o87 CC builtin/gc.o88 CC builtin/get-tar-commit-id.o89 CC builtin/grep.o90 CC builtin/hash-object.o91 GEN config-list.h92 CC builtin/hook.o93 CC builtin/index-pack.o94 CC builtin/init-db.o95 CC builtin/interpret-trailers.o96 CC builtin/log.o97 CC builtin/ls-files.o98 CC builtin/ls-remote.o99 CC builtin/ls-tree.o100 CC builtin/mailinfo.o101 CC builtin/mailsplit.o102 CC builtin/merge-base.o103 CC builtin/merge-file.o104 CC builtin/merge-index.o105 CC builtin/merge-ours.o106 CC builtin/merge-recursive.o107 CC builtin/merge-tree.o108 CC builtin/merge.o109 CC builtin/mktag.o110 CC builtin/mktree.o111 CC builtin/multi-pack-index.o112 CC builtin/mv.o113 CC builtin/name-rev.o114 CC builtin/notes.o115 CC builtin/pack-objects.o116 CC builtin/pack-redundant.o117 CC builtin/pack-refs.o118 CC builtin/patch-id.o119 CC builtin/prune-packed.o120 CC builtin/prune.o121 CC builtin/pull.o122 CC builtin/push.o123 CC builtin/range-diff.o124 CC builtin/read-tree.o125 CC builtin/rebase.o126 CC builtin/receive-pack.o127 CC builtin/reflog.o128 CC builtin/refs.o129 CC builtin/remote-ext.o130 CC builtin/remote-fd.o131 CC builtin/remote.o132 CC builtin/repack.o133 CC builtin/replace.o134 CC builtin/replay.o135 CC builtin/rerere.o136 CC builtin/reset.o137 CC builtin/rev-list.o138 CC builtin/rev-parse.o139 CC builtin/revert.o140 CC builtin/rm.o141 CC builtin/send-pack.o142 CC builtin/shortlog.o143 CC builtin/show-branch.o144 CC builtin/show-index.o145 CC builtin/show-ref.o146 CC builtin/sparse-checkout.o147 CC builtin/stash.o148 CC builtin/stripspace.o149 CC builtin/submodule--helper.o150 CC builtin/symbolic-ref.o151 CC builtin/tag.o152 CC builtin/unpack-file.o153 CC builtin/unpack-objects.o154 CC builtin/update-index.o155 CC builtin/update-ref.o156 CC builtin/update-server-info.o157 CC builtin/upload-archive.o158 CC builtin/upload-pack.o159 CC builtin/var.o160 CC builtin/verify-commit.o161 CC builtin/verify-pack.o162 CC builtin/verify-tag.o163 CC builtin/worktree.o164 CC builtin/write-tree.o165 CC common-main.o166 CC abspath.o167 CC add-interactive.o168 CC add-patch.o169 CC advice.o170 CC alias.o171 CC alloc.o172 CC apply.o173 CC archive-tar.o174 CC archive-zip.o175 CC archive.o176 CC attr.o177 CC base85.o178 CC bisect.o179 CC blame.o180 CC blob.o181 CC bloom.o182 CC branch.o183 CC bulk-checkin.o184 CC bundle-uri.o185 CC bundle.o186 CC cache-tree.o187 CC cbtree.o188 CC chdir-notify.o189 CC checkout.o190 CC chunk-format.o191 CC color.o192 CC column.o193 CC combine-diff.o194 CC commit-graph.o195 CC commit-reach.o196 CC commit.o197 CC compat/nonblock.o198 CC compat/obstack.o199 CC compat/terminal.o200 CC compat/zlib-uncompress2.o201 CC config.o202 CC connect.o203 CC connected.o204 CC convert.o205 CC copy.o206 CC credential.o207 CC csum-file.o208 CC ctype.o209 CC date.o210 CC decorate.o211 CC delta-islands.o212 CC diagnose.o213 CC diff-delta.o214 CC diff-merges.o215 CC diff-lib.o216 CC diff-no-index.o217 CC diff.o218 CC diffcore-break.o219 CC diffcore-delta.o220 CC diffcore-order.o221 CC diffcore-pickaxe.o222 CC diffcore-rename.o223 CC diffcore-rotate.o224 CC dir-iterator.o225 CC dir.o226 CC editor.o227 CC entry.o228 CC environment.o229 CC ewah/bitmap.o230 CC ewah/ewah_bitmap.o231 CC ewah/ewah_io.o232 CC ewah/ewah_rlw.o233 CC exec-cmd.o234 CC fetch-negotiator.o235 CC fetch-pack.o236 CC fmt-merge-msg.o237 CC fsck.o238 CC fsmonitor.o239 CC fsmonitor-ipc.o240 CC fsmonitor-settings.o241 CC gettext.o242 CC git-zlib.o243 CC gpg-interface.o244 CC graph.o245 CC grep.o246 CC hash-lookup.o247 CC hashmap.o248 GEN command-list.h249 CC hex.o250 CC hex-ll.o251 CC hook.o252 CC ident.o253 CC json-writer.o254 CC kwset.o255 CC levenshtein.o256 CC line-log.o257 CC line-range.o258 CC linear-assignment.o259 CC list-objects-filter-options.o260 CC list-objects-filter.o261 CC list-objects.o262 CC lockfile.o263 CC log-tree.o264 CC loose.o265 CC ls-refs.o266 CC mailinfo.o267 CC mailmap.o268 CC match-trees.o269 CC mem-pool.o270 CC merge-blobs.o271 CC merge-ll.o272 CC merge-ort.o273 CC merge-ort-wrappers.o274 CC merge-recursive.o275 CC merge.o276 CC midx.o277 CC midx-write.o278 CC name-hash.o279 CC negotiator/default.o280 CC negotiator/noop.o281 CC negotiator/skipping.o282 CC notes-cache.o283 CC notes-merge.o284 CC notes-utils.o285 CC notes.o286 CC object-file-convert.o287 CC object-file.o288 CC object-name.o289 CC object.o290 CC oid-array.o291 CC oidmap.o292 CC oidset.o293 CC oidtree.o294 CC pack-bitmap-write.o295 CC pack-bitmap.o296 CC pack-check.o297 CC pack-mtimes.o298 CC pack-objects.o299 CC pack-revindex.o300 CC pack-write.o301 CC packfile.o302 CC pager.o303 CC parallel-checkout.o304 CC parse.o305 CC parse-options-cb.o306 CC parse-options.o307 CC patch-delta.o308 CC patch-ids.o309 CC path.o310 CC pathspec.o311 CC pkt-line.o312 CC preload-index.o313 CC pretty.o314 CC prio-queue.o315 CC progress.o316 CC promisor-remote.o317 CC prompt.o318 CC protocol.o319 CC protocol-caps.o320 CC prune-packed.o321 CC pseudo-merge.o322 CC quote.o323 CC range-diff.o324 CC reachable.o325 CC read-cache.o326 CC rebase-interactive.o327 CC rebase.o328 CC ref-filter.o329 CC reflog-walk.o330 CC reflog.o331 CC refs.o332 CC refs/debug.o333 CC refs/files-backend.o334 CC refs/reftable-backend.o335 CC refs/iterator.o336 CC refs/packed-backend.o337 CC refs/ref-cache.o338 CC refspec.o339 CC remote.o340 CC replace-object.o341 CC repo-settings.o342 CC repository.o343 CC rerere.o344 CC reset.o345 CC resolve-undo.o346 CC revision.o347 CC run-command.o348 CC send-pack.o349 CC sequencer.o350 CC serve.o351 CC server-info.o352 CC setup.o353 CC shallow.o354 CC sideband.o355 CC sigchain.o356 CC sparse-index.o357 CC split-index.o358 CC stable-qsort.o359 CC statinfo.o360 CC strbuf.o361 CC streaming.o362 CC string-list.o363 CC strmap.o364 CC strvec.o365 CC sub-process.o366 CC submodule-config.o367 CC submodule.o368 CC symlinks.o369 CC tag.o370 CC tempfile.o371 CC thread-utils.o372 CC tmp-objdir.o373 CC trace.o374 CC trace2.o375 CC trace2/tr2_cfg.o376 CC trace2/tr2_cmd_name.o377 CC trace2/tr2_ctr.o378 CC trace2/tr2_dst.o379 CC trace2/tr2_sid.o380 CC trace2/tr2_sysenv.o381 CC trace2/tr2_tbuf.o382 CC trace2/tr2_tgt_event.o383 CC trace2/tr2_tgt_normal.o384 CC trace2/tr2_tgt_perf.o385 CC trace2/tr2_tls.o386 CC trace2/tr2_tmr.o387 CC trailer.o388 CC transport-helper.o389 CC transport.o390 CC tree-diff.o391 CC tree-walk.o392 CC tree.o393 CC unpack-trees.o394 CC upload-pack.o395 CC url.o396 CC urlmatch.o397 CC usage.o398 CC userdiff.o399 CC utf8.o400 CC varint.o401 CC versioncmp.o402 CC walker.o403 CC wildmatch.o404 CC worktree.o405 CC wrapper.o406 CC write-or-die.o407 CC ws.o408 CC wt-status.o409 CC xdiff-interface.o410 CC unix-socket.o411 CC unix-stream-server.o412 CC compat/simple-ipc/ipc-shared.o413 CC compat/simple-ipc/ipc-unix-socket.o414 CC sha1dc_git.o415 CC sha1dc/sha1.o416 CC sha1dc/ubc_check.o417 CC sha256/block/sha256.o418 CC compat/linux/procinfo.o419 CC compat/fopen.o420 CC compat/strlcpy.o421 CC compat/qsort_s.o422 CC xdiff/xdiffi.o423 CC xdiff/xemit.o424 CC xdiff/xhistogram.o425 CC xdiff/xmerge.o426 CC xdiff/xpatience.o427 CC xdiff/xprepare.o428 CC xdiff/xutils.o429 CC reftable/basics.o430 CC reftable/error.o431 CC reftable/block.o432 CC reftable/blocksource.o433 CC reftable/iter.o434 CC reftable/publicbasics.o435 CC reftable/merged.o436 CC reftable/pq.o437 CC reftable/reader.o438 CC reftable/record.o439 CC reftable/stack.o440 CC reftable/tree.o441 CC reftable/writer.o442 CC remote-curl.o443 CC http.o444 CC http-walker.o445 CC http-backend.o446 CC git.o447 CC builtin/add.o448 CC builtin/am.o449 CC builtin/annotate.o450 CC builtin/apply.o451 CC builtin/archive.o452 CC builtin/bisect.o453 CC builtin/blame.o454 CC builtin/branch.o455 CC builtin/bugreport.o456 CC builtin/help.o457 CC help.o458 CC version.o459 AR xdiff/lib.a460 AR reftable/libreftable.a461 AR libgit.a462 LINK git463 LINK git-remote-http464 LINK git-http-backend465make[1]: Leaving directory '/builds/gitlab-org/gitaly/_build/deps/git-v2.47'466warning: unable to access '/root/.config/git/ignore': Permission denied467warning: unable to access '/root/.config/git/ignore': Permission denied468warning: unable to access '/root/.config/git/attributes': Permission denied469make[1]: Entering directory '/builds/gitlab-org/gitaly/_build/deps/git-v2.48'470GIT_VERSION=2.48.1471 * new build flags472 * new prefix flags473 GEN hook-list.h474 * new link flags475 CC builtin/bundle.o476 CC builtin/cat-file.o477 CC builtin/check-attr.o478 CC builtin/check-ignore.o479 CC builtin/check-mailmap.o480 CC builtin/check-ref-format.o481 CC builtin/checkout--worker.o482 CC builtin/checkout-index.o483 CC builtin/checkout.o484 CC builtin/clean.o485 CC builtin/clone.o486 CC builtin/column.o487 CC builtin/commit-graph.o488 CC builtin/commit-tree.o489 CC builtin/commit.o490 CC builtin/config.o491 CC builtin/count-objects.o492 CC builtin/credential-cache--daemon.o493 CC builtin/credential-cache.o494 CC builtin/credential-store.o495 CC builtin/credential.o496 CC builtin/describe.o497 CC builtin/diagnose.o498 CC builtin/diff-files.o499 CC builtin/diff-index.o500 CC builtin/diff-tree.o501 CC builtin/diff.o502 CC builtin/difftool.o503 CC builtin/fast-export.o504 CC builtin/fast-import.o505 CC builtin/fetch-pack.o506 CC builtin/fetch.o507 CC builtin/fmt-merge-msg.o508 CC builtin/for-each-ref.o509 CC builtin/for-each-repo.o510 CC builtin/fsck.o511 CC builtin/fsmonitor--daemon.o512 CC builtin/gc.o513 CC builtin/get-tar-commit-id.o514 CC builtin/grep.o515 CC builtin/hash-object.o516 GEN config-list.h517 CC builtin/hook.o518 CC builtin/index-pack.o519 CC builtin/init-db.o520 CC builtin/interpret-trailers.o521 CC builtin/log.o522 CC builtin/ls-files.o523 CC builtin/ls-remote.o524 CC builtin/ls-tree.o525 CC builtin/mailinfo.o526 CC builtin/mailsplit.o527 CC builtin/merge-base.o528 CC builtin/merge-file.o529 CC builtin/merge-index.o530 CC builtin/merge-ours.o531 CC builtin/merge-recursive.o532 CC builtin/merge-tree.o533 CC builtin/merge.o534 CC builtin/mktag.o535 CC builtin/mktree.o536 CC builtin/multi-pack-index.o537 CC builtin/mv.o538 CC builtin/name-rev.o539 CC builtin/notes.o540 CC builtin/pack-objects.o541 CC builtin/pack-redundant.o542 CC builtin/pack-refs.o543 CC builtin/patch-id.o544 CC builtin/prune-packed.o545 CC builtin/prune.o546 CC builtin/pull.o547 CC builtin/push.o548 CC builtin/range-diff.o549 CC builtin/read-tree.o550 CC builtin/rebase.o551 CC builtin/receive-pack.o552 CC builtin/reflog.o553 CC builtin/refs.o554 CC builtin/remote-ext.o555 CC builtin/remote-fd.o556 CC builtin/remote.o557 CC builtin/repack.o558 CC builtin/replace.o559 CC builtin/replay.o560 CC builtin/rerere.o561 CC builtin/reset.o562 CC builtin/rev-list.o563 CC builtin/rev-parse.o564 CC builtin/revert.o565 CC builtin/rm.o566 CC builtin/send-pack.o567 CC builtin/shortlog.o568 CC builtin/show-branch.o569 CC builtin/show-index.o570 CC builtin/show-ref.o571 CC builtin/sparse-checkout.o572 CC builtin/stash.o573 CC builtin/stripspace.o574 CC builtin/submodule--helper.o575 CC builtin/symbolic-ref.o576 CC builtin/tag.o577 CC builtin/unpack-file.o578 CC builtin/unpack-objects.o579 CC builtin/update-index.o580 CC builtin/update-ref.o581 CC builtin/update-server-info.o582 CC builtin/upload-archive.o583 CC builtin/upload-pack.o584 CC builtin/var.o585 CC builtin/verify-commit.o586 CC builtin/verify-pack.o587 CC builtin/verify-tag.o588 CC builtin/worktree.o589 CC builtin/write-tree.o590 CC common-main.o591 CC abspath.o592 CC add-interactive.o593 CC add-patch.o594 CC advice.o595 CC alias.o596 CC alloc.o597 CC apply.o598 CC archive-tar.o599 CC archive-zip.o600 CC archive.o601 CC attr.o602 CC base85.o603 CC bisect.o604 CC blame.o605 CC blob.o606 CC bloom.o607 CC branch.o608 CC bulk-checkin.o609 CC bundle-uri.o610 CC bundle.o611 CC cache-tree.o612 CC cbtree.o613 CC chdir-notify.o614 CC checkout.o615 CC chunk-format.o616 CC color.o617 CC column.o618 CC combine-diff.o619 CC commit-graph.o620 CC commit-reach.o621 CC commit.o622 CC compat/nonblock.o623 CC compat/obstack.o624 CC compat/terminal.o625 CC compat/zlib-uncompress2.o626 CC config.o627 CC connect.o628 CC connected.o629 CC convert.o630 CC copy.o631 CC credential.o632 CC csum-file.o633 CC ctype.o634 CC date.o635 CC decorate.o636 CC delta-islands.o637 CC diagnose.o638 CC diff-delta.o639 CC diff-merges.o640 CC diff-lib.o641 CC diff-no-index.o642 CC diff.o643 CC diffcore-break.o644 CC diffcore-delta.o645 CC diffcore-order.o646 CC diffcore-pickaxe.o647 CC diffcore-rename.o648 CC diffcore-rotate.o649 CC dir-iterator.o650 CC dir.o651 CC editor.o652 CC entry.o653 CC environment.o654 CC ewah/bitmap.o655 CC ewah/ewah_bitmap.o656 CC ewah/ewah_io.o657 CC ewah/ewah_rlw.o658 CC exec-cmd.o659 CC fetch-negotiator.o660 CC fetch-pack.o661 CC fmt-merge-msg.o662 CC fsck.o663 CC fsmonitor.o664 CC fsmonitor-ipc.o665 CC fsmonitor-settings.o666 CC gettext.o667 CC git-zlib.o668 CC gpg-interface.o669 CC graph.o670 CC grep.o671 CC hash-lookup.o672 CC hashmap.o673 GEN command-list.h674 CC hex.o675 CC hex-ll.o676 CC hook.o677 CC ident.o678 CC json-writer.o679 CC kwset.o680 CC levenshtein.o681 CC line-log.o682 CC line-range.o683 CC linear-assignment.o684 CC list-objects-filter-options.o685 CC list-objects-filter.o686 CC list-objects.o687 CC lockfile.o688 CC log-tree.o689 CC loose.o690 CC ls-refs.o691 CC mailinfo.o692 CC mailmap.o693 CC match-trees.o694 CC mem-pool.o695 CC merge-blobs.o696 CC merge-ll.o697 CC merge-ort.o698 CC merge-ort-wrappers.o699 CC merge-recursive.o700 CC merge.o701 CC midx.o702 CC midx-write.o703 CC name-hash.o704 CC negotiator/default.o705 CC negotiator/noop.o706 CC negotiator/skipping.o707 CC notes-cache.o708 CC notes-merge.o709 CC notes-utils.o710 CC notes.o711 CC object-file-convert.o712 CC object-file.o713 CC object-name.o714 CC object.o715 CC oid-array.o716 CC oidmap.o717 CC oidset.o718 CC oidtree.o719 CC pack-bitmap-write.o720 CC pack-bitmap.o721 CC pack-check.o722 CC pack-mtimes.o723 CC pack-objects.o724 CC pack-revindex.o725 CC pack-write.o726 CC packfile.o727 CC pager.o728 CC parallel-checkout.o729 CC parse.o730 CC parse-options-cb.o731 CC parse-options.o732 CC patch-delta.o733 CC patch-ids.o734 CC path.o735 CC pathspec.o736 CC pkt-line.o737 CC preload-index.o738 CC pretty.o739 CC prio-queue.o740 CC progress.o741 CC promisor-remote.o742 CC prompt.o743 CC protocol.o744 CC protocol-caps.o745 CC prune-packed.o746 CC pseudo-merge.o747 CC quote.o748 CC range-diff.o749 CC reachable.o750 CC read-cache.o751 CC rebase-interactive.o752 CC rebase.o753 CC ref-filter.o754 CC reflog-walk.o755 CC reflog.o756 CC refs.o757 CC refs/debug.o758 CC refs/files-backend.o759 CC refs/reftable-backend.o760 CC refs/iterator.o761 CC refs/packed-backend.o762 CC refs/ref-cache.o763 CC refspec.o764 CC remote.o765 CC replace-object.o766 CC repo-settings.o767 CC repository.o768 CC rerere.o769 CC reset.o770 CC resolve-undo.o771 CC revision.o772 CC run-command.o773 CC send-pack.o774 CC sequencer.o775 CC serve.o776 CC server-info.o777 CC setup.o778 CC shallow.o779 CC sideband.o780 CC sigchain.o781 CC sparse-index.o782 CC split-index.o783 CC stable-qsort.o784 CC statinfo.o785 CC strbuf.o786 CC streaming.o787 CC string-list.o788 CC strmap.o789 CC strvec.o790 CC sub-process.o791 CC submodule-config.o792 CC submodule.o793 CC symlinks.o794 CC tag.o795 CC tempfile.o796 CC thread-utils.o797 CC tmp-objdir.o798 CC trace.o799 CC trace2.o800 CC trace2/tr2_cfg.o801 CC trace2/tr2_cmd_name.o802 CC trace2/tr2_ctr.o803 CC trace2/tr2_dst.o804 CC trace2/tr2_sid.o805 CC trace2/tr2_sysenv.o806 CC trace2/tr2_tbuf.o807 CC trace2/tr2_tgt_event.o808 CC trace2/tr2_tgt_normal.o809 CC trace2/tr2_tgt_perf.o810 CC trace2/tr2_tls.o811 CC trace2/tr2_tmr.o812 CC trailer.o813 CC transport-helper.o814 CC transport.o815 CC tree-diff.o816 CC tree-walk.o817 CC tree.o818 CC unpack-trees.o819 CC upload-pack.o820 CC url.o821 CC urlmatch.o822 CC usage.o823 CC userdiff.o824 CC utf8.o825 CC varint.o826 CC versioncmp.o827 CC walker.o828 CC wildmatch.o829 CC worktree.o830 CC wrapper.o831 CC write-or-die.o832 CC ws.o833 CC wt-status.o834 CC xdiff-interface.o835 CC unix-socket.o836 CC unix-stream-server.o837 CC compat/simple-ipc/ipc-shared.o838 CC compat/simple-ipc/ipc-unix-socket.o839 CC sha1dc_git.o840 CC sha1dc/sha1.o841 CC sha1dc/ubc_check.o842 CC sha256/block/sha256.o843 CC compat/linux/procinfo.o844 CC compat/fopen.o845 CC compat/strlcpy.o846 CC compat/qsort_s.o847 CC xdiff/xdiffi.o848 CC xdiff/xemit.o849 CC xdiff/xhistogram.o850 CC xdiff/xmerge.o851 CC xdiff/xpatience.o852 CC xdiff/xprepare.o853 CC xdiff/xutils.o854 CC reftable/basics.o855 CC reftable/error.o856 CC reftable/block.o857 CC reftable/blocksource.o858 CC reftable/iter.o859 CC reftable/merged.o860 CC reftable/pq.o861 CC reftable/reader.o862 CC reftable/record.o863 CC reftable/stack.o864 CC reftable/system.o865 CC reftable/tree.o866 CC reftable/writer.o867 CC remote-curl.o868 CC http.o869 CC http-walker.o870 CC http-backend.o871 CC git.o872 CC builtin/add.o873 CC builtin/am.o874 CC builtin/annotate.o875 CC builtin/apply.o876 CC builtin/archive.o877 CC builtin/bisect.o878 CC builtin/blame.o879 CC builtin/branch.o880 CC builtin/bugreport.o881 CC builtin/help.o882 CC help.o883 GEN version-def.h884 AR xdiff/lib.a885 AR reftable/libreftable.a886 CC version.o887 AR libgit.a888 LINK git889 LINK git-remote-http890 LINK git-http-backend891make[1]: Leaving directory '/builds/gitlab-org/gitaly/_build/deps/git-v2.48'892go: downloading gotest.tools/gotestsum v1.12.0893go: downloading github.com/dnephin/pflag v1.0.7894go: downloading golang.org/x/tools v0.19.0895go: downloading github.com/bitfield/gotestdox v0.2.2896go: downloading golang.org/x/sync v0.6.0897go: downloading github.com/fatih/color v1.16.0898go: downloading golang.org/x/term v0.18.0899go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510900go: downloading github.com/fsnotify/fsnotify v1.7.0901go: downloading golang.org/x/sys v0.18.0902go: downloading github.com/mattn/go-colorable v0.1.13903go: downloading golang.org/x/text v0.14.0904go: downloading golang.org/x/mod v0.16.0905warning: unable to access '/root/.config/git/ignore': Permission denied906warning: unable to access '/root/.config/git/ignore': Permission denied907warning: unable to access '/root/.config/git/attributes': Permission denied908warning: unable to access '/root/.config/git/ignore': Permission denied909warning: unable to access '/root/.config/git/ignore': Permission denied910warning: unable to access '/root/.config/git/attributes': Permission denied911make[1]: Entering directory '/builds/gitlab-org/gitaly/_build/deps/git-distribution'912GIT_VERSION=2.48.GIT913 * new build flags914 * new link flags915 * new prefix flags916 GEN command-list.h917 CC hex.o918 CC hex-ll.o919 CC hook.o920 CC ident.o921 CC json-writer.o922 CC kwset.o923 CC levenshtein.o924 CC line-log.o925 CC line-range.o926 CC linear-assignment.o927 CC list-objects-filter-options.o928 CC list-objects-filter.o929 CC list-objects.o930 CC lockfile.o931 CC log-tree.o932 CC loose.o933 CC ls-refs.o934 CC mailinfo.o935 CC mailmap.o936 CC match-trees.o937 CC mem-pool.o938 CC merge-blobs.o939 CC merge-ll.o940 CC merge-ort.o941 CC merge-ort-wrappers.o942 CC merge-recursive.o943 CC merge.o944 CC midx.o945 CC midx-write.o946 CC name-hash.o947 CC negotiator/default.o948 CC negotiator/noop.o949 CC negotiator/skipping.o950 CC notes-cache.o951 CC notes-merge.o952 CC notes-utils.o953 CC notes.o954 CC object-file-convert.o955 CC object-file.o956 CC object-name.o957 CC object.o958 CC oid-array.o959 CC oidmap.o960 CC oidset.o961 CC oidtree.o962 CC pack-bitmap-write.o963 CC pack-bitmap.o964 CC pack-check.o965 CC pack-mtimes.o966 CC pack-objects.o967 CC pack-revindex.o968 CC pack-write.o969 CC packfile.o970 CC pager.o971 CC parallel-checkout.o972 CC parse.o973 CC parse-options-cb.o974 CC parse-options.o975 CC patch-delta.o976 CC patch-ids.o977 CC path.o978 CC path-walk.o979 CC pathspec.o980 CC pkt-line.o981 CC preload-index.o982 CC pretty.o983 CC prio-queue.o984 CC progress.o985 CC promisor-remote.o986 CC prompt.o987 CC protocol.o988 CC protocol-caps.o989 CC prune-packed.o990 CC pseudo-merge.o991 CC quote.o992 CC range-diff.o993 CC reachable.o994 CC read-cache.o995 CC rebase-interactive.o996 CC rebase.o997 CC ref-filter.o998 CC reflog-walk.o999 CC reflog.o1000 CC refs.o1001 CC refs/debug.o1002 CC refs/files-backend.o1003 CC refs/reftable-backend.o1004 CC refs/iterator.o1005 CC refs/packed-backend.o1006 CC refs/ref-cache.o1007 CC refspec.o1008 CC remote.o1009 CC replace-object.o1010 CC repo-settings.o1011 CC repository.o1012 CC rerere.o1013 CC reset.o1014 CC resolve-undo.o1015 CC revision.o1016 CC run-command.o1017 CC send-pack.o1018 CC sequencer.o1019 CC serve.o1020 CC server-info.o1021 CC setup.o1022 CC shallow.o1023 CC sideband.o1024 CC sigchain.o1025 CC sparse-index.o1026 CC split-index.o1027 CC stable-qsort.o1028 CC statinfo.o1029 CC strbuf.o1030 CC streaming.o1031 CC string-list.o1032 CC strmap.o1033 CC strvec.o1034 CC sub-process.o1035 CC submodule-config.o1036 CC submodule.o1037 CC symlinks.o1038 CC tag.o1039 CC tempfile.o1040 CC thread-utils.o1041 CC tmp-objdir.o1042 CC trace.o1043 CC trace2.o1044 CC trace2/tr2_cfg.o1045 CC trace2/tr2_cmd_name.o1046 CC trace2/tr2_ctr.o1047 CC trace2/tr2_dst.o1048 CC trace2/tr2_sid.o1049 CC trace2/tr2_sysenv.o1050 CC trace2/tr2_tbuf.o1051 CC trace2/tr2_tgt_event.o1052 CC trace2/tr2_tgt_normal.o1053 CC trace2/tr2_tgt_perf.o1054 CC trace2/tr2_tls.o1055 CC trace2/tr2_tmr.o1056 CC trailer.o1057 CC transport-helper.o1058 CC transport.o1059 CC tree-diff.o1060 CC tree-walk.o1061 CC tree.o1062 CC unpack-trees.o1063 CC upload-pack.o1064 CC url.o1065 CC urlmatch.o1066 CC usage.o1067 CC userdiff.o1068 CC utf8.o1069 CC varint.o1070 CC versioncmp.o1071 CC walker.o1072 CC wildmatch.o1073 CC worktree.o1074 CC wrapper.o1075 CC write-or-die.o1076 CC ws.o1077 CC wt-status.o1078 CC xdiff-interface.o1079 CC unix-socket.o1080 CC unix-stream-server.o1081 CC compat/simple-ipc/ipc-shared.o1082 CC compat/simple-ipc/ipc-unix-socket.o1083 CC sha1dc_git.o1084 CC sha1dc/sha1.o1085 CC sha1dc/ubc_check.o1086 CC sha256/block/sha256.o1087 CC compat/linux/procinfo.o1088 CC compat/fopen.o1089 CC compat/strlcpy.o1090 CC compat/qsort_s.o1091 CC xdiff/xdiffi.o1092 CC xdiff/xemit.o1093 CC xdiff/xhistogram.o1094 CC xdiff/xmerge.o1095 CC xdiff/xpatience.o1096 CC xdiff/xprepare.o1097 CC xdiff/xutils.o1098 CC reftable/basics.o1099 CC reftable/error.o1100 CC reftable/block.o1101 CC reftable/blocksource.o1102 CC reftable/iter.o1103 CC reftable/merged.o1104 CC reftable/pq.o1105 CC reftable/reader.o1106 CC reftable/record.o1107 CC reftable/stack.o1108 CC reftable/system.o1109 CC reftable/tree.o1110 CC reftable/writer.o1111 CC http-backend.o1112 CC imap-send.o1113 CC http.o1114 CC sh-i18n--envsubst.o1115 CC shell.o1116 CC http-walker.o1117 CC http-fetch.o1118 CC remote-curl.o1119 * new script parameters1120 GEN git-archimport1121 GEN git-cvsexportcommit1122 GEN git-cvsimport1123 GEN git-cvsserver1124 GEN git-send-email1125 GEN git-svn1126 GEN git-p41127 GEN git-instaweb1128 CC git.o1129 CC builtin/add.o1130 CC builtin/am.o1131 CC builtin/annotate.o1132 CC builtin/apply.o1133 CC builtin/archive.o1134 CC builtin/bisect.o1135 CC builtin/blame.o1136 CC builtin/branch.o1137 GEN hook-list.h1138 CC builtin/bundle.o1139 CC builtin/cat-file.o1140 CC builtin/check-attr.o1141 CC builtin/check-ignore.o1142 CC builtin/check-mailmap.o1143 CC builtin/check-ref-format.o1144 CC builtin/checkout--worker.o1145 CC builtin/checkout-index.o1146 CC builtin/checkout.o1147 CC builtin/clean.o1148 CC builtin/clone.o1149 CC builtin/column.o1150 CC builtin/commit-graph.o1151 CC builtin/commit-tree.o1152 CC builtin/commit.o1153 CC builtin/config.o1154 CC builtin/count-objects.o1155 CC builtin/credential-cache--daemon.o1156 CC builtin/credential-cache.o1157 CC builtin/credential-store.o1158 CC builtin/credential.o1159 CC builtin/describe.o1160 CC builtin/diagnose.o1161 CC builtin/diff-files.o1162 CC builtin/diff-index.o1163 CC builtin/diff-tree.o1164 CC builtin/diff.o1165 CC builtin/difftool.o1166 CC builtin/fast-export.o1167 CC builtin/fast-import.o1168 CC builtin/fetch-pack.o1169 CC builtin/fetch.o1170 CC builtin/fmt-merge-msg.o1171 CC builtin/for-each-ref.o1172 CC builtin/for-each-repo.o1173 CC builtin/fsck.o1174 CC builtin/fsmonitor--daemon.o1175 CC builtin/gc.o1176 CC builtin/get-tar-commit-id.o1177 CC builtin/grep.o1178 CC builtin/hash-object.o1179 GEN config-list.h1180 CC builtin/hook.o1181 CC builtin/index-pack.o1182 CC builtin/init-db.o1183 CC builtin/interpret-trailers.o1184 CC builtin/log.o1185 CC builtin/ls-files.o1186 CC builtin/ls-remote.o1187 CC builtin/ls-tree.o1188 CC builtin/mailinfo.o1189 CC builtin/mailsplit.o1190 CC builtin/merge-base.o1191 CC builtin/merge-file.o1192 CC builtin/merge-index.o1193 CC builtin/merge-ours.o1194 CC builtin/merge-recursive.o1195 CC builtin/merge-tree.o1196 CC builtin/merge.o1197 CC builtin/mktag.o1198 CC builtin/mktree.o1199 CC builtin/multi-pack-index.o1200 CC builtin/mv.o1201 CC builtin/name-rev.o1202 CC builtin/notes.o1203 CC builtin/pack-objects.o1204 CC builtin/pack-redundant.o1205 CC builtin/pack-refs.o1206 CC builtin/patch-id.o1207 CC builtin/prune-packed.o1208 CC builtin/prune.o1209 CC builtin/pull.o1210 CC builtin/push.o1211 CC builtin/range-diff.o1212 CC builtin/read-tree.o1213 CC builtin/rebase.o1214 CC builtin/receive-pack.o1215 CC builtin/reflog.o1216 CC builtin/refs.o1217 CC builtin/remote-ext.o1218 CC builtin/remote-fd.o1219 CC builtin/remote.o1220 CC builtin/repack.o1221 CC builtin/replace.o1222 CC builtin/replay.o1223 CC builtin/rerere.o1224 CC builtin/reset.o1225 CC builtin/rev-list.o1226 CC builtin/rev-parse.o1227 CC builtin/revert.o1228 CC builtin/rm.o1229 CC builtin/send-pack.o1230 CC builtin/shortlog.o1231 CC builtin/show-branch.o1232 CC builtin/show-index.o1233 CC builtin/show-ref.o1234 CC builtin/sparse-checkout.o1235 CC builtin/stash.o1236 CC builtin/stripspace.o1237 CC builtin/submodule--helper.o1238 CC builtin/symbolic-ref.o1239 CC builtin/tag.o1240 CC builtin/unpack-file.o1241 CC builtin/unpack-objects.o1242 CC builtin/update-index.o1243 CC builtin/update-ref.o1244 CC builtin/update-server-info.o1245 CC builtin/upload-archive.o1246 CC builtin/upload-pack.o1247 CC builtin/var.o1248 CC builtin/verify-commit.o1249 CC builtin/verify-pack.o1250 CC builtin/verify-tag.o1251 CC builtin/worktree.o1252 CC builtin/write-tree.o1253 GEN git-mergetool--lib1254 GEN git-sh-i18n1255 GEN git-sh-setup1256 CC scalar.o1257 CC daemon.o1258 CC common-main.o1259 CC abspath.o1260 CC add-interactive.o1261 CC add-patch.o1262 CC advice.o1263 CC alias.o1264 CC alloc.o1265 CC apply.o1266 CC archive-tar.o1267 CC archive-zip.o1268 CC archive.o1269 CC attr.o1270 CC base85.o1271 CC bisect.o1272 CC blame.o1273 CC blob.o1274 CC bloom.o1275 CC branch.o1276 CC bulk-checkin.o1277 CC bundle-uri.o1278 CC bundle.o1279 CC cache-tree.o1280 CC cbtree.o1281 CC chdir-notify.o1282 CC checkout.o1283 CC chunk-format.o1284 CC color.o1285 CC column.o1286 CC combine-diff.o1287 CC commit-graph.o1288 CC commit-reach.o1289 CC commit.o1290 CC compat/nonblock.o1291 CC compat/obstack.o1292 CC compat/terminal.o1293 CC compat/zlib-uncompress2.o1294 CC config.o1295 CC connect.o1296 CC connected.o1297 CC convert.o1298 CC copy.o1299 CC credential.o1300 CC csum-file.o1301 CC ctype.o1302 CC date.o1303 CC decorate.o1304 CC delta-islands.o1305 CC diagnose.o1306 CC diff-delta.o1307 CC diff-merges.o1308 CC diff-lib.o1309 CC diff-no-index.o1310 CC diff.o1311 CC diffcore-break.o1312 CC diffcore-delta.o1313 CC diffcore-order.o1314 CC diffcore-pickaxe.o1315 CC diffcore-rename.o1316 CC diffcore-rotate.o1317 CC dir-iterator.o1318 CC dir.o1319 CC editor.o1320 CC entry.o1321 CC environment.o1322 CC ewah/bitmap.o1323 CC ewah/ewah_bitmap.o1324 CC ewah/ewah_io.o1325 CC ewah/ewah_rlw.o1326 CC exec-cmd.o1327 CC fetch-negotiator.o1328 CC fetch-pack.o1329 CC fmt-merge-msg.o1330 CC fsck.o1331 CC fsmonitor.o1332 CC fsmonitor-ipc.o1333 CC fsmonitor-settings.o1334 CC gettext.o1335 CC git-zlib.o1336 CC gpg-interface.o1337 CC graph.o1338 CC grep.o1339 CC hash-lookup.o1340 CC hashmap.o1341 CC help.o1342 GEN version-def.h1343 AR xdiff/lib.a1344 AR reftable/libreftable.a1345 GEN git-difftool--helper1346 GEN git-filter-branch1347 GEN git-merge-octopus1348 GEN git-merge-one-file1349 GEN git-merge-resolve1350 GEN git-mergetool1351 GEN git-quiltimport1352 GEN git-request-pull1353 GEN git-submodule1354 GEN git-web--browse1355 CC builtin/bugreport.o1356 CC builtin/help.o1357 CC version.o1358 AR libgit.a1359 LINK git-daemon1360 LINK git-http-backend1361 LINK git-imap-send1362 LINK git-sh-i18n--envsubst1363 LINK git-shell1364 LINK git-http-fetch1365 LINK git-remote-http1366 LINK git1367 LINK scalar1368 LN/CP git-remote-https1369 LN/CP git-remote-ftp1370 LN/CP git-remote-ftps1371 BUILTIN git-add1372 BUILTIN git-am1373 BUILTIN git-annotate1374 BUILTIN git-apply1375 BUILTIN git-archive1376 BUILTIN git-bisect1377 BUILTIN git-blame1378 BUILTIN git-branch1379 BUILTIN git-bugreport1380 BUILTIN git-bundle1381 BUILTIN git-cat-file1382 BUILTIN git-check-attr1383 BUILTIN git-check-ignore1384 BUILTIN git-check-mailmap1385 BUILTIN git-check-ref-format1386 BUILTIN git-checkout--worker1387 BUILTIN git-checkout-index1388 BUILTIN git-checkout1389 BUILTIN git-clean1390 BUILTIN git-clone1391 BUILTIN git-column1392 BUILTIN git-commit-graph1393 BUILTIN git-commit-tree1394 BUILTIN git-commit1395 BUILTIN git-config1396 BUILTIN git-count-objects1397 BUILTIN git-credential-cache--daemon1398 BUILTIN git-credential-cache1399 BUILTIN git-credential-store1400 BUILTIN git-credential1401 BUILTIN git-describe1402 BUILTIN git-diagnose1403 BUILTIN git-diff-index1404 BUILTIN git-diff-files1405 BUILTIN git-diff-tree1406 BUILTIN git-diff1407 BUILTIN git-difftool1408 BUILTIN git-fast-export1409 BUILTIN git-fast-import1410 BUILTIN git-fetch-pack1411 BUILTIN git-fetch1412 BUILTIN git-fmt-merge-msg1413 BUILTIN git-for-each-ref1414 BUILTIN git-for-each-repo1415 BUILTIN git-fsck1416 BUILTIN git-fsmonitor--daemon1417 BUILTIN git-gc1418 BUILTIN git-get-tar-commit-id1419 BUILTIN git-grep1420 BUILTIN git-hash-object1421 BUILTIN git-help1422 BUILTIN git-hook1423 BUILTIN git-index-pack1424 BUILTIN git-init-db1425 BUILTIN git-interpret-trailers1426 BUILTIN git-log1427 BUILTIN git-ls-files1428 BUILTIN git-ls-remote1429 BUILTIN git-ls-tree1430 BUILTIN git-mailinfo1431 BUILTIN git-mailsplit1432 BUILTIN git-merge-base1433 BUILTIN git-merge-file1434 BUILTIN git-merge-ours1435 BUILTIN git-merge-index1436 BUILTIN git-merge-recursive1437 BUILTIN git-merge-tree1438 BUILTIN git-merge1439 BUILTIN git-mktag1440 BUILTIN git-mktree1441 BUILTIN git-multi-pack-index1442 BUILTIN git-mv1443 BUILTIN git-name-rev1444 BUILTIN git-notes1445 BUILTIN git-pack-objects1446 BUILTIN git-pack-redundant1447 BUILTIN git-pack-refs1448 BUILTIN git-patch-id1449 BUILTIN git-prune-packed1450 BUILTIN git-prune1451 BUILTIN git-pull1452 BUILTIN git-push1453 BUILTIN git-range-diff1454 BUILTIN git-read-tree1455 BUILTIN git-rebase1456 BUILTIN git-receive-pack1457 BUILTIN git-reflog1458 BUILTIN git-refs1459 BUILTIN git-remote-ext1460 BUILTIN git-remote1461 BUILTIN git-remote-fd1462 BUILTIN git-repack1463 BUILTIN git-replace1464 BUILTIN git-replay1465 BUILTIN git-rerere1466 BUILTIN git-reset1467 BUILTIN git-rev-list1468 BUILTIN git-rev-parse1469 BUILTIN git-revert1470 BUILTIN git-rm1471 BUILTIN git-send-pack1472 BUILTIN git-shortlog1473 BUILTIN git-show-branch1474 BUILTIN git-show-index1475 BUILTIN git-show-ref1476 BUILTIN git-sparse-checkout1477 BUILTIN git-stash1478 BUILTIN git-stripspace1479 BUILTIN git-submodule--helper1480 BUILTIN git-symbolic-ref1481 BUILTIN git-tag1482 BUILTIN git-unpack-file1483 BUILTIN git-unpack-objects1484 BUILTIN git-update-index1485 BUILTIN git-update-ref1486 BUILTIN git-update-server-info1487 BUILTIN git-upload-archive1488 BUILTIN git-upload-pack1489 BUILTIN git-var1490 BUILTIN git-verify-commit1491 BUILTIN git-verify-pack1492 BUILTIN git-verify-tag1493 BUILTIN git-worktree1494 BUILTIN git-write-tree1495 BUILTIN git-cherry1496 BUILTIN git-cherry-pick1497 BUILTIN git-format-patch1498 BUILTIN git-fsck-objects1499 BUILTIN git-init1500 BUILTIN git-maintenance1501 BUILTIN git-merge-subtree1502 BUILTIN git-restore1503 BUILTIN git-show1504 BUILTIN git-stage1505 BUILTIN git-status1506 BUILTIN git-switch1507 BUILTIN git-version1508 BUILTIN git-whatchanged1509make[2]: Entering directory '/builds/gitlab-org/gitaly/_build/deps/git-distribution/templates'1510make[2]: Leaving directory '/builds/gitlab-org/gitaly/_build/deps/git-distribution/templates'1511 CC oss-fuzz/dummy-cmd-main.o1512 CC oss-fuzz/fuzz-commit-graph.o1513 CC oss-fuzz/fuzz-config.o1514 CC oss-fuzz/fuzz-credential-from-url-gently.o1515 CC oss-fuzz/fuzz-date.o1516 CC oss-fuzz/fuzz-pack-headers.o1517 CC oss-fuzz/fuzz-pack-idx.o1518 CC oss-fuzz/fuzz-parse-attr-line.o1519 CC oss-fuzz/fuzz-url-decode-mem.o1520 LINK oss-fuzz/fuzz-commit-graph1521 LINK oss-fuzz/fuzz-config1522 LINK oss-fuzz/fuzz-credential-from-url-gently1523 LINK oss-fuzz/fuzz-date1524 LINK oss-fuzz/fuzz-pack-headers1525 LINK oss-fuzz/fuzz-pack-idx1526 LINK oss-fuzz/fuzz-parse-attr-line1527 LINK oss-fuzz/fuzz-url-decode-mem1528 CC t/helper/test-fake-ssh.o1529 CC t/helper/test-tool.o1530 CC t/helper/test-advise.o1531 CC t/helper/test-bitmap.o1532 CC t/helper/test-bloom.o1533 CC t/helper/test-bundle-uri.o1534 CC t/helper/test-cache-tree.o1535 CC t/helper/test-chmtime.o1536 CC t/helper/test-config.o1537 CC t/helper/test-crontab.o1538 CC t/helper/test-csprng.o1539 CC t/helper/test-date.o1540 CC t/helper/test-delete-gpgsig.o1541 CC t/helper/test-delta.o1542 CC t/helper/test-dir-iterator.o1543 CC t/helper/test-drop-caches.o1544 CC t/helper/test-dump-cache-tree.o1545 CC t/helper/test-dump-fsmonitor.o1546 CC t/helper/test-dump-split-index.o1547 CC t/helper/test-dump-untracked-cache.o1548 CC t/helper/test-env-helper.o1549 CC t/helper/test-example-tap.o1550 CC t/helper/test-find-pack.o1551 CC t/helper/test-fsmonitor-client.o1552 CC t/helper/test-genrandom.o1553 CC t/helper/test-genzeros.o1554 CC t/helper/test-getcwd.o1555 CC t/helper/test-hash-speed.o1556 CC t/helper/test-hash.o1557 CC t/helper/test-hashmap.o1558 CC t/helper/test-hexdump.o1559 CC t/helper/test-json-writer.o1560 CC t/helper/test-lazy-init-name-hash.o1561 CC t/helper/test-match-trees.o1562 CC t/helper/test-mergesort.o1563 CC t/helper/test-mktemp.o1564 CC t/helper/test-online-cpus.o1565 CC t/helper/test-pack-mtimes.o1566 CC t/helper/test-parse-options.o1567 CC t/helper/test-parse-pathspec-file.o1568 CC t/helper/test-partial-clone.o1569 CC t/helper/test-path-utils.o1570 CC t/helper/test-path-walk.o1571 CC t/helper/test-pcre2-config.o1572 CC t/helper/test-pkt-line.o1573 CC t/helper/test-proc-receive.o1574 CC t/helper/test-progress.o1575 CC t/helper/test-reach.o1576 CC t/helper/test-read-cache.o1577 CC t/helper/test-read-graph.o1578 CC t/helper/test-read-midx.o1579 CC t/helper/test-ref-store.o1580 CC t/helper/test-reftable.o1581 CC t/helper/test-regex.o1582 CC t/helper/test-rot13-filter.o1583 CC t/helper/test-repository.o1584 CC t/helper/test-revision-walking.o1585 CC t/helper/test-run-command.o1586 CC t/helper/test-scrap-cache-tree.o1587 CC t/helper/test-serve-v2.o1588 CC t/helper/test-sha1.o1589 CC t/helper/test-sha256.o1590 CC t/helper/test-sigchain.o1591 CC t/helper/test-simple-ipc.o1592 CC t/helper/test-string-list.o1593 CC t/helper/test-submodule-config.o1594 CC t/helper/test-submodule-nested-repo-config.o1595 CC t/helper/test-submodule.o1596 CC t/helper/test-subprocess.o1597 CC t/helper/test-trace2.o1598 CC t/helper/test-truncate.o1599 CC t/helper/test-userdiff.o1600 CC t/helper/test-wildmatch.o1601 CC t/helper/test-windows-named-pipe.o1602 CC t/helper/test-write-cache.o1603 CC t/helper/test-xml-encode.o1604 CC t/unit-tests/test-lib.o1605 GEN bin-wrappers/git1606 GEN bin-wrappers/scalar1607 GEN bin-wrappers/git-receive-pack1608 GEN bin-wrappers/git-shell1609 GEN bin-wrappers/git-upload-archive1610 GEN bin-wrappers/git-upload-pack1611 GEN bin-wrappers/git-cvsserver1612 GEN bin-wrappers/test-fake-ssh1613 GEN bin-wrappers/test-tool1614 CC t/unit-tests/t-example-decorate.o1615 CC t/unit-tests/lib-oid.o1616 CC t/unit-tests/lib-reftable.o1617 CC t/unit-tests/t-hashmap.o1618 CC t/unit-tests/t-oid-array.o1619 CC t/unit-tests/t-oidmap.o1620 CC t/unit-tests/t-oidtree.o1621 CC t/unit-tests/t-reftable-basics.o1622 CC t/unit-tests/t-reftable-block.o1623 CC t/unit-tests/t-reftable-merged.o1624 CC t/unit-tests/t-reftable-pq.o1625 CC t/unit-tests/t-reftable-reader.o1626 CC t/unit-tests/t-reftable-readwrite.o1627 CC t/unit-tests/t-reftable-record.o1628 CC t/unit-tests/t-reftable-stack.o1629 CC t/unit-tests/t-strbuf.o1630 CC t/unit-tests/t-strcmp-offset.o1631 CC t/unit-tests/t-trailer.o1632 CC t/unit-tests/t-urlmatch-normalization.o1633 * new test suites1634 LINK t/helper/test-fake-ssh1635 LINK t/helper/test-tool1636 MKDIR -p t/unit-tests/bin1637 LINK t/unit-tests/bin/t-example-decorate1638 LINK t/unit-tests/bin/t-hashmap1639 LINK t/unit-tests/bin/t-oid-array1640 LINK t/unit-tests/bin/t-oidmap1641 LINK t/unit-tests/bin/t-oidtree1642 LINK t/unit-tests/bin/t-reftable-basics1643 LINK t/unit-tests/bin/t-reftable-block1644 LINK t/unit-tests/bin/t-reftable-merged1645 LINK t/unit-tests/bin/t-reftable-pq1646 LINK t/unit-tests/bin/t-reftable-reader1647 LINK t/unit-tests/bin/t-reftable-readwrite1648 LINK t/unit-tests/bin/t-reftable-record1649 LINK t/unit-tests/bin/t-strbuf1650 LINK t/unit-tests/bin/t-strcmp-offset1651 LINK t/unit-tests/bin/t-trailer1652 LINK t/unit-tests/bin/t-urlmatch-normalization1653 GEN t/unit-tests/clar-decls.h1654 LINK t/unit-tests/bin/t-reftable-stack1655 GEN t/unit-tests/clar.suite1656 CC t/unit-tests/u-ctype.o1657 CC t/unit-tests/u-hash.o1658 CC t/unit-tests/u-mem-pool.o1659 CC t/unit-tests/u-prio-queue.o1660 CC t/unit-tests/u-reftable-tree.o1661 CC t/unit-tests/u-strvec.o1662 CC t/unit-tests/clar/clar.o1663 CC t/unit-tests/unit-test.o1664 LINK t/unit-tests/bin/unit-tests1665 GEN gitweb/static/gitweb.js1666 GEN gitweb/gitweb.cgi1667make[1]: Leaving directory '/builds/gitlab-org/gitaly/_build/deps/git-distribution'1668go: downloading github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c1669∅ cmd (74ms) (coverage: 0.0% of statements)1670✓ auth (135ms) (coverage: 2.6% of statements)1671✓ . (627ms) (coverage: 2.4% of statements)1672✓ client (2.618s) (coverage: 4.0% of statements)1673∅ cmd/gitaly-backup (11ms) (coverage: 0.0% of statements)1674∅ cmd/gitaly-debug (13ms) (coverage: 0.0% of statements)1675∅ cmd/gitaly-blackbox (17ms) (coverage: 0.0% of statements)1676✓ cmd/gitaly-gpg (74ms) (coverage: 2.4% of statements)1677∅ cmd/praefect (38ms) (coverage: 0.0% of statements)1678✓ internal/backoff (87ms) (coverage: 2.3% of statements)1679✓ internal/archive (90ms) (coverage: 2.7% of statements)1680✓ cmd/gitaly-lfs-smudge (3.869s) (coverage: 4.4% of statements)1681✓ cmd/gitaly-wrapper (2.578s) (coverage: 3.0% of statements)1682✓ cmd/gitaly-ssh (4.704s) (coverage: 5.8% of statements)1683✓ cmd/gitaly-hooks (10.328s) (coverage: 5.9% of statements)1684✓ cmd/gitaly (11.771s) (coverage: 3.8% of statements)1685✓ internal/bootstrap (79ms) (coverage: 2.6% of statements)1686✓ internal/bootstrap/starter (90ms) (coverage: 2.5% of statements)1687✓ internal/blackbox (96ms) (coverage: 3.3% of statements)1688✓ internal/cache (275ms) (coverage: 5.2% of statements)1689✓ internal/bundleuri (290ms) (coverage: 4.2% of statements)1690∅ internal/cli (56ms) (coverage: 0.0% of statements)1691✓ internal/cgroups (217ms) (coverage: 3.6% of statements)1692∅ internal/command/commandcounter (15ms) (coverage: 0.0% of statements)1693✓ internal/dontpanic (74ms) (coverage: 2.5% of statements)1694✓ internal/datastructure (89ms) (coverage: 2.5% of statements)1695✓ internal/backup (4.647s) (coverage: 15.7% of statements)1696✓ internal/featureflag (9ms) (coverage: 85.1% of statements)1697✓ internal/errors/cfgerror (107ms) (coverage: 3.0% of statements)1698✓ internal/command (1.922s) (coverage: 4.8% of statements)1699✓ internal/cli/gitalybackup (3.854s) (coverage: 10.6% of statements)1700∅ internal/git/alternates (37ms) (coverage: 0.0% of statements)1701✓ internal/git/conflict (126ms) (coverage: 4.0% of statements)1702✓ internal/git (337ms) (coverage: 4.8% of statements)1703✓ internal/git/gitattributes (989ms) (coverage: 3.9% of statements)1704✓ internal/git/catfile (2.664s) (coverage: 6.6% of statements)1705✓ internal/git/gitio (69ms) (coverage: 2.6% of statements)1706∅ internal/git/housekeeping/config1707✓ internal/git/gitpipe (2.659s) (coverage: 6.3% of statements)1708✓ internal/git/gittest (2.548s) (coverage: 5.1% of statements)1709✓ internal/git/housekeeping (3.341s) (coverage: 5.1% of statements)1710✓ internal/git/gitcmd (4.73s) (coverage: 7.5% of statements)1711✓ internal/cli/gitaly (14.932s) (coverage: 6.9% of statements)1712✓ internal/cli/praefect (20.191s) (coverage: 15.3% of statements)1713∅ internal/git/log (53ms) (coverage: 0.0% of statements)1714✓ internal/git/rawdiff (88ms) (coverage: 2.4% of statements)1715✓ internal/git/quarantine (249ms) (coverage: 4.2% of statements)1716✓ internal/git/packfile (253ms) (coverage: 4.1% of statements)1717✓ internal/git/pktline (380ms) (coverage: 2.9% of statements)1718✓ internal/git/objectpool (4.487s) (coverage: 5.8% of statements)1719✓ internal/git/trace2 (153ms) (coverage: 3.4% of statements)1720✓ internal/git/smudge (171ms) (coverage: 3.3% of statements)1721✓ internal/git/housekeeping/manager (7.974s) (coverage: 8.2% of statements)1722✓ internal/git/trailerparser (100ms) (coverage: 2.4% of statements)1723✓ internal/git/trace2hooks (986ms) (coverage: 4.0% of statements)1724✓ internal/git/stats (2.374s) (coverage: 7.1% of statements)1725✓ internal/git/localrepo (9.791s) (coverage: 12.1% of statements)1726✓ internal/git/remoterepo (5.149s) (coverage: 7.6% of statements)1727∅ internal/gitaly/config/auth1728∅ internal/gitaly/config/sentry (6ms) (coverage: 0.0% of statements)1729∅ internal/gitaly/gitalyclient (7ms) (coverage: 0.0% of statements)1730✓ internal/gitaly/config/cgroups (66ms) (coverage: 2.4% of statements)1731✓ internal/gitaly/config/prometheus (76ms) (coverage: 2.3% of statements)1732✓ internal/gitaly/diff (271ms) (coverage: 4.4% of statements)1733✓ internal/gitaly/config (582ms) (coverage: 8.0% of statements)1734✓ internal/gitaly/hook/receivepack (298ms) (coverage: 4.3% of statements)1735✓ internal/gitaly/hook (339ms) (coverage: 6.2% of statements)1736✓ internal/gitaly/rangediff (64ms) (coverage: 2.6% of statements)1737✓ internal/gitaly/repoutil (277ms) (coverage: 5.1% of statements)1738✓ internal/gitaly/hook/updateref (286ms) (coverage: 5.1% of statements)1739✓ internal/gitaly/maintenance (330ms) (coverage: 4.2% of statements)1740✓ internal/gitaly/linguist (1.245s) (coverage: 4.7% of statements)1741✓ internal/git/updateref (11.034s) (coverage: 4.4% of statements)1742∅ internal/gitaly/service (12ms) (coverage: 0.0% of statements)1743∅ internal/gitaly/server/auth (28ms) (coverage: 0.0% of statements)1744✓ internal/gitaly/service/analysis (494ms) (coverage: 6.3% of statements)1745✓ internal/gitaly/service/blob (2.806s) (coverage: 9.7% of statements)1746✓ internal/gitaly/service/cleanup (4.172s) (coverage: 8.4% of statements)1747✓ internal/gitaly/service/internalgitaly (471ms) (coverage: 5.0% of statements)1748✓ internal/gitaly/server (11.518s) (coverage: 6.3% of statements)1749✓ internal/gitaly/service/hook (6.904s) (coverage: 9.1% of statements)1750✓ internal/gitaly/service/diff (8.9s) (coverage: 12.5% of statements)1751✓ internal/gitaly/service/objectpool (7.596s) (coverage: 9.7% of statements)1752✓ internal/gitaly/service/commit (13.663s) (coverage: 20.7% of statements)1753✓ internal/gitaly/service/partition (5.705s) (coverage: 6.9% of statements)1754✓ internal/gitaly/service/conflicts (17.535s) (coverage: 9.2% of statements)1755∅ internal/gitaly/service/setup (56ms) (coverage: 0.0% of statements)1756✓ internal/gitaly/service/remote (4.266s) (coverage: 7.5% of statements)1757✓ internal/gitaly/service/server (2.306s) (coverage: 6.1% of statements)1758✓ internal/gitaly/service/ref (9.665s) (coverage: 15.0% of statements)1759∅ internal/gitaly/storage/gitstorage (93ms) (coverage: 0.0% of statements)1760✓ internal/gitaly/storage (181ms) (coverage: 4.2% of statements)1761✓ internal/gitaly/storage/counter (276ms) (coverage: 4.0% of statements)1762✓ internal/gitaly/storage/keyvalue (341ms) (coverage: 2.8% of statements)1763✓ internal/gitaly/storage/mdfile (157ms) (coverage: 2.4% of statements)1764✓ internal/gitaly/storage/keyvalue/databasemgr (278ms) (coverage: 3.0% of statements)1765✓ internal/gitaly/storage/mode (328ms) (coverage: 2.3% of statements)1766✓ internal/gitaly/storage/mode/permission (310ms) (coverage: 2.3% of statements)1767✓ internal/gitaly/storage/node (369ms) (coverage: 2.8% of statements)1768✓ internal/gitaly/storage/raftmgr (240ms) (coverage: 3.4% of statements)1769✓ internal/gitaly/service/smarthttp (9.674s) (coverage: 10.5% of statements)1770✓ internal/gitaly/service/ssh (11.626s) (coverage: 9.9% of statements)1771✓ internal/gitaly/storage/storagemgr/partition/conflict (124ms) (coverage: 2.4% of statements)1772✓ internal/gitaly/storage/storagemgr/partition/conflict/refdb/historymgr (189ms) (coverage: 3.3% of statements)1773✓ internal/gitaly/storage/storagemgr/partition/conflict/fshistory (202ms) (coverage: 3.2% of statements)1774✓ internal/gitaly/storage/storagemgr/partition/conflict/refdb (207ms) (coverage: 3.8% of statements)1775✓ internal/gitaly/service/repository (23.159s) (coverage: 25.8% of statements)1776✓ internal/gitaly/storage/storagemgr/partition/fsrecorder (169ms) (coverage: 2.5% of statements)1777✓ internal/gitaly/storage/storagemgr/partition/log (155ms) (coverage: 3.1% of statements)1778✓ internal/gitaly/storage/storagemgr (2.398s) (coverage: 6.8% of statements)1779✓ internal/gitaly/storage/storagemgr/partition/snapshot (259ms) (coverage: 4.3% of statements)1780✓ internal/gitaly/storage/wal/reftree (121ms) (coverage: 2.9% of statements)1781✓ internal/gitaly/storage/storagemgr/partition/migration (1.217s) (coverage: 4.8% of statements)1782✓ internal/gitaly/storage/wal (807ms) (coverage: 5.1% of statements)1783✓ internal/gitaly/storage/walk (252ms) (coverage: 3.7% of statements)1784✓ internal/gitaly/transaction (194ms) (coverage: 4.9% of statements)1785✓ internal/gitlab/client (135ms) (coverage: 2.6% of statements)1786✓ internal/grpc/backchannel (207ms) (coverage: 3.5% of statements)1787✓ internal/gitlab (364ms) (coverage: 4.7% of statements)1788✓ internal/grpc/metadata (115ms) (coverage: 2.4% of statements)1789✓ internal/grpc/grpcstats (174ms) (coverage: 3.6% of statements)1790✓ internal/grpc/middleware/cache (182ms) (coverage: 5.0% of statements)1791✓ internal/grpc/listenmux (225ms) (coverage: 2.4% of statements)1792✓ internal/grpc/client (950ms) (coverage: 6.6% of statements)1793✓ internal/grpc/dnsresolver (1.238s) (coverage: 3.0% of statements)1794✓ internal/gitaly/service/operations (44.423s) (coverage: 21.8% of statements)1795✓ internal/gitaly/storage/storagemgr/partition (15.782s) (coverage: 10.3% of statements)1796∅ internal/grpc/middleware/panichandler (38ms) (coverage: 0.0% of statements)1797✓ internal/grpc/middleware/featureflag (74ms) (coverage: 2.3% of statements)1798✓ internal/grpc/middleware/loghandler (90ms) (coverage: 2.6% of statements)1799✓ internal/grpc/middleware/requestinfohandler (121ms) (coverage: 5.0% of statements)1800✓ internal/grpc/middleware/customfieldshandler (229ms) (coverage: 4.3% of statements)1801✓ internal/grpc/middleware/limithandler (232ms) (coverage: 3.8% of statements)1802✓ internal/grpc/middleware/sentryhandler (102ms) (coverage: 3.6% of statements)1803✓ internal/grpc/middleware/statushandler (98ms) (coverage: 2.4% of statements)1804✓ internal/grpc/protoregistry (151ms) (coverage: 4.5% of statements)1805✓ internal/helper/duration (60ms) (coverage: 2.3% of statements)1806✓ internal/helper/chunk (104ms) (coverage: 2.4% of statements)1807✓ internal/helper (170ms) (coverage: 2.5% of statements)1808✓ internal/grpc/sidechannel (315ms) (coverage: 4.3% of statements)1809✓ internal/grpc/proxy (840ms) (coverage: 4.5% of statements)1810✓ internal/helper/fstype (87ms) (coverage: 2.3% of statements)1811✓ internal/helper/env (95ms) (coverage: 2.5% of statements)1812✓ internal/helper/lines (73ms) (coverage: 2.6% of statements)1813✓ internal/helper/perm (84ms) (coverage: 2.3% of statements)1814✓ internal/helper/text (113ms) (coverage: 2.3% of statements)1815✓ internal/kernel (117ms) (coverage: 2.5% of statements)1816✓ internal/limiter/watchers (206ms) (coverage: 2.6% of statements)1817✓ internal/limiter (440ms) (coverage: 4.3% of statements)1818✓ internal/log (153ms) (coverage: 3.0% of statements)1819✓ internal/offloading (634ms) (coverage: 3.4% of statements)1820∅ internal/praefect/datastore/advisorylock1821∅ internal/praefect/datastore/migrations (7ms) (coverage: 0.0% of statements)1822✓ internal/praefect/metrics (96ms) (coverage: 3.0% of statements)1823✓ internal/praefect/config (126ms) (coverage: 3.2% of statements)1824✓ internal/praefect/middleware (177ms) (coverage: 4.7% of statements)1825✓ internal/praefect/nodes/tracker (62ms) (coverage: 2.7% of statements)1826∅ internal/praefect/service/info (5ms) (coverage: 0.0% of statements)1827✓ internal/praefect/repocleaner (5.896s) (coverage: 5.8% of statements)1828∅ internal/praefect/service/transaction (4ms) (coverage: 0.0% of statements)1829✓ internal/praefect/transactions (197ms) (coverage: 4.0% of statements)1830∅ internal/prometheus/metrics1831∅ internal/protoutil (4ms) (coverage: 0.0% of statements)1832✓ internal/ps (195ms) (coverage: 2.4% of statements)1833✓ internal/safe (68ms) (coverage: 4.5% of statements)1834✓ internal/praefect/service/server (6.409s) (coverage: 5.7% of statements)1835∅ internal/stream (4ms) (coverage: 0.0% of statements)1836✓ internal/signature (52ms) (coverage: 2.7% of statements)1837✓ internal/praefect/datastore/glsql (13.078s) (coverage: 3.5% of statements)1838✓ internal/structerr (20ms) (coverage: 95.4% of statements)1839✓ internal/streamcache (469ms) (coverage: 4.2% of statements)1840✓ internal/tempdir (100ms) (coverage: 4.0% of statements)1841∅ internal/testhelper/promtest (4ms) (coverage: 0.0% of statements)1842∅ internal/testhelper/testcfg (5ms) (coverage: 0.0% of statements)1843✓ internal/testhelper (69ms) (coverage: 3.6% of statements)1844✓ internal/praefect/reconciler (13.178s) (coverage: 3.9% of statements)1845∅ internal/testhelper/transactiontest (5ms) (coverage: 0.0% of statements)1846∅ internal/transaction/txinfo (139ms) (coverage: 0.0% of statements)1847✓ internal/tracing (145ms) (coverage: 2.5% of statements)1848✓ internal/testhelper/testserver (147ms) (coverage: 3.8% of statements)1849✓ internal/transaction/voting (50ms) (coverage: 2.4% of statements)1850∅ internal/version (4ms) (coverage: 0.0% of statements)1851∅ internal/x509 (5ms) (coverage: 0.0% of statements)1852∅ proto/go/gitalypb/testproto (7ms) (coverage: 0.0% of statements)1853∅ proto/go/gitalypb (137ms) (coverage: 0.0% of statements)1854✓ internal/unarycache (143ms) (coverage: 3.7% of statements)1855∅ tools/module-updater (5ms) (coverage: 0.0% of statements)1856✓ tools/govulncheck-filter (5ms) (coverage: 82.1% of statements)1857✓ streamio (103ms) (coverage: 2.4% of statements)1858∅ tools/noticegen (5ms) (coverage: 0.0% of statements)1859∅ tools/panic-parser (6ms) (coverage: 0.0% of statements)1860∅ tools/protoc-gen-gitaly-protolist (6ms) (coverage: 0.0% of statements)1861∅ tools/test-boot (6ms) (coverage: 0.0% of statements)1862✓ tools/protoc-gen-gitaly-lint (46ms) (coverage: 3.5% of statements)1863✓ internal/testhelper/testdb (14.679s) (coverage: 3.3% of statements)1864✓ internal/praefect/nodes (33.799s) (coverage: 6.9% of statements)1865✓ internal/praefect/datastore (45.822s) (coverage: 6.5% of statements)1866✓ internal/praefect/service (43.283s) (coverage: 4.7% of statements)1867✓ internal/praefect (1m48.216s) (coverage: 21.3% of statements)1868=== Skipped1869=== SKIP: internal/git TestParseReftable (0.00s)1870 reftable_test.go:44: tests are reftable specific1871=== SKIP: internal/git/housekeeping/manager TestRepositoryManager_CleanStaleData_reftable (0.00s)1872 optimize_repository_test.go:1781: test is reftable dependent1873=== SKIP: internal/git/housekeeping/manager TestOptimizeRepository/failing_repack/normal_repository/failing_repack/with_transaction (0.11s)1874 optimize_repository_test.go:1144: test should not run in transaction: cannot inject a command error into WAL transaction manager1875=== SKIP: internal/git/housekeeping/manager TestOptimizeRepository/failing_repack/object_pool/failing_repack/with_transaction (0.04s)1876 optimize_repository_test.go:1144: test should not run in transaction: cannot inject a command error into WAL transaction manager1877=== SKIP: internal/git/stats TestRepositoryInfoForRepository/garbage_-_reftable (0.08s)1878 repository_info_test.go:379: 1879=== SKIP: internal/gitaly/service/cleanup TestRewriteHistory_SHA256 (0.00s)1880 rewrite_history_test.go:515: test is not compatible with SHA11881=== SKIP: internal/gitaly/storage/storagemgr TestMiddleware_partitioning_hint (0.00s)1882 middleware_ext_test.go:23: This is testing the partitioning behavior specifically. No point running the test without transactions.1883=== SKIP: internal/gitaly/storage/storagemgr TestMiddleware_transactional (0.00s)1884 middleware_test.go:105: 1885 The test relies on the interceptor being configured in the test server.1886 Only run the test with WAL enabled as other wise the interceptor won't1887 be configured.1888=== SKIP: internal/gitaly/storage/storagemgr TestMiddleware_non_transactional (0.00s)1889 middleware_test.go:662: 1890 The test relies on the interceptor being configured in the test server.1891 Only run the test with WAL enabled as other wise the interceptor won't1892 be configured.1893=== SKIP: internal/gitaly/storage/storagemgr/partition TestTransactionManager/Housekeeping/PackRefs/already_compacted_tables_are_not_re-compacted (0.00s)1894 transaction_manager_housekeeping_test.go:2290: test is reftable specific1895=== SKIP: internal/gitaly/storage/storagemgr/partition TestTransactionManager/Housekeeping/PackRefs/existing_tables_are_not_compacted_when_adding_refs (0.00s)1896 transaction_manager_housekeeping_test.go:1963: test is reftable specific1897=== SKIP: internal/praefect TestRemoveRepository (0.00s)1898 testhelper.go:435: This test has been quarantined. Please see https://gitlab.com/gitlab-org/gitaly/-/issues/4833 for more information.1899DONE 9551 tests, 12 skipped in 254.013s1900$ make test-gitaly-linters1901go: downloading github.com/mitchellh/mapstructure v1.5.01902go: downloading golang.org/x/tools v0.28.01903✓ gitaly (2.976s) (coverage: 87.8% of statements)1904DONE 5 tests in 5.307s 1905 Running after_script 1906Running after script...1907$ go run "${CI_PROJECT_DIR}/tools/panic-parser"1908# Checking for panics in /builds/gitlab-org/gitaly/_build/reports/test-report.json1909$ echo -e "section_start:$(date +%s):coverage[collapsed=true]\r\e[0KCode Coverage" # collapsed multi-line command1913WARNING: after_script failed, but job will continue unaffected: exit code 11915Not uploading cache debian-bookworm-git-next-810808a917e5e91106b50c1c57a7500a6335b061-21-protected due to policy1916Not uploading cache debian-bookworm-go-1.22-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected due to policy1918Uploading artifacts...1919WARNING: /builds/gitlab-org/gitaly/_build/reports/test-logs: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitaly) 1920/builds/gitlab-org/gitaly/_build/reports/test-report.json: found 1 matching artifact files and directories 1921WARNING: /builds/gitlab-org/gitaly/_build/reports/coverage-report.html: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitaly) 1922WARNING: /builds/gitlab-org/gitaly/_build/reports/coverage-list.txt: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitaly) 1923WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/8979101507/artifacts?artifact_format=zip&artifact_type=archive&expire_in=1+week new-url=https://gitlab.com1924WARNING: Retrying... context=artifacts-uploader error=request redirected1925Uploading artifacts as "archive" to coordinator... 201 Created id=8979101507 responseStatus=201 Created token=glcbt-661926Uploading artifacts...1927/builds/gitlab-org/gitaly/_build/reports/tests-junit.xml: found 1 matching artifact files and directories 1928WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/8979101507/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=1+week new-url=https://gitlab.com1929WARNING: Retrying... context=artifacts-uploader error=request redirected1930Uploading artifacts as "junit" to coordinator... 201 Created id=8979101507 responseStatus=201 Created token=glcbt-661931Uploading artifacts...1932/builds/gitlab-org/gitaly/_build/reports/coverage/cobertura.xml: found 1 matching artifact files and directories 1933WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/8979101507/artifacts?artifact_format=gzip&artifact_type=cobertura&expire_in=1+week new-url=https://gitlab.com1934WARNING: Retrying... context=artifacts-uploader error=request redirected1935Uploading artifacts as "cobertura" to coordinator... 201 Created id=8979101507 responseStatus=201 Created token=glcbt-661937Job succeeded