Skip to content

Instantly share code, notes, and snippets.

@winterqt
Created July 25, 2022 16:37
Show Gist options
  • Save winterqt/6108137cd0d0f2850065e905c9b8843f to your computer and use it in GitHub Desktop.
Save winterqt/6108137cd0d0f2850065e905c9b8843f to your computer and use it in GitHub Desktop.
2022-07-25T03:40:19.8851794Z Requested labels: ubuntu-latest
2022-07-25T03:40:19.8851838Z Job defined at: NixOS/nixpkgs/.github/workflows/backport.yml@refs/heads/master
2022-07-25T03:40:19.8851861Z Waiting for a runner to pick up this job...
2022-07-25T03:40:20.4539663Z Job is waiting for a hosted runner to come online.
2022-07-25T03:40:24.5090238Z Job is about to start running on the hosted runner: GitHub Actions 5 (hosted)
2022-07-25T03:40:28.0887100Z Current runner version: '2.294.0'
2022-07-25T03:40:28.0918523Z ##[group]Operating System
2022-07-25T03:40:28.0919148Z Ubuntu
2022-07-25T03:40:28.0919378Z 20.04.4
2022-07-25T03:40:28.0919643Z LTS
2022-07-25T03:40:28.0919938Z ##[endgroup]
2022-07-25T03:40:28.0920211Z ##[group]Virtual Environment
2022-07-25T03:40:28.0920613Z Environment: ubuntu-20.04
2022-07-25T03:40:28.0920943Z Version: 20220717.1
2022-07-25T03:40:28.0921414Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220717.1/images/linux/Ubuntu2004-Readme.md
2022-07-25T03:40:28.0922055Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220717.1
2022-07-25T03:40:28.0922538Z ##[endgroup]
2022-07-25T03:40:28.0922881Z ##[group]Virtual Environment Provisioner
2022-07-25T03:40:28.0923197Z 1.0.0.0-main-20220701-2
2022-07-25T03:40:28.0923512Z ##[endgroup]
2022-07-25T03:40:28.0924131Z ##[group]GITHUB_TOKEN Permissions
2022-07-25T03:40:28.0924815Z Contents: write
2022-07-25T03:40:28.0925142Z Metadata: read
2022-07-25T03:40:28.0925451Z PullRequests: write
2022-07-25T03:40:28.0925781Z ##[endgroup]
2022-07-25T03:40:28.0929602Z Secret source: Actions
2022-07-25T03:40:28.0930068Z Prepare workflow directory
2022-07-25T03:40:28.1795338Z Prepare all required actions
2022-07-25T03:40:28.1984142Z Getting action download info
2022-07-25T03:40:28.4221708Z Download action repository 'actions/checkout@v3' (SHA:2541b1294d2704b0964813337f33b291d3f8596b)
2022-07-25T03:40:28.7673555Z Download action repository 'zeebe-io/backport-action@v0.0.8' (SHA:fcd8f6a0e7a906f04e217a6ac8dfccbbada0cba7)
2022-07-25T03:40:29.2155660Z ##[group]Run actions/checkout@v3
2022-07-25T03:40:29.2156113Z with:
2022-07-25T03:40:29.2156440Z ref: 15e860664e1e0d43de740888328f88e4ca24eab5
2022-07-25T03:40:29.2156912Z repository: NixOS/nixpkgs
2022-07-25T03:40:29.2157528Z token: ***
2022-07-25T03:40:29.2157812Z ssh-strict: true
2022-07-25T03:40:29.2158168Z persist-credentials: true
2022-07-25T03:40:29.2158518Z clean: true
2022-07-25T03:40:29.2158865Z fetch-depth: 1
2022-07-25T03:40:29.2159183Z lfs: false
2022-07-25T03:40:29.2159495Z submodules: false
2022-07-25T03:40:29.2159800Z set-safe-directory: true
2022-07-25T03:40:29.2160314Z ##[endgroup]
2022-07-25T03:40:29.5309230Z Syncing repository: NixOS/nixpkgs
2022-07-25T03:40:29.5311452Z ##[group]Getting Git version info
2022-07-25T03:40:29.5312295Z Working directory is '/home/runner/work/nixpkgs/nixpkgs'
2022-07-25T03:40:29.5314244Z [command]/usr/bin/git version
2022-07-25T03:40:29.5451658Z git version 2.37.1
2022-07-25T03:40:29.5481731Z ##[endgroup]
2022-07-25T03:40:29.5501220Z Temporarily overriding HOME='/home/runner/work/_temp/bfb7b866-5090-4472-8647-1588295c4aad' before making global git config changes
2022-07-25T03:40:29.5501791Z Adding repository directory to the temporary git global config as a safe directory
2022-07-25T03:40:29.5502801Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/nixpkgs/nixpkgs
2022-07-25T03:40:29.5548562Z Deleting the contents of '/home/runner/work/nixpkgs/nixpkgs'
2022-07-25T03:40:29.5552431Z ##[group]Initializing the repository
2022-07-25T03:40:29.5556093Z [command]/usr/bin/git init /home/runner/work/nixpkgs/nixpkgs
2022-07-25T03:40:29.5632004Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-07-25T03:40:29.5632876Z hint: is subject to change. To configure the initial branch name to use in all
2022-07-25T03:40:29.5634642Z hint: of your new repositories, which will suppress this warning, call:
2022-07-25T03:40:29.5635356Z hint:
2022-07-25T03:40:29.5636426Z hint: git config --global init.defaultBranch <name>
2022-07-25T03:40:29.5636991Z hint:
2022-07-25T03:40:29.5638090Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-07-25T03:40:29.5638724Z hint: 'development'. The just-created branch can be renamed via this command:
2022-07-25T03:40:29.5639490Z hint:
2022-07-25T03:40:29.5639814Z hint: git branch -m <name>
2022-07-25T03:40:29.5644465Z Initialized empty Git repository in /home/runner/work/nixpkgs/nixpkgs/.git/
2022-07-25T03:40:29.5654941Z [command]/usr/bin/git remote add origin https://github.com/NixOS/nixpkgs
2022-07-25T03:40:29.5705583Z ##[endgroup]
2022-07-25T03:40:29.5706479Z ##[group]Disabling automatic garbage collection
2022-07-25T03:40:29.5709796Z [command]/usr/bin/git config --local gc.auto 0
2022-07-25T03:40:29.5746969Z ##[endgroup]
2022-07-25T03:40:29.5747827Z ##[group]Setting up auth
2022-07-25T03:40:29.5755265Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-07-25T03:40:29.5809030Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-07-25T03:40:29.6254053Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-07-25T03:40:29.6288634Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-07-25T03:40:29.6610795Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-07-25T03:40:29.6650616Z ##[endgroup]
2022-07-25T03:40:29.6651534Z ##[group]Fetching the repository
2022-07-25T03:40:29.6660093Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin 15e860664e1e0d43de740888328f88e4ca24eab5
2022-07-25T03:40:30.2039639Z remote: Enumerating objects: 51495, done.
2022-07-25T03:40:30.2149657Z remote: Counting objects: 0% (1/51495)
2022-07-25T03:40:30.2151337Z remote: Counting objects: 1% (515/51495)
2022-07-25T03:40:30.2151756Z remote: Counting objects: 2% (1030/51495)
2022-07-25T03:40:30.2152595Z remote: Counting objects: 3% (1545/51495)
2022-07-25T03:40:30.2159197Z remote: Counting objects: 4% (2060/51495)
2022-07-25T03:40:30.2160139Z remote: Counting objects: 5% (2575/51495)
2022-07-25T03:40:30.2160716Z remote: Counting objects: 6% (3090/51495)
2022-07-25T03:40:30.2167671Z remote: Counting objects: 7% (3605/51495)
2022-07-25T03:40:30.2168228Z remote: Counting objects: 8% (4120/51495)
2022-07-25T03:40:30.2169021Z remote: Counting objects: 9% (4635/51495)
2022-07-25T03:40:30.2176907Z remote: Counting objects: 10% (5150/51495)
2022-07-25T03:40:30.2177828Z remote: Counting objects: 11% (5665/51495)
2022-07-25T03:40:30.2180482Z remote: Counting objects: 12% (6180/51495)
2022-07-25T03:40:30.2181298Z remote: Counting objects: 13% (6695/51495)
2022-07-25T03:40:30.2182104Z remote: Counting objects: 14% (7210/51495)
2022-07-25T03:40:30.2182895Z remote: Counting objects: 15% (7725/51495)
2022-07-25T03:40:30.2183646Z remote: Counting objects: 16% (8240/51495)
2022-07-25T03:40:30.2185571Z remote: Counting objects: 17% (8755/51495)
2022-07-25T03:40:30.2186834Z remote: Counting objects: 18% (9270/51495)
2022-07-25T03:40:30.2191330Z remote: Counting objects: 19% (9785/51495)
2022-07-25T03:40:30.2192868Z remote: Counting objects: 20% (10299/51495)
2022-07-25T03:40:30.2195919Z remote: Counting objects: 21% (10814/51495)
2022-07-25T03:40:30.2201268Z remote: Counting objects: 22% (11329/51495)
2022-07-25T03:40:30.2208509Z remote: Counting objects: 23% (11844/51495)
2022-07-25T03:40:30.2208774Z remote: Counting objects: 24% (12359/51495)
2022-07-25T03:40:30.2219610Z remote: Counting objects: 25% (12874/51495)
2022-07-25T03:40:30.2219888Z remote: Counting objects: 26% (13389/51495)
2022-07-25T03:40:30.2220672Z remote: Counting objects: 27% (13904/51495)
2022-07-25T03:40:30.2224087Z remote: Counting objects: 28% (14419/51495)
2022-07-25T03:40:30.2227470Z remote: Counting objects: 29% (14934/51495)
2022-07-25T03:40:30.2229205Z remote: Counting objects: 30% (15449/51495)
2022-07-25T03:40:30.2232069Z remote: Counting objects: 31% (15964/51495)
2022-07-25T03:40:30.2234748Z remote: Counting objects: 32% (16479/51495)
2022-07-25T03:40:30.2241109Z remote: Counting objects: 33% (16994/51495)
2022-07-25T03:40:30.2243984Z remote: Counting objects: 34% (17509/51495)
2022-07-25T03:40:30.2324468Z remote: Counting objects: 35% (18024/51495)
2022-07-25T03:40:30.2324792Z remote: Counting objects: 36% (18539/51495)
2022-07-25T03:40:30.2326458Z remote: Counting objects: 37% (19054/51495)
2022-07-25T03:40:30.2326716Z remote: Counting objects: 38% (19569/51495)
2022-07-25T03:40:30.2326971Z remote: Counting objects: 39% (20084/51495)
2022-07-25T03:40:30.2327223Z remote: Counting objects: 40% (20598/51495)
2022-07-25T03:40:30.2329684Z remote: Counting objects: 41% (21113/51495)
2022-07-25T03:40:30.2331500Z remote: Counting objects: 42% (21628/51495)
2022-07-25T03:40:30.2331781Z remote: Counting objects: 43% (22143/51495)
2022-07-25T03:40:30.2332026Z remote: Counting objects: 44% (22658/51495)
2022-07-25T03:40:30.2332493Z remote: Counting objects: 45% (23173/51495)
2022-07-25T03:40:30.2332733Z remote: Counting objects: 46% (23688/51495)
2022-07-25T03:40:30.2332977Z remote: Counting objects: 47% (24203/51495)
2022-07-25T03:40:30.2333221Z remote: Counting objects: 48% (24718/51495)
2022-07-25T03:40:30.2333674Z remote: Counting objects: 49% (25233/51495)
2022-07-25T03:40:30.2333929Z remote: Counting objects: 50% (25748/51495)
2022-07-25T03:40:30.2334172Z remote: Counting objects: 51% (26263/51495)
2022-07-25T03:40:30.2334405Z remote: Counting objects: 52% (26778/51495)
2022-07-25T03:40:30.2334647Z remote: Counting objects: 53% (27293/51495)
2022-07-25T03:40:30.2334886Z remote: Counting objects: 54% (27808/51495)
2022-07-25T03:40:30.2335133Z remote: Counting objects: 55% (28323/51495)
2022-07-25T03:40:30.2335362Z remote: Counting objects: 56% (28838/51495)
2022-07-25T03:40:30.2335610Z remote: Counting objects: 57% (29353/51495)
2022-07-25T03:40:30.2335846Z remote: Counting objects: 58% (29868/51495)
2022-07-25T03:40:30.2336076Z remote: Counting objects: 59% (30383/51495)
2022-07-25T03:40:30.2336318Z remote: Counting objects: 60% (30897/51495)
2022-07-25T03:40:30.2336561Z remote: Counting objects: 61% (31412/51495)
2022-07-25T03:40:30.2336791Z remote: Counting objects: 62% (31927/51495)
2022-07-25T03:40:30.2350963Z remote: Counting objects: 63% (32442/51495)
2022-07-25T03:40:30.2393540Z remote: Counting objects: 64% (32957/51495)
2022-07-25T03:40:30.2395024Z remote: Counting objects: 65% (33472/51495)
2022-07-25T03:40:30.2395261Z remote: Counting objects: 66% (33987/51495)
2022-07-25T03:40:30.2395509Z remote: Counting objects: 67% (34502/51495)
2022-07-25T03:40:30.2395763Z remote: Counting objects: 68% (35017/51495)
2022-07-25T03:40:30.2395992Z remote: Counting objects: 69% (35532/51495)
2022-07-25T03:40:30.2396234Z remote: Counting objects: 70% (36047/51495)
2022-07-25T03:40:30.2396476Z remote: Counting objects: 71% (36562/51495)
2022-07-25T03:40:30.2396718Z remote: Counting objects: 72% (37077/51495)
2022-07-25T03:40:30.2396946Z remote: Counting objects: 73% (37592/51495)
2022-07-25T03:40:30.2410811Z remote: Counting objects: 74% (38107/51495)
2022-07-25T03:40:30.2411082Z remote: Counting objects: 75% (38622/51495)
2022-07-25T03:40:30.2411339Z remote: Counting objects: 76% (39137/51495)
2022-07-25T03:40:30.2411611Z remote: Counting objects: 77% (39652/51495)
2022-07-25T03:40:30.2411857Z remote: Counting objects: 78% (40167/51495)
2022-07-25T03:40:30.2412086Z remote: Counting objects: 79% (40682/51495)
2022-07-25T03:40:30.2412682Z remote: Counting objects: 80% (41196/51495)
2022-07-25T03:40:30.2412930Z remote: Counting objects: 81% (41711/51495)
2022-07-25T03:40:30.2417011Z remote: Counting objects: 82% (42226/51495)
2022-07-25T03:40:30.2417253Z remote: Counting objects: 83% (42741/51495)
2022-07-25T03:40:30.2417494Z remote: Counting objects: 84% (43256/51495)
2022-07-25T03:40:30.2428067Z remote: Counting objects: 85% (43771/51495)
2022-07-25T03:40:30.2439227Z remote: Counting objects: 86% (44286/51495)
2022-07-25T03:40:30.2439511Z remote: Counting objects: 87% (44801/51495)
2022-07-25T03:40:30.2439760Z remote: Counting objects: 88% (45316/51495)
2022-07-25T03:40:30.2439999Z remote: Counting objects: 89% (45831/51495)
2022-07-25T03:40:30.2440231Z remote: Counting objects: 90% (46346/51495)
2022-07-25T03:40:30.2450189Z remote: Counting objects: 91% (46861/51495)
2022-07-25T03:40:30.2450458Z remote: Counting objects: 92% (47376/51495)
2022-07-25T03:40:30.2450699Z remote: Counting objects: 93% (47891/51495)
2022-07-25T03:40:30.2450940Z remote: Counting objects: 94% (48406/51495)
2022-07-25T03:40:30.2451183Z remote: Counting objects: 95% (48921/51495)
2022-07-25T03:40:30.2451584Z remote: Counting objects: 96% (49436/51495)
2022-07-25T03:40:30.2456874Z remote: Counting objects: 97% (49951/51495)
2022-07-25T03:40:30.2464732Z remote: Counting objects: 98% (50466/51495)
2022-07-25T03:40:30.2473748Z remote: Counting objects: 99% (50981/51495)
2022-07-25T03:40:30.2474000Z remote: Counting objects: 100% (51495/51495)
2022-07-25T03:40:30.2474253Z remote: Counting objects: 100% (51495/51495), done.
2022-07-25T03:40:30.2860073Z remote: Compressing objects: 0% (1/33232)
2022-07-25T03:40:30.3256264Z remote: Compressing objects: 1% (333/33232)
2022-07-25T03:40:30.3517728Z remote: Compressing objects: 2% (665/33232)
2022-07-25T03:40:30.3762011Z remote: Compressing objects: 3% (997/33232)
2022-07-25T03:40:30.4009846Z remote: Compressing objects: 4% (1330/33232)
2022-07-25T03:40:30.4224559Z remote: Compressing objects: 5% (1662/33232)
2022-07-25T03:40:30.4395986Z remote: Compressing objects: 6% (1994/33232)
2022-07-25T03:40:30.4491442Z remote: Compressing objects: 7% (2327/33232)
2022-07-25T03:40:30.4550073Z remote: Compressing objects: 8% (2659/33232)
2022-07-25T03:40:30.4709878Z remote: Compressing objects: 9% (2991/33232)
2022-07-25T03:40:30.4798677Z remote: Compressing objects: 10% (3324/33232)
2022-07-25T03:40:30.4960314Z remote: Compressing objects: 11% (3656/33232)
2022-07-25T03:40:30.5083894Z remote: Compressing objects: 12% (3988/33232)
2022-07-25T03:40:30.5172860Z remote: Compressing objects: 13% (4321/33232)
2022-07-25T03:40:30.5214128Z remote: Compressing objects: 14% (4653/33232)
2022-07-25T03:40:30.5402968Z remote: Compressing objects: 15% (4985/33232)
2022-07-25T03:40:30.5477533Z remote: Compressing objects: 16% (5318/33232)
2022-07-25T03:40:30.5670022Z remote: Compressing objects: 17% (5650/33232)
2022-07-25T03:40:30.5794126Z remote: Compressing objects: 18% (5982/33232)
2022-07-25T03:40:30.5873688Z remote: Compressing objects: 19% (6315/33232)
2022-07-25T03:40:30.6113927Z remote: Compressing objects: 20% (6647/33232)
2022-07-25T03:40:30.6224638Z remote: Compressing objects: 21% (6979/33232)
2022-07-25T03:40:30.6305914Z remote: Compressing objects: 22% (7312/33232)
2022-07-25T03:40:30.6381119Z remote: Compressing objects: 23% (7644/33232)
2022-07-25T03:40:30.6464619Z remote: Compressing objects: 24% (7976/33232)
2022-07-25T03:40:30.6648893Z remote: Compressing objects: 25% (8308/33232)
2022-07-25T03:40:30.6711113Z remote: Compressing objects: 26% (8641/33232)
2022-07-25T03:40:30.6876581Z remote: Compressing objects: 27% (8973/33232)
2022-07-25T03:40:30.7010607Z remote: Compressing objects: 28% (9305/33232)
2022-07-25T03:40:30.7130848Z remote: Compressing objects: 29% (9638/33232)
2022-07-25T03:40:30.7263923Z remote: Compressing objects: 30% (9970/33232)
2022-07-25T03:40:30.7389036Z remote: Compressing objects: 31% (10302/33232)
2022-07-25T03:40:30.7487358Z remote: Compressing objects: 32% (10635/33232)
2022-07-25T03:40:30.7643334Z remote: Compressing objects: 33% (10967/33232)
2022-07-25T03:40:30.7733998Z remote: Compressing objects: 34% (11299/33232)
2022-07-25T03:40:30.7917822Z remote: Compressing objects: 35% (11632/33232)
2022-07-25T03:40:30.8071240Z remote: Compressing objects: 36% (11964/33232)
2022-07-25T03:40:30.8198548Z remote: Compressing objects: 37% (12296/33232)
2022-07-25T03:40:30.8352081Z remote: Compressing objects: 38% (12629/33232)
2022-07-25T03:40:30.8447560Z remote: Compressing objects: 39% (12961/33232)
2022-07-25T03:40:30.8611530Z remote: Compressing objects: 40% (13293/33232)
2022-07-25T03:40:30.8709661Z remote: Compressing objects: 41% (13626/33232)
2022-07-25T03:40:30.8876902Z remote: Compressing objects: 42% (13958/33232)
2022-07-25T03:40:30.8985430Z remote: Compressing objects: 43% (14290/33232)
2022-07-25T03:40:30.9126934Z remote: Compressing objects: 44% (14623/33232)
2022-07-25T03:40:30.9271315Z remote: Compressing objects: 45% (14955/33232)
2022-07-25T03:40:30.9368330Z remote: Compressing objects: 46% (15287/33232)
2022-07-25T03:40:30.9543200Z remote: Compressing objects: 47% (15620/33232)
2022-07-25T03:40:30.9630556Z remote: Compressing objects: 48% (15952/33232)
2022-07-25T03:40:30.9845580Z remote: Compressing objects: 49% (16284/33232)
2022-07-25T03:40:30.9894535Z remote: Compressing objects: 50% (16616/33232)
2022-07-25T03:40:31.0097998Z remote: Compressing objects: 51% (16949/33232)
2022-07-25T03:40:31.0199625Z remote: Compressing objects: 52% (17281/33232)
2022-07-25T03:40:31.0353439Z remote: Compressing objects: 53% (17613/33232)
2022-07-25T03:40:31.0449579Z remote: Compressing objects: 54% (17946/33232)
2022-07-25T03:40:31.0658214Z remote: Compressing objects: 55% (18278/33232)
2022-07-25T03:40:31.0928366Z remote: Compressing objects: 56% (18610/33232)
2022-07-25T03:40:31.1280115Z remote: Compressing objects: 57% (18943/33232)
2022-07-25T03:40:31.1512101Z remote: Compressing objects: 58% (19275/33232)
2022-07-25T03:40:31.2041326Z remote: Compressing objects: 59% (19607/33232)
2022-07-25T03:40:31.2489935Z remote: Compressing objects: 60% (19940/33232)
2022-07-25T03:40:31.2762162Z remote: Compressing objects: 60% (20066/33232)
2022-07-25T03:40:31.3201455Z remote: Compressing objects: 61% (20272/33232)
2022-07-25T03:40:31.3523625Z remote: Compressing objects: 62% (20604/33232)
2022-07-25T03:40:32.2008136Z remote: Compressing objects: 63% (20937/33232)
2022-07-25T03:40:32.2357127Z remote: Compressing objects: 64% (21269/33232)
2022-07-25T03:40:32.2508841Z remote: Compressing objects: 65% (21601/33232)
2022-07-25T03:40:32.3705978Z remote: Compressing objects: 65% (21608/33232)
2022-07-25T03:40:32.4054697Z remote: Compressing objects: 66% (21934/33232)
2022-07-25T03:40:32.4394367Z remote: Compressing objects: 67% (22266/33232)
2022-07-25T03:40:32.4733197Z remote: Compressing objects: 68% (22598/33232)
2022-07-25T03:40:32.5148263Z remote: Compressing objects: 69% (22931/33232)
2022-07-25T03:40:32.5515765Z remote: Compressing objects: 70% (23263/33232)
2022-07-25T03:40:32.6134505Z remote: Compressing objects: 71% (23595/33232)
2022-07-25T03:40:32.6482906Z remote: Compressing objects: 72% (23928/33232)
2022-07-25T03:40:32.6703510Z remote: Compressing objects: 73% (24260/33232)
2022-07-25T03:40:32.7187972Z remote: Compressing objects: 74% (24592/33232)
2022-07-25T03:40:32.7721854Z remote: Compressing objects: 75% (24924/33232)
2022-07-25T03:40:32.9458070Z remote: Compressing objects: 76% (25257/33232)
2022-07-25T03:40:32.9513699Z remote: Compressing objects: 77% (25589/33232)
2022-07-25T03:40:32.9682275Z remote: Compressing objects: 78% (25921/33232)
2022-07-25T03:40:32.9798284Z remote: Compressing objects: 79% (26254/33232)
2022-07-25T03:40:32.9871540Z remote: Compressing objects: 80% (26586/33232)
2022-07-25T03:40:32.9988126Z remote: Compressing objects: 81% (26918/33232)
2022-07-25T03:40:33.0088251Z remote: Compressing objects: 82% (27251/33232)
2022-07-25T03:40:33.0158452Z remote: Compressing objects: 83% (27583/33232)
2022-07-25T03:40:33.0243147Z remote: Compressing objects: 84% (27915/33232)
2022-07-25T03:40:33.0447391Z remote: Compressing objects: 85% (28248/33232)
2022-07-25T03:40:33.0595762Z remote: Compressing objects: 86% (28580/33232)
2022-07-25T03:40:33.0809811Z remote: Compressing objects: 87% (28912/33232)
2022-07-25T03:40:33.0917960Z remote: Compressing objects: 88% (29245/33232)
2022-07-25T03:40:33.0931459Z remote: Compressing objects: 89% (29577/33232)
2022-07-25T03:40:33.0964336Z remote: Compressing objects: 90% (29909/33232)
2022-07-25T03:40:33.0991817Z remote: Compressing objects: 91% (30242/33232)
2022-07-25T03:40:33.1020979Z remote: Compressing objects: 92% (30574/33232)
2022-07-25T03:40:33.1031372Z remote: Compressing objects: 93% (30906/33232)
2022-07-25T03:40:33.1051538Z remote: Compressing objects: 94% (31239/33232)
2022-07-25T03:40:33.1075736Z remote: Compressing objects: 95% (31571/33232)
2022-07-25T03:40:33.1085325Z remote: Compressing objects: 96% (31903/33232)
2022-07-25T03:40:33.1115067Z remote: Compressing objects: 97% (32236/33232)
2022-07-25T03:40:33.1129855Z remote: Compressing objects: 98% (32568/33232)
2022-07-25T03:40:33.1154125Z remote: Compressing objects: 99% (32900/33232)
2022-07-25T03:40:33.1154691Z remote: Compressing objects: 100% (33232/33232)
2022-07-25T03:40:33.1155324Z remote: Compressing objects: 100% (33232/33232), done.
2022-07-25T03:40:33.2125935Z Receiving objects: 0% (1/51495)
2022-07-25T03:40:33.2620225Z Receiving objects: 1% (515/51495)
2022-07-25T03:40:33.2994201Z Receiving objects: 2% (1030/51495)
2022-07-25T03:40:33.3666940Z Receiving objects: 3% (1545/51495)
2022-07-25T03:40:33.4425939Z Receiving objects: 4% (2060/51495)
2022-07-25T03:40:33.4781071Z Receiving objects: 5% (2575/51495)
2022-07-25T03:40:33.4973929Z Receiving objects: 6% (3090/51495)
2022-07-25T03:40:33.5538254Z Receiving objects: 7% (3605/51495)
2022-07-25T03:40:33.5631969Z Receiving objects: 8% (4120/51495)
2022-07-25T03:40:33.7041994Z Receiving objects: 9% (4635/51495)
2022-07-25T03:40:33.7315663Z Receiving objects: 10% (5150/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.7801583Z Receiving objects: 11% (5665/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.7893830Z Receiving objects: 12% (6180/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.7985621Z Receiving objects: 13% (6695/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.8084109Z Receiving objects: 14% (7210/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.8737580Z Receiving objects: 15% (7725/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:33.9933925Z Receiving objects: 16% (8240/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.0384229Z Receiving objects: 17% (8755/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.0607918Z Receiving objects: 18% (9270/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.0697364Z Receiving objects: 19% (9785/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.0803220Z Receiving objects: 20% (10299/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.1250367Z Receiving objects: 21% (10814/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.1328887Z Receiving objects: 21% (11045/51495), 5.93 MiB | 11.70 MiB/s
2022-07-25T03:40:34.1467331Z Receiving objects: 22% (11329/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.1561235Z Receiving objects: 23% (11844/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.1908822Z Receiving objects: 24% (12359/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.2006321Z Receiving objects: 25% (12874/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.2084756Z Receiving objects: 26% (13389/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.2709605Z Receiving objects: 27% (13904/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.2772120Z Receiving objects: 28% (14419/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.3598796Z Receiving objects: 29% (14934/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.3753403Z Receiving objects: 30% (15449/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.3887188Z Receiving objects: 31% (15964/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.8417863Z Receiving objects: 32% (16479/51495), 11.50 MiB | 11.42 MiB/s
2022-07-25T03:40:34.8536555Z Receiving objects: 33% (16994/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.8611306Z Receiving objects: 34% (17509/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.8759145Z Receiving objects: 35% (18024/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.8849376Z Receiving objects: 36% (18539/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.8954380Z Receiving objects: 37% (19054/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9020339Z Receiving objects: 38% (19569/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9134577Z Receiving objects: 39% (20084/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9213826Z Receiving objects: 40% (20598/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9326611Z Receiving objects: 41% (21113/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9394848Z Receiving objects: 42% (21628/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9670729Z Receiving objects: 43% (22143/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9819768Z Receiving objects: 44% (22658/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9875412Z Receiving objects: 45% (23173/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9941455Z Receiving objects: 46% (23688/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:34.9991597Z Receiving objects: 47% (24203/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0074864Z Receiving objects: 48% (24718/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0126252Z Receiving objects: 49% (25233/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0179065Z Receiving objects: 50% (25748/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0230388Z Receiving objects: 51% (26263/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0284835Z Receiving objects: 52% (26778/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0338621Z Receiving objects: 53% (27293/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0388747Z Receiving objects: 54% (27808/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0447503Z Receiving objects: 55% (28323/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0505198Z Receiving objects: 56% (28838/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0555408Z Receiving objects: 57% (29353/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0607373Z Receiving objects: 58% (29868/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0659618Z Receiving objects: 59% (30383/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0709112Z Receiving objects: 60% (30897/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0759220Z Receiving objects: 61% (31412/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0814137Z Receiving objects: 62% (31927/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0863336Z Receiving objects: 63% (32442/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0918997Z Receiving objects: 64% (32957/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.0971712Z Receiving objects: 65% (33472/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.1020438Z Receiving objects: 66% (33987/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.1073325Z Receiving objects: 67% (34502/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.1124413Z Receiving objects: 68% (35017/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.1682721Z Receiving objects: 69% (35532/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.2157933Z Receiving objects: 69% (35846/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.2275539Z Receiving objects: 70% (36047/51495), 14.99 MiB | 9.36 MiB/s
2022-07-25T03:40:35.2338050Z Receiving objects: 71% (36562/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.2418133Z Receiving objects: 72% (37077/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.2523018Z Receiving objects: 73% (37592/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.2618189Z Receiving objects: 74% (38107/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4159780Z Receiving objects: 75% (38622/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4257174Z Receiving objects: 76% (39137/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4567554Z Receiving objects: 77% (39652/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4683994Z Receiving objects: 78% (40167/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4789330Z Receiving objects: 79% (40682/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.4886230Z Receiving objects: 80% (41196/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.5072786Z Receiving objects: 81% (41711/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.6167573Z Receiving objects: 82% (42226/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.6977859Z Receiving objects: 83% (42741/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.7277255Z Receiving objects: 84% (43256/51495), 25.98 MiB | 12.37 MiB/s
2022-07-25T03:40:35.7391207Z Receiving objects: 85% (43771/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8101237Z Receiving objects: 86% (44286/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8189449Z Receiving objects: 87% (44801/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8272274Z Receiving objects: 88% (45316/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8357019Z Receiving objects: 89% (45831/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8493841Z Receiving objects: 90% (46346/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8560364Z Receiving objects: 91% (46861/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8744844Z Receiving objects: 92% (47376/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8821924Z Receiving objects: 93% (47891/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8889857Z Receiving objects: 94% (48406/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.8973827Z Receiving objects: 95% (48921/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.9456316Z Receiving objects: 96% (49436/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.9537545Z Receiving objects: 97% (49951/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:35.9604900Z Receiving objects: 98% (50466/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:36.1357999Z Receiving objects: 99% (50981/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:36.2163636Z Receiving objects: 99% (51249/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:36.2164573Z remote: Total 51495 (delta 1909), reused 40510 (delta 1454), pack-reused 0
2022-07-25T03:40:36.2170439Z Receiving objects: 100% (51495/51495), 30.62 MiB | 11.77 MiB/s
2022-07-25T03:40:36.2170891Z Receiving objects: 100% (51495/51495), 35.67 MiB | 11.53 MiB/s, done.
2022-07-25T03:40:36.2933462Z Resolving deltas: 0% (0/1909)
2022-07-25T03:40:36.2933748Z Resolving deltas: 1% (20/1909)
2022-07-25T03:40:36.3006036Z Resolving deltas: 2% (39/1909)
2022-07-25T03:40:36.3053075Z Resolving deltas: 3% (58/1909)
2022-07-25T03:40:36.3053359Z Resolving deltas: 4% (77/1909)
2022-07-25T03:40:36.3053588Z Resolving deltas: 5% (96/1909)
2022-07-25T03:40:36.3053956Z Resolving deltas: 6% (115/1909)
2022-07-25T03:40:36.3054454Z Resolving deltas: 7% (134/1909)
2022-07-25T03:40:36.3093249Z Resolving deltas: 8% (153/1909)
2022-07-25T03:40:36.3099241Z Resolving deltas: 9% (172/1909)
2022-07-25T03:40:36.3153799Z Resolving deltas: 10% (191/1909)
2022-07-25T03:40:36.3175133Z Resolving deltas: 11% (210/1909)
2022-07-25T03:40:36.3187552Z Resolving deltas: 12% (230/1909)
2022-07-25T03:40:36.3194351Z Resolving deltas: 13% (249/1909)
2022-07-25T03:40:36.3207983Z Resolving deltas: 14% (268/1909)
2022-07-25T03:40:36.3434353Z Resolving deltas: 15% (287/1909)
2022-07-25T03:40:36.3608840Z Resolving deltas: 16% (306/1909)
2022-07-25T03:40:36.3698037Z Resolving deltas: 17% (325/1909)
2022-07-25T03:40:36.3820423Z Resolving deltas: 18% (344/1909)
2022-07-25T03:40:36.3832245Z Resolving deltas: 19% (363/1909)
2022-07-25T03:40:36.3843183Z Resolving deltas: 20% (382/1909)
2022-07-25T03:40:36.3860601Z Resolving deltas: 21% (401/1909)
2022-07-25T03:40:36.3872865Z Resolving deltas: 22% (420/1909)
2022-07-25T03:40:36.3878557Z Resolving deltas: 23% (440/1909)
2022-07-25T03:40:36.3894754Z Resolving deltas: 24% (459/1909)
2022-07-25T03:40:36.3908410Z Resolving deltas: 25% (478/1909)
2022-07-25T03:40:36.3946419Z Resolving deltas: 26% (497/1909)
2022-07-25T03:40:36.4026094Z Resolving deltas: 27% (516/1909)
2022-07-25T03:40:36.4032116Z Resolving deltas: 28% (535/1909)
2022-07-25T03:40:36.4046315Z Resolving deltas: 29% (554/1909)
2022-07-25T03:40:36.4066240Z Resolving deltas: 30% (573/1909)
2022-07-25T03:40:36.4071202Z Resolving deltas: 31% (592/1909)
2022-07-25T03:40:36.4077762Z Resolving deltas: 32% (611/1909)
2022-07-25T03:40:36.4085315Z Resolving deltas: 33% (630/1909)
2022-07-25T03:40:36.4089808Z Resolving deltas: 34% (650/1909)
2022-07-25T03:40:36.4094072Z Resolving deltas: 35% (669/1909)
2022-07-25T03:40:36.4098568Z Resolving deltas: 36% (688/1909)
2022-07-25T03:40:36.4102861Z Resolving deltas: 37% (707/1909)
2022-07-25T03:40:36.4106886Z Resolving deltas: 38% (726/1909)
2022-07-25T03:40:36.4120509Z Resolving deltas: 39% (745/1909)
2022-07-25T03:40:36.4133737Z Resolving deltas: 40% (764/1909)
2022-07-25T03:40:36.4138308Z Resolving deltas: 41% (783/1909)
2022-07-25T03:40:36.4143797Z Resolving deltas: 42% (802/1909)
2022-07-25T03:40:36.4148685Z Resolving deltas: 43% (821/1909)
2022-07-25T03:40:36.4153365Z Resolving deltas: 44% (840/1909)
2022-07-25T03:40:36.4159407Z Resolving deltas: 45% (860/1909)
2022-07-25T03:40:36.4168538Z Resolving deltas: 46% (879/1909)
2022-07-25T03:40:36.4175217Z Resolving deltas: 47% (898/1909)
2022-07-25T03:40:36.4179481Z Resolving deltas: 48% (917/1909)
2022-07-25T03:40:36.4185971Z Resolving deltas: 49% (936/1909)
2022-07-25T03:40:36.4193946Z Resolving deltas: 50% (955/1909)
2022-07-25T03:40:36.4198147Z Resolving deltas: 51% (974/1909)
2022-07-25T03:40:36.4205947Z Resolving deltas: 52% (993/1909)
2022-07-25T03:40:36.4213087Z Resolving deltas: 53% (1012/1909)
2022-07-25T03:40:36.4216646Z Resolving deltas: 54% (1031/1909)
2022-07-25T03:40:36.4223379Z Resolving deltas: 55% (1050/1909)
2022-07-25T03:40:36.4227141Z Resolving deltas: 56% (1070/1909)
2022-07-25T03:40:36.4231072Z Resolving deltas: 57% (1089/1909)
2022-07-25T03:40:36.4239974Z Resolving deltas: 58% (1108/1909)
2022-07-25T03:40:36.4246568Z Resolving deltas: 59% (1127/1909)
2022-07-25T03:40:36.4258227Z Resolving deltas: 60% (1146/1909)
2022-07-25T03:40:36.4264071Z Resolving deltas: 61% (1165/1909)
2022-07-25T03:40:36.4270802Z Resolving deltas: 62% (1184/1909)
2022-07-25T03:40:36.4278646Z Resolving deltas: 63% (1203/1909)
2022-07-25T03:40:36.4284097Z Resolving deltas: 64% (1222/1909)
2022-07-25T03:40:36.4290260Z Resolving deltas: 65% (1241/1909)
2022-07-25T03:40:36.4295880Z Resolving deltas: 66% (1260/1909)
2022-07-25T03:40:36.4300169Z Resolving deltas: 67% (1280/1909)
2022-07-25T03:40:36.4306590Z Resolving deltas: 68% (1299/1909)
2022-07-25T03:40:36.4310309Z Resolving deltas: 69% (1318/1909)
2022-07-25T03:40:36.4313198Z Resolving deltas: 70% (1337/1909)
2022-07-25T03:40:36.4318520Z Resolving deltas: 71% (1356/1909)
2022-07-25T03:40:36.4322202Z Resolving deltas: 72% (1375/1909)
2022-07-25T03:40:36.4329119Z Resolving deltas: 73% (1394/1909)
2022-07-25T03:40:36.4336898Z Resolving deltas: 74% (1413/1909)
2022-07-25T03:40:36.4344679Z Resolving deltas: 75% (1432/1909)
2022-07-25T03:40:36.4350085Z Resolving deltas: 76% (1451/1909)
2022-07-25T03:40:36.4357930Z Resolving deltas: 77% (1470/1909)
2022-07-25T03:40:36.4365346Z Resolving deltas: 78% (1490/1909)
2022-07-25T03:40:36.4370783Z Resolving deltas: 79% (1509/1909)
2022-07-25T03:40:36.4379470Z Resolving deltas: 80% (1528/1909)
2022-07-25T03:40:36.4382007Z Resolving deltas: 81% (1547/1909)
2022-07-25T03:40:36.4391869Z Resolving deltas: 82% (1566/1909)
2022-07-25T03:40:36.4398536Z Resolving deltas: 83% (1585/1909)
2022-07-25T03:40:36.4404869Z Resolving deltas: 84% (1604/1909)
2022-07-25T03:40:36.4412711Z Resolving deltas: 85% (1623/1909)
2022-07-25T03:40:36.4419677Z Resolving deltas: 86% (1642/1909)
2022-07-25T03:40:36.4429362Z Resolving deltas: 87% (1661/1909)
2022-07-25T03:40:36.4441685Z Resolving deltas: 88% (1680/1909)
2022-07-25T03:40:36.4453522Z Resolving deltas: 89% (1700/1909)
2022-07-25T03:40:36.4468679Z Resolving deltas: 90% (1719/1909)
2022-07-25T03:40:36.4481934Z Resolving deltas: 91% (1738/1909)
2022-07-25T03:40:36.4489128Z Resolving deltas: 92% (1757/1909)
2022-07-25T03:40:36.4500572Z Resolving deltas: 93% (1776/1909)
2022-07-25T03:40:36.4523013Z Resolving deltas: 94% (1795/1909)
2022-07-25T03:40:36.4532804Z Resolving deltas: 95% (1814/1909)
2022-07-25T03:40:36.4539981Z Resolving deltas: 96% (1833/1909)
2022-07-25T03:40:36.4547439Z Resolving deltas: 97% (1852/1909)
2022-07-25T03:40:36.4563933Z Resolving deltas: 98% (1871/1909)
2022-07-25T03:40:36.4577484Z Resolving deltas: 99% (1890/1909)
2022-07-25T03:40:36.4580182Z Resolving deltas: 100% (1909/1909)
2022-07-25T03:40:36.4580530Z Resolving deltas: 100% (1909/1909), done.
2022-07-25T03:40:36.5716265Z From https://github.com/NixOS/nixpkgs
2022-07-25T03:40:36.5717144Z * branch 15e860664e1e0d43de740888328f88e4ca24eab5 -> FETCH_HEAD
2022-07-25T03:40:36.5762309Z ##[endgroup]
2022-07-25T03:40:36.5763056Z ##[group]Determining the checkout info
2022-07-25T03:40:36.5763521Z ##[endgroup]
2022-07-25T03:40:36.5771166Z ##[group]Checking out the ref
2022-07-25T03:40:36.5771824Z [command]/usr/bin/git checkout --progress --force 15e860664e1e0d43de740888328f88e4ca24eab5
2022-07-25T03:40:37.6423789Z Updating files: 50% (15745/31162)
2022-07-25T03:40:37.6602887Z Updating files: 51% (15893/31162)
2022-07-25T03:40:37.6788437Z Updating files: 52% (16205/31162)
2022-07-25T03:40:37.6973657Z Updating files: 53% (16516/31162)
2022-07-25T03:40:37.7161584Z Updating files: 54% (16828/31162)
2022-07-25T03:40:37.7850708Z Updating files: 55% (17140/31162)
2022-07-25T03:40:37.8039214Z Updating files: 56% (17451/31162)
2022-07-25T03:40:37.8227344Z Updating files: 57% (17763/31162)
2022-07-25T03:40:37.8413455Z Updating files: 58% (18074/31162)
2022-07-25T03:40:37.8601020Z Updating files: 59% (18386/31162)
2022-07-25T03:40:37.8801144Z Updating files: 60% (18698/31162)
2022-07-25T03:40:37.9002839Z Updating files: 61% (19009/31162)
2022-07-25T03:40:37.9211182Z Updating files: 62% (19321/31162)
2022-07-25T03:40:37.9416092Z Updating files: 63% (19633/31162)
2022-07-25T03:40:37.9599194Z Updating files: 64% (19944/31162)
2022-07-25T03:40:37.9804212Z Updating files: 65% (20256/31162)
2022-07-25T03:40:38.0007554Z Updating files: 66% (20567/31162)
2022-07-25T03:40:38.6344997Z Updating files: 67% (20879/31162)
2022-07-25T03:40:38.6384972Z Updating files: 67% (21147/31162)
2022-07-25T03:40:38.6582778Z Updating files: 68% (21191/31162)
2022-07-25T03:40:38.6769391Z Updating files: 69% (21502/31162)
2022-07-25T03:40:38.7183719Z Updating files: 70% (21814/31162)
2022-07-25T03:40:38.7350339Z Updating files: 71% (22126/31162)
2022-07-25T03:40:38.7531643Z Updating files: 72% (22437/31162)
2022-07-25T03:40:38.7705672Z Updating files: 73% (22749/31162)
2022-07-25T03:40:38.7857671Z Updating files: 74% (23060/31162)
2022-07-25T03:40:38.8076586Z Updating files: 75% (23372/31162)
2022-07-25T03:40:38.8268709Z Updating files: 76% (23684/31162)
2022-07-25T03:40:38.8485651Z Updating files: 77% (23995/31162)
2022-07-25T03:40:38.8678252Z Updating files: 78% (24307/31162)
2022-07-25T03:40:38.8858810Z Updating files: 79% (24618/31162)
2022-07-25T03:40:38.9032885Z Updating files: 80% (24930/31162)
2022-07-25T03:40:38.9220137Z Updating files: 81% (25242/31162)
2022-07-25T03:40:38.9906172Z Updating files: 82% (25553/31162)
2022-07-25T03:40:39.0138571Z Updating files: 83% (25865/31162)
2022-07-25T03:40:39.0330781Z Updating files: 84% (26177/31162)
2022-07-25T03:40:39.0555178Z Updating files: 85% (26488/31162)
2022-07-25T03:40:39.0719632Z Updating files: 86% (26800/31162)
2022-07-25T03:40:39.0945663Z Updating files: 87% (27111/31162)
2022-07-25T03:40:39.1119348Z Updating files: 88% (27423/31162)
2022-07-25T03:40:39.1291679Z Updating files: 89% (27735/31162)
2022-07-25T03:40:39.1485120Z Updating files: 90% (28046/31162)
2022-07-25T03:40:39.1671156Z Updating files: 91% (28358/31162)
2022-07-25T03:40:39.1864739Z Updating files: 92% (28670/31162)
2022-07-25T03:40:39.2066975Z Updating files: 93% (28981/31162)
2022-07-25T03:40:39.2241141Z Updating files: 94% (29293/31162)
2022-07-25T03:40:39.2425451Z Updating files: 95% (29604/31162)
2022-07-25T03:40:39.2618047Z Updating files: 96% (29916/31162)
2022-07-25T03:40:39.3158576Z Updating files: 97% (30228/31162)
2022-07-25T03:40:39.3333672Z Updating files: 98% (30539/31162)
2022-07-25T03:40:39.3815943Z Updating files: 99% (30851/31162)
2022-07-25T03:40:39.3816224Z Updating files: 100% (31162/31162)
2022-07-25T03:40:39.3816470Z Updating files: 100% (31162/31162), done.
2022-07-25T03:40:39.4603736Z Note: switching to '15e860664e1e0d43de740888328f88e4ca24eab5'.
2022-07-25T03:40:39.4603969Z
2022-07-25T03:40:39.4604251Z You are in 'detached HEAD' state. You can look around, make experimental
2022-07-25T03:40:39.4604622Z changes and commit them, and you can discard any commits you make in this
2022-07-25T03:40:39.4604979Z state without impacting any branches by switching back to a branch.
2022-07-25T03:40:39.4605177Z
2022-07-25T03:40:39.4605333Z If you want to create a new branch to retain commits you create, you may
2022-07-25T03:40:39.4605744Z do so (now or later) by using -c with the switch command. Example:
2022-07-25T03:40:39.4605929Z
2022-07-25T03:40:39.4606091Z git switch -c <new-branch-name>
2022-07-25T03:40:39.4606241Z
2022-07-25T03:40:39.4606331Z Or undo this operation with:
2022-07-25T03:40:39.4606470Z
2022-07-25T03:40:39.4606558Z git switch -
2022-07-25T03:40:39.4606680Z
2022-07-25T03:40:39.4606853Z Turn off this advice by setting config variable advice.detachedHead to false
2022-07-25T03:40:39.4607061Z
2022-07-25T03:40:39.4607272Z HEAD is now at 15e86066 mongodb-tools: 100.5.3 -> 100.5.4
2022-07-25T03:40:39.4644085Z ##[endgroup]
2022-07-25T03:40:39.4720723Z [command]/usr/bin/git log -1 --format='%H'
2022-07-25T03:40:39.4756741Z '15e860664e1e0d43de740888328f88e4ca24eab5'
2022-07-25T03:40:39.5025168Z ##[group]Run zeebe-io/backport-action@v0.0.8
2022-07-25T03:40:39.5025404Z with:
2022-07-25T03:40:39.5025914Z github_token: ***
2022-07-25T03:40:39.5026169Z github_workspace: /home/runner/work/nixpkgs/nixpkgs
2022-07-25T03:40:39.5026872Z pull_description: Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.
* [ ] Before merging, ensure that this backport complies with the [Criteria for Backporting](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#criteria-for-backporting-changes).
* Even as a non-commiter, if you find that it does not comply, leave a comment.
2022-07-25T03:40:39.5027525Z label_pattern: ^backport ([^ ]+)$
2022-07-25T03:40:39.5027742Z ##[endgroup]
2022-07-25T03:40:39.6733458Z Retrieve pull request data for #182751
2022-07-25T03:40:39.9281377Z Check whether pull request 182751 is merged
2022-07-25T03:40:40.0193962Z Detected labels on PR: 10.rebuild-linux: 1-10,10.rebuild-darwin: 1-10,11.by: package-maintainer,10.rebuild-darwin: 1,10.rebuild-linux: 1,backport release-22.05
2022-07-25T03:46:29.6854153Z From https://github.com/NixOS/nixpkgs
2022-07-25T03:46:29.6855433Z * branch 6cce09ce7f12e039318168ccfb0344426e17eec8 -> FETCH_HEAD
2022-07-25T03:46:29.9236170Z From https://github.com/NixOS/nixpkgs
2022-07-25T03:46:29.9239851Z * branch refs/pull/182751/head -> FETCH_HEAD
2022-07-25T03:46:29.9294992Z Working on label 10.rebuild-linux: 1-10
2022-07-25T03:46:29.9367302Z Doesn't match expected prefix
2022-07-25T03:46:29.9367654Z Working on label 10.rebuild-darwin: 1-10
2022-07-25T03:46:29.9367935Z Doesn't match expected prefix
2022-07-25T03:46:29.9368246Z Working on label 11.by: package-maintainer
2022-07-25T03:46:29.9368542Z Doesn't match expected prefix
2022-07-25T03:46:29.9368833Z Working on label 10.rebuild-darwin: 1
2022-07-25T03:46:29.9369116Z Doesn't match expected prefix
2022-07-25T03:46:29.9369407Z Working on label 10.rebuild-linux: 1
2022-07-25T03:46:29.9369710Z Doesn't match expected prefix
2022-07-25T03:46:29.9369988Z Working on label backport release-22.05
2022-07-25T03:46:29.9370289Z Found target in label: release-22.05
2022-07-25T03:53:08.7950304Z From https://github.com/NixOS/nixpkgs
2022-07-25T03:53:08.8034266Z * branch release-22.05 -> FETCH_HEAD
2022-07-25T03:53:08.8036242Z * [new branch] release-22.05 -> origin/release-22.05
2022-07-25T03:53:08.8409231Z Start backport to backport-182751-to-release-22.05
2022-07-25T03:53:13.3480686Z Error: 'git merge-base 6cce09ce7f12e039318168ccfb0344426e17eec8 15e860664e1e0d43de740888328f88e4ca24eab5' failed with exit code 1
2022-07-25T03:53:13.3487174Z at /home/runner/work/_actions/zeebe-io/backport-action/v0.0.8/webpack:/backport-action/lib/git.js:122:1
2022-07-25T03:53:13.3489948Z at Generator.next (<anonymous>)
2022-07-25T03:53:13.3494264Z at fulfilled (/home/runner/work/_actions/zeebe-io/backport-action/v0.0.8/webpack:/backport-action/lib/git.js:5:1)
2022-07-25T03:53:13.3502217Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-07-25T03:53:13.3502866Z exitcode(1): Backport failed for `release-22.05`, due to an unknown script error.
2022-07-25T03:53:13.3505670Z
2022-07-25T03:53:13.3505875Z Please cherry-pick the changes locally.
2022-07-25T03:53:13.3507934Z ```bash
2022-07-25T03:53:13.3509893Z git fetch origin release-22.05
2022-07-25T03:53:13.3510381Z git worktree add -d .worktree/backport-182751-to-release-22.05 origin/release-22.05
2022-07-25T03:53:13.3513245Z cd .worktree/backport-182751-to-release-22.05
2022-07-25T03:53:13.3516714Z git checkout -b backport-182751-to-release-22.05
2022-07-25T03:53:13.3525051Z ancref=$(git merge-base 6cce09ce7f12e039318168ccfb0344426e17eec8 15e860664e1e0d43de740888328f88e4ca24eab5)
2022-07-25T03:53:13.3525641Z git cherry-pick -x $ancref..15e860664e1e0d43de740888328f88e4ca24eab5
2022-07-25T03:53:13.3525973Z ```
2022-07-25T03:53:13.3528566Z Create comment: Backport failed for `release-22.05`, due to an unknown script error.
2022-07-25T03:53:13.3531178Z
2022-07-25T03:53:13.3531381Z Please cherry-pick the changes locally.
2022-07-25T03:53:13.3531693Z ```bash
2022-07-25T03:53:13.3564972Z git fetch origin release-22.05
2022-07-25T03:53:13.3570427Z git worktree add -d .worktree/backport-182751-to-release-22.05 origin/release-22.05
2022-07-25T03:53:13.3574077Z cd .worktree/backport-182751-to-release-22.05
2022-07-25T03:53:13.3578827Z git checkout -b backport-182751-to-release-22.05
2022-07-25T03:53:13.3582674Z ancref=$(git merge-base 6cce09ce7f12e039318168ccfb0344426e17eec8 15e860664e1e0d43de740888328f88e4ca24eab5)
2022-07-25T03:53:13.3585628Z git cherry-pick -x $ancref..15e860664e1e0d43de740888328f88e4ca24eab5
2022-07-25T03:53:13.3585968Z ```
2022-07-25T03:53:14.2959544Z Post job cleanup.
2022-07-25T03:53:14.5623280Z [command]/usr/bin/git version
2022-07-25T03:53:14.5694884Z git version 2.37.1
2022-07-25T03:53:14.5780562Z Temporarily overriding HOME='/home/runner/work/_temp/a7aa5897-2a7b-488a-b4d4-419c6f667afe' before making global git config changes
2022-07-25T03:53:14.5781315Z Adding repository directory to the temporary git global config as a safe directory
2022-07-25T03:53:14.5782143Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/nixpkgs/nixpkgs
2022-07-25T03:53:14.5846804Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-07-25T03:53:14.5886812Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-07-25T03:53:14.6460205Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-07-25T03:53:14.6497445Z http.https://github.com/.extraheader
2022-07-25T03:53:14.6508567Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-07-25T03:53:14.6555779Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-07-25T03:53:14.7429603Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment