Ticket #62071: 1_macos-10.15.txt

File 1_macos-10.15.txt, 64.5 KB (added by harens (Haren S), 3 years ago)

The log file for GitHub Actions on a PR with no modified portfiles

Line 
12021-01-17T15:03:19.1758547Z ##[section]Starting: Request a runner to run this job
22021-01-17T15:03:19.8683130Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'macos-10.15'
32021-01-17T15:03:19.8683203Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'macos-10.15'
42021-01-17T15:03:19.8933283Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'macos-10.15'
52021-01-17T15:03:20.0021320Z ##[section]Finishing: Request a runner to run this job
62021-01-17T15:03:31.7548340Z Current runner version: '2.275.1'
72021-01-17T15:03:31.7595340Z ##[group]Operating System
82021-01-17T15:03:31.7596250Z Mac OS X
92021-01-17T15:03:31.7596620Z 10.15.7
102021-01-17T15:03:31.7596950Z 19H114
112021-01-17T15:03:31.7597320Z ##[endgroup]
122021-01-17T15:03:31.7597970Z ##[group]Virtual Environment
132021-01-17T15:03:31.7598520Z Environment: macos-10.15
142021-01-17T15:03:31.7598970Z Version: 20210110.1
152021-01-17T15:03:31.7599840Z Included Software: https://github.com/actions/virtual-environments/blob/macOS-10.15/20210110.1/images/macos/macos-10.15-Readme.md
162021-01-17T15:03:31.7600720Z ##[endgroup]
172021-01-17T15:03:31.7604330Z Prepare workflow directory
182021-01-17T15:03:31.8359170Z Prepare all required actions
192021-01-17T15:03:31.8372040Z Getting action download info
202021-01-17T15:03:32.1320210Z Download action repository 'actions/checkout@v2'
212021-01-17T15:03:33.3185600Z Download action repository 'actions/upload-artifact@v2'
222021-01-17T15:03:33.8090490Z ##[group]Run actions/checkout@v2
232021-01-17T15:03:33.8091330Z with:
242021-01-17T15:03:33.8091970Z   fetch-depth: 64
252021-01-17T15:03:33.8092420Z   path: ports
262021-01-17T15:03:33.8092980Z   repository: macports/macports-ports
272021-01-17T15:03:33.8093950Z   token: ***
282021-01-17T15:03:33.8094380Z   ssh-strict: true
292021-01-17T15:03:33.8094910Z   persist-credentials: true
302021-01-17T15:03:33.8095430Z   clean: true
312021-01-17T15:03:33.8095840Z   lfs: false
322021-01-17T15:03:33.8096270Z   submodules: false
332021-01-17T15:03:33.8096740Z ##[endgroup]
342021-01-17T15:03:34.5439910Z Syncing repository: macports/macports-ports
352021-01-17T15:03:34.5441440Z ##[group]Getting Git version info
362021-01-17T15:03:34.5442810Z Working directory is '/Users/runner/work/macports-ports/macports-ports/ports'
372021-01-17T15:03:34.5443720Z [command]/usr/local/bin/git version
382021-01-17T15:03:34.6487840Z git version 2.30.0
392021-01-17T15:03:34.6519310Z ##[endgroup]
402021-01-17T15:03:34.6521500Z ##[group]Initializing the repository
412021-01-17T15:03:34.6528200Z [command]/usr/local/bin/git init /Users/runner/work/macports-ports/macports-ports/ports
422021-01-17T15:03:34.6748070Z hint: Using 'master' as the name for the initial branch. This default branch name
432021-01-17T15:03:34.6749120Z hint: is subject to change. To configure the initial branch name to use in all
442021-01-17T15:03:34.6750030Z hint: of your new repositories, which will suppress this warning, call:
452021-01-17T15:03:34.6750880Z hint:
462021-01-17T15:03:34.6752420Z hint:      git config --global init.defaultBranch <name>
472021-01-17T15:03:34.6753240Z hint:
482021-01-17T15:03:34.6754370Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
492021-01-17T15:03:34.6755640Z hint: 'development'. The just-created branch can be renamed via this command:
502021-01-17T15:03:34.6756450Z hint:
512021-01-17T15:03:34.6757330Z hint:      git branch -m <name>
522021-01-17T15:03:34.6802730Z Initialized empty Git repository in /Users/runner/work/macports-ports/macports-ports/ports/.git/
532021-01-17T15:03:34.6815470Z [command]/usr/local/bin/git remote add origin https://github.com/macports/macports-ports
542021-01-17T15:03:34.6915450Z ##[endgroup]
552021-01-17T15:03:34.6916500Z ##[group]Disabling automatic garbage collection
562021-01-17T15:03:34.6922330Z [command]/usr/local/bin/git config --local gc.auto 0
572021-01-17T15:03:34.6993100Z ##[endgroup]
582021-01-17T15:03:34.7001540Z ##[group]Setting up auth
592021-01-17T15:03:34.7017160Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
602021-01-17T15:03:34.7093130Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
612021-01-17T15:03:34.8388850Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
622021-01-17T15:03:34.8510690Z [command]/usr/local/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' || :
632021-01-17T15:03:34.9388670Z [command]/usr/local/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
642021-01-17T15:03:34.9505910Z ##[endgroup]
652021-01-17T15:03:34.9509590Z ##[group]Fetching the repository
662021-01-17T15:03:34.9520220Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=64 origin +ab52ab068c9ffd4a87a786dd68390306c8b9bfab:refs/remotes/pull/9749/merge
672021-01-17T15:03:35.3312350Z remote: Enumerating objects: 36148, done.       
682021-01-17T15:03:35.6689960Z remote: Counting objects:   0% (1/36148)       
692021-01-17T15:03:35.6695050Z remote: Counting objects:   1% (362/36148)       
702021-01-17T15:03:35.6697970Z remote: Counting objects:   2% (723/36148)       
712021-01-17T15:03:35.6700000Z remote: Counting objects:   3% (1085/36148)       
722021-01-17T15:03:35.6705170Z remote: Counting objects:   4% (1446/36148)       
732021-01-17T15:03:35.6709380Z remote: Counting objects:   5% (1808/36148)       
742021-01-17T15:03:35.6713660Z remote: Counting objects:   6% (2169/36148)       
752021-01-17T15:03:35.6714850Z remote: Counting objects:   7% (2531/36148)       
762021-01-17T15:03:35.6716530Z remote: Counting objects:   8% (2892/36148)       
772021-01-17T15:03:35.6718720Z remote: Counting objects:   9% (3254/36148)       
782021-01-17T15:03:35.6722400Z remote: Counting objects:  10% (3615/36148)       
792021-01-17T15:03:35.6723450Z remote: Counting objects:  11% (3977/36148)       
802021-01-17T15:03:35.6724700Z remote: Counting objects:  12% (4338/36148)       
812021-01-17T15:03:35.6725850Z remote: Counting objects:  13% (4700/36148)       
822021-01-17T15:03:35.6728650Z remote: Counting objects:  14% (5061/36148)       
832021-01-17T15:03:35.6731990Z remote: Counting objects:  15% (5423/36148)       
842021-01-17T15:03:35.6735710Z remote: Counting objects:  16% (5784/36148)       
852021-01-17T15:03:35.6739040Z remote: Counting objects:  17% (6146/36148)       
862021-01-17T15:03:35.6744320Z remote: Counting objects:  18% (6507/36148)       
872021-01-17T15:03:35.6746310Z remote: Counting objects:  19% (6869/36148)       
882021-01-17T15:03:35.6748700Z remote: Counting objects:  20% (7230/36148)       
892021-01-17T15:03:35.6751140Z remote: Counting objects:  21% (7592/36148)       
902021-01-17T15:03:35.6755580Z remote: Counting objects:  22% (7953/36148)       
912021-01-17T15:03:35.7099510Z remote: Counting objects:  23% (8315/36148)       
922021-01-17T15:03:35.7100750Z remote: Counting objects:  24% (8676/36148)       
932021-01-17T15:03:35.7101810Z remote: Counting objects:  25% (9037/36148)       
942021-01-17T15:03:35.7102740Z remote: Counting objects:  26% (9399/36148)       
952021-01-17T15:03:35.7103530Z remote: Counting objects:  27% (9760/36148)       
962021-01-17T15:03:35.7104300Z remote: Counting objects:  28% (10122/36148)       
972021-01-17T15:03:35.7105300Z remote: Counting objects:  29% (10483/36148)       
982021-01-17T15:03:35.7106060Z remote: Counting objects:  30% (10845/36148)       
992021-01-17T15:03:35.7106940Z remote: Counting objects:  31% (11206/36148)       
1002021-01-17T15:03:35.7107710Z remote: Counting objects:  32% (11568/36148)       
1012021-01-17T15:03:35.7109230Z remote: Counting objects:  33% (11929/36148)       
1022021-01-17T15:03:35.7109960Z remote: Counting objects:  34% (12291/36148)       
1032021-01-17T15:03:35.7110790Z remote: Counting objects:  35% (12652/36148)       
1042021-01-17T15:03:35.7111480Z remote: Counting objects:  36% (13014/36148)       
1052021-01-17T15:03:35.7112410Z remote: Counting objects:  37% (13375/36148)       
1062021-01-17T15:03:35.7112980Z remote: Counting objects:  38% (13737/36148)       
1072021-01-17T15:03:35.7113500Z remote: Counting objects:  39% (14098/36148)       
1082021-01-17T15:03:35.7113980Z remote: Counting objects:  40% (14460/36148)       
1092021-01-17T15:03:35.7114490Z remote: Counting objects:  41% (14821/36148)       
1102021-01-17T15:03:35.7115140Z remote: Counting objects:  42% (15183/36148)       
1112021-01-17T15:03:35.7116410Z remote: Counting objects:  43% (15544/36148)       
1122021-01-17T15:03:35.7116890Z remote: Counting objects:  44% (15906/36148)       
1132021-01-17T15:03:35.7117370Z remote: Counting objects:  45% (16267/36148)       
1142021-01-17T15:03:35.7117880Z remote: Counting objects:  46% (16629/36148)       
1152021-01-17T15:03:35.7118360Z remote: Counting objects:  47% (16990/36148)       
1162021-01-17T15:03:35.7118870Z remote: Counting objects:  48% (17352/36148)       
1172021-01-17T15:03:35.7119340Z remote: Counting objects:  49% (17713/36148)       
1182021-01-17T15:03:35.7120160Z remote: Counting objects:  50% (18074/36148)       
1192021-01-17T15:03:35.7120880Z remote: Counting objects:  51% (18436/36148)       
1202021-01-17T15:03:35.7121650Z remote: Counting objects:  52% (18797/36148)       
1212021-01-17T15:03:35.7122370Z remote: Counting objects:  53% (19159/36148)       
1222021-01-17T15:03:35.7123470Z remote: Counting objects:  54% (19520/36148)       
1232021-01-17T15:03:35.7124250Z remote: Counting objects:  55% (19882/36148)       
1242021-01-17T15:03:35.7125020Z remote: Counting objects:  56% (20243/36148)       
1252021-01-17T15:03:35.7125700Z remote: Counting objects:  57% (20605/36148)       
1262021-01-17T15:03:35.7126450Z remote: Counting objects:  58% (20966/36148)       
1272021-01-17T15:03:35.7127120Z remote: Counting objects:  59% (21328/36148)       
1282021-01-17T15:03:35.7127860Z remote: Counting objects:  60% (21689/36148)       
1292021-01-17T15:03:35.7128540Z remote: Counting objects:  61% (22051/36148)       
1302021-01-17T15:03:35.7129290Z remote: Counting objects:  62% (22412/36148)       
1312021-01-17T15:03:35.7129970Z remote: Counting objects:  63% (22774/36148)       
1322021-01-17T15:03:35.7130720Z remote: Counting objects:  64% (23135/36148)       
1332021-01-17T15:03:35.7131390Z remote: Counting objects:  65% (23497/36148)       
1342021-01-17T15:03:35.7132260Z remote: Counting objects:  66% (23858/36148)       
1352021-01-17T15:03:35.7132760Z remote: Counting objects:  67% (24220/36148)       
1362021-01-17T15:03:35.7133280Z remote: Counting objects:  68% (24581/36148)       
1372021-01-17T15:03:35.7133750Z remote: Counting objects:  69% (24943/36148)       
1382021-01-17T15:03:35.7134520Z remote: Counting objects:  70% (25304/36148)       
1392021-01-17T15:03:35.7135220Z remote: Counting objects:  71% (25666/36148)       
1402021-01-17T15:03:35.7135940Z remote: Counting objects:  72% (26027/36148)       
1412021-01-17T15:03:35.7136630Z remote: Counting objects:  73% (26389/36148)       
1422021-01-17T15:03:35.7137350Z remote: Counting objects:  74% (26750/36148)       
1432021-01-17T15:03:35.7138030Z remote: Counting objects:  75% (27111/36148)       
1442021-01-17T15:03:35.7138760Z remote: Counting objects:  76% (27473/36148)       
1452021-01-17T15:03:35.7139440Z remote: Counting objects:  77% (27834/36148)       
1462021-01-17T15:03:35.7140170Z remote: Counting objects:  78% (28196/36148)       
1472021-01-17T15:03:35.7140880Z remote: Counting objects:  79% (28557/36148)       
1482021-01-17T15:03:35.7141620Z remote: Counting objects:  80% (28919/36148)       
1492021-01-17T15:03:35.7142330Z remote: Counting objects:  81% (29280/36148)       
1502021-01-17T15:03:35.7143060Z remote: Counting objects:  82% (29642/36148)       
1512021-01-17T15:03:35.7143760Z remote: Counting objects:  83% (30003/36148)       
1522021-01-17T15:03:35.7144480Z remote: Counting objects:  84% (30365/36148)       
1532021-01-17T15:03:35.7145170Z remote: Counting objects:  85% (30726/36148)       
1542021-01-17T15:03:35.7145860Z remote: Counting objects:  86% (31088/36148)       
1552021-01-17T15:03:35.7146530Z remote: Counting objects:  87% (31449/36148)       
1562021-01-17T15:03:35.7147230Z remote: Counting objects:  88% (31811/36148)       
1572021-01-17T15:03:35.7147890Z remote: Counting objects:  89% (32172/36148)       
1582021-01-17T15:03:35.7148610Z remote: Counting objects:  90% (32534/36148)       
1592021-01-17T15:03:35.7149280Z remote: Counting objects:  91% (32895/36148)       
1602021-01-17T15:03:35.7150020Z remote: Counting objects:  92% (33257/36148)       
1612021-01-17T15:03:35.7151160Z remote: Counting objects:  93% (33618/36148)       
1622021-01-17T15:03:35.7151890Z remote: Counting objects:  94% (33980/36148)       
1632021-01-17T15:03:35.7152570Z remote: Counting objects:  95% (34341/36148)       
1642021-01-17T15:03:35.7153300Z remote: Counting objects:  96% (34703/36148)       
1652021-01-17T15:03:35.7154340Z remote: Counting objects:  97% (35064/36148)       
1662021-01-17T15:03:35.7155040Z remote: Counting objects:  98% (35426/36148)       
1672021-01-17T15:03:35.7155830Z remote: Counting objects:  99% (35787/36148)       
1682021-01-17T15:03:35.7156320Z remote: Counting objects: 100% (36148/36148)       
1692021-01-17T15:03:35.7157070Z remote: Counting objects: 100% (36148/36148), done.       
1702021-01-17T15:03:35.7188730Z remote: Compressing objects:   0% (1/24752)       
1712021-01-17T15:03:36.5041580Z remote: Compressing objects:   1% (248/24752)       
1722021-01-17T15:03:36.5043810Z remote: Compressing objects:   2% (496/24752)       
1732021-01-17T15:03:36.5044690Z remote: Compressing objects:   3% (743/24752)       
1742021-01-17T15:03:36.5045380Z remote: Compressing objects:   4% (991/24752)       
1752021-01-17T15:03:36.5046660Z remote: Compressing objects:   5% (1238/24752)       
1762021-01-17T15:03:36.5047280Z remote: Compressing objects:   6% (1486/24752)       
1772021-01-17T15:03:36.5047820Z remote: Compressing objects:   7% (1733/24752)       
1782021-01-17T15:03:36.5048320Z remote: Compressing objects:   8% (1981/24752)       
1792021-01-17T15:03:36.5049050Z remote: Compressing objects:   9% (2228/24752)       
1802021-01-17T15:03:36.5049570Z remote: Compressing objects:  10% (2476/24752)       
1812021-01-17T15:03:36.5050100Z remote: Compressing objects:  11% (2723/24752)       
1822021-01-17T15:03:36.5050590Z remote: Compressing objects:  12% (2971/24752)       
1832021-01-17T15:03:36.5051100Z remote: Compressing objects:  13% (3218/24752)       
1842021-01-17T15:03:36.5052540Z remote: Compressing objects:  14% (3466/24752)       
1852021-01-17T15:03:36.5053130Z remote: Compressing objects:  15% (3713/24752)       
1862021-01-17T15:03:36.5053980Z remote: Compressing objects:  16% (3961/24752)       
1872021-01-17T15:03:36.5054740Z remote: Compressing objects:  17% (4208/24752)       
1882021-01-17T15:03:36.5055530Z remote: Compressing objects:  18% (4456/24752)       
1892021-01-17T15:03:36.5056320Z remote: Compressing objects:  19% (4703/24752)       
1902021-01-17T15:03:36.5057070Z remote: Compressing objects:  20% (4951/24752)       
1912021-01-17T15:03:36.5057800Z remote: Compressing objects:  21% (5198/24752)       
1922021-01-17T15:03:36.5058590Z remote: Compressing objects:  22% (5446/24752)       
1932021-01-17T15:03:36.5059500Z remote: Compressing objects:  23% (5693/24752)       
1942021-01-17T15:03:36.5060280Z remote: Compressing objects:  24% (5941/24752)       
1952021-01-17T15:03:36.5061010Z remote: Compressing objects:  25% (6188/24752)       
1962021-01-17T15:03:36.5061770Z remote: Compressing objects:  26% (6436/24752)       
1972021-01-17T15:03:36.5062510Z remote: Compressing objects:  27% (6684/24752)       
1982021-01-17T15:03:36.5063320Z remote: Compressing objects:  28% (6931/24752)       
1992021-01-17T15:03:36.5206440Z remote: Compressing objects:  29% (7179/24752)       
2002021-01-17T15:03:36.5687290Z remote: Compressing objects:  30% (7426/24752)       
2012021-01-17T15:03:36.6052750Z remote: Compressing objects:  31% (7674/24752)       
2022021-01-17T15:03:36.6392470Z remote: Compressing objects:  32% (7921/24752)       
2032021-01-17T15:03:36.6737130Z remote: Compressing objects:  33% (8169/24752)       
2042021-01-17T15:03:36.7074670Z remote: Compressing objects:  34% (8416/24752)       
2052021-01-17T15:03:36.7082660Z remote: Compressing objects:  34% (8654/24752)       
2062021-01-17T15:03:36.7425560Z remote: Compressing objects:  35% (8664/24752)       
2072021-01-17T15:03:36.7786130Z remote: Compressing objects:  36% (8911/24752)       
2082021-01-17T15:03:36.8130550Z remote: Compressing objects:  37% (9159/24752)       
2092021-01-17T15:03:36.8483990Z remote: Compressing objects:  38% (9406/24752)       
2102021-01-17T15:03:36.8849350Z remote: Compressing objects:  39% (9654/24752)       
2112021-01-17T15:03:36.9182140Z remote: Compressing objects:  40% (9901/24752)       
2122021-01-17T15:03:36.9533500Z remote: Compressing objects:  41% (10149/24752)       
2132021-01-17T15:03:36.9915160Z remote: Compressing objects:  42% (10396/24752)       
2142021-01-17T15:03:37.0280290Z remote: Compressing objects:  43% (10644/24752)       
2152021-01-17T15:03:37.0714590Z remote: Compressing objects:  44% (10891/24752)       
2162021-01-17T15:03:37.1072550Z remote: Compressing objects:  45% (11139/24752)       
2172021-01-17T15:03:37.1555510Z remote: Compressing objects:  46% (11386/24752)       
2182021-01-17T15:03:37.1995690Z remote: Compressing objects:  47% (11634/24752)       
2192021-01-17T15:03:37.2818200Z remote: Compressing objects:  48% (11881/24752)       
2202021-01-17T15:03:37.2896220Z remote: Compressing objects:  49% (12129/24752)       
2212021-01-17T15:03:37.2997040Z remote: Compressing objects:  50% (12376/24752)       
2222021-01-17T15:03:37.3080370Z remote: Compressing objects:  51% (12624/24752)       
2232021-01-17T15:03:37.3139020Z remote: Compressing objects:  52% (12872/24752)       
2242021-01-17T15:03:37.3247580Z remote: Compressing objects:  53% (13119/24752)       
2252021-01-17T15:03:37.3350970Z remote: Compressing objects:  54% (13367/24752)       
2262021-01-17T15:03:37.3389450Z remote: Compressing objects:  55% (13614/24752)       
2272021-01-17T15:03:37.3453210Z remote: Compressing objects:  56% (13862/24752)       
2282021-01-17T15:03:37.3519840Z remote: Compressing objects:  57% (14109/24752)       
2292021-01-17T15:03:37.3562790Z remote: Compressing objects:  58% (14357/24752)       
2302021-01-17T15:03:37.3643250Z remote: Compressing objects:  59% (14604/24752)       
2312021-01-17T15:03:37.3712210Z remote: Compressing objects:  60% (14852/24752)       
2322021-01-17T15:03:37.3783630Z remote: Compressing objects:  61% (15099/24752)       
2332021-01-17T15:03:37.3860930Z remote: Compressing objects:  62% (15347/24752)       
2342021-01-17T15:03:37.3920320Z remote: Compressing objects:  63% (15594/24752)       
2352021-01-17T15:03:37.3990240Z remote: Compressing objects:  64% (15842/24752)       
2362021-01-17T15:03:37.4032520Z remote: Compressing objects:  65% (16089/24752)       
2372021-01-17T15:03:37.4061790Z remote: Compressing objects:  66% (16337/24752)       
2382021-01-17T15:03:37.4089690Z remote: Compressing objects:  67% (16584/24752)       
2392021-01-17T15:03:37.4156750Z remote: Compressing objects:  68% (16832/24752)       
2402021-01-17T15:03:37.4213610Z remote: Compressing objects:  69% (17079/24752)       
2412021-01-17T15:03:37.4325040Z remote: Compressing objects:  70% (17327/24752)       
2422021-01-17T15:03:37.4338710Z remote: Compressing objects:  71% (17574/24752)       
2432021-01-17T15:03:37.4400090Z remote: Compressing objects:  72% (17822/24752)       
2442021-01-17T15:03:37.4468870Z remote: Compressing objects:  73% (18069/24752)       
2452021-01-17T15:03:37.4517960Z remote: Compressing objects:  74% (18317/24752)       
2462021-01-17T15:03:37.4518940Z remote: Compressing objects:  75% (18564/24752)       
2472021-01-17T15:03:37.4519910Z remote: Compressing objects:  76% (18812/24752)       
2482021-01-17T15:03:37.4520850Z remote: Compressing objects:  77% (19060/24752)       
2492021-01-17T15:03:37.4521650Z remote: Compressing objects:  78% (19307/24752)       
2502021-01-17T15:03:37.4522560Z remote: Compressing objects:  79% (19555/24752)       
2512021-01-17T15:03:37.4523340Z remote: Compressing objects:  80% (19802/24752)       
2522021-01-17T15:03:37.4524120Z remote: Compressing objects:  81% (20050/24752)       
2532021-01-17T15:03:37.4524940Z remote: Compressing objects:  82% (20297/24752)       
2542021-01-17T15:03:37.4525740Z remote: Compressing objects:  83% (20545/24752)       
2552021-01-17T15:03:37.4526530Z remote: Compressing objects:  84% (20792/24752)       
2562021-01-17T15:03:37.4530930Z remote: Compressing objects:  85% (21040/24752)       
2572021-01-17T15:03:37.4531810Z remote: Compressing objects:  86% (21287/24752)       
2582021-01-17T15:03:37.4532620Z remote: Compressing objects:  87% (21535/24752)       
2592021-01-17T15:03:37.4534100Z remote: Compressing objects:  88% (21782/24752)       
2602021-01-17T15:03:37.4534870Z remote: Compressing objects:  89% (22030/24752)       
2612021-01-17T15:03:37.4535610Z remote: Compressing objects:  90% (22277/24752)       
2622021-01-17T15:03:37.4536410Z remote: Compressing objects:  91% (22525/24752)       
2632021-01-17T15:03:37.4537190Z remote: Compressing objects:  92% (22772/24752)       
2642021-01-17T15:03:37.4537990Z remote: Compressing objects:  93% (23020/24752)       
2652021-01-17T15:03:37.4538820Z remote: Compressing objects:  94% (23267/24752)       
2662021-01-17T15:03:37.4539640Z remote: Compressing objects:  95% (23515/24752)       
2672021-01-17T15:03:37.4541460Z remote: Compressing objects:  96% (23762/24752)       
2682021-01-17T15:03:37.4562900Z remote: Compressing objects:  97% (24010/24752)       
2692021-01-17T15:03:37.4606440Z remote: Compressing objects:  98% (24257/24752)       
2702021-01-17T15:03:37.4641240Z remote: Compressing objects:  99% (24505/24752)       
2712021-01-17T15:03:37.4642360Z remote: Compressing objects: 100% (24752/24752)       
2722021-01-17T15:03:37.4643210Z remote: Compressing objects: 100% (24752/24752), done.       
2732021-01-17T15:03:37.4888540Z Receiving objects:   0% (1/36148)
2742021-01-17T15:03:37.5022050Z Receiving objects:   1% (362/36148)
2752021-01-17T15:03:37.5128730Z Receiving objects:   2% (723/36148)
2762021-01-17T15:03:37.5308190Z Receiving objects:   3% (1085/36148)
2772021-01-17T15:03:37.5360510Z Receiving objects:   4% (1446/36148)
2782021-01-17T15:03:37.5458510Z Receiving objects:   5% (1808/36148)
2792021-01-17T15:03:37.5538510Z Receiving objects:   6% (2169/36148)
2802021-01-17T15:03:37.5656270Z Receiving objects:   7% (2531/36148)
2812021-01-17T15:03:37.5760890Z Receiving objects:   8% (2892/36148)
2822021-01-17T15:03:37.5853090Z Receiving objects:   9% (3254/36148)
2832021-01-17T15:03:37.6038480Z Receiving objects:  10% (3615/36148)
2842021-01-17T15:03:37.6114430Z Receiving objects:  11% (3977/36148)
2852021-01-17T15:03:37.6227770Z Receiving objects:  12% (4338/36148)
2862021-01-17T15:03:37.6298870Z Receiving objects:  13% (4700/36148)
2872021-01-17T15:03:37.6381060Z Receiving objects:  14% (5061/36148)
2882021-01-17T15:03:37.6504750Z Receiving objects:  15% (5423/36148)
2892021-01-17T15:03:37.6602020Z Receiving objects:  16% (5784/36148)
2902021-01-17T15:03:37.6697260Z Receiving objects:  17% (6146/36148)
2912021-01-17T15:03:37.6760870Z Receiving objects:  18% (6507/36148)
2922021-01-17T15:03:37.6881490Z Receiving objects:  19% (6869/36148)
2932021-01-17T15:03:37.6952340Z Receiving objects:  20% (7230/36148)
2942021-01-17T15:03:37.7027180Z Receiving objects:  21% (7592/36148)
2952021-01-17T15:03:37.7125050Z Receiving objects:  22% (7953/36148)
2962021-01-17T15:03:37.7206810Z Receiving objects:  23% (8315/36148)
2972021-01-17T15:03:37.7301980Z Receiving objects:  24% (8676/36148)
2982021-01-17T15:03:37.7391260Z Receiving objects:  25% (9037/36148)
2992021-01-17T15:03:37.7489040Z Receiving objects:  26% (9399/36148)
3002021-01-17T15:03:37.7576470Z Receiving objects:  27% (9760/36148)
3012021-01-17T15:03:37.7698800Z Receiving objects:  28% (10122/36148)
3022021-01-17T15:03:37.7790130Z Receiving objects:  29% (10483/36148)
3032021-01-17T15:03:37.7904910Z Receiving objects:  30% (10845/36148)
3042021-01-17T15:03:37.7965110Z Receiving objects:  31% (11206/36148)
3052021-01-17T15:03:37.8016940Z Receiving objects:  32% (11568/36148)
3062021-01-17T15:03:37.8102710Z Receiving objects:  33% (11929/36148)
3072021-01-17T15:03:37.8286020Z Receiving objects:  34% (12291/36148)
3082021-01-17T15:03:37.8387270Z Receiving objects:  35% (12652/36148)
3092021-01-17T15:03:37.8476310Z Receiving objects:  36% (13014/36148)
3102021-01-17T15:03:37.8577720Z Receiving objects:  37% (13375/36148)
3112021-01-17T15:03:37.8669140Z Receiving objects:  38% (13737/36148)
3122021-01-17T15:03:37.8781910Z Receiving objects:  39% (14098/36148)
3132021-01-17T15:03:37.8872330Z Receiving objects:  40% (14460/36148)
3142021-01-17T15:03:37.8951840Z Receiving objects:  41% (14821/36148)
3152021-01-17T15:03:37.9318330Z Receiving objects:  42% (15183/36148)
3162021-01-17T15:03:37.9425120Z Receiving objects:  43% (15544/36148)
3172021-01-17T15:03:37.9499850Z Receiving objects:  44% (15906/36148)
3182021-01-17T15:03:37.9568700Z Receiving objects:  45% (16267/36148)
3192021-01-17T15:03:38.0163200Z Receiving objects:  46% (16629/36148)
3202021-01-17T15:03:38.0263550Z Receiving objects:  47% (16990/36148), 12.80 MiB | 25.60 MiB/s
3212021-01-17T15:03:38.0349630Z Receiving objects:  48% (17352/36148), 12.80 MiB | 25.60 MiB/s
3222021-01-17T15:03:38.0445170Z Receiving objects:  49% (17713/36148), 12.80 MiB | 25.60 MiB/s
3232021-01-17T15:03:38.0544520Z Receiving objects:  50% (18074/36148), 12.80 MiB | 25.60 MiB/s
3242021-01-17T15:03:38.0589500Z Receiving objects:  51% (18436/36148), 12.80 MiB | 25.60 MiB/s
3252021-01-17T15:03:38.0627610Z Receiving objects:  52% (18797/36148), 12.80 MiB | 25.60 MiB/s
3262021-01-17T15:03:38.0674220Z Receiving objects:  53% (19159/36148), 12.80 MiB | 25.60 MiB/s
3272021-01-17T15:03:38.0716630Z Receiving objects:  54% (19520/36148), 12.80 MiB | 25.60 MiB/s
3282021-01-17T15:03:38.0752440Z Receiving objects:  55% (19882/36148), 12.80 MiB | 25.60 MiB/s
3292021-01-17T15:03:38.0787910Z Receiving objects:  56% (20243/36148), 12.80 MiB | 25.60 MiB/s
3302021-01-17T15:03:38.0824550Z Receiving objects:  57% (20605/36148), 12.80 MiB | 25.60 MiB/s
3312021-01-17T15:03:38.0866300Z Receiving objects:  58% (20966/36148), 12.80 MiB | 25.60 MiB/s
3322021-01-17T15:03:38.0905240Z Receiving objects:  59% (21328/36148), 12.80 MiB | 25.60 MiB/s
3332021-01-17T15:03:38.0937900Z Receiving objects:  60% (21689/36148), 12.80 MiB | 25.60 MiB/s
3342021-01-17T15:03:38.0971470Z Receiving objects:  61% (22051/36148), 12.80 MiB | 25.60 MiB/s
3352021-01-17T15:03:38.1029330Z Receiving objects:  62% (22412/36148), 12.80 MiB | 25.60 MiB/s
3362021-01-17T15:03:38.1082330Z Receiving objects:  63% (22774/36148), 12.80 MiB | 25.60 MiB/s
3372021-01-17T15:03:38.1135130Z Receiving objects:  64% (23135/36148), 12.80 MiB | 25.60 MiB/s
3382021-01-17T15:03:38.1184160Z Receiving objects:  65% (23497/36148), 12.80 MiB | 25.60 MiB/s
3392021-01-17T15:03:38.1266890Z Receiving objects:  66% (23858/36148), 12.80 MiB | 25.60 MiB/s
3402021-01-17T15:03:38.1355110Z Receiving objects:  67% (24220/36148), 12.80 MiB | 25.60 MiB/s
3412021-01-17T15:03:38.1429000Z Receiving objects:  68% (24581/36148), 12.80 MiB | 25.60 MiB/s
3422021-01-17T15:03:38.1496350Z Receiving objects:  69% (24943/36148), 12.80 MiB | 25.60 MiB/s
3432021-01-17T15:03:38.1560110Z Receiving objects:  70% (25304/36148), 12.80 MiB | 25.60 MiB/s
3442021-01-17T15:03:38.1641620Z Receiving objects:  71% (25666/36148), 12.80 MiB | 25.60 MiB/s
3452021-01-17T15:03:38.1717660Z Receiving objects:  72% (26027/36148), 12.80 MiB | 25.60 MiB/s
3462021-01-17T15:03:38.1784880Z Receiving objects:  73% (26389/36148), 12.80 MiB | 25.60 MiB/s
3472021-01-17T15:03:38.1849760Z Receiving objects:  74% (26750/36148), 12.80 MiB | 25.60 MiB/s
3482021-01-17T15:03:38.1909460Z Receiving objects:  75% (27111/36148), 12.80 MiB | 25.60 MiB/s
3492021-01-17T15:03:38.1968530Z Receiving objects:  76% (27473/36148), 12.80 MiB | 25.60 MiB/s
3502021-01-17T15:03:38.2057340Z Receiving objects:  77% (27834/36148), 12.80 MiB | 25.60 MiB/s
3512021-01-17T15:03:38.2222310Z Receiving objects:  78% (28196/36148), 12.80 MiB | 25.60 MiB/s
3522021-01-17T15:03:38.2483000Z Receiving objects:  79% (28557/36148), 12.80 MiB | 25.60 MiB/s
3532021-01-17T15:03:38.2638630Z Receiving objects:  80% (28919/36148), 12.80 MiB | 25.60 MiB/s
3542021-01-17T15:03:38.2719420Z Receiving objects:  81% (29280/36148), 12.80 MiB | 25.60 MiB/s
3552021-01-17T15:03:38.2830910Z Receiving objects:  82% (29642/36148), 12.80 MiB | 25.60 MiB/s
3562021-01-17T15:03:38.2908660Z Receiving objects:  83% (30003/36148), 12.80 MiB | 25.60 MiB/s
3572021-01-17T15:03:38.2982810Z Receiving objects:  84% (30365/36148), 12.80 MiB | 25.60 MiB/s
3582021-01-17T15:03:38.3099840Z Receiving objects:  85% (30726/36148), 12.80 MiB | 25.60 MiB/s
3592021-01-17T15:03:38.3163270Z Receiving objects:  86% (31088/36148), 12.80 MiB | 25.60 MiB/s
3602021-01-17T15:03:38.3227520Z Receiving objects:  87% (31449/36148), 12.80 MiB | 25.60 MiB/s
3612021-01-17T15:03:38.3328130Z Receiving objects:  88% (31811/36148), 12.80 MiB | 25.60 MiB/s
3622021-01-17T15:03:38.3438350Z Receiving objects:  89% (32172/36148), 12.80 MiB | 25.60 MiB/s
3632021-01-17T15:03:38.3519020Z Receiving objects:  90% (32534/36148), 12.80 MiB | 25.60 MiB/s
3642021-01-17T15:03:38.3591740Z Receiving objects:  91% (32895/36148), 12.80 MiB | 25.60 MiB/s
3652021-01-17T15:03:38.3731790Z Receiving objects:  92% (33257/36148), 12.80 MiB | 25.60 MiB/s
3662021-01-17T15:03:38.3800370Z Receiving objects:  93% (33618/36148), 12.80 MiB | 25.60 MiB/s
3672021-01-17T15:03:38.3903930Z Receiving objects:  94% (33980/36148), 12.80 MiB | 25.60 MiB/s
3682021-01-17T15:03:38.4426600Z Receiving objects:  95% (34341/36148), 12.80 MiB | 25.60 MiB/s
3692021-01-17T15:03:38.4513950Z Receiving objects:  96% (34703/36148), 12.80 MiB | 25.60 MiB/s
3702021-01-17T15:03:38.4605660Z Receiving objects:  97% (35064/36148), 12.80 MiB | 25.60 MiB/s
3712021-01-17T15:03:38.4637060Z Receiving objects:  98% (35426/36148), 12.80 MiB | 25.60 MiB/s
3722021-01-17T15:03:38.4638690Z remote: Total 36148 (delta 3334), reused 24811 (delta 2653), pack-reused 0
3732021-01-17T15:03:38.4656440Z Receiving objects:  99% (35787/36148), 12.80 MiB | 25.60 MiB/s
3742021-01-17T15:03:38.4657360Z Receiving objects: 100% (36148/36148), 12.80 MiB | 25.60 MiB/s
3752021-01-17T15:03:38.4657930Z Receiving objects: 100% (36148/36148), 25.24 MiB | 25.26 MiB/s, done.
3762021-01-17T15:03:38.4805390Z Resolving deltas:   0% (0/3334)
3772021-01-17T15:03:38.4807160Z Resolving deltas:   1% (34/3334)
3782021-01-17T15:03:38.4811070Z Resolving deltas:   2% (67/3334)
3792021-01-17T15:03:38.4820450Z Resolving deltas:   3% (101/3334)
3802021-01-17T15:03:38.4827030Z Resolving deltas:   4% (134/3334)
3812021-01-17T15:03:38.4830030Z Resolving deltas:   5% (167/3334)
3822021-01-17T15:03:38.4832560Z Resolving deltas:   6% (201/3334)
3832021-01-17T15:03:38.4834150Z Resolving deltas:   7% (234/3334)
3842021-01-17T15:03:38.4837660Z Resolving deltas:   8% (267/3334)
3852021-01-17T15:03:38.4840030Z Resolving deltas:   9% (301/3334)
3862021-01-17T15:03:38.4844920Z Resolving deltas:  10% (334/3334)
3872021-01-17T15:03:38.4848800Z Resolving deltas:  11% (367/3334)
3882021-01-17T15:03:38.4851420Z Resolving deltas:  12% (401/3334)
3892021-01-17T15:03:38.4855060Z Resolving deltas:  13% (434/3334)
3902021-01-17T15:03:38.4859780Z Resolving deltas:  14% (467/3334)
3912021-01-17T15:03:38.4860610Z Resolving deltas:  15% (501/3334)
3922021-01-17T15:03:38.4867640Z Resolving deltas:  16% (534/3334)
3932021-01-17T15:03:38.4875780Z Resolving deltas:  17% (567/3334)
3942021-01-17T15:03:38.4885830Z Resolving deltas:  18% (601/3334)
3952021-01-17T15:03:38.4893480Z Resolving deltas:  19% (634/3334)
3962021-01-17T15:03:38.4900280Z Resolving deltas:  20% (667/3334)
3972021-01-17T15:03:38.4907590Z Resolving deltas:  21% (701/3334)
3982021-01-17T15:03:38.4953770Z Resolving deltas:  22% (734/3334)
3992021-01-17T15:03:38.4957580Z Resolving deltas:  23% (767/3334)
4002021-01-17T15:03:38.4964320Z Resolving deltas:  24% (801/3334)
4012021-01-17T15:03:38.4965680Z Resolving deltas:  25% (834/3334)
4022021-01-17T15:03:38.4967570Z Resolving deltas:  26% (867/3334)
4032021-01-17T15:03:38.4972170Z Resolving deltas:  27% (901/3334)
4042021-01-17T15:03:38.4974630Z Resolving deltas:  28% (934/3334)
4052021-01-17T15:03:38.4976210Z Resolving deltas:  29% (967/3334)
4062021-01-17T15:03:38.4977610Z Resolving deltas:  30% (1001/3334)
4072021-01-17T15:03:38.4978760Z Resolving deltas:  31% (1034/3334)
4082021-01-17T15:03:38.4982460Z Resolving deltas:  32% (1067/3334)
4092021-01-17T15:03:38.4983830Z Resolving deltas:  33% (1101/3334)
4102021-01-17T15:03:38.4986170Z Resolving deltas:  34% (1134/3334)
4112021-01-17T15:03:38.4987680Z Resolving deltas:  35% (1167/3334)
4122021-01-17T15:03:38.4989310Z Resolving deltas:  36% (1201/3334)
4132021-01-17T15:03:38.4991180Z Resolving deltas:  37% (1234/3334)
4142021-01-17T15:03:38.4992450Z Resolving deltas:  38% (1267/3334)
4152021-01-17T15:03:38.4997770Z Resolving deltas:  39% (1301/3334)
4162021-01-17T15:03:38.5003730Z Resolving deltas:  40% (1334/3334)
4172021-01-17T15:03:38.5010730Z Resolving deltas:  41% (1367/3334)
4182021-01-17T15:03:38.5011450Z Resolving deltas:  42% (1401/3334)
4192021-01-17T15:03:38.5013880Z Resolving deltas:  43% (1434/3334)
4202021-01-17T15:03:38.5022280Z Resolving deltas:  44% (1467/3334)
4212021-01-17T15:03:38.5024540Z Resolving deltas:  45% (1501/3334)
4222021-01-17T15:03:38.5027200Z Resolving deltas:  46% (1534/3334)
4232021-01-17T15:03:38.5028840Z Resolving deltas:  47% (1567/3334)
4242021-01-17T15:03:38.5032270Z Resolving deltas:  48% (1601/3334)
4252021-01-17T15:03:38.5035590Z Resolving deltas:  49% (1634/3334)
4262021-01-17T15:03:38.5037190Z Resolving deltas:  50% (1667/3334)
4272021-01-17T15:03:38.5041870Z Resolving deltas:  51% (1701/3334)
4282021-01-17T15:03:38.5046200Z Resolving deltas:  52% (1734/3334)
4292021-01-17T15:03:38.5048780Z Resolving deltas:  53% (1768/3334)
4302021-01-17T15:03:38.5053160Z Resolving deltas:  54% (1801/3334)
4312021-01-17T15:03:38.5057120Z Resolving deltas:  55% (1834/3334)
4322021-01-17T15:03:38.5060090Z Resolving deltas:  56% (1868/3334)
4332021-01-17T15:03:38.5062410Z Resolving deltas:  57% (1903/3334)
4342021-01-17T15:03:38.5065450Z Resolving deltas:  58% (1934/3334)
4352021-01-17T15:03:38.5068830Z Resolving deltas:  59% (1968/3334)
4362021-01-17T15:03:38.5070320Z Resolving deltas:  60% (2001/3334)
4372021-01-17T15:03:38.5074740Z Resolving deltas:  61% (2034/3334)
4382021-01-17T15:03:38.5077740Z Resolving deltas:  62% (2068/3334)
4392021-01-17T15:03:38.5081560Z Resolving deltas:  63% (2101/3334)
4402021-01-17T15:03:38.5083400Z Resolving deltas:  64% (2134/3334)
4412021-01-17T15:03:38.5086880Z Resolving deltas:  65% (2168/3334)
4422021-01-17T15:03:38.5089390Z Resolving deltas:  66% (2201/3334)
4432021-01-17T15:03:38.5090720Z Resolving deltas:  67% (2234/3334)
4442021-01-17T15:03:38.5092190Z Resolving deltas:  68% (2268/3334)
4452021-01-17T15:03:38.5093820Z Resolving deltas:  69% (2301/3334)
4462021-01-17T15:03:38.5094800Z Resolving deltas:  70% (2334/3334)
4472021-01-17T15:03:38.5096610Z Resolving deltas:  71% (2368/3334)
4482021-01-17T15:03:38.5097690Z Resolving deltas:  72% (2401/3334)
4492021-01-17T15:03:38.5099300Z Resolving deltas:  73% (2434/3334)
4502021-01-17T15:03:38.5102470Z Resolving deltas:  74% (2468/3334)
4512021-01-17T15:03:38.5118180Z Resolving deltas:  75% (2501/3334)
4522021-01-17T15:03:38.5120490Z Resolving deltas:  76% (2534/3334)
4532021-01-17T15:03:38.5123260Z Resolving deltas:  77% (2568/3334)
4542021-01-17T15:03:38.5127000Z Resolving deltas:  78% (2601/3334)
4552021-01-17T15:03:38.5131660Z Resolving deltas:  79% (2634/3334)
4562021-01-17T15:03:38.5133600Z Resolving deltas:  80% (2668/3334)
4572021-01-17T15:03:38.5137730Z Resolving deltas:  81% (2701/3334)
4582021-01-17T15:03:38.5139940Z Resolving deltas:  82% (2734/3334)
4592021-01-17T15:03:38.5142240Z Resolving deltas:  83% (2769/3334)
4602021-01-17T15:03:38.5143920Z Resolving deltas:  84% (2801/3334)
4612021-01-17T15:03:38.5146290Z Resolving deltas:  85% (2834/3334)
4622021-01-17T15:03:38.5148740Z Resolving deltas:  86% (2868/3334)
4632021-01-17T15:03:38.5153760Z Resolving deltas:  87% (2901/3334)
4642021-01-17T15:03:38.5157890Z Resolving deltas:  88% (2934/3334)
4652021-01-17T15:03:38.5164010Z Resolving deltas:  89% (2968/3334)
4662021-01-17T15:03:38.5170310Z Resolving deltas:  90% (3001/3334)
4672021-01-17T15:03:38.5174800Z Resolving deltas:  91% (3034/3334)
4682021-01-17T15:03:38.5178820Z Resolving deltas:  92% (3068/3334)
4692021-01-17T15:03:38.5180060Z Resolving deltas:  93% (3101/3334)
4702021-01-17T15:03:38.5183500Z Resolving deltas:  94% (3134/3334)
4712021-01-17T15:03:38.5188260Z Resolving deltas:  95% (3168/3334)
4722021-01-17T15:03:38.5197350Z Resolving deltas:  96% (3201/3334)
4732021-01-17T15:03:38.5219820Z Resolving deltas:  97% (3234/3334)
4742021-01-17T15:03:38.5220860Z Resolving deltas:  98% (3268/3334)
4752021-01-17T15:03:38.5221450Z Resolving deltas:  99% (3301/3334)
4762021-01-17T15:03:38.5296630Z Resolving deltas: 100% (3334/3334)
4772021-01-17T15:03:38.5297250Z Resolving deltas: 100% (3334/3334), done.
4782021-01-17T15:03:38.6273290Z From https://github.com/macports/macports-ports
4792021-01-17T15:03:38.6275570Z  * [new ref]           ab52ab068c9ffd4a87a786dd68390306c8b9bfab -> pull/9749/merge
4802021-01-17T15:03:38.6347060Z ##[endgroup]
4812021-01-17T15:03:38.6348150Z ##[group]Determining the checkout info
4822021-01-17T15:03:38.6349100Z ##[endgroup]
4832021-01-17T15:03:38.6350280Z ##[group]Checking out the ref
4842021-01-17T15:03:38.6356120Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/9749/merge
4852021-01-17T15:03:39.7798780Z Updating files:  17% (3817/21248)
4862021-01-17T15:03:39.8428050Z Updating files:  18% (3825/21248)
4872021-01-17T15:03:39.8958980Z Updating files:  19% (4038/21248)
4882021-01-17T15:03:39.9532420Z Updating files:  20% (4250/21248)
4892021-01-17T15:03:40.0081020Z Updating files:  21% (4463/21248)
4902021-01-17T15:03:40.0900550Z Updating files:  22% (4675/21248)
4912021-01-17T15:03:40.1442120Z Updating files:  23% (4888/21248)
4922021-01-17T15:03:40.1994280Z Updating files:  24% (5100/21248)
4932021-01-17T15:03:40.2532550Z Updating files:  25% (5312/21248)
4942021-01-17T15:03:40.3108400Z Updating files:  26% (5525/21248)
4952021-01-17T15:03:40.3698070Z Updating files:  27% (5737/21248)
4962021-01-17T15:03:40.4244340Z Updating files:  28% (5950/21248)
4972021-01-17T15:03:40.5083480Z Updating files:  29% (6162/21248)
4982021-01-17T15:03:40.5627520Z Updating files:  30% (6375/21248)
4992021-01-17T15:03:40.6146910Z Updating files:  31% (6587/21248)
5002021-01-17T15:03:40.6841080Z Updating files:  32% (6800/21248)
5012021-01-17T15:03:40.7086500Z Updating files:  33% (7012/21248)
5022021-01-17T15:03:40.7451320Z Updating files:  33% (7102/21248)
5032021-01-17T15:03:40.8148810Z Updating files:  34% (7225/21248)
5042021-01-17T15:03:40.8784810Z Updating files:  35% (7437/21248)
5052021-01-17T15:03:40.9365560Z Updating files:  36% (7650/21248)
5062021-01-17T15:03:40.9855450Z Updating files:  37% (7862/21248)
5072021-01-17T15:03:41.0356080Z Updating files:  38% (8075/21248)
5082021-01-17T15:03:41.0924210Z Updating files:  39% (8287/21248)
5092021-01-17T15:03:41.1448630Z Updating files:  40% (8500/21248)
5102021-01-17T15:03:41.2052250Z Updating files:  41% (8712/21248)
5112021-01-17T15:03:41.2636220Z Updating files:  42% (8925/21248)
5122021-01-17T15:03:41.3234270Z Updating files:  43% (9137/21248)
5132021-01-17T15:03:41.3896890Z Updating files:  44% (9350/21248)
5142021-01-17T15:03:41.4484600Z Updating files:  45% (9562/21248)
5152021-01-17T15:03:41.5769410Z Updating files:  46% (9775/21248)
5162021-01-17T15:03:41.6378050Z Updating files:  47% (9987/21248)
5172021-01-17T15:03:41.6962960Z Updating files:  48% (10200/21248)
5182021-01-17T15:03:41.7077010Z Updating files:  49% (10412/21248)
5192021-01-17T15:03:41.7564200Z Updating files:  49% (10459/21248)
5202021-01-17T15:03:41.8297830Z Updating files:  50% (10624/21248)
5212021-01-17T15:03:41.8892470Z Updating files:  51% (10837/21248)
5222021-01-17T15:03:41.9553650Z Updating files:  52% (11049/21248)
5232021-01-17T15:03:42.0134000Z Updating files:  53% (11262/21248)
5242021-01-17T15:03:42.1460240Z Updating files:  54% (11474/21248)
5252021-01-17T15:03:42.2155380Z Updating files:  55% (11687/21248)
5262021-01-17T15:03:42.3159030Z Updating files:  56% (11899/21248)
5272021-01-17T15:03:42.3833570Z Updating files:  57% (12112/21248)
5282021-01-17T15:03:42.4427440Z Updating files:  58% (12324/21248)
5292021-01-17T15:03:42.5074080Z Updating files:  59% (12537/21248)
5302021-01-17T15:03:42.5650410Z Updating files:  60% (12749/21248)
5312021-01-17T15:03:42.6338380Z Updating files:  61% (12962/21248)
5322021-01-17T15:03:42.7070570Z Updating files:  62% (13174/21248)
5332021-01-17T15:03:42.7084090Z Updating files:  63% (13387/21248)
5342021-01-17T15:03:42.7849490Z Updating files:  63% (13393/21248)
5352021-01-17T15:03:42.8485440Z Updating files:  64% (13599/21248)
5362021-01-17T15:03:42.9045800Z Updating files:  65% (13812/21248)
5372021-01-17T15:03:42.9697710Z Updating files:  66% (14024/21248)
5382021-01-17T15:03:43.0769440Z Updating files:  67% (14237/21248)
5392021-01-17T15:03:43.1368030Z Updating files:  68% (14449/21248)
5402021-01-17T15:03:43.2000230Z Updating files:  69% (14662/21248)
5412021-01-17T15:03:43.2663540Z Updating files:  70% (14874/21248)
5422021-01-17T15:03:43.3305700Z Updating files:  71% (15087/21248)
5432021-01-17T15:03:43.4388200Z Updating files:  72% (15299/21248)
5442021-01-17T15:03:43.5008280Z Updating files:  73% (15512/21248)
5452021-01-17T15:03:43.5641260Z Updating files:  74% (15724/21248)
5462021-01-17T15:03:43.6358140Z Updating files:  75% (15936/21248)
5472021-01-17T15:03:43.6929140Z Updating files:  76% (16149/21248)
5482021-01-17T15:03:43.7084710Z Updating files:  77% (16361/21248)
5492021-01-17T15:03:43.7501670Z Updating files:  77% (16413/21248)
5502021-01-17T15:03:43.8170000Z Updating files:  78% (16574/21248)
5512021-01-17T15:03:43.8708180Z Updating files:  79% (16786/21248)
5522021-01-17T15:03:43.9421500Z Updating files:  80% (16999/21248)
5532021-01-17T15:03:43.9959370Z Updating files:  81% (17211/21248)
5542021-01-17T15:03:44.0546630Z Updating files:  82% (17424/21248)
5552021-01-17T15:03:44.1189170Z Updating files:  83% (17636/21248)
5562021-01-17T15:03:44.1881450Z Updating files:  84% (17849/21248)
5572021-01-17T15:03:44.2539090Z Updating files:  85% (18061/21248)
5582021-01-17T15:03:44.3529470Z Updating files:  86% (18274/21248)
5592021-01-17T15:03:44.5419190Z Updating files:  87% (18486/21248)
5602021-01-17T15:03:44.6036350Z Updating files:  88% (18699/21248)
5612021-01-17T15:03:44.6613520Z Updating files:  89% (18911/21248)
5622021-01-17T15:03:44.7078690Z Updating files:  90% (19124/21248)
5632021-01-17T15:03:44.7286160Z Updating files:  90% (19276/21248)
5642021-01-17T15:03:44.7978530Z Updating files:  91% (19336/21248)
5652021-01-17T15:03:44.8736090Z Updating files:  92% (19549/21248)
5662021-01-17T15:03:44.9481410Z Updating files:  93% (19761/21248)
5672021-01-17T15:03:45.0118820Z Updating files:  94% (19974/21248)
5682021-01-17T15:03:45.1124100Z Updating files:  95% (20186/21248)
5692021-01-17T15:03:45.1901570Z Updating files:  96% (20399/21248)
5702021-01-17T15:03:45.2569320Z Updating files:  97% (20611/21248)
5712021-01-17T15:03:45.3177800Z Updating files:  98% (20824/21248)
5722021-01-17T15:03:45.3838040Z Updating files:  99% (21036/21248)
5732021-01-17T15:03:45.3842300Z Updating files: 100% (21248/21248)
5742021-01-17T15:03:45.3842950Z Updating files: 100% (21248/21248), done.
5752021-01-17T15:03:45.4492090Z HEAD is now at ab52ab06 Merge 2861025432bee5768e3b4bb13f99aed73a66a698 into 2756d6d8d08f5e2010c6bc837679343d9b96bc71
5762021-01-17T15:03:45.4511210Z ##[endgroup]
5772021-01-17T15:03:45.4616860Z [command]/usr/local/bin/git log -1 --format='%H'
5782021-01-17T15:03:45.4689780Z 'ab52ab068c9ffd4a87a786dd68390306c8b9bfab'
5792021-01-17T15:03:45.4880490Z ##[group]Run actions/checkout@v2
5802021-01-17T15:03:45.4880910Z with:
5812021-01-17T15:03:45.4881270Z   repository: macports/mpbb
5822021-01-17T15:03:45.4881630Z   path: mpbb
5832021-01-17T15:03:45.4882310Z   token: ***
5842021-01-17T15:03:45.4882650Z   ssh-strict: true
5852021-01-17T15:03:45.4883070Z   persist-credentials: true
5862021-01-17T15:03:45.4883480Z   clean: true
5872021-01-17T15:03:45.4883800Z   fetch-depth: 1
5882021-01-17T15:03:45.4884130Z   lfs: false
5892021-01-17T15:03:45.4884450Z   submodules: false
5902021-01-17T15:03:45.4884780Z ##[endgroup]
5912021-01-17T15:03:45.6147180Z Syncing repository: macports/mpbb
5922021-01-17T15:03:45.6164650Z ##[group]Getting Git version info
5932021-01-17T15:03:45.6166750Z Working directory is '/Users/runner/work/macports-ports/macports-ports/mpbb'
5942021-01-17T15:03:45.6213640Z [command]/usr/local/bin/git version
5952021-01-17T15:03:45.6293670Z git version 2.30.0
5962021-01-17T15:03:45.6327790Z ##[endgroup]
5972021-01-17T15:03:45.6329970Z ##[group]Initializing the repository
5982021-01-17T15:03:45.6336000Z [command]/usr/local/bin/git init /Users/runner/work/macports-ports/macports-ports/mpbb
5992021-01-17T15:03:45.6446630Z hint: Using 'master' as the name for the initial branch. This default branch name
6002021-01-17T15:03:45.6447490Z hint: is subject to change. To configure the initial branch name to use in all
6012021-01-17T15:03:45.6448260Z hint: of your new repositories, which will suppress this warning, call:
6022021-01-17T15:03:45.6448790Z hint:
6032021-01-17T15:03:45.6450050Z hint:      git config --global init.defaultBranch <name>
6042021-01-17T15:03:45.6450740Z hint:
6052021-01-17T15:03:45.6452150Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6062021-01-17T15:03:45.6454620Z hint: 'development'. The just-created branch can be renamed via this command:
6072021-01-17T15:03:45.6455230Z hint:
6082021-01-17T15:03:45.6456210Z hint:      git branch -m <name>
6092021-01-17T15:03:45.6490830Z Initialized empty Git repository in /Users/runner/work/macports-ports/macports-ports/mpbb/.git/
6102021-01-17T15:03:45.6501770Z [command]/usr/local/bin/git remote add origin https://github.com/macports/mpbb
6112021-01-17T15:03:45.6583090Z ##[endgroup]
6122021-01-17T15:03:45.6584440Z ##[group]Disabling automatic garbage collection
6132021-01-17T15:03:45.6590170Z [command]/usr/local/bin/git config --local gc.auto 0
6142021-01-17T15:03:45.6664660Z ##[endgroup]
6152021-01-17T15:03:45.6671820Z ##[group]Setting up auth
6162021-01-17T15:03:45.6681660Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
6172021-01-17T15:03:45.6755830Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
6182021-01-17T15:03:45.7600490Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
6192021-01-17T15:03:45.7670990Z [command]/usr/local/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' || :
6202021-01-17T15:03:45.8606900Z [command]/usr/local/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
6212021-01-17T15:03:45.8707260Z ##[endgroup]
6222021-01-17T15:03:45.8708410Z ##[group]Determining the default branch
6232021-01-17T15:03:45.8713360Z Retrieving the default branch name
6242021-01-17T15:03:46.0526160Z Default branch 'master'
6252021-01-17T15:03:46.0526930Z ##[endgroup]
6262021-01-17T15:03:46.0527390Z ##[group]Fetching the repository
6272021-01-17T15:03:46.0535770Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/master:refs/remotes/origin/master
6282021-01-17T15:03:46.3145980Z remote: Enumerating objects: 27, done.       
6292021-01-17T15:03:46.3148640Z remote: Counting objects:   3% (1/27)       
6302021-01-17T15:03:46.3164390Z remote: Counting objects:   7% (2/27)       
6312021-01-17T15:03:46.3166510Z remote: Counting objects:  11% (3/27)       
6322021-01-17T15:03:46.3183120Z remote: Counting objects:  14% (4/27)       
6332021-01-17T15:03:46.3186310Z remote: Counting objects:  18% (5/27)       
6342021-01-17T15:03:46.3187140Z remote: Counting objects:  22% (6/27)       
6352021-01-17T15:03:46.3197360Z remote: Counting objects:  25% (7/27)       
6362021-01-17T15:03:46.3198720Z remote: Counting objects:  29% (8/27)       
6372021-01-17T15:03:46.3199960Z remote: Counting objects:  33% (9/27)       
6382021-01-17T15:03:46.3211240Z remote: Counting objects:  37% (10/27)       
6392021-01-17T15:03:46.3215000Z remote: Counting objects:  40% (11/27)       
6402021-01-17T15:03:46.3218380Z remote: Counting objects:  44% (12/27)       
6412021-01-17T15:03:46.3219830Z remote: Counting objects:  48% (13/27)       
6422021-01-17T15:03:46.3223440Z remote: Counting objects:  51% (14/27)       
6432021-01-17T15:03:46.3235900Z remote: Counting objects:  55% (15/27)       
6442021-01-17T15:03:46.3237590Z remote: Counting objects:  59% (16/27)       
6452021-01-17T15:03:46.3240420Z remote: Counting objects:  62% (17/27)       
6462021-01-17T15:03:46.3246960Z remote: Counting objects:  66% (18/27)       
6472021-01-17T15:03:46.3247910Z remote: Counting objects:  70% (19/27)       
6482021-01-17T15:03:46.3249290Z remote: Counting objects:  74% (20/27)       
6492021-01-17T15:03:46.3250530Z remote: Counting objects:  77% (21/27)       
6502021-01-17T15:03:46.3254730Z remote: Counting objects:  81% (22/27)       
6512021-01-17T15:03:46.3257910Z remote: Counting objects:  85% (23/27)       
6522021-01-17T15:03:46.3258870Z remote: Counting objects:  88% (24/27)       
6532021-01-17T15:03:46.3263290Z remote: Counting objects:  92% (25/27)       
6542021-01-17T15:03:46.3264110Z remote: Counting objects:  96% (26/27)       
6552021-01-17T15:03:46.3275790Z remote: Counting objects: 100% (27/27)       
6562021-01-17T15:03:46.3280720Z remote: Counting objects: 100% (27/27), done.       
6572021-01-17T15:03:46.3284340Z remote: Compressing objects:   3% (1/27)       
6582021-01-17T15:03:46.3295830Z remote: Compressing objects:   7% (2/27)       
6592021-01-17T15:03:46.3298860Z remote: Compressing objects:  11% (3/27)       
6602021-01-17T15:03:46.3303260Z remote: Compressing objects:  14% (4/27)       
6612021-01-17T15:03:46.3306300Z remote: Compressing objects:  18% (5/27)       
6622021-01-17T15:03:46.3307160Z remote: Compressing objects:  22% (6/27)       
6632021-01-17T15:03:46.3315060Z remote: Compressing objects:  25% (7/27)       
6642021-01-17T15:03:46.3334790Z remote: Compressing objects:  29% (8/27)       
6652021-01-17T15:03:46.3338330Z remote: Compressing objects:  33% (9/27)       
6662021-01-17T15:03:46.3339460Z remote: Compressing objects:  37% (10/27)       
6672021-01-17T15:03:46.3346400Z remote: Compressing objects:  40% (11/27)       
6682021-01-17T15:03:46.3347530Z remote: Compressing objects:  44% (12/27)       
6692021-01-17T15:03:46.3348670Z remote: Compressing objects:  48% (13/27)       
6702021-01-17T15:03:46.3358680Z remote: Compressing objects:  51% (14/27)       
6712021-01-17T15:03:46.3361980Z remote: Compressing objects:  55% (15/27)       
6722021-01-17T15:03:46.3366360Z remote: Compressing objects:  59% (16/27)       
6732021-01-17T15:03:46.3367480Z remote: Compressing objects:  62% (17/27)       
6742021-01-17T15:03:46.3368880Z remote: Compressing objects:  66% (18/27)       
6752021-01-17T15:03:46.3369750Z remote: Compressing objects:  70% (19/27)       
6762021-01-17T15:03:46.3378590Z remote: Compressing objects:  74% (20/27)       
6772021-01-17T15:03:46.3379970Z remote: Compressing objects:  77% (21/27)       
6782021-01-17T15:03:46.3381060Z remote: Compressing objects:  81% (22/27)       
6792021-01-17T15:03:46.3382300Z remote: Compressing objects:  85% (23/27)       
6802021-01-17T15:03:46.3386660Z remote: Compressing objects:  88% (24/27)       
6812021-01-17T15:03:46.3387950Z remote: Compressing objects:  92% (25/27)       
6822021-01-17T15:03:46.3398850Z remote: Compressing objects:  96% (26/27)       
6832021-01-17T15:03:46.3400170Z remote: Compressing objects: 100% (27/27)       
6842021-01-17T15:03:46.3401660Z remote: Compressing objects: 100% (27/27), done.       
6852021-01-17T15:03:46.3459910Z remote: Total 27 (delta 6), reused 4 (delta 0), pack-reused 0       
6862021-01-17T15:03:46.3729750Z From https://github.com/macports/mpbb
6872021-01-17T15:03:46.3731310Z  * [new branch]      master     -> origin/master
6882021-01-17T15:03:46.3798150Z ##[endgroup]
6892021-01-17T15:03:46.3798860Z ##[group]Determining the checkout info
6902021-01-17T15:03:46.3802290Z ##[endgroup]
6912021-01-17T15:03:46.3804900Z ##[group]Checking out the ref
6922021-01-17T15:03:46.3810290Z [command]/usr/local/bin/git checkout --progress --force -B master refs/remotes/origin/master
6932021-01-17T15:03:46.4014480Z Reset branch 'master'
6942021-01-17T15:03:46.4015910Z Branch 'master' set up to track remote branch 'master' from 'origin'.
6952021-01-17T15:03:46.4020810Z ##[endgroup]
6962021-01-17T15:03:46.4115190Z [command]/usr/local/bin/git log -1 --format='%H'
6972021-01-17T15:03:46.4185010Z 'd20090f86d3951910ec99e107753ed55cee6f663'
6982021-01-17T15:03:46.4315370Z ##[group]Run . ports/.github/workflows/bootstrap.sh
6992021-01-17T15:03:46.4316230Z [36;1m. ports/.github/workflows/bootstrap.sh[0m
7002021-01-17T15:03:46.4481380Z shell: /bin/bash -e {0}
7012021-01-17T15:03:46.4481830Z ##[endgroup]
7022021-01-17T15:03:46.4793180Z ##[group]Disabling Spotlight
7032021-01-17T15:03:46.5285090Z 2021-01-17 15:03:46.527 mdutil[952:5878] mdutil disabling Spotlight: / -> kMDConfigSearchLevelFSSearchOnly
7042021-01-17T15:03:46.8441300Z 2021-01-17 15:03:46.843 mdutil[952:5878] mdutil disabling Spotlight: /System/Volumes/Data -> kMDConfigSearchLevelFSSearchOnly
7052021-01-17T15:03:48.3667460Z /:
7062021-01-17T15:03:48.3683770Z    Indexing disabled.
7072021-01-17T15:03:48.3688980Z /System/Volumes/Data:
7082021-01-17T15:03:48.3733440Z    Indexing disabled.
7092021-01-17T15:03:48.3734810Z ##[endgroup]
7102021-01-17T15:03:48.3735750Z ##[group]Uninstalling Homebrew
7112021-01-17T15:03:48.3736530Z Moving directories...
7122021-01-17T15:03:48.4157940Z /usr/local/man
7132021-01-17T15:03:48.4211940Z /usr/local/bin
7142021-01-17T15:03:48.4235230Z /usr/local/microsoft
7152021-01-17T15:03:48.4256430Z /usr/local/include
7162021-01-17T15:03:48.4276570Z /usr/local/sbin
7172021-01-17T15:03:48.4295790Z /usr/local/etc
7182021-01-17T15:03:48.4316030Z /usr/local/Homebrew
7192021-01-17T15:03:48.4335280Z /usr/local/var
7202021-01-17T15:03:48.4354550Z /usr/local/Caskroom
7212021-01-17T15:03:48.4375310Z /usr/local/aws-cli
7222021-01-17T15:03:48.4394280Z /usr/local/lib
7232021-01-17T15:03:48.4414580Z /usr/local/opt
7242021-01-17T15:03:48.4434370Z /usr/local/Frameworks
7252021-01-17T15:03:48.4454580Z /usr/local/Cellar
7262021-01-17T15:03:48.4475400Z /usr/local/miniconda
7272021-01-17T15:03:48.4494320Z /usr/local/share
7282021-01-17T15:03:48.4524930Z Removing files...
7292021-01-17T15:03:48.4748450Z /usr/local/.com.apple.installer.keep
7302021-01-17T15:03:48.4759550Z ##[endgroup]
7312021-01-17T15:03:48.4760270Z ##[group]Installing MacPorts
7322021-01-17T15:03:48.4760720Z Fetching...
7332021-01-17T15:03:48.8771780Z Extracting...
7342021-01-17T15:03:49.9482310Z ##[endgroup]
7352021-01-17T15:03:49.9483150Z ##[group]Configuring MacPorts
7362021-01-17T15:03:50.0489590Z ##[endgroup]
7372021-01-17T15:03:50.0490390Z ##[group]Generating PortIndex
7382021-01-17T15:03:50.0540610Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
7392021-01-17T15:03:50.0542190Z                                  Dload  Upload   Total   Spent    Left  Speed
7402021-01-17T15:03:50.0543210Z
7412021-01-17T15:03:50.4741950Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
7422021-01-17T15:03:51.5391440Z   0 14.4M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
7432021-01-17T15:03:52.1235670Z  24 14.4M   24 3584k    0     0  2415k      0  0:00:06  0:00:01  0:00:05 2413k
7442021-01-17T15:03:52.1238100Z 100 14.4M  100 14.4M    0     0  7127k      0  0:00:02  0:00:02 --:--:-- 7127k
7452021-01-17T15:03:58.1077030Z From https://github.com/macports/macports-ports
7462021-01-17T15:03:58.1078860Z  * branch              master     -> FETCH_HEAD
7472021-01-17T15:03:58.1126750Z  * [new branch]        master     -> macports/master
7482021-01-17T15:03:59.0258100Z Warning: No quick index file found, attempting to generate one for source: file:///Users/runner/work/macports-ports/macports-ports/ports
7492021-01-17T15:03:59.2091720Z Creating port index in /Users/runner/work/macports-ports/macports-ports/ports
7502021-01-17T15:04:02.0729050Z Adding port lang/castxml
7512021-01-17T15:04:02.9922730Z Adding port python/py-jupyter_server
7522021-01-17T15:04:03.0235980Z Adding subport py36-jupyter_server
7532021-01-17T15:04:03.0545550Z Adding subport py37-jupyter_server
7542021-01-17T15:04:03.0875230Z Adding subport py38-jupyter_server
7552021-01-17T15:04:03.1182060Z Adding subport py39-jupyter_server
7562021-01-17T15:04:03.1544480Z Adding port python/py-jupyterlab
7572021-01-17T15:04:03.1876770Z Adding subport py36-jupyterlab
7582021-01-17T15:04:03.2193500Z Adding subport py37-jupyterlab
7592021-01-17T15:04:03.2512000Z Adding subport py38-jupyterlab
7602021-01-17T15:04:03.2836280Z Adding subport py39-jupyterlab
7612021-01-17T15:04:03.3167270Z Adding subport py27-jupyterlab
7622021-01-17T15:04:03.3499010Z Adding subport py35-jupyterlab
7632021-01-17T15:04:03.4476830Z Adding port python/py-mako
7642021-01-17T15:04:03.4786230Z Adding subport py27-mako
7652021-01-17T15:04:03.5091360Z Adding subport py35-mako
7662021-01-17T15:04:03.5406020Z Adding subport py36-mako
7672021-01-17T15:04:03.5709370Z Adding subport py37-mako
7682021-01-17T15:04:03.6014350Z Adding subport py38-mako
7692021-01-17T15:04:03.6333090Z Adding subport py39-mako
7702021-01-17T15:04:03.9522540Z Adding port python/py-tmuxp
7712021-01-17T15:04:03.9833810Z Adding subport py27-tmuxp
7722021-01-17T15:04:04.0158710Z Adding subport py36-tmuxp
7732021-01-17T15:04:04.0475560Z Adding subport py37-tmuxp
7742021-01-17T15:04:04.0786900Z Adding subport py38-tmuxp
7752021-01-17T15:04:04.1109110Z Adding subport py39-tmuxp
7762021-01-17T15:04:04.3922810Z Adding port security/KeePassXC
7772021-01-17T15:04:04.5834310Z Adding port textproc/pdftk
7782021-01-17T15:04:05.0469320Z
7792021-01-17T15:04:05.0470310Z Total number of ports parsed:      28
7802021-01-17T15:04:05.0471680Z Ports successfully parsed: 28
7812021-01-17T15:04:05.0472460Z Ports failed:                      0
7822021-01-17T15:04:05.0474580Z Up-to-date ports skipped:  25178
7832021-01-17T15:04:05.0475870Z
7842021-01-17T15:04:05.7792090Z Creating port index in /Users/runner/work/macports-ports/macports-ports/ports
7852021-01-17T15:04:07.9975110Z
7862021-01-17T15:04:07.9976460Z Total number of ports parsed:      0
7872021-01-17T15:04:07.9977410Z Ports successfully parsed: 0
7882021-01-17T15:04:07.9981080Z Ports failed:                      0
7892021-01-17T15:04:07.9987350Z Up-to-date ports skipped:  25206
7902021-01-17T15:04:07.9988200Z
7912021-01-17T15:04:08.0002770Z ##[endgroup]
7922021-01-17T15:04:08.0004430Z ##[group]Running postflight
7932021-01-17T15:04:08.0007480Z Postflight...
7942021-01-17T15:04:08.1020660Z The MacPorts Project, postflight script version 2.6: checking the shell environment for user "root".
7952021-01-17T15:04:08.2383840Z Creating group "macports"
7962021-01-17T15:04:08.8200550Z Creating user "macports"
7972021-01-17T15:04:10.0840050Z
7982021-01-17T15:04:10.0847760Z Removing old man pages...
7992021-01-17T15:04:10.1021470Z Done.
8002021-01-17T15:04:10.1026560Z
8012021-01-17T15:04:10.1386270Z Detected the bash shell.
8022021-01-17T15:04:10.9242090Z Your shell already has the right PATH environment variable for use with MacPorts!
8032021-01-17T15:04:10.9790700Z Your shell already has the right DISPLAY environment variable for use with MacPorts!
8042021-01-17T15:04:10.9820200Z Adding [default] tag to sources.conf if needed...
8052021-01-17T15:04:11.2021700Z Updating port image format...
8062021-01-17T15:04:11.3285570Z No ports installed to convert.
8072021-01-17T15:04:11.6595490Z Synchronizing the MacPorts installation with the project's rsync server...
8082021-01-17T15:04:11.8259640Z Version: 2.6.4
8092021-01-17T15:04:11.8285440Z Successful!
8102021-01-17T15:04:11.8287260Z You have successfully installed the MacPorts system. Launch a terminal and try it out!
8112021-01-17T15:04:11.8288300Z Read the port(1) manual page and https://guide.macports.org/ for help.
8122021-01-17T15:04:11.8289400Z See https://www.macports.org/contact.php if you need to get in touch with The MacPorts Project.
8132021-01-17T15:04:11.8299920Z ##[endgroup]
8142021-01-17T15:04:11.8300620Z ##[group]Installing getopt
8152021-01-17T15:04:11.8301050Z Extracting...
8162021-01-17T15:04:12.1390030Z ##[endgroup]
8172021-01-17T15:04:12.4207600Z ##[group]Run set -eu
8182021-01-17T15:04:12.4208150Z [36;1mset -eu[0m
8192021-01-17T15:04:12.4208690Z [36;1m# Add getopt, mpbb and the MacPorts paths to $PATH for the subsequent[0m
8202021-01-17T15:04:12.4209260Z [36;1m# steps.[0m
8212021-01-17T15:04:12.4209650Z [36;1mecho "/opt/mports/bin" >> $GITHUB_PATH[0m
8222021-01-17T15:04:12.4210120Z [36;1mecho "${PWD}/mpbb" >> $GITHUB_PATH[0m
8232021-01-17T15:04:12.4210580Z [36;1mecho "/opt/local/bin" >> $GITHUB_PATH[0m
8242021-01-17T15:04:12.4211310Z [36;1mecho "/opt/local/sbin" >> $GITHUB_PATH[0m
8252021-01-17T15:04:12.4211700Z [36;1m[0m
8262021-01-17T15:04:12.4212060Z [36;1mIFS='/' read -r -a portlist <<<$( \[0m
8272021-01-17T15:04:12.4212680Z [36;1m  git -C ports/ diff --name-only --diff-filter=AM macports/master...@ \[0m
8282021-01-17T15:04:12.4213290Z [36;1m    | grep -E '[^\._/][^/]*/[^/]+/(Portfile|files/)' \[0m
8292021-01-17T15:04:12.4213720Z [36;1m    | cut -d/ -f2 \[0m
8302021-01-17T15:04:12.4214030Z [36;1m    | sort -u \[0m
8312021-01-17T15:04:12.4214430Z [36;1m    | tr '\n' '/')[0m
8322021-01-17T15:04:12.4214780Z [36;1m[0m
8332021-01-17T15:04:12.4215340Z [36;1mecho "${portlist[@]}"[0m
8342021-01-17T15:04:12.4215840Z [36;1mecho "::set-output name=portlist::${portlist[@]}"[0m
8352021-01-17T15:04:12.4303890Z shell: /bin/bash -e {0}
8362021-01-17T15:04:12.4304260Z ##[endgroup]
8372021-01-17T15:04:13.4713170Z /Users/runner/work/_temp/143ecc73-c99f-487c-b507-286338e5b5c9.sh: line 16: portlist[@]: unbound variable
8382021-01-17T15:04:13.4723540Z ##[error]Process completed with exit code 1.
8392021-01-17T15:04:13.7593320Z ##[group]Run sudo find \
8402021-01-17T15:04:13.7593920Z [36;1msudo find \[0m
8412021-01-17T15:04:13.7594260Z [36;1m  /tmp/mpbb \[0m
8422021-01-17T15:04:13.7594660Z [36;1m  -maxdepth 1 \[0m
8432021-01-17T15:04:13.7595830Z [36;1m  -mindepth 1 \[0m
8442021-01-17T15:04:13.7596230Z [36;1m  -type d \[0m
8452021-01-17T15:04:13.7596560Z [36;1m  -print \[0m
8462021-01-17T15:04:13.7596940Z [36;1m  -exec chmod -R go+rX {} \;[0m
8472021-01-17T15:04:13.7690610Z shell: /bin/bash -e {0}
8482021-01-17T15:04:13.7691010Z ##[endgroup]
8492021-01-17T15:04:13.9130470Z find: /tmp/mpbb: No such file or directory
8502021-01-17T15:04:13.9146390Z ##[error]Process completed with exit code 1.
8512021-01-17T15:04:14.1388240Z ##[group]Run actions/upload-artifact@v2
8522021-01-17T15:04:14.1388830Z with:
8532021-01-17T15:04:14.1389430Z   name: logs-macos-10.15.zip
8542021-01-17T15:04:14.1389990Z   path: /tmp/mpbb/*/logs
8552021-01-17T15:04:14.1390430Z   if-no-files-found: warn
8562021-01-17T15:04:14.1390860Z ##[endgroup]
8572021-01-17T15:04:14.2348530Z ##[warning]No files were found with the provided path: /tmp/mpbb/*/logs. No artifacts will be uploaded.
8582021-01-17T15:04:14.4558920Z Post job cleanup.
8592021-01-17T15:04:14.5861870Z [command]/usr/bin/git version
8602021-01-17T15:04:14.6019250Z git version 2.24.3 (Apple Git-128)
8612021-01-17T15:04:14.6071200Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
8622021-01-17T15:04:14.6223430Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
8632021-01-17T15:04:16.3884110Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
8642021-01-17T15:04:16.4017830Z http.https://github.com/.extraheader
8652021-01-17T15:04:16.4032130Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
8662021-01-17T15:04:16.5369680Z [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' || :
8672021-01-17T15:04:16.8657870Z Post job cleanup.
8682021-01-17T15:04:17.0048540Z [command]/usr/bin/git version
8692021-01-17T15:04:17.0195960Z git version 2.24.3 (Apple Git-128)
8702021-01-17T15:04:17.0256810Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
8712021-01-17T15:04:17.0395560Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
8722021-01-17T15:04:17.1514950Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
8732021-01-17T15:04:17.1656900Z http.https://github.com/.extraheader
8742021-01-17T15:04:17.1669550Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
8752021-01-17T15:04:17.2688300Z [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' || :
8762021-01-17T15:04:17.4733520Z Cleaning up orphan processes