Skip to content

Instantly share code, notes, and snippets.

@timsneath
Created April 6, 2021 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsneath/960c9ef41e25ae08a0156524f56cf9f7 to your computer and use it in GitHub Desktop.
Save timsneath/960c9ef41e25ae08a0156524f56cf9f7 to your computer and use it in GitHub Desktop.
Github Action
2021-04-06T18:13:37.0477320Z ##[section]Starting: Request a runner to run this job
2021-04-06T18:13:37.1907254Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'windows-latest'
2021-04-06T18:13:37.1907342Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'windows-latest'
2021-04-06T18:13:37.1907773Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'windows-latest'
2021-04-06T18:13:37.3421042Z ##[section]Finishing: Request a runner to run this job
2021-04-06T18:13:44.2964566Z Current runner version: '2.277.1'
2021-04-06T18:13:44.3099208Z ##[group]Operating System
2021-04-06T18:13:44.3100178Z Microsoft Windows Server 2019
2021-04-06T18:13:44.3100666Z 10.0.17763
2021-04-06T18:13:44.3101191Z Datacenter
2021-04-06T18:13:44.3101661Z ##[endgroup]
2021-04-06T18:13:44.3102220Z ##[group]Virtual Environment
2021-04-06T18:13:44.3102877Z Environment: windows-2019
2021-04-06T18:13:44.3103402Z Version: 20210330.2
2021-04-06T18:13:44.3104592Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20210330.2/images/win/Windows2019-Readme.md
2021-04-06T18:13:44.3106008Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20210330.2
2021-04-06T18:13:44.3106913Z ##[endgroup]
2021-04-06T18:13:44.3109009Z ##[group]GITHUB_TOKEN Permissions
2021-04-06T18:13:44.3110192Z Actions: write
2021-04-06T18:13:44.3110739Z Checks: write
2021-04-06T18:13:44.3111211Z Contents: write
2021-04-06T18:13:44.3111869Z Deployments: write
2021-04-06T18:13:44.3112430Z Issues: write
2021-04-06T18:13:44.3112895Z Metadata: read
2021-04-06T18:13:44.3113547Z OrganizationPackages: write
2021-04-06T18:13:44.3114148Z Packages: write
2021-04-06T18:13:44.3114820Z PullRequests: write
2021-04-06T18:13:44.3115431Z RepositoryProjects: write
2021-04-06T18:13:44.3116101Z SecurityEvents: write
2021-04-06T18:13:44.3116629Z Statuses: write
2021-04-06T18:13:44.3117253Z ##[endgroup]
2021-04-06T18:13:44.3120384Z Prepare workflow directory
2021-04-06T18:13:44.3829384Z Prepare all required actions
2021-04-06T18:13:44.3840102Z Getting action download info
2021-04-06T18:13:44.7595047Z Download action repository 'actions/checkout@v2'
2021-04-06T18:13:45.8864649Z Download action repository 'dart-lang/setup-dart@v1'
2021-04-06T18:13:46.9072387Z ##[group]Run actions/checkout@v2
2021-04-06T18:13:46.9073119Z with:
2021-04-06T18:13:46.9073575Z repository: timsneath/win32
2021-04-06T18:13:46.9074479Z token: ***
2021-04-06T18:13:46.9074903Z ssh-strict: true
2021-04-06T18:13:46.9075456Z persist-credentials: true
2021-04-06T18:13:46.9075951Z clean: true
2021-04-06T18:13:46.9076377Z fetch-depth: 1
2021-04-06T18:13:46.9076782Z lfs: false
2021-04-06T18:13:46.9077210Z submodules: false
2021-04-06T18:13:46.9077644Z ##[endgroup]
2021-04-06T18:13:49.5253691Z Syncing repository: timsneath/win32
2021-04-06T18:13:49.5513991Z ##[group]Getting Git version info
2021-04-06T18:13:49.5515295Z Working directory is 'D:\a\win32\win32'
2021-04-06T18:13:49.5931122Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-06T18:13:49.6125301Z git version 2.31.0.windows.1
2021-04-06T18:13:49.6184943Z ##[endgroup]
2021-04-06T18:13:49.6191121Z Deleting the contents of 'D:\a\win32\win32'
2021-04-06T18:13:49.6195062Z ##[group]Initializing the repository
2021-04-06T18:13:49.6205820Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\win32\win32
2021-04-06T18:13:49.7910051Z Initialized empty Git repository in D:/a/win32/win32/.git/
2021-04-06T18:13:49.7967191Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/timsneath/win32
2021-04-06T18:13:49.8383344Z ##[endgroup]
2021-04-06T18:13:49.8384227Z ##[group]Disabling automatic garbage collection
2021-04-06T18:13:49.8393688Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2021-04-06T18:13:49.8875865Z ##[endgroup]
2021-04-06T18:13:49.8879785Z ##[group]Setting up auth
2021-04-06T18:13:49.8896368Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-06T18:13:49.9140635Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2021-04-06T18:13:51.8356122Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-06T18:13:51.8632109Z [command]"C:\Program Files\Git\bin\git.exe" 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' || :"
2021-04-06T18:13:52.3134231Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2021-04-06T18:13:52.3382752Z ##[endgroup]
2021-04-06T18:13:52.3395569Z ##[group]Fetching the repository
2021-04-06T18:13:52.3410256Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +679136922e3aa92693b2fc4ef0ba7ea83ec52b20:refs/remotes/pull/190/merge
2021-04-06T18:13:54.0319752Z remote: Enumerating objects: 352, done.
2021-04-06T18:13:54.0322632Z remote: Counting objects: 0% (1/352)
2021-04-06T18:13:54.0324082Z remote: Counting objects: 1% (4/352)
2021-04-06T18:13:54.0325502Z remote: Counting objects: 2% (8/352)
2021-04-06T18:13:54.0326941Z remote: Counting objects: 3% (11/352)
2021-04-06T18:13:54.0328605Z remote: Counting objects: 4% (15/352)
2021-04-06T18:13:54.0331021Z remote: Counting objects: 5% (18/352)
2021-04-06T18:13:54.0332705Z remote: Counting objects: 6% (22/352)
2021-04-06T18:13:54.0334111Z remote: Counting objects: 7% (25/352)
2021-04-06T18:13:54.0335136Z remote: Counting objects: 8% (29/352)
2021-04-06T18:13:54.0336088Z remote: Counting objects: 9% (32/352)
2021-04-06T18:13:54.0337710Z remote: Counting objects: 10% (36/352)
2021-04-06T18:13:54.0338743Z remote: Counting objects: 11% (39/352)
2021-04-06T18:13:54.0339747Z remote: Counting objects: 12% (43/352)
2021-04-06T18:13:54.0344433Z remote: Counting objects: 13% (46/352)
2021-04-06T18:13:54.0345233Z remote: Counting objects: 14% (50/352)
2021-04-06T18:13:54.0345895Z remote: Counting objects: 15% (53/352)
2021-04-06T18:13:54.0346513Z remote: Counting objects: 16% (57/352)
2021-04-06T18:13:54.0347261Z remote: Counting objects: 17% (60/352)
2021-04-06T18:13:54.0348174Z remote: Counting objects: 18% (64/352)
2021-04-06T18:13:54.0349730Z remote: Counting objects: 19% (67/352)
2021-04-06T18:13:54.0350657Z remote: Counting objects: 20% (71/352)
2021-04-06T18:13:54.0351390Z remote: Counting objects: 21% (74/352)
2021-04-06T18:13:54.0352125Z remote: Counting objects: 22% (78/352)
2021-04-06T18:13:54.0352886Z remote: Counting objects: 23% (81/352)
2021-04-06T18:13:54.0353666Z remote: Counting objects: 24% (85/352)
2021-04-06T18:13:54.0354386Z remote: Counting objects: 25% (88/352)
2021-04-06T18:13:54.0355151Z remote: Counting objects: 26% (92/352)
2021-04-06T18:13:54.0355761Z remote: Counting objects: 27% (96/352)
2021-04-06T18:13:54.0356389Z remote: Counting objects: 28% (99/352)
2021-04-06T18:13:54.0357039Z remote: Counting objects: 29% (103/352)
2021-04-06T18:13:54.0357746Z remote: Counting objects: 30% (106/352)
2021-04-06T18:13:54.0358375Z remote: Counting objects: 31% (110/352)
2021-04-06T18:13:54.0359623Z remote: Counting objects: 32% (113/352)
2021-04-06T18:13:54.0360493Z remote: Counting objects: 33% (117/352)
2021-04-06T18:13:54.0361087Z remote: Counting objects: 34% (120/352)
2021-04-06T18:13:54.0361656Z remote: Counting objects: 35% (124/352)
2021-04-06T18:13:54.0364472Z remote: Counting objects: 36% (127/352)
2021-04-06T18:13:54.0364998Z remote: Counting objects: 37% (131/352)
2021-04-06T18:13:54.0365488Z remote: Counting objects: 38% (134/352)
2021-04-06T18:13:54.0366148Z remote: Counting objects: 39% (138/352)
2021-04-06T18:13:54.0366640Z remote: Counting objects: 40% (141/352)
2021-04-06T18:13:54.0367118Z remote: Counting objects: 41% (145/352)
2021-04-06T18:13:54.0367608Z remote: Counting objects: 42% (148/352)
2021-04-06T18:13:54.0368702Z remote: Counting objects: 43% (152/352)
2021-04-06T18:13:54.0369455Z remote: Counting objects: 44% (155/352)
2021-04-06T18:13:54.0369971Z remote: Counting objects: 45% (159/352)
2021-04-06T18:13:54.0370526Z remote: Counting objects: 46% (162/352)
2021-04-06T18:13:54.0371012Z remote: Counting objects: 47% (166/352)
2021-04-06T18:13:54.0371765Z remote: Counting objects: 48% (169/352)
2021-04-06T18:13:54.0372273Z remote: Counting objects: 49% (173/352)
2021-04-06T18:13:54.0372745Z remote: Counting objects: 50% (176/352)
2021-04-06T18:13:54.0373225Z remote: Counting objects: 51% (180/352)
2021-04-06T18:13:54.0373977Z remote: Counting objects: 52% (184/352)
2021-04-06T18:13:54.0374462Z remote: Counting objects: 53% (187/352)
2021-04-06T18:13:54.0374929Z remote: Counting objects: 54% (191/352)
2021-04-06T18:13:54.0375409Z remote: Counting objects: 55% (194/352)
2021-04-06T18:13:54.0375886Z remote: Counting objects: 56% (198/352)
2021-04-06T18:13:54.0376365Z remote: Counting objects: 57% (201/352)
2021-04-06T18:13:54.0376829Z remote: Counting objects: 58% (205/352)
2021-04-06T18:13:54.0377304Z remote: Counting objects: 59% (208/352)
2021-04-06T18:13:54.0377771Z remote: Counting objects: 60% (212/352)
2021-04-06T18:13:54.0378247Z remote: Counting objects: 61% (215/352)
2021-04-06T18:13:54.0378713Z remote: Counting objects: 62% (219/352)
2021-04-06T18:13:54.0379176Z remote: Counting objects: 63% (222/352)
2021-04-06T18:13:54.0379925Z remote: Counting objects: 64% (226/352)
2021-04-06T18:13:54.0381504Z remote: Counting objects: 65% (229/352)
2021-04-06T18:13:54.0382014Z remote: Counting objects: 66% (233/352)
2021-04-06T18:13:54.0382487Z remote: Counting objects: 67% (236/352)
2021-04-06T18:13:54.0382968Z remote: Counting objects: 68% (240/352)
2021-04-06T18:13:54.0383447Z remote: Counting objects: 69% (243/352)
2021-04-06T18:13:54.0383932Z remote: Counting objects: 70% (247/352)
2021-04-06T18:13:54.0384404Z remote: Counting objects: 71% (250/352)
2021-04-06T18:13:54.0385141Z remote: Counting objects: 72% (254/352)
2021-04-06T18:13:54.0385616Z remote: Counting objects: 73% (257/352)
2021-04-06T18:13:54.0386096Z remote: Counting objects: 74% (261/352)
2021-04-06T18:13:54.0386567Z remote: Counting objects: 75% (264/352)
2021-04-06T18:13:54.0387046Z remote: Counting objects: 76% (268/352)
2021-04-06T18:13:54.0387513Z remote: Counting objects: 77% (272/352)
2021-04-06T18:13:54.0388000Z remote: Counting objects: 78% (275/352)
2021-04-06T18:13:54.0388469Z remote: Counting objects: 79% (279/352)
2021-04-06T18:13:54.0389110Z remote: Counting objects: 80% (282/352)
2021-04-06T18:13:54.0389856Z remote: Counting objects: 81% (286/352)
2021-04-06T18:13:54.0390765Z remote: Counting objects: 82% (289/352)
2021-04-06T18:13:54.0391312Z remote: Counting objects: 83% (293/352)
2021-04-06T18:13:54.0391786Z remote: Counting objects: 84% (296/352)
2021-04-06T18:13:54.0392269Z remote: Counting objects: 85% (300/352)
2021-04-06T18:13:54.0392741Z remote: Counting objects: 86% (303/352)
2021-04-06T18:13:54.0393738Z remote: Counting objects: 87% (307/352)
2021-04-06T18:13:54.0394719Z remote: Counting objects: 88% (310/352)
2021-04-06T18:13:54.0395283Z remote: Counting objects: 89% (314/352)
2021-04-06T18:13:54.0395759Z remote: Counting objects: 90% (317/352)
2021-04-06T18:13:54.0396500Z remote: Counting objects: 91% (321/352)
2021-04-06T18:13:54.0397463Z remote: Counting objects: 92% (324/352)
2021-04-06T18:13:54.0397982Z remote: Counting objects: 93% (328/352)
2021-04-06T18:13:54.0398456Z remote: Counting objects: 94% (331/352)
2021-04-06T18:13:54.0399097Z remote: Counting objects: 95% (335/352)
2021-04-06T18:13:54.0399661Z remote: Counting objects: 96% (338/352)
2021-04-06T18:13:54.0400142Z remote: Counting objects: 97% (342/352)
2021-04-06T18:13:54.0400700Z remote: Counting objects: 98% (345/352)
2021-04-06T18:13:54.0401185Z remote: Counting objects: 99% (349/352)
2021-04-06T18:13:54.0401831Z remote: Counting objects: 100% (352/352)
2021-04-06T18:13:54.0402377Z remote: Counting objects: 100% (352/352), done.
2021-04-06T18:13:54.0403012Z remote: Compressing objects: 0% (1/333)
2021-04-06T18:13:54.0403599Z remote: Compressing objects: 1% (4/333)
2021-04-06T18:13:54.0404163Z remote: Compressing objects: 2% (7/333)
2021-04-06T18:13:54.0404739Z remote: Compressing objects: 3% (10/333)
2021-04-06T18:13:54.0405300Z remote: Compressing objects: 4% (14/333)
2021-04-06T18:13:54.0405874Z remote: Compressing objects: 5% (17/333)
2021-04-06T18:13:54.0406435Z remote: Compressing objects: 6% (20/333)
2021-04-06T18:13:54.0407007Z remote: Compressing objects: 7% (24/333)
2021-04-06T18:13:54.0407559Z remote: Compressing objects: 8% (27/333)
2021-04-06T18:13:54.0408374Z remote: Compressing objects: 9% (30/333)
2021-04-06T18:13:54.0408935Z remote: Compressing objects: 10% (34/333)
2021-04-06T18:13:54.0409507Z remote: Compressing objects: 11% (37/333)
2021-04-06T18:13:54.0410062Z remote: Compressing objects: 12% (40/333)
2021-04-06T18:13:54.8938657Z remote: Compressing objects: 13% (44/333)
2021-04-06T18:13:54.8970594Z remote: Compressing objects: 14% (47/333)
2021-04-06T18:13:54.8972181Z remote: Compressing objects: 15% (50/333)
2021-04-06T18:13:54.8973193Z remote: Compressing objects: 16% (54/333)
2021-04-06T18:13:54.8974596Z remote: Compressing objects: 17% (57/333)
2021-04-06T18:13:54.8975494Z remote: Compressing objects: 18% (60/333)
2021-04-06T18:13:54.8976926Z remote: Compressing objects: 19% (64/333)
2021-04-06T18:13:54.8977932Z remote: Compressing objects: 20% (67/333)
2021-04-06T18:13:54.8978600Z remote: Compressing objects: 21% (70/333)
2021-04-06T18:13:54.8979285Z remote: Compressing objects: 22% (74/333)
2021-04-06T18:13:54.8979943Z remote: Compressing objects: 23% (77/333)
2021-04-06T18:13:54.8980614Z remote: Compressing objects: 24% (80/333)
2021-04-06T18:13:54.8981277Z remote: Compressing objects: 25% (84/333)
2021-04-06T18:13:54.8981940Z remote: Compressing objects: 26% (87/333)
2021-04-06T18:13:54.8982630Z remote: Compressing objects: 27% (90/333)
2021-04-06T18:13:54.8983298Z remote: Compressing objects: 28% (94/333)
2021-04-06T18:13:54.8984043Z remote: Compressing objects: 29% (97/333)
2021-04-06T18:13:54.8984717Z remote: Compressing objects: 30% (100/333)
2021-04-06T18:13:54.8985583Z remote: Compressing objects: 31% (104/333)
2021-04-06T18:13:54.8986360Z remote: Compressing objects: 32% (107/333)
2021-04-06T18:13:54.8987110Z remote: Compressing objects: 33% (110/333)
2021-04-06T18:13:54.8987882Z remote: Compressing objects: 34% (114/333)
2021-04-06T18:13:54.8988624Z remote: Compressing objects: 35% (117/333)
2021-04-06T18:13:54.8989387Z remote: Compressing objects: 36% (120/333)
2021-04-06T18:13:54.8990136Z remote: Compressing objects: 37% (124/333)
2021-04-06T18:13:54.8990900Z remote: Compressing objects: 38% (127/333)
2021-04-06T18:13:54.8991652Z remote: Compressing objects: 39% (130/333)
2021-04-06T18:13:54.8992501Z remote: Compressing objects: 40% (134/333)
2021-04-06T18:13:54.8993156Z remote: Compressing objects: 41% (137/333)
2021-04-06T18:13:54.8993990Z remote: Compressing objects: 42% (140/333)
2021-04-06T18:13:54.8995013Z remote: Compressing objects: 43% (144/333)
2021-04-06T18:13:54.8995760Z remote: Compressing objects: 44% (147/333)
2021-04-06T18:13:54.8996508Z remote: Compressing objects: 45% (150/333)
2021-04-06T18:13:54.8997255Z remote: Compressing objects: 46% (154/333)
2021-04-06T18:13:54.8998018Z remote: Compressing objects: 47% (157/333)
2021-04-06T18:13:54.8998757Z remote: Compressing objects: 48% (160/333)
2021-04-06T18:13:54.8999516Z remote: Compressing objects: 49% (164/333)
2021-04-06T18:13:54.9000260Z remote: Compressing objects: 50% (167/333)
2021-04-06T18:13:54.9001024Z remote: Compressing objects: 51% (170/333)
2021-04-06T18:13:54.9001777Z remote: Compressing objects: 52% (174/333)
2021-04-06T18:13:54.9002534Z remote: Compressing objects: 53% (177/333)
2021-04-06T18:13:54.9003280Z remote: Compressing objects: 54% (180/333)
2021-04-06T18:13:54.9004093Z remote: Compressing objects: 55% (184/333)
2021-04-06T18:13:54.9004853Z remote: Compressing objects: 56% (187/333)
2021-04-06T18:13:54.9005614Z remote: Compressing objects: 57% (190/333)
2021-04-06T18:13:54.9006369Z remote: Compressing objects: 58% (194/333)
2021-04-06T18:13:54.9007112Z remote: Compressing objects: 59% (197/333)
2021-04-06T18:13:54.9007872Z remote: Compressing objects: 60% (200/333)
2021-04-06T18:13:54.9008618Z remote: Compressing objects: 61% (204/333)
2021-04-06T18:13:54.9009374Z remote: Compressing objects: 62% (207/333)
2021-04-06T18:13:54.9010115Z remote: Compressing objects: 63% (210/333)
2021-04-06T18:13:54.9010970Z remote: Compressing objects: 64% (214/333)
2021-04-06T18:13:54.9011727Z remote: Compressing objects: 65% (217/333)
2021-04-06T18:13:54.9012480Z remote: Compressing objects: 66% (220/333)
2021-04-06T18:13:54.9013225Z remote: Compressing objects: 67% (224/333)
2021-04-06T18:13:54.9014060Z remote: Compressing objects: 68% (227/333)
2021-04-06T18:13:54.9014808Z remote: Compressing objects: 69% (230/333)
2021-04-06T18:13:54.9015568Z remote: Compressing objects: 70% (234/333)
2021-04-06T18:13:54.9016306Z remote: Compressing objects: 71% (237/333)
2021-04-06T18:13:54.9017061Z remote: Compressing objects: 72% (240/333)
2021-04-06T18:13:54.9017813Z remote: Compressing objects: 73% (244/333)
2021-04-06T18:13:54.9018558Z remote: Compressing objects: 74% (247/333)
2021-04-06T18:13:54.9019313Z remote: Compressing objects: 75% (250/333)
2021-04-06T18:13:54.9020053Z remote: Compressing objects: 76% (254/333)
2021-04-06T18:13:54.9020809Z remote: Compressing objects: 77% (257/333)
2021-04-06T18:13:54.9021550Z remote: Compressing objects: 78% (260/333)
2021-04-06T18:13:54.9022306Z remote: Compressing objects: 79% (264/333)
2021-04-06T18:13:54.9023049Z remote: Compressing objects: 80% (267/333)
2021-04-06T18:13:54.9023874Z remote: Compressing objects: 81% (270/333)
2021-04-06T18:13:54.9024625Z remote: Compressing objects: 82% (274/333)
2021-04-06T18:13:54.9025386Z remote: Compressing objects: 83% (277/333)
2021-04-06T18:13:54.9026124Z remote: Compressing objects: 84% (280/333)
2021-04-06T18:13:54.9026882Z remote: Compressing objects: 85% (284/333)
2021-04-06T18:13:54.9027638Z remote: Compressing objects: 86% (287/333)
2021-04-06T18:13:54.9028384Z remote: Compressing objects: 87% (290/333)
2021-04-06T18:13:54.9029138Z remote: Compressing objects: 88% (294/333)
2021-04-06T18:13:54.9029887Z remote: Compressing objects: 89% (297/333)
2021-04-06T18:13:54.9030645Z remote: Compressing objects: 90% (300/333)
2021-04-06T18:13:54.9031387Z remote: Compressing objects: 91% (304/333)
2021-04-06T18:13:54.9032145Z remote: Compressing objects: 92% (307/333)
2021-04-06T18:13:54.9033771Z remote: Compressing objects: 93% (310/333)
2021-04-06T18:13:54.9034720Z remote: Compressing objects: 94% (314/333)
2021-04-06T18:13:54.9035555Z remote: Compressing objects: 95% (317/333)
2021-04-06T18:13:54.9036400Z remote: Compressing objects: 96% (320/333)
2021-04-06T18:13:54.9037201Z remote: Compressing objects: 97% (324/333)
2021-04-06T18:13:54.9038822Z remote: Compressing objects: 98% (327/333)
2021-04-06T18:13:54.9039717Z remote: Compressing objects: 99% (330/333)
2021-04-06T18:13:54.9040406Z remote: Compressing objects: 100% (333/333)
2021-04-06T18:13:54.9041104Z remote: Compressing objects: 100% (333/333), done.
2021-04-06T18:13:54.9041782Z Receiving objects: 0% (1/352)
2021-04-06T18:13:54.9042376Z Receiving objects: 1% (4/352)
2021-04-06T18:13:54.9042942Z Receiving objects: 2% (8/352)
2021-04-06T18:13:54.9043527Z Receiving objects: 3% (11/352)
2021-04-06T18:13:54.9044146Z Receiving objects: 4% (15/352)
2021-04-06T18:13:54.9044736Z Receiving objects: 5% (18/352)
2021-04-06T18:13:54.9045302Z Receiving objects: 6% (22/352)
2021-04-06T18:13:54.9045882Z Receiving objects: 7% (25/352)
2021-04-06T18:13:54.9046461Z Receiving objects: 8% (29/352)
2021-04-06T18:13:54.9047039Z Receiving objects: 9% (32/352)
2021-04-06T18:13:54.9047605Z Receiving objects: 10% (36/352)
2021-04-06T18:13:54.9048183Z Receiving objects: 11% (39/352)
2021-04-06T18:13:54.9048745Z Receiving objects: 12% (43/352)
2021-04-06T18:13:54.9049319Z Receiving objects: 13% (46/352)
2021-04-06T18:13:54.9049878Z Receiving objects: 14% (50/352)
2021-04-06T18:13:54.9050449Z Receiving objects: 15% (53/352)
2021-04-06T18:13:54.9051670Z Receiving objects: 16% (57/352)
2021-04-06T18:13:54.9052307Z Receiving objects: 17% (60/352)
2021-04-06T18:13:54.9052873Z Receiving objects: 18% (64/352)
2021-04-06T18:13:54.9053452Z Receiving objects: 19% (67/352)
2021-04-06T18:13:54.9054061Z Receiving objects: 20% (71/352)
2021-04-06T18:13:54.9054653Z Receiving objects: 21% (74/352)
2021-04-06T18:13:54.9055326Z Receiving objects: 22% (78/352)
2021-04-06T18:13:54.9055860Z Receiving objects: 23% (81/352)
2021-04-06T18:13:54.9056379Z Receiving objects: 24% (85/352)
2021-04-06T18:13:54.9056913Z Receiving objects: 25% (88/352)
2021-04-06T18:13:54.9057432Z Receiving objects: 26% (92/352)
2021-04-06T18:13:54.9057959Z Receiving objects: 27% (96/352)
2021-04-06T18:13:54.9058486Z Receiving objects: 28% (99/352)
2021-04-06T18:13:54.9059023Z Receiving objects: 29% (103/352)
2021-04-06T18:13:54.9059552Z Receiving objects: 30% (106/352)
2021-04-06T18:13:54.9060089Z Receiving objects: 31% (110/352)
2021-04-06T18:13:54.9060617Z Receiving objects: 32% (113/352)
2021-04-06T18:13:54.9061152Z Receiving objects: 33% (117/352)
2021-04-06T18:13:54.9061679Z Receiving objects: 34% (120/352)
2021-04-06T18:13:54.9062216Z Receiving objects: 35% (124/352)
2021-04-06T18:13:54.9062738Z Receiving objects: 36% (127/352)
2021-04-06T18:13:54.9063285Z Receiving objects: 37% (131/352)
2021-04-06T18:13:54.9063914Z Receiving objects: 38% (134/352)
2021-04-06T18:13:54.9064462Z Receiving objects: 39% (138/352)
2021-04-06T18:13:54.9064987Z Receiving objects: 40% (141/352)
2021-04-06T18:13:54.9065557Z Receiving objects: 41% (145/352)
2021-04-06T18:13:54.9066097Z Receiving objects: 42% (148/352)
2021-04-06T18:13:54.9066636Z Receiving objects: 43% (152/352)
2021-04-06T18:13:54.9067164Z Receiving objects: 44% (155/352)
2021-04-06T18:13:54.9067821Z Receiving objects: 45% (159/352)
2021-04-06T18:13:54.9068490Z Receiving objects: 46% (162/352)
2021-04-06T18:13:54.9069048Z Receiving objects: 47% (166/352)
2021-04-06T18:13:54.9069577Z Receiving objects: 48% (169/352)
2021-04-06T18:13:54.9070115Z Receiving objects: 49% (173/352)
2021-04-06T18:13:54.9070637Z Receiving objects: 50% (176/352)
2021-04-06T18:13:54.9071170Z Receiving objects: 51% (180/352)
2021-04-06T18:13:54.9074704Z Receiving objects: 52% (184/352)
2021-04-06T18:13:54.9075622Z Receiving objects: 53% (187/352)
2021-04-06T18:13:54.9076171Z Receiving objects: 54% (191/352)
2021-04-06T18:13:54.9076726Z Receiving objects: 55% (194/352)
2021-04-06T18:13:54.9077251Z Receiving objects: 56% (198/352)
2021-04-06T18:13:54.9077790Z Receiving objects: 57% (201/352)
2021-04-06T18:13:54.9078316Z Receiving objects: 58% (205/352)
2021-04-06T18:13:54.9078871Z Receiving objects: 59% (208/352)
2021-04-06T18:13:54.9079393Z Receiving objects: 60% (212/352)
2021-04-06T18:13:54.9079928Z Receiving objects: 61% (215/352)
2021-04-06T18:13:54.9080450Z Receiving objects: 62% (219/352)
2021-04-06T18:13:54.9080986Z Receiving objects: 63% (222/352)
2021-04-06T18:13:54.9081518Z Receiving objects: 64% (226/352)
2021-04-06T18:13:54.9082056Z Receiving objects: 65% (229/352)
2021-04-06T18:13:54.9082573Z Receiving objects: 66% (233/352)
2021-04-06T18:13:54.9083110Z Receiving objects: 67% (236/352)
2021-04-06T18:13:54.9083628Z Receiving objects: 68% (240/352)
2021-04-06T18:13:54.9085465Z Receiving objects: 69% (243/352)
2021-04-06T18:13:54.9086308Z Receiving objects: 70% (247/352)
2021-04-06T18:13:54.9087120Z Receiving objects: 71% (250/352)
2021-04-06T18:13:54.9088176Z Receiving objects: 72% (254/352)
2021-04-06T18:13:54.9089804Z Receiving objects: 73% (257/352)
2021-04-06T18:13:54.9090773Z Receiving objects: 74% (261/352)
2021-04-06T18:13:54.9091469Z Receiving objects: 75% (264/352)
2021-04-06T18:13:54.9092401Z Receiving objects: 76% (268/352)
2021-04-06T18:13:54.9092973Z Receiving objects: 77% (272/352)
2021-04-06T18:13:54.9093547Z Receiving objects: 78% (275/352)
2021-04-06T18:13:54.9096159Z Receiving objects: 79% (279/352)
2021-04-06T18:13:54.9096941Z Receiving objects: 80% (282/352)
2021-04-06T18:13:54.9101095Z Receiving objects: 81% (286/352)
2021-04-06T18:13:54.9102047Z Receiving objects: 82% (289/352)
2021-04-06T18:13:54.9109838Z Receiving objects: 83% (293/352)
2021-04-06T18:13:54.9110642Z Receiving objects: 84% (296/352)
2021-04-06T18:13:54.9111316Z Receiving objects: 85% (300/352)
2021-04-06T18:13:54.9111931Z Receiving objects: 86% (303/352)
2021-04-06T18:13:54.9119003Z Receiving objects: 87% (307/352)
2021-04-06T18:13:54.9120028Z Receiving objects: 88% (310/352)
2021-04-06T18:13:54.9120808Z Receiving objects: 89% (314/352)
2021-04-06T18:13:54.9121378Z Receiving objects: 90% (317/352)
2021-04-06T18:13:54.9121961Z Receiving objects: 91% (321/352)
2021-04-06T18:13:54.9122594Z Receiving objects: 92% (324/352)
2021-04-06T18:13:54.9123170Z Receiving objects: 93% (328/352)
2021-04-06T18:13:54.9123732Z Receiving objects: 94% (331/352)
2021-04-06T18:13:54.9124357Z Receiving objects: 95% (335/352)
2021-04-06T18:13:54.9124937Z Receiving objects: 96% (338/352)
2021-04-06T18:13:54.9125513Z Receiving objects: 97% (342/352)
2021-04-06T18:13:54.9126209Z remote: Total 352 (delta 98), reused 73 (delta 14), pack-reused 0
2021-04-06T18:13:54.9126887Z Receiving objects: 98% (345/352)
2021-04-06T18:13:54.9127476Z Receiving objects: 99% (349/352)
2021-04-06T18:13:54.9128032Z Receiving objects: 100% (352/352)
2021-04-06T18:13:54.9128703Z Receiving objects: 100% (352/352), 3.23 MiB | 9.10 MiB/s, done.
2021-04-06T18:13:54.9129323Z Resolving deltas: 0% (0/98)
2021-04-06T18:13:54.9144996Z Resolving deltas: 1% (1/98)
2021-04-06T18:13:54.9145657Z Resolving deltas: 2% (2/98)
2021-04-06T18:13:54.9146202Z Resolving deltas: 3% (3/98)
2021-04-06T18:13:54.9146726Z Resolving deltas: 4% (4/98)
2021-04-06T18:13:54.9147260Z Resolving deltas: 5% (5/98)
2021-04-06T18:13:54.9147931Z Resolving deltas: 6% (6/98)
2021-04-06T18:13:54.9148466Z Resolving deltas: 7% (7/98)
2021-04-06T18:13:54.9149258Z Resolving deltas: 8% (8/98)
2021-04-06T18:13:54.9149814Z Resolving deltas: 9% (9/98)
2021-04-06T18:13:54.9150340Z Resolving deltas: 10% (10/98)
2021-04-06T18:13:54.9150879Z Resolving deltas: 11% (11/98)
2021-04-06T18:13:54.9151405Z Resolving deltas: 12% (12/98)
2021-04-06T18:13:54.9151937Z Resolving deltas: 13% (13/98)
2021-04-06T18:13:54.9152606Z Resolving deltas: 14% (14/98)
2021-04-06T18:13:54.9153172Z Resolving deltas: 15% (15/98)
2021-04-06T18:13:54.9153601Z Resolving deltas: 16% (16/98)
2021-04-06T18:13:54.9154541Z Resolving deltas: 17% (17/98)
2021-04-06T18:13:54.9155122Z Resolving deltas: 18% (18/98)
2021-04-06T18:13:54.9155654Z Resolving deltas: 19% (19/98)
2021-04-06T18:13:54.9156194Z Resolving deltas: 20% (20/98)
2021-04-06T18:13:54.9156717Z Resolving deltas: 21% (21/98)
2021-04-06T18:13:54.9157254Z Resolving deltas: 22% (22/98)
2021-04-06T18:13:54.9157775Z Resolving deltas: 23% (23/98)
2021-04-06T18:13:54.9158315Z Resolving deltas: 24% (24/98)
2021-04-06T18:13:54.9158838Z Resolving deltas: 25% (25/98)
2021-04-06T18:13:54.9159826Z Resolving deltas: 26% (26/98)
2021-04-06T18:13:54.9160408Z Resolving deltas: 27% (27/98)
2021-04-06T18:13:54.9160991Z Resolving deltas: 28% (28/98)
2021-04-06T18:13:54.9161567Z Resolving deltas: 29% (29/98)
2021-04-06T18:13:54.9162129Z Resolving deltas: 30% (30/98)
2021-04-06T18:13:54.9162720Z Resolving deltas: 31% (31/98)
2021-04-06T18:13:54.9163286Z Resolving deltas: 32% (32/98)
2021-04-06T18:13:54.9163952Z Resolving deltas: 33% (33/98)
2021-04-06T18:13:54.9164529Z Resolving deltas: 34% (34/98)
2021-04-06T18:13:54.9165025Z Resolving deltas: 35% (35/98)
2021-04-06T18:13:54.9165458Z Resolving deltas: 36% (36/98)
2021-04-06T18:13:54.9165934Z Resolving deltas: 37% (37/98)
2021-04-06T18:13:54.9166528Z Resolving deltas: 38% (38/98)
2021-04-06T18:13:54.9167105Z Resolving deltas: 39% (39/98)
2021-04-06T18:13:54.9167669Z Resolving deltas: 40% (40/98)
2021-04-06T18:13:54.9168246Z Resolving deltas: 41% (41/98)
2021-04-06T18:13:54.9168931Z Resolving deltas: 42% (42/98)
2021-04-06T18:13:54.9169523Z Resolving deltas: 43% (43/98)
2021-04-06T18:13:54.9170092Z Resolving deltas: 44% (44/98)
2021-04-06T18:13:54.9170666Z Resolving deltas: 45% (45/98)
2021-04-06T18:13:54.9171225Z Resolving deltas: 46% (46/98)
2021-04-06T18:13:54.9171810Z Resolving deltas: 47% (47/98)
2021-04-06T18:13:54.9172371Z Resolving deltas: 48% (48/98)
2021-04-06T18:13:54.9172957Z Resolving deltas: 50% (49/98)
2021-04-06T18:13:54.9173514Z Resolving deltas: 51% (50/98)
2021-04-06T18:13:54.9174127Z Resolving deltas: 52% (51/98)
2021-04-06T18:13:54.9174685Z Resolving deltas: 53% (52/98)
2021-04-06T18:13:54.9175254Z Resolving deltas: 54% (53/98)
2021-04-06T18:13:54.9175805Z Resolving deltas: 55% (54/98)
2021-04-06T18:13:54.9176367Z Resolving deltas: 56% (55/98)
2021-04-06T18:13:54.9176934Z Resolving deltas: 57% (56/98)
2021-04-06T18:13:54.9177750Z Resolving deltas: 58% (57/98)
2021-04-06T18:13:54.9178637Z Resolving deltas: 59% (58/98)
2021-04-06T18:13:54.9179381Z Resolving deltas: 60% (59/98)
2021-04-06T18:13:54.9179952Z Resolving deltas: 61% (60/98)
2021-04-06T18:13:54.9180702Z Resolving deltas: 62% (61/98)
2021-04-06T18:13:54.9181293Z Resolving deltas: 63% (62/98)
2021-04-06T18:13:54.9181879Z Resolving deltas: 64% (63/98)
2021-04-06T18:13:54.9182466Z Resolving deltas: 65% (64/98)
2021-04-06T18:13:54.9183041Z Resolving deltas: 67% (66/98)
2021-04-06T18:13:54.9183617Z Resolving deltas: 68% (67/98)
2021-04-06T18:13:54.9200278Z Resolving deltas: 69% (68/98)
2021-04-06T18:13:54.9201258Z Resolving deltas: 70% (69/98)
2021-04-06T18:13:54.9202305Z Resolving deltas: 71% (70/98)
2021-04-06T18:13:54.9202985Z Resolving deltas: 72% (71/98)
2021-04-06T18:13:54.9203594Z Resolving deltas: 73% (72/98)
2021-04-06T18:13:54.9204251Z Resolving deltas: 74% (73/98)
2021-04-06T18:13:54.9204837Z Resolving deltas: 75% (74/98)
2021-04-06T18:13:54.9205417Z Resolving deltas: 76% (75/98)
2021-04-06T18:13:54.9206008Z Resolving deltas: 77% (76/98)
2021-04-06T18:13:54.9206598Z Resolving deltas: 78% (77/98)
2021-04-06T18:13:54.9207186Z Resolving deltas: 79% (78/98)
2021-04-06T18:13:54.9207755Z Resolving deltas: 80% (79/98)
2021-04-06T18:13:54.9208472Z Resolving deltas: 81% (80/98)
2021-04-06T18:13:54.9209013Z Resolving deltas: 82% (81/98)
2021-04-06T18:13:54.9209694Z Resolving deltas: 83% (82/98)
2021-04-06T18:13:54.9210240Z Resolving deltas: 84% (83/98)
2021-04-06T18:13:54.9210767Z Resolving deltas: 85% (84/98)
2021-04-06T18:13:54.9211305Z Resolving deltas: 86% (85/98)
2021-04-06T18:13:54.9211835Z Resolving deltas: 87% (86/98)
2021-04-06T18:13:54.9212555Z Resolving deltas: 88% (87/98)
2021-04-06T18:13:54.9213127Z Resolving deltas: 89% (88/98)
2021-04-06T18:13:54.9213706Z Resolving deltas: 90% (89/98)
2021-04-06T18:13:54.9214339Z Resolving deltas: 91% (90/98)
2021-04-06T18:13:54.9214942Z Resolving deltas: 92% (91/98)
2021-04-06T18:13:54.9215524Z Resolving deltas: 93% (92/98)
2021-04-06T18:13:54.9216103Z Resolving deltas: 94% (93/98)
2021-04-06T18:13:54.9216675Z Resolving deltas: 95% (94/98)
2021-04-06T18:13:54.9217245Z Resolving deltas: 96% (95/98)
2021-04-06T18:13:54.9217800Z Resolving deltas: 97% (96/98)
2021-04-06T18:13:54.9224654Z Resolving deltas: 98% (97/98)
2021-04-06T18:13:54.9225213Z Resolving deltas: 100% (98/98)
2021-04-06T18:13:54.9225792Z Resolving deltas: 100% (98/98), done.
2021-04-06T18:13:54.9227044Z From https://github.com/timsneath/win32
2021-04-06T18:13:54.9227937Z * [new ref] 679136922e3aa92693b2fc4ef0ba7ea83ec52b20 -> pull/190/merge
2021-04-06T18:13:54.9229029Z ##[endgroup]
2021-04-06T18:13:54.9229685Z ##[group]Determining the checkout info
2021-04-06T18:13:54.9230263Z ##[endgroup]
2021-04-06T18:13:54.9230798Z ##[group]Checking out the ref
2021-04-06T18:13:54.9231636Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/190/merge
2021-04-06T18:13:55.0827119Z Note: switching to 'refs/remotes/pull/190/merge'.
2021-04-06T18:13:55.0827965Z
2021-04-06T18:13:55.0828968Z You are in 'detached HEAD' state. You can look around, make experimental
2021-04-06T18:13:55.0830514Z changes and commit them, and you can discard any commits you make in this
2021-04-06T18:13:55.0831935Z state without impacting any branches by switching back to a branch.
2021-04-06T18:13:55.0833265Z
2021-04-06T18:13:55.0834384Z If you want to create a new branch to retain commits you create, you may
2021-04-06T18:13:55.0835325Z do so (now or later) by using -c with the switch command. Example:
2021-04-06T18:13:55.0835876Z
2021-04-06T18:13:55.0836442Z git switch -c <new-branch-name>
2021-04-06T18:13:55.0836916Z
2021-04-06T18:13:55.0837428Z Or undo this operation with:
2021-04-06T18:13:55.0837860Z
2021-04-06T18:13:55.0838306Z git switch -
2021-04-06T18:13:55.0838796Z
2021-04-06T18:13:55.0839496Z Turn off this advice by setting config variable advice.detachedHead to false
2021-04-06T18:13:55.0840107Z
2021-04-06T18:13:55.0841024Z HEAD is now at 6791369 Merge 916ea936726fcfb35e886e4bd6f2b9da476b9039 into 009e8ec47d8d6766b7184c0af099a24c23a73df3
2021-04-06T18:13:55.0879992Z ##[endgroup]
2021-04-06T18:13:55.1140131Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2021-04-06T18:13:55.1332327Z '679136922e3aa92693b2fc4ef0ba7ea83ec52b20'
2021-04-06T18:13:55.1689808Z ##[group]Run dart-lang/setup-dart@v1
2021-04-06T18:13:55.1690272Z with:
2021-04-06T18:13:55.1690540Z sdk: main
2021-04-06T18:13:55.1690884Z architecture: x64
2021-04-06T18:13:55.1691224Z ##[endgroup]
2021-04-06T18:13:55.8532788Z Installing Dart SDK version "latest" from the main channel on windows-x64
2021-04-06T18:13:55.8534799Z Downloading https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip...
2021-04-06T18:13:56.0018834Z % Total % Received % Xferd Average Speed Time Time Time Current
2021-04-06T18:13:56.0031171Z Dload Upload Total Spent Left Speed
2021-04-06T18:13:56.0032042Z
2021-04-06T18:13:56.2949858Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2021-04-06T18:13:57.3054377Z 0 173M 0 148k 0 0 507k 0 0:05:49 --:--:-- 0:05:49 506k
2021-04-06T18:13:57.8691217Z 67 173M 67 116M 0 0 89.3M 0 0:00:01 0:00:01 --:--:-- 89.2M
2021-04-06T18:13:57.8722786Z 100 173M 100 173M 0 0 92.9M 0 0:00:01 0:00:01 --:--:-- 92.9M
2021-04-06T18:14:06.5169164Z Succesfully installed Dart SDK:
2021-04-06T18:14:06.5499572Z Dart SDK version: 2.13.0-edge.c67904753098ea360eff5d03ff05fd11ae6a40bf (be) (Tue Apr 6 16:40:17 2021 +0000) on "windows_x64"
2021-04-06T18:14:06.5765948Z ##[group]Run dart --version
2021-04-06T18:14:06.5766490Z dart --version
2021-04-06T18:14:06.5824565Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-06T18:14:06.5825131Z env:
2021-04-06T18:14:06.5825687Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-06T18:14:06.5826210Z ##[endgroup]
2021-04-06T18:14:07.2097872Z Dart SDK version: 2.13.0-edge.c67904753098ea360eff5d03ff05fd11ae6a40bf (be) (Tue Apr 6 16:40:17 2021 +0000) on "windows_x64"
2021-04-06T18:14:07.7198288Z ##[group]Run dart pub get
2021-04-06T18:14:07.7198870Z dart pub get
2021-04-06T18:14:07.7250036Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-06T18:14:07.7250539Z env:
2021-04-06T18:14:07.7250929Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-06T18:14:07.7251328Z ##[endgroup]
2021-04-06T18:14:08.2152528Z Resolving dependencies...
2021-04-06T18:14:25.2022397Z + _fe_analyzer_shared 19.0.0
2021-04-06T18:14:25.2023270Z + analyzer 1.3.0
2021-04-06T18:14:25.2023763Z + args 2.0.0
2021-04-06T18:14:25.2027854Z + async 2.5.0
2021-04-06T18:14:25.2028355Z + boolean_selector 2.1.0
2021-04-06T18:14:25.2028836Z + charcode 1.2.0
2021-04-06T18:14:25.2029277Z + cli_util 0.3.0
2021-04-06T18:14:25.2029738Z + collection 1.15.0
2021-04-06T18:14:25.2031932Z + convert 3.0.0
2021-04-06T18:14:25.2032417Z + coverage 1.0.2
2021-04-06T18:14:25.2032821Z + crypto 3.0.1
2021-04-06T18:14:25.2033213Z + ffi 1.0.0
2021-04-06T18:14:25.2033700Z + file 6.1.0
2021-04-06T18:14:25.2037425Z + glob 2.0.1
2021-04-06T18:14:25.2037919Z + http_multi_server 3.0.0
2021-04-06T18:14:25.2038381Z + http_parser 4.0.0
2021-04-06T18:14:25.2038796Z + io 1.0.0
2021-04-06T18:14:25.2039136Z + js 0.6.3
2021-04-06T18:14:25.2039537Z + logging 1.0.1
2021-04-06T18:14:25.2039920Z + matcher 0.12.10
2021-04-06T18:14:25.2040308Z + meta 1.3.0
2021-04-06T18:14:25.2040681Z + mime 1.0.0
2021-04-06T18:14:25.2041086Z + node_preamble 2.0.0
2021-04-06T18:14:25.2041509Z + package_config 2.0.0
2021-04-06T18:14:25.2041939Z + path 1.8.0
2021-04-06T18:14:25.2042320Z + pedantic 1.11.0
2021-04-06T18:14:25.2042714Z + pool 1.5.0
2021-04-06T18:14:25.2043106Z + pub_semver 2.0.0
2021-04-06T18:14:25.2043501Z + shelf 1.1.0
2021-04-06T18:14:25.2043922Z + shelf_packages_handler 3.0.0
2021-04-06T18:14:25.2044399Z + shelf_static 1.0.0
2021-04-06T18:14:25.2049035Z + shelf_web_socket 1.0.1
2021-04-06T18:14:25.2054496Z + source_map_stack_trace 2.1.0
2021-04-06T18:14:25.2055049Z + source_maps 0.10.10
2021-04-06T18:14:25.2055476Z + source_span 1.8.1
2021-04-06T18:14:25.2055868Z + stack_trace 1.10.0
2021-04-06T18:14:25.2065126Z + stream_channel 2.1.0
2021-04-06T18:14:25.2065723Z + string_scanner 1.1.0
2021-04-06T18:14:25.2066241Z + term_glyph 1.2.0
2021-04-06T18:14:25.2074081Z + test 1.16.8
2021-04-06T18:14:25.2074530Z + test_api 0.3.0
2021-04-06T18:14:25.2074916Z + test_core 0.3.19
2021-04-06T18:14:25.2075322Z + typed_data 1.3.0
2021-04-06T18:14:25.2075713Z + vm_service 6.2.0
2021-04-06T18:14:25.2076112Z + watcher 1.0.0
2021-04-06T18:14:25.2076797Z + web_socket_channel 2.0.0
2021-04-06T18:14:25.2077310Z + webkit_inspection_protocol 1.0.0
2021-04-06T18:14:25.2077985Z + winmd 0.5.0 from git https://github.com/timsneath/winmd.git at ad918d
2021-04-06T18:14:25.2078578Z + yaml 3.1.0
2021-04-06T18:14:25.2160825Z Downloading test 1.16.8...
2021-04-06T18:14:25.2171605Z Downloading pedantic 1.11.0...
2021-04-06T18:14:25.2174335Z Downloading path 1.8.0...
2021-04-06T18:14:25.2177102Z Downloading args 2.0.0...
2021-04-06T18:14:25.2182495Z Downloading ffi 1.0.0...
2021-04-06T18:14:25.2190996Z Downloading webkit_inspection_protocol 1.0.0...
2021-04-06T18:14:25.2192096Z Downloading web_socket_channel 2.0.0...
2021-04-06T18:14:25.2192689Z Downloading typed_data 1.3.0...
2021-04-06T18:14:25.2193283Z Downloading test_core 0.3.19...
2021-04-06T18:14:25.2194429Z Downloading test_api 0.3.0...
2021-04-06T18:14:25.2197007Z Downloading stream_channel 2.1.0...
2021-04-06T18:14:25.2199189Z Downloading stack_trace 1.10.0...
2021-04-06T18:14:25.2201622Z Downloading shelf_static 1.0.0...
2021-04-06T18:14:25.2203976Z Downloading shelf_packages_handler 3.0.0...
2021-04-06T18:14:25.2207046Z Downloading pool 1.5.0...
2021-04-06T18:14:25.2209179Z Downloading package_config 2.0.0...
2021-04-06T18:14:25.2212685Z Downloading node_preamble 2.0.0...
2021-04-06T18:14:25.2215834Z Downloading js 0.6.3...
2021-04-06T18:14:25.2218605Z Downloading io 1.0.0...
2021-04-06T18:14:25.2222970Z Downloading http_multi_server 3.0.0...
2021-04-06T18:14:25.2226603Z Downloading collection 1.15.0...
2021-04-06T18:14:25.2229436Z Downloading boolean_selector 2.1.0...
2021-04-06T18:14:25.2232231Z Downloading async 2.5.0...
2021-04-06T18:14:25.2234732Z Downloading source_maps 0.10.10...
2021-04-06T18:14:25.2237504Z Downloading source_map_stack_trace 2.1.0...
2021-04-06T18:14:25.2245100Z Downloading meta 1.3.0...
2021-04-06T18:14:25.2245850Z Downloading matcher 0.12.10...
2021-04-06T18:14:25.2246501Z Downloading term_glyph 1.2.0...
2021-04-06T18:14:25.2247724Z Downloading string_scanner 1.1.0...
2021-04-06T18:14:25.2250299Z Downloading mime 1.0.0...
2021-04-06T18:14:25.2252805Z Downloading http_parser 4.0.0...
2021-04-06T18:14:25.2255288Z Downloading convert 3.0.0...
2021-04-06T18:14:25.2257977Z Downloading charcode 1.2.0...
2021-04-06T18:14:25.2260369Z Downloading yaml 3.1.0...
2021-04-06T18:14:25.2262812Z Downloading source_span 1.8.1...
2021-04-06T18:14:25.2265291Z Downloading shelf_web_socket 1.0.1...
2021-04-06T18:14:25.2267658Z Downloading shelf 1.1.0...
2021-04-06T18:14:25.2269932Z Downloading coverage 1.0.2...
2021-04-06T18:14:25.2272179Z Downloading logging 1.0.1...
2021-04-06T18:14:25.2277268Z Downloading crypto 3.0.1...
2021-04-06T18:14:25.2281373Z Downloading glob 2.0.1...
2021-04-06T18:14:25.2283941Z Downloading vm_service 6.2.0...
2021-04-06T18:14:25.2286355Z Downloading file 6.1.0...
2021-04-06T18:14:25.2288909Z Downloading analyzer 1.3.0...
2021-04-06T18:14:25.2291282Z Downloading watcher 1.0.0...
2021-04-06T18:14:25.2293674Z Downloading pub_semver 2.0.0...
2021-04-06T18:14:25.2296164Z Downloading cli_util 0.3.0...
2021-04-06T18:14:25.2298609Z Downloading _fe_analyzer_shared 19.0.0...
2021-04-06T18:14:27.8978924Z Git error. Command: `git clone /c/Users/runneradmin/.pub-cache\git\cache\winmd-b4cb580d86c61a1b17c9c09a9241f8586d1d7047 /c/Users/runneradmin/.pub-cache\git\winmd-ad918d98cd47329c82502cf4b893b8cbca9b717c`
2021-04-06T18:14:27.8980936Z stdout:
2021-04-06T18:14:27.8982026Z stderr: Cloning into '/c/Users/runneradmin/.pub-cache\git\winmd-ad918d98cd47329c82502cf4b893b8cbca9b717c'...
2021-04-06T18:14:27.8983801Z fatal: 'C:/Users/runneradmin/.pub-cache/git/cache/winmd-b4cb580d86c61a1b17c9c09a9241f8586d1d7047' does not appear to be a git repository
2021-04-06T18:14:27.8985080Z fatal: Could not read from remote repository.
2021-04-06T18:14:27.8985580Z
2021-04-06T18:14:27.8986177Z Please make sure you have the correct access rights
2021-04-06T18:14:27.8986858Z and the repository exists.
2021-04-06T18:14:27.8987466Z exit code: 128
2021-04-06T18:14:28.1251764Z ##[error]Process completed with exit code 1.
2021-04-06T18:14:28.1479730Z Post job cleanup.
2021-04-06T18:14:30.2310933Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-06T18:14:30.2509187Z git version 2.31.0.windows.1
2021-04-06T18:14:30.2582716Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-06T18:14:30.2817877Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2021-04-06T18:14:30.8588758Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-06T18:14:30.8781016Z http.https://github.com/.extraheader
2021-04-06T18:14:30.8832473Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2021-04-06T18:14:30.9080019Z [command]"C:\Program Files\Git\bin\git.exe" 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' || :"
2021-04-06T18:14:31.4219296Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment