Skip to content

Instantly share code, notes, and snippets.

@timsneath
Created April 24, 2021 01:26
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/11fb8891278a60824de2810515afed76 to your computer and use it in GitHub Desktop.
Save timsneath/11fb8891278a60824de2810515afed76 to your computer and use it in GitHub Desktop.
2021-04-24T00:40:56.9210201Z ##[section]Starting: Request a runner to run this job
2021-04-24T00:40:57.1351285Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'windows-2016'
2021-04-24T00:40:57.1351425Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'windows-2016'
2021-04-24T00:40:57.1351663Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'windows-2016'
2021-04-24T00:40:57.2303980Z ##[section]Finishing: Request a runner to run this job
2021-04-24T00:41:04.0999277Z Current runner version: '2.278.0'
2021-04-24T00:41:04.1116623Z ##[group]Operating System
2021-04-24T00:41:04.1117920Z Microsoft Windows Server 2016
2021-04-24T00:41:04.1118460Z 10.0.14393
2021-04-24T00:41:04.1119035Z Datacenter
2021-04-24T00:41:04.1119526Z ##[endgroup]
2021-04-24T00:41:04.1120129Z ##[group]Virtual Environment
2021-04-24T00:41:04.1120761Z Environment: windows-2016
2021-04-24T00:41:04.1121380Z Version: 20210419.1
2021-04-24T00:41:04.1122413Z Included Software: https://github.com/actions/virtual-environments/blob/win16/20210419.1/images/win/Windows2016-Readme.md
2021-04-24T00:41:04.1123900Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win16%2F20210419.1
2021-04-24T00:41:04.1124834Z ##[endgroup]
2021-04-24T00:41:04.1126871Z ##[group]GITHUB_TOKEN Permissions
2021-04-24T00:41:04.1128165Z Actions: write
2021-04-24T00:41:04.1128735Z Checks: write
2021-04-24T00:41:04.1129226Z Contents: write
2021-04-24T00:41:04.1129910Z Deployments: write
2021-04-24T00:41:04.1130521Z Issues: write
2021-04-24T00:41:04.1131072Z Metadata: read
2021-04-24T00:41:04.1131575Z Packages: write
2021-04-24T00:41:04.1132163Z PullRequests: write
2021-04-24T00:41:04.1132794Z RepositoryProjects: write
2021-04-24T00:41:04.1133511Z SecurityEvents: write
2021-04-24T00:41:04.1134058Z Statuses: write
2021-04-24T00:41:04.1134707Z ##[endgroup]
2021-04-24T00:41:04.1137852Z Prepare workflow directory
2021-04-24T00:41:04.1849295Z Prepare all required actions
2021-04-24T00:41:04.1859709Z Getting action download info
2021-04-24T00:41:04.5348536Z Download action repository 'actions/checkout@v2'
2021-04-24T00:41:05.7605849Z Download action repository 'dart-lang/setup-dart@v1.0'
2021-04-24T00:41:06.7728427Z ##[group]Run actions/checkout@v2
2021-04-24T00:41:06.7729201Z with:
2021-04-24T00:41:06.7729677Z repository: timsneath/winmd
2021-04-24T00:41:06.7730662Z token: ***
2021-04-24T00:41:06.7731086Z ssh-strict: true
2021-04-24T00:41:06.7731640Z persist-credentials: true
2021-04-24T00:41:06.7732171Z clean: true
2021-04-24T00:41:06.7732608Z fetch-depth: 1
2021-04-24T00:41:06.7733033Z lfs: false
2021-04-24T00:41:06.7733448Z submodules: false
2021-04-24T00:41:06.7733897Z ##[endgroup]
2021-04-24T00:41:14.6358400Z Syncing repository: timsneath/winmd
2021-04-24T00:41:14.6594921Z ##[group]Getting Git version info
2021-04-24T00:41:14.6596301Z Working directory is 'D:\a\winmd\winmd'
2021-04-24T00:41:14.6978711Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-24T00:41:14.7166485Z git version 2.31.1.windows.1
2021-04-24T00:41:14.7212493Z ##[endgroup]
2021-04-24T00:41:14.7217724Z Deleting the contents of 'D:\a\winmd\winmd'
2021-04-24T00:41:14.7222405Z ##[group]Initializing the repository
2021-04-24T00:41:14.7234625Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\winmd\winmd
2021-04-24T00:41:14.8216002Z Initialized empty Git repository in D:/a/winmd/winmd/.git/
2021-04-24T00:41:14.8269428Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/timsneath/winmd
2021-04-24T00:41:14.8665824Z ##[endgroup]
2021-04-24T00:41:14.8723932Z ##[group]Disabling automatic garbage collection
2021-04-24T00:41:14.8747395Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2021-04-24T00:41:14.9194714Z ##[endgroup]
2021-04-24T00:41:14.9222511Z ##[group]Setting up auth
2021-04-24T00:41:14.9223860Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-24T00:41:14.9428072Z [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-24T00:41:16.6009757Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-24T00:41:16.6208013Z [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-24T00:41:17.0333124Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2021-04-24T00:41:17.0629860Z ##[endgroup]
2021-04-24T00:41:17.0636569Z ##[group]Fetching the repository
2021-04-24T00:41:17.0657840Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +17b3f438d9c245c0054dff9f09317f4df771da8b:refs/remotes/pull/42/merge
2021-04-24T00:41:18.4083673Z remote: Enumerating objects: 84, done.
2021-04-24T00:41:18.4086413Z remote: Counting objects: 1% (1/84)
2021-04-24T00:41:18.4092665Z remote: Counting objects: 2% (2/84)
2021-04-24T00:41:18.4094959Z remote: Counting objects: 3% (3/84)
2021-04-24T00:41:18.4096893Z remote: Counting objects: 4% (4/84)
2021-04-24T00:41:18.4098921Z remote: Counting objects: 5% (5/84)
2021-04-24T00:41:18.4100803Z remote: Counting objects: 7% (6/84)
2021-04-24T00:41:18.4101824Z remote: Counting objects: 8% (7/84)
2021-04-24T00:41:18.4102915Z remote: Counting objects: 9% (8/84)
2021-04-24T00:41:18.4103992Z remote: Counting objects: 10% (9/84)
2021-04-24T00:41:18.4105266Z remote: Counting objects: 11% (10/84)
2021-04-24T00:41:18.4106332Z remote: Counting objects: 13% (11/84)
2021-04-24T00:41:18.4107331Z remote: Counting objects: 14% (12/84)
2021-04-24T00:41:18.4108564Z remote: Counting objects: 15% (13/84)
2021-04-24T00:41:18.4111114Z remote: Counting objects: 16% (14/84)
2021-04-24T00:41:18.4116017Z remote: Counting objects: 17% (15/84)
2021-04-24T00:41:18.4118669Z remote: Counting objects: 19% (16/84)
2021-04-24T00:41:18.4119760Z remote: Counting objects: 20% (17/84)
2021-04-24T00:41:18.4120576Z remote: Counting objects: 21% (18/84)
2021-04-24T00:41:18.4121348Z remote: Counting objects: 22% (19/84)
2021-04-24T00:41:18.4121996Z remote: Counting objects: 23% (20/84)
2021-04-24T00:41:18.4124255Z remote: Counting objects: 25% (21/84)
2021-04-24T00:41:18.4125026Z remote: Counting objects: 26% (22/84)
2021-04-24T00:41:18.4125661Z remote: Counting objects: 27% (23/84)
2021-04-24T00:41:18.4127177Z remote: Counting objects: 28% (24/84)
2021-04-24T00:41:18.4127854Z remote: Counting objects: 29% (25/84)
2021-04-24T00:41:18.4128488Z remote: Counting objects: 30% (26/84)
2021-04-24T00:41:18.4130151Z remote: Counting objects: 32% (27/84)
2021-04-24T00:41:18.4130792Z remote: Counting objects: 33% (28/84)
2021-04-24T00:41:18.4131416Z remote: Counting objects: 34% (29/84)
2021-04-24T00:41:18.4131995Z remote: Counting objects: 35% (30/84)
2021-04-24T00:41:18.4132582Z remote: Counting objects: 36% (31/84)
2021-04-24T00:41:18.4133267Z remote: Counting objects: 38% (32/84)
2021-04-24T00:41:18.4135314Z remote: Counting objects: 39% (33/84)
2021-04-24T00:41:18.4136340Z remote: Counting objects: 40% (34/84)
2021-04-24T00:41:18.4138585Z remote: Counting objects: 41% (35/84)
2021-04-24T00:41:18.4139381Z remote: Counting objects: 42% (36/84)
2021-04-24T00:41:18.4140814Z remote: Counting objects: 44% (37/84)
2021-04-24T00:41:18.4141345Z remote: Counting objects: 45% (38/84)
2021-04-24T00:41:18.4141870Z remote: Counting objects: 46% (39/84)
2021-04-24T00:41:18.4142380Z remote: Counting objects: 47% (40/84)
2021-04-24T00:41:18.4143139Z remote: Counting objects: 48% (41/84)
2021-04-24T00:41:18.4143650Z remote: Counting objects: 50% (42/84)
2021-04-24T00:41:18.4144174Z remote: Counting objects: 51% (43/84)
2021-04-24T00:41:18.4144898Z remote: Counting objects: 52% (44/84)
2021-04-24T00:41:18.4147232Z remote: Counting objects: 53% (45/84)
2021-04-24T00:41:18.4147769Z remote: Counting objects: 54% (46/84)
2021-04-24T00:41:18.4148282Z remote: Counting objects: 55% (47/84)
2021-04-24T00:41:18.4148806Z remote: Counting objects: 57% (48/84)
2021-04-24T00:41:18.4149426Z remote: Counting objects: 58% (49/84)
2021-04-24T00:41:18.4150145Z remote: Counting objects: 59% (50/84)
2021-04-24T00:41:18.4150755Z remote: Counting objects: 60% (51/84)
2021-04-24T00:41:18.4151244Z remote: Counting objects: 61% (52/84)
2021-04-24T00:41:18.4151878Z remote: Counting objects: 63% (53/84)
2021-04-24T00:41:18.4152454Z remote: Counting objects: 64% (54/84)
2021-04-24T00:41:18.4152944Z remote: Counting objects: 65% (55/84)
2021-04-24T00:41:18.4153410Z remote: Counting objects: 66% (56/84)
2021-04-24T00:41:18.4153896Z remote: Counting objects: 67% (57/84)
2021-04-24T00:41:18.4154368Z remote: Counting objects: 69% (58/84)
2021-04-24T00:41:18.4154859Z remote: Counting objects: 70% (59/84)
2021-04-24T00:41:18.4155491Z remote: Counting objects: 71% (60/84)
2021-04-24T00:41:18.4156019Z remote: Counting objects: 72% (61/84)
2021-04-24T00:41:18.4156576Z remote: Counting objects: 73% (62/84)
2021-04-24T00:41:18.4157058Z remote: Counting objects: 75% (63/84)
2021-04-24T00:41:18.4157543Z remote: Counting objects: 76% (64/84)
2021-04-24T00:41:18.4159512Z remote: Counting objects: 77% (65/84)
2021-04-24T00:41:18.4160072Z remote: Counting objects: 78% (66/84)
2021-04-24T00:41:18.4161098Z remote: Counting objects: 79% (67/84)
2021-04-24T00:41:18.4161648Z remote: Counting objects: 80% (68/84)
2021-04-24T00:41:18.4162157Z remote: Counting objects: 82% (69/84)
2021-04-24T00:41:18.4162680Z remote: Counting objects: 83% (70/84)
2021-04-24T00:41:18.4163191Z remote: Counting objects: 84% (71/84)
2021-04-24T00:41:18.4163726Z remote: Counting objects: 85% (72/84)
2021-04-24T00:41:18.4164518Z remote: Counting objects: 86% (73/84)
2021-04-24T00:41:18.4165024Z remote: Counting objects: 88% (74/84)
2021-04-24T00:41:18.4165708Z remote: Counting objects: 89% (75/84)
2021-04-24T00:41:18.4166214Z remote: Counting objects: 90% (76/84)
2021-04-24T00:41:18.4166920Z remote: Counting objects: 91% (77/84)
2021-04-24T00:41:18.4167539Z remote: Counting objects: 92% (78/84)
2021-04-24T00:41:18.4168063Z remote: Counting objects: 94% (79/84)
2021-04-24T00:41:18.4168572Z remote: Counting objects: 95% (80/84)
2021-04-24T00:41:18.4169100Z remote: Counting objects: 96% (81/84)
2021-04-24T00:41:18.4169856Z remote: Counting objects: 97% (82/84)
2021-04-24T00:41:18.4170370Z remote: Counting objects: 98% (83/84)
2021-04-24T00:41:18.4171037Z remote: Counting objects: 100% (84/84)
2021-04-24T00:41:18.4171586Z remote: Counting objects: 100% (84/84), done.
2021-04-24T00:41:18.4172170Z remote: Compressing objects: 1% (1/79)
2021-04-24T00:41:18.4172883Z remote: Compressing objects: 2% (2/79)
2021-04-24T00:41:18.4173550Z remote: Compressing objects: 3% (3/79)
2021-04-24T00:41:18.4174112Z remote: Compressing objects: 5% (4/79)
2021-04-24T00:41:18.4174675Z remote: Compressing objects: 6% (5/79)
2021-04-24T00:41:18.4175421Z remote: Compressing objects: 7% (6/79)
2021-04-24T00:41:18.4176128Z remote: Compressing objects: 8% (7/79)
2021-04-24T00:41:18.4176803Z remote: Compressing objects: 10% (8/79)
2021-04-24T00:41:18.4177328Z remote: Compressing objects: 11% (9/79)
2021-04-24T00:41:18.4177863Z remote: Compressing objects: 12% (10/79)
2021-04-24T00:41:18.4178384Z remote: Compressing objects: 13% (11/79)
2021-04-24T00:41:18.4179037Z remote: Compressing objects: 15% (12/79)
2021-04-24T00:41:18.4179734Z remote: Compressing objects: 16% (13/79)
2021-04-24T00:41:18.4180246Z remote: Compressing objects: 17% (14/79)
2021-04-24T00:41:18.4180940Z remote: Compressing objects: 18% (15/79)
2021-04-24T00:41:18.4181572Z remote: Compressing objects: 20% (16/79)
2021-04-24T00:41:18.4182112Z remote: Compressing objects: 21% (17/79)
2021-04-24T00:41:18.4182625Z remote: Compressing objects: 22% (18/79)
2021-04-24T00:41:18.4183151Z remote: Compressing objects: 24% (19/79)
2021-04-24T00:41:18.4183676Z remote: Compressing objects: 25% (20/79)
2021-04-24T00:41:18.4184198Z remote: Compressing objects: 26% (21/79)
2021-04-24T00:41:18.4184725Z remote: Compressing objects: 27% (22/79)
2021-04-24T00:41:18.4185238Z remote: Compressing objects: 29% (23/79)
2021-04-24T00:41:18.4185772Z remote: Compressing objects: 30% (24/79)
2021-04-24T00:41:18.4186459Z remote: Compressing objects: 31% (25/79)
2021-04-24T00:41:18.4188062Z remote: Compressing objects: 32% (26/79)
2021-04-24T00:41:18.4188980Z remote: Compressing objects: 34% (27/79)
2021-04-24T00:41:18.4189651Z remote: Compressing objects: 35% (28/79)
2021-04-24T00:41:18.4190186Z remote: Compressing objects: 36% (29/79)
2021-04-24T00:41:18.4190697Z remote: Compressing objects: 37% (30/79)
2021-04-24T00:41:18.4191483Z remote: Compressing objects: 39% (31/79)
2021-04-24T00:41:18.4192046Z remote: Compressing objects: 40% (32/79)
2021-04-24T00:41:18.4192575Z remote: Compressing objects: 41% (33/79)
2021-04-24T00:41:18.4193200Z remote: Compressing objects: 43% (34/79)
2021-04-24T00:41:18.4193734Z remote: Compressing objects: 44% (35/79)
2021-04-24T00:41:18.4194316Z remote: Compressing objects: 45% (36/79)
2021-04-24T00:41:18.4194833Z remote: Compressing objects: 46% (37/79)
2021-04-24T00:41:18.4195361Z remote: Compressing objects: 48% (38/79)
2021-04-24T00:41:18.4195881Z remote: Compressing objects: 49% (39/79)
2021-04-24T00:41:18.4196409Z remote: Compressing objects: 50% (40/79)
2021-04-24T00:41:18.4196916Z remote: Compressing objects: 51% (41/79)
2021-04-24T00:41:18.4197437Z remote: Compressing objects: 53% (42/79)
2021-04-24T00:41:18.4197951Z remote: Compressing objects: 54% (43/79)
2021-04-24T00:41:18.4198475Z remote: Compressing objects: 55% (44/79)
2021-04-24T00:41:18.4198999Z remote: Compressing objects: 56% (45/79)
2021-04-24T00:41:18.4199538Z remote: Compressing objects: 58% (46/79)
2021-04-24T00:41:18.4200067Z remote: Compressing objects: 59% (47/79)
2021-04-24T00:41:18.4200741Z remote: Compressing objects: 60% (48/79)
2021-04-24T00:41:18.4201399Z remote: Compressing objects: 62% (49/79)
2021-04-24T00:41:18.4202170Z remote: Compressing objects: 63% (50/79)
2021-04-24T00:41:18.4202703Z remote: Compressing objects: 64% (51/79)
2021-04-24T00:41:18.4203378Z remote: Compressing objects: 65% (52/79)
2021-04-24T00:41:18.4203956Z remote: Compressing objects: 67% (53/79)
2021-04-24T00:41:18.4204484Z remote: Compressing objects: 68% (54/79)
2021-04-24T00:41:18.4204998Z remote: Compressing objects: 69% (55/79)
2021-04-24T00:41:18.4205522Z remote: Compressing objects: 70% (56/79)
2021-04-24T00:41:18.4206067Z remote: Compressing objects: 72% (57/79)
2021-04-24T00:41:18.4206595Z remote: Compressing objects: 73% (58/79)
2021-04-24T00:41:18.4207140Z remote: Compressing objects: 74% (59/79)
2021-04-24T00:41:18.4207671Z remote: Compressing objects: 75% (60/79)
2021-04-24T00:41:18.4208190Z remote: Compressing objects: 77% (61/79)
2021-04-24T00:41:18.4208698Z remote: Compressing objects: 78% (62/79)
2021-04-24T00:41:18.4209224Z remote: Compressing objects: 79% (63/79)
2021-04-24T00:41:18.4210091Z remote: Compressing objects: 81% (64/79)
2021-04-24T00:41:18.4210915Z remote: Compressing objects: 82% (65/79)
2021-04-24T00:41:18.4211701Z remote: Compressing objects: 83% (66/79)
2021-04-24T00:41:18.4212307Z remote: Compressing objects: 84% (67/79)
2021-04-24T00:41:18.4212859Z remote: Compressing objects: 86% (68/79)
2021-04-24T00:41:18.4213637Z remote: Compressing objects: 87% (69/79)
2021-04-24T00:41:18.4214203Z remote: Compressing objects: 88% (70/79)
2021-04-24T00:41:18.4214770Z remote: Compressing objects: 89% (71/79)
2021-04-24T00:41:18.4215574Z remote: Compressing objects: 91% (72/79)
2021-04-24T00:41:18.4217575Z remote: Compressing objects: 92% (73/79)
2021-04-24T00:41:18.4218492Z remote: Compressing objects: 93% (74/79)
2021-04-24T00:41:18.4219094Z remote: Compressing objects: 94% (75/79)
2021-04-24T00:41:18.4219772Z remote: Compressing objects: 96% (76/79)
2021-04-24T00:41:18.4220353Z remote: Compressing objects: 97% (77/79)
2021-04-24T00:41:18.4220922Z remote: Compressing objects: 98% (78/79)
2021-04-24T00:41:18.4221479Z remote: Compressing objects: 100% (79/79)
2021-04-24T00:41:18.4222078Z remote: Compressing objects: 100% (79/79), done.
2021-04-24T00:41:20.0843614Z remote: Total 84 (delta 3), reused 18 (delta 2), pack-reused 0
2021-04-24T00:41:20.3238009Z From https://github.com/timsneath/winmd
2021-04-24T00:41:20.3238893Z * [new ref] 17b3f438d9c245c0054dff9f09317f4df771da8b -> pull/42/merge
2021-04-24T00:41:20.3751426Z ##[endgroup]
2021-04-24T00:41:20.3752262Z ##[group]Determining the checkout info
2021-04-24T00:41:20.3753561Z ##[endgroup]
2021-04-24T00:41:20.3754054Z ##[group]Checking out the ref
2021-04-24T00:41:20.3767714Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/42/merge
2021-04-24T00:41:20.5701947Z Note: switching to 'refs/remotes/pull/42/merge'.
2021-04-24T00:41:20.5702444Z
2021-04-24T00:41:20.5703036Z You are in 'detached HEAD' state. You can look around, make experimental
2021-04-24T00:41:20.5703895Z changes and commit them, and you can discard any commits you make in this
2021-04-24T00:41:20.5705053Z state without impacting any branches by switching back to a branch.
2021-04-24T00:41:20.5706217Z
2021-04-24T00:41:20.5706747Z If you want to create a new branch to retain commits you create, you may
2021-04-24T00:41:20.5707622Z do so (now or later) by using -c with the switch command. Example:
2021-04-24T00:41:20.5708087Z
2021-04-24T00:41:20.5708514Z git switch -c <new-branch-name>
2021-04-24T00:41:20.5708862Z
2021-04-24T00:41:20.5709360Z Or undo this operation with:
2021-04-24T00:41:20.5709721Z
2021-04-24T00:41:20.5710117Z git switch -
2021-04-24T00:41:20.5710417Z
2021-04-24T00:41:20.5711115Z Turn off this advice by setting config variable advice.detachedHead to false
2021-04-24T00:41:20.5711740Z
2021-04-24T00:41:20.5712854Z HEAD is now at 17b3f43 Merge 63f8d46ceec8970ebc1317fac19ce978b6e88071 into bd1c8d68bfcee4d1dd8b38b91654505d5a6adb94
2021-04-24T00:41:20.5748983Z ##[endgroup]
2021-04-24T00:41:20.6087023Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2021-04-24T00:41:20.6262634Z '17b3f438d9c245c0054dff9f09317f4df771da8b'
2021-04-24T00:41:20.6620000Z ##[group]Run dart-lang/setup-dart@v1.0
2021-04-24T00:41:20.6620535Z with:
2021-04-24T00:41:20.6620860Z sdk: main
2021-04-24T00:41:20.6621256Z architecture: x64
2021-04-24T00:41:20.6621649Z ##[endgroup]
2021-04-24T00:41:21.1951230Z Installing Dart SDK version "latest" from the main channel on windows-x64
2021-04-24T00:41:21.1953279Z Downloading https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip...
2021-04-24T00:41:21.3194864Z % Total % Received % Xferd Average Speed Time Time Time Current
2021-04-24T00:41:21.3196325Z Dload Upload Total Spent Left Speed
2021-04-24T00:41:21.3202100Z
2021-04-24T00:41:22.1961186Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2021-04-24T00:41:22.2836119Z 91 172M 91 157M 0 0 179M 0 --:--:-- --:--:-- --:--:-- 179M
2021-04-24T00:41:22.2836970Z 100 172M 100 172M 0 0 184M 0 --:--:-- --:--:-- --:--:-- 184M
2021-04-24T00:41:31.0422822Z Succesfully installed Dart SDK:
2021-04-24T00:41:31.0859535Z Dart SDK version: 2.14.0-edge.470576682a1daa2faa1e5742eb63d514a0cf85e6 (be) (Fri Apr 23 21:40:12 2021 +0000) on "windows_x64"
2021-04-24T00:41:31.1402563Z ##[group]Run dart --version
2021-04-24T00:41:31.1403114Z dart --version
2021-04-24T00:41:31.1461004Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:41:31.1461574Z env:
2021-04-24T00:41:31.1462047Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:41:31.1462556Z ##[endgroup]
2021-04-24T00:41:31.6359626Z Dart SDK version: 2.14.0-edge.470576682a1daa2faa1e5742eb63d514a0cf85e6 (be) (Fri Apr 23 21:40:12 2021 +0000) on "windows_x64"
2021-04-24T00:41:32.9719558Z ##[group]Run dart pub get
2021-04-24T00:41:32.9720181Z dart pub get
2021-04-24T00:41:32.9775442Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:41:32.9776066Z env:
2021-04-24T00:41:32.9776640Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:41:32.9777217Z ##[endgroup]
2021-04-24T00:41:33.5568334Z Resolving dependencies...
2021-04-24T00:41:34.5305026Z + _fe_analyzer_shared 21.0.0
2021-04-24T00:41:34.5305525Z + analyzer 1.5.0
2021-04-24T00:41:34.5305885Z + args 2.1.0
2021-04-24T00:41:34.5306291Z + async 2.5.0
2021-04-24T00:41:34.5306670Z + boolean_selector 2.1.0
2021-04-24T00:41:34.5307109Z + charcode 1.2.0
2021-04-24T00:41:34.5307459Z + cli_util 0.3.0
2021-04-24T00:41:34.5307861Z + collection 1.15.0
2021-04-24T00:41:34.5308234Z + convert 3.0.0
2021-04-24T00:41:34.5308642Z + coverage 1.0.2
2021-04-24T00:41:34.5308998Z + crypto 3.0.1
2021-04-24T00:41:34.5309401Z + ffi 1.0.0
2021-04-24T00:41:34.5309844Z + file 6.1.0
2021-04-24T00:41:34.5310174Z + glob 2.0.1
2021-04-24T00:41:34.5310603Z + http_multi_server 3.0.1
2021-04-24T00:41:34.5311008Z + http_parser 4.0.0
2021-04-24T00:41:34.5311427Z + io 1.0.0
2021-04-24T00:41:34.5311858Z + js 0.6.3
2021-04-24T00:41:34.5312188Z + logging 1.0.1
2021-04-24T00:41:34.5312608Z + matcher 0.12.10
2021-04-24T00:41:34.5312948Z + meta 1.3.0
2021-04-24T00:41:34.5313320Z + mime 1.0.0
2021-04-24T00:41:34.5313868Z + node_preamble 2.0.0
2021-04-24T00:41:34.5314342Z + package_config 2.0.0
2021-04-24T00:41:34.5314742Z + path 1.8.0
2021-04-24T00:41:34.5315166Z + pedantic 1.11.0
2021-04-24T00:41:34.5315544Z + pool 1.5.0
2021-04-24T00:41:34.5315951Z + pub_semver 2.0.0
2021-04-24T00:41:34.5316360Z + shelf 1.1.1
2021-04-24T00:41:34.5316849Z + shelf_packages_handler 3.0.0
2021-04-24T00:41:34.5317308Z + shelf_static 1.0.0
2021-04-24T00:41:34.5317791Z + shelf_web_socket 1.0.1
2021-04-24T00:41:34.5318246Z + source_map_stack_trace 2.1.0
2021-04-24T00:41:34.5318718Z + source_maps 0.10.10
2021-04-24T00:41:34.5319171Z + source_span 1.8.1
2021-04-24T00:41:34.5319561Z + stack_trace 1.10.0
2021-04-24T00:41:34.5320014Z + stream_channel 2.1.0
2021-04-24T00:41:34.5320433Z + string_scanner 1.1.0
2021-04-24T00:41:34.5320872Z + term_glyph 1.2.0
2021-04-24T00:41:34.5321290Z + test 1.16.8 (1.17.1 available)
2021-04-24T00:41:34.5321846Z + test_api 0.3.0 (0.4.0 available)
2021-04-24T00:41:34.5322352Z + test_core 0.3.19 (0.3.21 available)
2021-04-24T00:41:34.5322830Z + typed_data 1.3.0
2021-04-24T00:41:34.5323216Z + vm_service 6.2.0
2021-04-24T00:41:34.5323639Z + watcher 1.0.0
2021-04-24T00:41:34.5324060Z + web_socket_channel 2.0.0
2021-04-24T00:41:34.5324600Z + webkit_inspection_protocol 1.0.0
2021-04-24T00:41:34.5325046Z + win32 2.0.5
2021-04-24T00:41:34.5325447Z + yaml 3.1.0
2021-04-24T00:41:34.5450126Z Downloading test 1.16.8...
2021-04-24T00:41:34.5458046Z Downloading pedantic 1.11.0...
2021-04-24T00:41:34.5460447Z Downloading win32 2.0.5...
2021-04-24T00:41:34.5462848Z Downloading ffi 1.0.0...
2021-04-24T00:41:34.5471405Z Downloading webkit_inspection_protocol 1.0.0...
2021-04-24T00:41:34.5475966Z Downloading web_socket_channel 2.0.0...
2021-04-24T00:41:34.5476752Z Downloading typed_data 1.3.0...
2021-04-24T00:41:34.5484368Z Downloading test_core 0.3.19...
2021-04-24T00:41:34.5485140Z Downloading test_api 0.3.0...
2021-04-24T00:41:34.5485865Z Downloading stream_channel 2.1.0...
2021-04-24T00:41:34.5486515Z Downloading stack_trace 1.10.0...
2021-04-24T00:41:34.5492408Z Downloading shelf_static 1.0.0...
2021-04-24T00:41:34.5493267Z Downloading shelf_packages_handler 3.0.0...
2021-04-24T00:41:34.5493949Z Downloading pool 1.5.0...
2021-04-24T00:41:34.5494569Z Downloading path 1.8.0...
2021-04-24T00:41:34.5495177Z Downloading package_config 2.0.0...
2021-04-24T00:41:34.5496985Z Downloading node_preamble 2.0.0...
2021-04-24T00:41:34.5499015Z Downloading js 0.6.3...
2021-04-24T00:41:34.5501072Z Downloading io 1.0.0...
2021-04-24T00:41:34.5504407Z Downloading collection 1.15.0...
2021-04-24T00:41:34.5513049Z Downloading boolean_selector 2.1.0...
2021-04-24T00:41:34.5513772Z Downloading async 2.5.0...
2021-04-24T00:41:34.5514380Z Downloading source_maps 0.10.10...
2021-04-24T00:41:34.5515018Z Downloading source_map_stack_trace 2.1.0...
2021-04-24T00:41:34.5517647Z Downloading meta 1.3.0...
2021-04-24T00:41:34.5519820Z Downloading matcher 0.12.10...
2021-04-24T00:41:34.5534161Z Downloading term_glyph 1.2.0...
2021-04-24T00:41:34.5534874Z Downloading string_scanner 1.1.0...
2021-04-24T00:41:34.5535748Z Downloading mime 1.0.0...
2021-04-24T00:41:34.5536384Z Downloading http_parser 4.0.0...
2021-04-24T00:41:34.5537054Z Downloading convert 3.0.0...
2021-04-24T00:41:34.5551421Z Downloading charcode 1.2.0...
2021-04-24T00:41:34.5551974Z Downloading yaml 3.1.0...
2021-04-24T00:41:34.5552439Z Downloading source_span 1.8.1...
2021-04-24T00:41:34.5553013Z Downloading shelf_web_socket 1.0.1...
2021-04-24T00:41:34.5553507Z Downloading shelf 1.1.1...
2021-04-24T00:41:34.5554057Z Downloading http_multi_server 3.0.1...
2021-04-24T00:41:34.5554606Z Downloading coverage 1.0.2...
2021-04-24T00:41:34.5561851Z Downloading logging 1.0.1...
2021-04-24T00:41:34.5562505Z Downloading crypto 3.0.1...
2021-04-24T00:41:34.5563044Z Downloading glob 2.0.1...
2021-04-24T00:41:34.5563638Z Downloading args 2.1.0...
2021-04-24T00:41:34.5564234Z Downloading vm_service 6.2.0...
2021-04-24T00:41:34.5564844Z Downloading file 6.1.0...
2021-04-24T00:41:34.5566128Z Downloading analyzer 1.5.0...
2021-04-24T00:41:34.5568066Z Downloading watcher 1.0.0...
2021-04-24T00:41:34.5570214Z Downloading pub_semver 2.0.0...
2021-04-24T00:41:34.5572333Z Downloading cli_util 0.3.0...
2021-04-24T00:41:34.5574654Z Downloading _fe_analyzer_shared 21.0.0...
2021-04-24T00:41:36.9452795Z Changed 49 dependencies!
2021-04-24T00:41:37.1928258Z ##[group]Run dart format --output=none --set-exit-if-changed .
2021-04-24T00:41:37.1929176Z dart format --output=none --set-exit-if-changed .
2021-04-24T00:41:37.1978439Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:41:37.1978951Z env:
2021-04-24T00:41:37.1979383Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:41:37.1979852Z ##[endgroup]
2021-04-24T00:41:38.7752418Z Formatted 56 files (0 changed) in 1.16 seconds.
2021-04-24T00:41:38.9960512Z ##[group]Run dart analyze --fatal-warnings
2021-04-24T00:41:38.9961200Z dart analyze --fatal-warnings
2021-04-24T00:41:39.0012350Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:41:39.0012897Z env:
2021-04-24T00:41:39.0013557Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:41:39.0014081Z ##[endgroup]
2021-04-24T00:41:39.4610385Z Analyzing winmd...
2021-04-24T00:41:49.3097120Z No issues found!
2021-04-24T00:41:49.5471787Z ##[group]Run dart test
2021-04-24T00:41:49.5472289Z dart test
2021-04-24T00:41:49.5519810Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:41:49.5520462Z env:
2021-04-24T00:41:49.5520972Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:41:49.5521484Z ##[endgroup]
2021-04-24T00:42:07.0292523Z 00:00 +0: test\base_test.dart: Windows Runtime is available on test machine
2021-04-24T00:42:09.4457133Z 00:02 +1: test\com_test.dart: Can find a COM interface in winmd
2021-04-24T00:42:09.4710643Z 00:02 +2: test\com_test.dart: Can find a COM interface in winmd by name
2021-04-24T00:42:09.4727001Z 00:02 +3: test\com_test.dart: INetwork tests Can search for a COM interface in winmd
2021-04-24T00:42:09.4742642Z 00:02 +4: test\com_test.dart: INetwork tests INetwork inherits from IDispatch
2021-04-24T00:42:09.4815962Z 00:02 +5: test\com_test.dart: INetwork tests Interface has expected number of methods
2021-04-24T00:42:09.4966966Z 00:02 +6: test\com_test.dart: INetwork tests Interface has the right IID
2021-04-24T00:42:09.4992316Z 00:02 +7: test\com_test.dart: INetwork tests COM methods are named correctly
2021-04-24T00:42:09.5005414Z 00:02 +8: test\com_test.dart: INetwork tests COM methods have right number of parameters
2021-04-24T00:42:09.5017681Z 00:02 +9: test\com_test.dart: INetwork tests COM methods return HRESULTs
2021-04-24T00:42:09.5033519Z 00:02 +10: test\com_test.dart: INetwork tests COM method string pointers are represented accurately
2021-04-24T00:42:09.5051534Z 00:02 +11: test\com_test.dart: INetwork tests COM method string pointers are projected to Dart accurately
2021-04-24T00:42:09.5112897Z 00:02 +12: test\com_test.dart: INetwork tests COM method strings are represented accurately
2021-04-24T00:42:09.5128370Z 00:02 +13: test\com_test.dart: INetwork tests COM method strings are projected to Dart accurately
2021-04-24T00:42:09.5142775Z 00:02 +14: test\com_test.dart: INetwork tests GUIDs are represented accurately
2021-04-24T00:42:09.5586166Z 00:02 +15: test\com_test.dart: INetwork tests GUIDs are projected accurately
2021-04-24T00:42:09.5587898Z 00:02 +16: test\com_test.dart: INetwork tests Enums like NLM_NETWORK_CATEGORY are projected accurately
2021-04-24T00:42:09.5593459Z 00:02 +17: test\com_test.dart: INetwork tests Pointers to enums are projected accurately
2021-04-24T00:42:09.5608997Z 00:02 +18: test\com_test.dart: INetwork tests Pointers to interfaces are projected accurately
2021-04-24T00:42:09.5629404Z 00:02 +19: test\com_test.dart: INetwork tests Properties are true for isGetProperty
2021-04-24T00:42:09.5643066Z 00:02 +20: test\com_test.dart: INetwork tests Properties are represented accurately
2021-04-24T00:42:09.5658944Z 00:02 +21: test\com_test.dart: INetwork tests Properties are projected accurately
2021-04-24T00:42:09.5674118Z 00:02 +22: test\com_test.dart: Projection of INetwork Correct number of projected methods
2021-04-24T00:42:09.5735796Z 00:02 +23: test\com_test.dart: Projection of INetwork Correct number of parameters in a test method
2021-04-24T00:42:09.5766879Z 00:02 +24: test\com_test.dart: Projection of INetwork Property can be found in projection
2021-04-24T00:42:09.5798025Z 00:02 +25: test\com_test.dart: Projection of INetwork isConnectedToInternet property is a property
2021-04-24T00:42:09.5836380Z 00:02 +26: test\com_test.dart: Projection of INetwork isConnectedToInternet property return is HRESULT
2021-04-24T00:42:09.5857985Z 00:02 +27: test\com_test.dart: Projection of INetwork isConnectedToInternet property parameter is VARIANT_BOOL
2021-04-24T00:42:09.5879415Z 00:02 +28: test\com_test.dart: Other projection tests IEnumNetworkConnections.NewEnum returns a Pointer
2021-04-24T00:42:09.5917899Z 00:02 +29: test\com_test.dart: Other projection tests IApplicationActivationManager.ActivateApplication recognizes ACTIVATEOPTIONS as an enum
2021-04-24T00:42:09.6679075Z 00:02 +30: test\com_test.dart: Other projection tests IApplicationActivationManager.ActivateApplication projects ACTIVATEOPTIONS as an enum
2021-04-24T00:42:09.6736141Z 00:02 +31: test\com_test.dart: Other projection tests Unidentified COM interfaces should be represented as Pointers
2021-04-24T00:42:11.6045487Z 00:04 +32: test\goldens_test.dart: Windows Runtime golden
2021-04-24T00:42:11.6998346Z 00:04 +33: test\goldens_test.dart: COM golden
2021-04-24T00:42:13.7008407Z 00:06 +34: test\object_tests\delegates_test.dart: Windows.Win32.WindowsAndMessaging.WNDPROC
2021-04-24T00:42:15.9693444Z 00:08 +35: test\object_tests\enums_test.dart: Windows.Win32.WindowsAndMessaging.HANDEDNESS
2021-04-24T00:42:17.8955477Z 00:10 +36: test\object_tests\functions_test.dart: Windows.Win32.WindowsAndMessaging.Apis.AdjustWindowRect
2021-04-24T00:42:20.0211961Z 00:12 +37: test\object_tests\interfaces_test.dart: Windows.Win32.Shell.IFileOperation2
2021-04-24T00:42:22.1293174Z 00:15 +38: test\object_tests\structs_test.dart: Windows.Win32.WindowsAndMessaging.ACCEL
2021-04-24T00:42:24.1251068Z 00:17 +39: test\object_tests\winrt_interfaces_test.dart: Windows.Foundation.IAsyncInfo
2021-04-24T00:42:26.0385059Z 00:19 +40: test\projection_test.dart: Simple int type
2021-04-24T00:42:26.0697552Z 00:19 +41: test\projection_test.dart: Unicode string
2021-04-24T00:42:26.0703386Z 00:19 +42: test\projection_test.dart: Projection ANSI string
2021-04-24T00:42:26.2643857Z 00:19 +43: test\projection_test.dart: Projection Handle
2021-04-24T00:42:26.2689148Z 00:19 +44: test\projection_test.dart: Projection Pointer<T>
2021-04-24T00:42:26.2719632Z 00:19 +45: test\projection_test.dart: Projection Pointer<Pointer<T>>
2021-04-24T00:42:26.2822457Z 00:19 +46: test\projection_test.dart: Projection Unicode string w/ double pointer
2021-04-24T00:42:26.2844112Z 00:19 +47: test\projection_test.dart: Projection Pass COM interfaces
2021-04-24T00:42:26.2875018Z 00:19 +48: test\projection_test.dart: Projection Pass pointers to COM interfaces
2021-04-24T00:42:26.2903453Z 00:19 +49: test\projection_test.dart: Projection Pass double pointers to COM interfaces
2021-04-24T00:42:26.2926244Z 00:19 +50: test\projection_test.dart: Projection Double pointer is projected correctly
2021-04-24T00:42:26.2984289Z 00:19 +51: test\projection_test.dart: Projection OLECHAR is represented correctly
2021-04-24T00:42:26.3001095Z 00:19 +52: test\projection_test.dart: Projection Callbacks are represented correctly
2021-04-24T00:42:26.3041564Z 00:19 +53: test\projection_test.dart: Projection Callbacks are represented correctly 2
2021-04-24T00:42:26.3072348Z 00:19 +54: test\projection_test.dart: Projection Pointers to structs are represented correctly
2021-04-24T00:42:26.3119124Z 00:19 +55: test\projection_test.dart: Projection Naked structs are represented correctly
2021-04-24T00:42:26.3138366Z 00:19 +56: test\projection_test.dart: Projection Enumeration params are represented correctly
2021-04-24T00:42:26.3189227Z 00:19 +57: test\projection_test.dart: Projection Pointer<Enum> params are represented correctly
2021-04-24T00:42:26.3215535Z 00:19 +58: test\projection_test.dart: Projection Void returns are represented correctly
2021-04-24T00:42:28.1898600Z 00:21 +59: test\store_test.dart: MetadataStore explicit initialization
2021-04-24T00:42:28.4158077Z 00:21 +60: test\store_test.dart: MetadataStore implicit initialization
2021-04-24T00:42:28.5828232Z 00:21 +61: test\store_test.dart: MetadataStore reinitialization
2021-04-24T00:42:28.8321312Z 00:21 +62: test\store_test.dart: MetadataStore scopes are successfully cached
2021-04-24T00:42:28.8394653Z 00:21 +63: test\store_test.dart: MetadataStore scope prints successfully
2021-04-24T00:42:28.8417285Z 00:21 +64: test\store_test.dart: MetadataStore can cache both WinRT and Win32 metadata
2021-04-24T00:42:30.5937614Z 00:23 +65: test\system_tokens_test.dart: Can find system token 0x0100001d
2021-04-24T00:42:30.8083163Z 00:23 +66: test\system_tokens_test.dart: Can find system token 0x0100003e
2021-04-24T00:42:30.8101197Z 00:23 +67: test\system_tokens_test.dart: IInspectable works
2021-04-24T00:42:32.5965254Z 00:25 +68: test\type_test.dart: NonClosableHandle should be projected as an IntPtr
2021-04-24T00:42:32.8131519Z 00:25 +69: test\type_test.dart: LARGE_INTEGER should be projected as an Int64
2021-04-24T00:42:34.6035154Z 00:27 +70: test\utils_test.dart: Can successfully find the location of a WinRT metadata file
2021-04-24T00:42:34.6449515Z 00:27 +71: test\utils_test.dart: Can camel case successfully
2021-04-24T00:42:36.3562457Z 00:29 +72: test\win32_struct_test.dart: Struct has expected number of fields
2021-04-24T00:42:36.5548783Z 00:29 +73: test\win32_struct_test.dart: Struct primitive field has expected name and type
2021-04-24T00:42:36.5610553Z 00:29 +74: test\win32_struct_test.dart: Struct valuetype field has expected name and type
2021-04-24T00:42:36.5634120Z 00:29 +75: test\win32_struct_test.dart: Struct array field has expected name and type
2021-04-24T00:42:36.5726599Z 00:29 +76: test\win32_struct_test.dart: Struct array field has expected name and type 2
2021-04-24T00:42:36.5759832Z 00:29 +77: test\win32_struct_test.dart: Struct array field projects correctly
2021-04-24T00:42:36.5832788Z 00:29 +78: test\win32_struct_test.dart: Struct STATSTG projects correctly
2021-04-24T00:42:36.5865990Z 00:29 +79: test\win32_struct_test.dart: Struct PHYSICAL_MONITOR contains an array of chars
2021-04-24T00:42:36.5884535Z 00:29 +80: test\win32_struct_test.dart: Small struct array fields have the correct dimensions
2021-04-24T00:42:36.5910873Z 00:29 +81: test\win32_struct_test.dart: Large struct array fields have the correct dimensions
2021-04-24T00:42:38.4290698Z 00:31 +82: test\win32_test.dart: Scope name is as expected
2021-04-24T00:42:38.4532969Z 00:31 +83: test\win32_test.dart: Scope version string returns expected result
2021-04-24T00:42:38.4551037Z 00:31 +84: test\win32_test.dart: Scope toString() is as expected
2021-04-24T00:42:38.4564419Z 00:31 +85: test\win32_test.dart: Scope modules contain expected DLLs
2021-04-24T00:42:38.4694973Z 00:31 +86: test\win32_test.dart: Scope modules contain expected user strings
2021-04-24T00:42:38.4699905Z 00:31 +87: test\win32_test.dart: Can successfully load a typedef from the Win32 metadata
2021-04-24T00:42:38.8143777Z 00:31 +88: test\win32_test.dart: Typedef is named correctly
2021-04-24T00:42:38.8161955Z 00:31 +89: test\win32_test.dart: Typedef equality is successful
2021-04-24T00:42:38.8191109Z 00:31 +90: test\win32_test.dart: Searching for a non-existent typedef returns null
2021-04-24T00:42:38.8218287Z 00:31 +91: test\win32_test.dart: Can find a known API within the given scope
2021-04-24T00:42:38.8587035Z 00:31 +92: test\win32_test.dart: Searching for a non-existent API call returns null
2021-04-24T00:42:38.8621575Z 00:31 +93: test\win32_test.dart: Can detect the module in which an API is found
2021-04-24T00:42:38.8659362Z 00:31 +94: test\win32_test.dart: isValid gives correct result for a real token
2021-04-24T00:42:38.8685252Z 00:31 +95: test\win32_test.dart: isValid gives correct result for a pseudo-token
2021-04-24T00:42:38.8719665Z 00:31 +96: test\win32_test.dart: No attributes for a pseudo-token
2021-04-24T00:42:38.8732230Z 00:31 +97: test\win32_test.dart: Functions can correctly return an int type
2021-04-24T00:42:38.8755056Z 00:31 +98: test\win32_test.dart: LPWSTR parameters are handled correctly
2021-04-24T00:42:38.8778205Z 00:31 +99: test\win32_test.dart: Signature blob is correct
2021-04-24T00:42:38.8819909Z 00:31 +100: test\win32_test.dart: Unicode string params are correctly marked
2021-04-24T00:42:38.8841985Z 00:31 +101: test\win32_test.dart: ANSI string params are correctly marked
2021-04-24T00:42:38.8862569Z 00:31 +102: test\win32_test.dart: Returned structs like LPRECT have correct param width
2021-04-24T00:42:38.8889365Z 00:31 +103: test\win32_test.dart: Structs like RECT have the correct type args
2021-04-24T00:42:38.8918143Z 00:31 +104: test\win32_test.dart: DWORD typedefs like COLORREF have the correct param type
2021-04-24T00:42:38.8937261Z 00:31 +105: test\win32_test.dart: DWORD typedefs like COLORREF have the correct return type
2021-04-24T00:42:38.8972952Z 00:31 +106: test\win32_test.dart: HANDLE-style parameters have the correct type
2021-04-24T00:42:38.8984449Z 00:31 +107: test\win32_test.dart: HANDLE-style parameters have the correct projection
2021-04-24T00:42:38.9055176Z 00:31 +108: test\win32_test.dart: LPHANDLE-style parameters have the correct type
2021-04-24T00:42:38.9082219Z 00:31 +109: test\win32_test.dart: LPHANDLE-style parameters have the correct projection
2021-04-24T00:42:38.9109420Z 00:31 +110: test\win32_test.dart: LPVOID parameters are projected to Pointer, not Pointer<Void>
2021-04-24T00:42:38.9129917Z 00:31 +111: test\win32_test.dart: Character parameters have the correct type
2021-04-24T00:42:38.9154900Z 00:31 +112: test\win32_test.dart: UnregisterPowerSettingNotification has the correct parameter type
2021-04-24T00:42:38.9167832Z 00:31 +113: test\win32_test.dart: GetActiveObject REFCLSID has the correct parameter type
2021-04-24T00:42:38.9187695Z 00:31 +114: test\win32_test.dart: APIs with empty parameters have an accurate return type
2021-04-24T00:42:38.9202363Z 00:31 +115: test\win32_test.dart: Double pointer is interpreted correctly
2021-04-24T00:42:38.9239448Z 00:31 +116: test\win32_test.dart: HRESULT return values are generated correctly
2021-04-24T00:42:38.9254747Z 00:31 +117: test\win32_test.dart: IUnknown parameters are generated correctly
2021-04-24T00:42:38.9281835Z 00:31 +118: test\win32_test.dart: Callback functions are generated correctly
2021-04-24T00:42:38.9317952Z 00:31 +119: test\win32_test.dart: Callback functions are generated correctly 2
2021-04-24T00:42:38.9351742Z 00:31 +120: test\win32_test.dart: Naked structs are generated correctly
2021-04-24T00:42:38.9368615Z 00:31 +121: test\win32_test.dart: Enumerations present in Win32 metadata
2021-04-24T00:42:39.0125825Z 00:31 +122: test\win32_test.dart: Enumerations contain correct entries
2021-04-24T00:42:39.0291129Z 00:32 +123: test\win32_test.dart: A specific enumeration contains expected constants
2021-04-24T00:42:39.0316833Z 00:32 +124: test\win32_test.dart: Enumerations are typed appropriately in functions
2021-04-24T00:42:39.0362228Z 00:32 +125: test\win32_test.dart: Pointers to enumerations are typed appropriately in functions
2021-04-24T00:42:39.0386236Z 00:32 +126: test\win32_test.dart: Delegates are appropriately marked
2021-04-24T00:42:39.0409199Z 00:32 +127: test\win32_test.dart: Non-delegates are appropriately marked
2021-04-24T00:42:39.0423445Z 00:32 +128: test\win32_test.dart: Delegates are appropriately exposed
2021-04-24T00:42:39.0464649Z 00:32 +129: test\win32_test.dart: Scope contains an expected quantity of delegates
2021-04-24T00:42:39.1102912Z 00:32 +130: test\win32_test.dart: Packing instructions are available
2021-04-24T00:42:39.1149444Z 00:32 +131: test\win32_test.dart: Packing instructions are available 2
2021-04-24T00:42:39.1173887Z 00:32 +132: test\win32_test.dart: Packing instructions are unavailable for an unpacked class
2021-04-24T00:42:39.1214038Z 00:32 +133: test\win32_test.dart: No crash when calling GetClassLayout on an enum
2021-04-24T00:42:40.9943206Z 00:33 +134: test\winrt_test.dart: List all tokens in a file
2021-04-24T00:42:41.0571025Z 00:34 +135: test\winrt_test.dart: Scope version string returns expected result
2021-04-24T00:42:41.0611951Z 00:34 +136: test\winrt_test.dart: Scope modules contain expected user strings
2021-04-24T00:42:41.1051835Z 00:34 +137: test\winrt_test.dart: Appropriate response to failure to find scope
2021-04-24T00:42:41.1118138Z 00:34 +138: test\winrt_test.dart: Find a specific WinMD token
2021-04-24T00:42:41.1123628Z 00:34 +139: test\winrt_test.dart: Get IAsyncInfo methods
2021-04-24T00:42:41.1246585Z 00:34 +140: test\winrt_test.dart: Calendar.HourAsPaddedString method properties
2021-04-24T00:42:41.1337317Z 00:34 +141: test\winrt_test.dart: Interface correctly identifies what it inherits
2021-04-24T00:42:41.1370506Z 00:34 +142: test\winrt_test.dart: Interface with multiple inheritance identifies all parent interfaces
2021-04-24T00:42:41.2394461Z 00:34 +143: test\winrt_test.dart: Find interfaces returns sane results with IDictionary<string, object>
2021-04-24T00:42:41.2445994Z 00:34 +144: test\winrt_test.dart: Find interfaces returns sane results with IEnumerable<class>
2021-04-24T00:42:41.3335901Z 00:34 +145: test\winrt_test.dart: Interface GUID is correct
2021-04-24T00:42:41.3363148Z 00:34 +146: test\winrt_test.dart: Interface is correctly identified
2021-04-24T00:42:41.3383112Z 00:34 +147: test\winrt_test.dart: Class is correctly identified
2021-04-24T00:42:41.3405083Z 00:34 +148: test\winrt_test.dart: Calendar.AddDays() method is correct
2021-04-24T00:42:41.3438789Z 00:34 +149: test\winrt_test.dart: Calendar.YearAsString() method is correct
2021-04-24T00:42:41.3455322Z 00:34 +150: test\winrt_test.dart: Calendar.MonthAsPaddedNumericString() method is correct
2021-04-24T00:42:41.3474942Z 00:34 +151: test\winrt_test.dart: Calendar.SetToNow() method is correct
2021-04-24T00:42:41.3493307Z 00:34 +152: test\winrt_test.dart: Calendar.SetToNow() calling convention is correct
2021-04-24T00:42:41.3510086Z 00:34 +153: test\winrt_test.dart: Calendar.Day getter property is correct
2021-04-24T00:42:41.3529939Z 00:34 +154: test\winrt_test.dart: Calendar.Day setter property is correct
2021-04-24T00:42:41.3543334Z 00:34 +155: test\winrt_test.dart: Property setter for a class type is correct
2021-04-24T00:42:41.3598388Z 00:34 +156: test\winrt_test.dart: Class valuetype is correctly identified
2021-04-24T00:42:41.3620206Z 00:34 +157: test\winrt_test.dart: Property getter returns appropriate results for interface.
2021-04-24T00:42:41.3948444Z 00:34 +158: test\winrt_test.dart: Property getter projects appropriate results for interface.
2021-04-24T00:42:41.3992207Z 00:34 +159: test\winrt_test.dart: Property getter returns appropriate results for delegate.
2021-04-24T00:42:41.4012596Z 00:34 +160: test\winrt_test.dart: Property setter returns appropriate results for delegate.
2021-04-24T00:42:41.4033007Z 00:34 +161: test\winrt_test.dart: Property setter projects appropriate results for delegate.
2021-04-24T00:42:41.4051266Z 00:34 +162: test\winrt_test.dart: String parameters are accurately represented
2021-04-24T00:42:41.4078986Z 00:34 +163: test\winrt_test.dart: Calendar.Clone return value is correct
2021-04-24T00:42:41.4092031Z 00:34 +164: test\winrt_test.dart: String array property return type is correct
2021-04-24T00:42:41.4113021Z 00:34 +165: test\winrt_test.dart: Calendar.PeriodAsFullString overload is correctly represented
2021-04-24T00:42:41.4167638Z 00:34 +166: test\winrt_test.dart: Calendar.YearAsTruncatedString method is correct
2021-04-24T00:42:41.4184707Z 00:34 +167: test\winrt_test.dart: Method with one parameter and return value is correct
2021-04-24T00:42:41.4204431Z 00:34 +168: test\winrt_test.dart: Method with multiple parameters and no return value is correct
2021-04-24T00:42:41.4233496Z 00:34 +169: test\winrt_test.dart: Method with generic return value is correct
2021-04-24T00:42:41.4252524Z 00:34 +170: test\winrt_test.dart: Calendar.Clone method is correct
2021-04-24T00:42:41.4269221Z 00:34 +171: test\winrt_test.dart: IAsyncInfo.Status get property is correct
2021-04-24T00:42:41.4289811Z 00:34 +172: test\winrt_test.dart: findMethod() fails gracefully
2021-04-24T00:42:41.4307874Z 00:34 +173: test\winrt_test.dart: Retrieve enums
2021-04-24T00:42:41.4329442Z 00:34 +174: test\winrt_test.dart: Evaluate an enum has the right number of fields
2021-04-24T00:42:41.4397522Z 00:34 +175: test\winrt_test.dart: Evaluate an enum has the right values
2021-04-24T00:42:41.4402899Z 00:34 +176: test\winrt_test.dart: IPropertyValue array type
2021-04-24T00:42:41.4428741Z 00:34 +177: test\winrt_test.dart: Can find generic types
2021-04-24T00:42:41.4443160Z 00:34 +178: test\winrt_test.dart: Can find type information for generic types
2021-04-24T00:42:41.4481043Z 00:34 +179: test\winrt_test.dart: Can find type information for generic types 2
2021-04-24T00:42:41.4513635Z 00:34 +180: test\winrt_test.dart: Generic method returns the right type
2021-04-24T00:42:41.4529639Z 00:34 +181: test\winrt_test.dart: Generic put parameter contains the right type
2021-04-24T00:42:41.4545347Z 00:34 +182: test\winrt_test.dart: Generic get parameter contains the right type
2021-04-24T00:42:41.4633916Z 00:34 +183: All tests passed!
2021-04-24T00:42:41.7484401Z Post job cleanup.
2021-04-24T00:42:49.2512643Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-24T00:42:49.2711660Z git version 2.31.1.windows.1
2021-04-24T00:42:49.2775681Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-24T00:42:49.2991603Z [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-24T00:42:49.7160272Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-24T00:42:49.7333891Z http.https://github.com/.extraheader
2021-04-24T00:42:49.7378170Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2021-04-24T00:42:49.7596167Z [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-24T00:42:50.2104159Z Cleaning up orphan processes
2021-04-24T00:30:51.9224723Z ##[section]Starting: Request a runner to run this job
2021-04-24T00:30:52.0172769Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'windows-2016'
2021-04-24T00:30:52.0172895Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'windows-2016'
2021-04-24T00:30:52.0173084Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'windows-2016'
2021-04-24T00:30:52.1161169Z ##[section]Finishing: Request a runner to run this job
2021-04-24T00:30:57.7589707Z Current runner version: '2.278.0'
2021-04-24T00:30:57.7703706Z ##[group]Operating System
2021-04-24T00:30:57.7704931Z Microsoft Windows Server 2016
2021-04-24T00:30:57.7705434Z 10.0.14393
2021-04-24T00:30:57.7705924Z Datacenter
2021-04-24T00:30:57.7706448Z ##[endgroup]
2021-04-24T00:30:57.7707037Z ##[group]Virtual Environment
2021-04-24T00:30:57.7707657Z Environment: windows-2016
2021-04-24T00:30:57.7708261Z Version: 20210419.1
2021-04-24T00:30:57.7709748Z Included Software: https://github.com/actions/virtual-environments/blob/win16/20210419.1/images/win/Windows2016-Readme.md
2021-04-24T00:30:57.7711716Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win16%2F20210419.1
2021-04-24T00:30:57.7713059Z ##[endgroup]
2021-04-24T00:30:57.7715470Z ##[group]GITHUB_TOKEN Permissions
2021-04-24T00:30:57.7716798Z Actions: write
2021-04-24T00:30:57.7717361Z Checks: write
2021-04-24T00:30:57.7717836Z Contents: write
2021-04-24T00:30:57.7718528Z Deployments: write
2021-04-24T00:30:57.7719276Z Issues: write
2021-04-24T00:30:57.7719848Z Metadata: read
2021-04-24T00:30:57.7720399Z Packages: write
2021-04-24T00:30:57.7721285Z PullRequests: write
2021-04-24T00:30:57.7721940Z RepositoryProjects: write
2021-04-24T00:30:57.7722673Z SecurityEvents: write
2021-04-24T00:30:57.7723229Z Statuses: write
2021-04-24T00:30:57.7723956Z ##[endgroup]
2021-04-24T00:30:57.7727397Z Prepare workflow directory
2021-04-24T00:30:57.8617804Z Prepare all required actions
2021-04-24T00:30:57.8630746Z Getting action download info
2021-04-24T00:30:58.1859460Z Download action repository 'actions/checkout@v2'
2021-04-24T00:30:59.2821729Z Download action repository 'dart-lang/setup-dart@v1.0'
2021-04-24T00:31:00.2973374Z ##[group]Run actions/checkout@v2
2021-04-24T00:31:00.2974312Z with:
2021-04-24T00:31:00.2975031Z repository: timsneath/winmd
2021-04-24T00:31:00.2976366Z token: ***
2021-04-24T00:31:00.2976942Z ssh-strict: true
2021-04-24T00:31:00.2977602Z persist-credentials: true
2021-04-24T00:31:00.2978399Z clean: true
2021-04-24T00:31:00.2978959Z fetch-depth: 1
2021-04-24T00:31:00.2979462Z lfs: false
2021-04-24T00:31:00.2980189Z submodules: false
2021-04-24T00:31:00.2980725Z ##[endgroup]
2021-04-24T00:31:09.1658066Z Syncing repository: timsneath/winmd
2021-04-24T00:31:09.1885496Z ##[group]Getting Git version info
2021-04-24T00:31:09.1887112Z Working directory is 'D:\a\winmd\winmd'
2021-04-24T00:31:09.2280925Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-24T00:31:09.2485373Z git version 2.31.1.windows.1
2021-04-24T00:31:09.2547696Z ##[endgroup]
2021-04-24T00:31:09.2553550Z Deleting the contents of 'D:\a\winmd\winmd'
2021-04-24T00:31:09.2559082Z ##[group]Initializing the repository
2021-04-24T00:31:09.2574101Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\winmd\winmd
2021-04-24T00:31:09.3662290Z Initialized empty Git repository in D:/a/winmd/winmd/.git/
2021-04-24T00:31:09.3713467Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/timsneath/winmd
2021-04-24T00:31:09.4148312Z ##[endgroup]
2021-04-24T00:31:09.4149664Z ##[group]Disabling automatic garbage collection
2021-04-24T00:31:09.4160705Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2021-04-24T00:31:09.4873692Z ##[endgroup]
2021-04-24T00:31:09.4878205Z ##[group]Setting up auth
2021-04-24T00:31:09.4897950Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-24T00:31:09.5157792Z [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-24T00:31:11.2536948Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-24T00:31:11.2756790Z [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-24T00:31:11.7378539Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2021-04-24T00:31:11.7733924Z ##[endgroup]
2021-04-24T00:31:11.7757052Z ##[group]Fetching the repository
2021-04-24T00:31:11.7778225Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0008441c7b972f637c6e5b367a47a67b838f7a73:refs/remotes/pull/42/merge
2021-04-24T00:31:13.1153756Z remote: Enumerating objects: 84, done.
2021-04-24T00:31:13.1156076Z remote: Counting objects: 1% (1/84)
2021-04-24T00:31:13.1158955Z remote: Counting objects: 2% (2/84)
2021-04-24T00:31:13.1162505Z remote: Counting objects: 3% (3/84)
2021-04-24T00:31:13.1164780Z remote: Counting objects: 4% (4/84)
2021-04-24T00:31:13.1167091Z remote: Counting objects: 5% (5/84)
2021-04-24T00:31:13.1169660Z remote: Counting objects: 7% (6/84)
2021-04-24T00:31:13.1172071Z remote: Counting objects: 8% (7/84)
2021-04-24T00:31:13.1175325Z remote: Counting objects: 9% (8/84)
2021-04-24T00:31:13.1177703Z remote: Counting objects: 10% (9/84)
2021-04-24T00:31:13.1179955Z remote: Counting objects: 11% (10/84)
2021-04-24T00:31:13.1182050Z remote: Counting objects: 13% (11/84)
2021-04-24T00:31:13.1183304Z remote: Counting objects: 14% (12/84)
2021-04-24T00:31:13.1186193Z remote: Counting objects: 15% (13/84)
2021-04-24T00:31:13.1190267Z remote: Counting objects: 16% (14/84)
2021-04-24T00:31:13.1191627Z remote: Counting objects: 17% (15/84)
2021-04-24T00:31:13.1194257Z remote: Counting objects: 19% (16/84)
2021-04-24T00:31:13.1195480Z remote: Counting objects: 20% (17/84)
2021-04-24T00:31:13.1197533Z remote: Counting objects: 21% (18/84)
2021-04-24T00:31:13.1198833Z remote: Counting objects: 22% (19/84)
2021-04-24T00:31:13.1201094Z remote: Counting objects: 23% (20/84)
2021-04-24T00:31:13.1202113Z remote: Counting objects: 25% (21/84)
2021-04-24T00:31:13.1203124Z remote: Counting objects: 26% (22/84)
2021-04-24T00:31:13.1204160Z remote: Counting objects: 27% (23/84)
2021-04-24T00:31:13.1204943Z remote: Counting objects: 28% (24/84)
2021-04-24T00:31:13.1206563Z remote: Counting objects: 29% (25/84)
2021-04-24T00:31:13.1207451Z remote: Counting objects: 30% (26/84)
2021-04-24T00:31:13.1208297Z remote: Counting objects: 32% (27/84)
2021-04-24T00:31:13.1209374Z remote: Counting objects: 33% (28/84)
2021-04-24T00:31:13.1210178Z remote: Counting objects: 34% (29/84)
2021-04-24T00:31:13.1210848Z remote: Counting objects: 35% (30/84)
2021-04-24T00:31:13.1211587Z remote: Counting objects: 36% (31/84)
2021-04-24T00:31:13.1212428Z remote: Counting objects: 38% (32/84)
2021-04-24T00:31:13.1213663Z remote: Counting objects: 39% (33/84)
2021-04-24T00:31:13.1214395Z remote: Counting objects: 40% (34/84)
2021-04-24T00:31:13.1215115Z remote: Counting objects: 41% (35/84)
2021-04-24T00:31:13.1215866Z remote: Counting objects: 42% (36/84)
2021-04-24T00:31:13.1216609Z remote: Counting objects: 44% (37/84)
2021-04-24T00:31:13.1217277Z remote: Counting objects: 45% (38/84)
2021-04-24T00:31:13.1218162Z remote: Counting objects: 46% (39/84)
2021-04-24T00:31:13.1219263Z remote: Counting objects: 47% (40/84)
2021-04-24T00:31:13.1220280Z remote: Counting objects: 48% (41/84)
2021-04-24T00:31:13.1221228Z remote: Counting objects: 50% (42/84)
2021-04-24T00:31:13.1221899Z remote: Counting objects: 51% (43/84)
2021-04-24T00:31:13.1222635Z remote: Counting objects: 52% (44/84)
2021-04-24T00:31:13.1224399Z remote: Counting objects: 53% (45/84)
2021-04-24T00:31:13.1225192Z remote: Counting objects: 54% (46/84)
2021-04-24T00:31:13.1226029Z remote: Counting objects: 55% (47/84)
2021-04-24T00:31:13.1226708Z remote: Counting objects: 57% (48/84)
2021-04-24T00:31:13.1227431Z remote: Counting objects: 58% (49/84)
2021-04-24T00:31:13.1228103Z remote: Counting objects: 59% (50/84)
2021-04-24T00:31:13.1230846Z remote: Counting objects: 60% (51/84)
2021-04-24T00:31:13.1231962Z remote: Counting objects: 61% (52/84)
2021-04-24T00:31:13.1232664Z remote: Counting objects: 63% (53/84)
2021-04-24T00:31:13.1235252Z remote: Counting objects: 64% (54/84)
2021-04-24T00:31:13.1236060Z remote: Counting objects: 65% (55/84)
2021-04-24T00:31:13.1236830Z remote: Counting objects: 66% (56/84)
2021-04-24T00:31:13.1237849Z remote: Counting objects: 67% (57/84)
2021-04-24T00:31:13.1238569Z remote: Counting objects: 69% (58/84)
2021-04-24T00:31:13.1239409Z remote: Counting objects: 70% (59/84)
2021-04-24T00:31:13.1240100Z remote: Counting objects: 71% (60/84)
2021-04-24T00:31:13.1240840Z remote: Counting objects: 72% (61/84)
2021-04-24T00:31:13.1241580Z remote: Counting objects: 73% (62/84)
2021-04-24T00:31:13.1242295Z remote: Counting objects: 75% (63/84)
2021-04-24T00:31:13.1242998Z remote: Counting objects: 76% (64/84)
2021-04-24T00:31:13.1243656Z remote: Counting objects: 77% (65/84)
2021-04-24T00:31:13.1244652Z remote: Counting objects: 78% (66/84)
2021-04-24T00:31:13.1245874Z remote: Counting objects: 79% (67/84)
2021-04-24T00:31:13.1246828Z remote: Counting objects: 80% (68/84)
2021-04-24T00:31:13.1249649Z remote: Counting objects: 82% (69/84)
2021-04-24T00:31:13.1250611Z remote: Counting objects: 83% (70/84)
2021-04-24T00:31:13.1251380Z remote: Counting objects: 84% (71/84)
2021-04-24T00:31:13.1252575Z remote: Counting objects: 85% (72/84)
2021-04-24T00:31:13.1253385Z remote: Counting objects: 86% (73/84)
2021-04-24T00:31:13.1254095Z remote: Counting objects: 88% (74/84)
2021-04-24T00:31:13.1254870Z remote: Counting objects: 89% (75/84)
2021-04-24T00:31:13.1255976Z remote: Counting objects: 90% (76/84)
2021-04-24T00:31:13.1256672Z remote: Counting objects: 91% (77/84)
2021-04-24T00:31:13.1257542Z remote: Counting objects: 92% (78/84)
2021-04-24T00:31:13.1259383Z remote: Counting objects: 94% (79/84)
2021-04-24T00:31:13.1262276Z remote: Counting objects: 95% (80/84)
2021-04-24T00:31:13.1263144Z remote: Counting objects: 96% (81/84)
2021-04-24T00:31:13.1263900Z remote: Counting objects: 97% (82/84)
2021-04-24T00:31:13.1264598Z remote: Counting objects: 98% (83/84)
2021-04-24T00:31:13.1265336Z remote: Counting objects: 100% (84/84)
2021-04-24T00:31:13.1266276Z remote: Counting objects: 100% (84/84), done.
2021-04-24T00:31:13.1267084Z remote: Compressing objects: 1% (1/79)
2021-04-24T00:31:13.1267856Z remote: Compressing objects: 2% (2/79)
2021-04-24T00:31:13.1268586Z remote: Compressing objects: 3% (3/79)
2021-04-24T00:31:13.1269472Z remote: Compressing objects: 5% (4/79)
2021-04-24T00:31:13.1270280Z remote: Compressing objects: 6% (5/79)
2021-04-24T00:31:13.1271060Z remote: Compressing objects: 7% (6/79)
2021-04-24T00:31:13.1273117Z remote: Compressing objects: 8% (7/79)
2021-04-24T00:31:13.1278293Z remote: Compressing objects: 10% (8/79)
2021-04-24T00:31:13.1278988Z remote: Compressing objects: 11% (9/79)
2021-04-24T00:31:13.1279695Z remote: Compressing objects: 12% (10/79)
2021-04-24T00:31:13.1280329Z remote: Compressing objects: 13% (11/79)
2021-04-24T00:31:13.1281050Z remote: Compressing objects: 15% (12/79)
2021-04-24T00:31:13.1282080Z remote: Compressing objects: 16% (13/79)
2021-04-24T00:31:13.1282925Z remote: Compressing objects: 17% (14/79)
2021-04-24T00:31:13.1283504Z remote: Compressing objects: 18% (15/79)
2021-04-24T00:31:13.1284125Z remote: Compressing objects: 20% (16/79)
2021-04-24T00:31:13.1284746Z remote: Compressing objects: 21% (17/79)
2021-04-24T00:31:13.1285486Z remote: Compressing objects: 22% (18/79)
2021-04-24T00:31:13.1286084Z remote: Compressing objects: 24% (19/79)
2021-04-24T00:31:13.1286762Z remote: Compressing objects: 25% (20/79)
2021-04-24T00:31:13.1287431Z remote: Compressing objects: 26% (21/79)
2021-04-24T00:31:13.1288029Z remote: Compressing objects: 27% (22/79)
2021-04-24T00:31:13.1288924Z remote: Compressing objects: 29% (23/79)
2021-04-24T00:31:13.1289537Z remote: Compressing objects: 30% (24/79)
2021-04-24T00:31:13.1290161Z remote: Compressing objects: 31% (25/79)
2021-04-24T00:31:13.1291327Z remote: Compressing objects: 32% (26/79)
2021-04-24T00:31:13.1292159Z remote: Compressing objects: 34% (27/79)
2021-04-24T00:31:13.1292793Z remote: Compressing objects: 35% (28/79)
2021-04-24T00:31:13.1293783Z remote: Compressing objects: 36% (29/79)
2021-04-24T00:31:13.1294660Z remote: Compressing objects: 37% (30/79)
2021-04-24T00:31:13.1295906Z remote: Compressing objects: 39% (31/79)
2021-04-24T00:31:13.1296552Z remote: Compressing objects: 40% (32/79)
2021-04-24T00:31:13.1297184Z remote: Compressing objects: 41% (33/79)
2021-04-24T00:31:13.1298602Z remote: Compressing objects: 43% (34/79)
2021-04-24T00:31:13.1299432Z remote: Compressing objects: 44% (35/79)
2021-04-24T00:31:13.1300076Z remote: Compressing objects: 45% (36/79)
2021-04-24T00:31:13.1300653Z remote: Compressing objects: 46% (37/79)
2021-04-24T00:31:13.1301291Z remote: Compressing objects: 48% (38/79)
2021-04-24T00:31:13.1301929Z remote: Compressing objects: 49% (39/79)
2021-04-24T00:31:13.1302498Z remote: Compressing objects: 50% (40/79)
2021-04-24T00:31:13.1303113Z remote: Compressing objects: 51% (41/79)
2021-04-24T00:31:13.1303757Z remote: Compressing objects: 53% (42/79)
2021-04-24T00:31:13.1304391Z remote: Compressing objects: 54% (43/79)
2021-04-24T00:31:13.1304978Z remote: Compressing objects: 55% (44/79)
2021-04-24T00:31:13.1551983Z remote: Compressing objects: 56% (45/79)
2021-04-24T00:31:13.1552768Z remote: Compressing objects: 58% (46/79)
2021-04-24T00:31:13.1553518Z remote: Compressing objects: 59% (47/79)
2021-04-24T00:31:13.1554224Z remote: Compressing objects: 60% (48/79)
2021-04-24T00:31:13.1554976Z remote: Compressing objects: 62% (49/79)
2021-04-24T00:31:13.1555774Z remote: Compressing objects: 63% (50/79)
2021-04-24T00:31:13.1556317Z remote: Compressing objects: 64% (51/79)
2021-04-24T00:31:13.1556876Z remote: Compressing objects: 65% (52/79)
2021-04-24T00:31:13.1557432Z remote: Compressing objects: 67% (53/79)
2021-04-24T00:31:13.1557972Z remote: Compressing objects: 68% (54/79)
2021-04-24T00:31:13.1558521Z remote: Compressing objects: 69% (55/79)
2021-04-24T00:31:13.1559062Z remote: Compressing objects: 70% (56/79)
2021-04-24T00:31:13.1559671Z remote: Compressing objects: 72% (57/79)
2021-04-24T00:31:13.1560212Z remote: Compressing objects: 73% (58/79)
2021-04-24T00:31:13.1560755Z remote: Compressing objects: 74% (59/79)
2021-04-24T00:31:13.1561304Z remote: Compressing objects: 75% (60/79)
2021-04-24T00:31:13.1561855Z remote: Compressing objects: 77% (61/79)
2021-04-24T00:31:13.1562393Z remote: Compressing objects: 78% (62/79)
2021-04-24T00:31:13.1562946Z remote: Compressing objects: 79% (63/79)
2021-04-24T00:31:13.1563784Z remote: Compressing objects: 81% (64/79)
2021-04-24T00:31:13.1564324Z remote: Compressing objects: 82% (65/79)
2021-04-24T00:31:13.1564869Z remote: Compressing objects: 83% (66/79)
2021-04-24T00:31:13.1565406Z remote: Compressing objects: 84% (67/79)
2021-04-24T00:31:13.1565961Z remote: Compressing objects: 86% (68/79)
2021-04-24T00:31:13.1566654Z remote: Compressing objects: 87% (69/79)
2021-04-24T00:31:13.1567181Z remote: Compressing objects: 88% (70/79)
2021-04-24T00:31:13.1567704Z remote: Compressing objects: 89% (71/79)
2021-04-24T00:31:13.1568414Z remote: Compressing objects: 91% (72/79)
2021-04-24T00:31:13.1569156Z remote: Compressing objects: 92% (73/79)
2021-04-24T00:31:13.1569725Z remote: Compressing objects: 93% (74/79)
2021-04-24T00:31:13.1570437Z remote: Compressing objects: 94% (75/79)
2021-04-24T00:31:13.1570975Z remote: Compressing objects: 96% (76/79)
2021-04-24T00:31:13.1571523Z remote: Compressing objects: 97% (77/79)
2021-04-24T00:31:13.1572201Z remote: Compressing objects: 98% (78/79)
2021-04-24T00:31:13.1572732Z remote: Compressing objects: 100% (79/79)
2021-04-24T00:31:13.1573282Z remote: Compressing objects: 100% (79/79), done.
2021-04-24T00:31:14.8673897Z remote: Total 84 (delta 3), reused 18 (delta 2), pack-reused 0
2021-04-24T00:31:15.1396112Z From https://github.com/timsneath/winmd
2021-04-24T00:31:15.1397410Z * [new ref] 0008441c7b972f637c6e5b367a47a67b838f7a73 -> pull/42/merge
2021-04-24T00:31:15.1864551Z ##[endgroup]
2021-04-24T00:31:15.1865515Z ##[group]Determining the checkout info
2021-04-24T00:31:15.1866393Z ##[endgroup]
2021-04-24T00:31:15.1867051Z ##[group]Checking out the ref
2021-04-24T00:31:15.1880535Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/42/merge
2021-04-24T00:31:15.3837967Z Note: switching to 'refs/remotes/pull/42/merge'.
2021-04-24T00:31:15.3838912Z
2021-04-24T00:31:15.3841866Z You are in 'detached HEAD' state. You can look around, make experimental
2021-04-24T00:31:15.3842774Z changes and commit them, and you can discard any commits you make in this
2021-04-24T00:31:15.3843580Z state without impacting any branches by switching back to a branch.
2021-04-24T00:31:15.3844052Z
2021-04-24T00:31:15.3844645Z If you want to create a new branch to retain commits you create, you may
2021-04-24T00:31:15.3845502Z do so (now or later) by using -c with the switch command. Example:
2021-04-24T00:31:15.3846507Z
2021-04-24T00:31:15.3847015Z git switch -c <new-branch-name>
2021-04-24T00:31:15.3847358Z
2021-04-24T00:31:15.3847884Z Or undo this operation with:
2021-04-24T00:31:15.3848210Z
2021-04-24T00:31:15.3848541Z git switch -
2021-04-24T00:31:15.3848801Z
2021-04-24T00:31:15.3849524Z Turn off this advice by setting config variable advice.detachedHead to false
2021-04-24T00:31:15.3850094Z
2021-04-24T00:31:15.3851204Z HEAD is now at 0008441 Merge c2b88ea9074b5c5802365a680bf4c27a7d1d3ac3 into bd1c8d68bfcee4d1dd8b38b91654505d5a6adb94
2021-04-24T00:31:15.3876674Z ##[endgroup]
2021-04-24T00:31:15.4239096Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2021-04-24T00:31:15.4455009Z '0008441c7b972f637c6e5b367a47a67b838f7a73'
2021-04-24T00:31:15.4895954Z ##[group]Run dart-lang/setup-dart@v1.0
2021-04-24T00:31:15.4896490Z with:
2021-04-24T00:31:15.4896803Z sdk: main
2021-04-24T00:31:15.4897188Z architecture: x64
2021-04-24T00:31:15.4897591Z ##[endgroup]
2021-04-24T00:31:16.0888213Z Installing Dart SDK version "latest" from the main channel on windows-x64
2021-04-24T00:31:16.0889921Z Downloading https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip...
2021-04-24T00:31:16.1997402Z % Total % Received % Xferd Average Speed Time Time Time Current
2021-04-24T00:31:16.1998127Z Dload Upload Total Spent Left Speed
2021-04-24T00:31:16.1999442Z
2021-04-24T00:31:16.3369561Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2021-04-24T00:31:17.2816202Z 0 172M 0 9847 0 0 71875 0 0:41:49 --:--:-- 0:41:49 71355
2021-04-24T00:31:17.4006038Z 80 172M 80 138M 0 0 128M 0 0:00:01 0:00:01 --:--:-- 128M
2021-04-24T00:31:17.4048609Z 100 172M 100 172M 0 0 143M 0 0:00:01 0:00:01 --:--:-- 143M
2021-04-24T00:31:26.6232335Z Succesfully installed Dart SDK:
2021-04-24T00:31:26.6635475Z Dart SDK version: 2.14.0-edge.470576682a1daa2faa1e5742eb63d514a0cf85e6 (be) (Fri Apr 23 21:40:12 2021 +0000) on "windows_x64"
2021-04-24T00:31:26.6910395Z ##[group]Run dart --version
2021-04-24T00:31:26.6911434Z dart --version
2021-04-24T00:31:26.6998092Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:31:26.6999749Z env:
2021-04-24T00:31:26.7000378Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:31:26.7001232Z ##[endgroup]
2021-04-24T00:31:27.1872300Z Dart SDK version: 2.14.0-edge.470576682a1daa2faa1e5742eb63d514a0cf85e6 (be) (Fri Apr 23 21:40:12 2021 +0000) on "windows_x64"
2021-04-24T00:31:27.4933921Z ##[group]Run dart pub get
2021-04-24T00:31:27.4934439Z dart pub get
2021-04-24T00:31:27.4991994Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:31:27.4992810Z env:
2021-04-24T00:31:27.4993416Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:31:27.4993869Z ##[endgroup]
2021-04-24T00:31:28.1247385Z Resolving dependencies...
2021-04-24T00:31:29.1457280Z Overriding the upper bound Dart SDK constraint to <=2.14.0-edge.470576682a1daa2faa1e5742eb63d514a0cf85e6 for the following packages:
2021-04-24T00:31:29.1468898Z
2021-04-24T00:31:29.1477769Z frontend_server_client
2021-04-24T00:31:29.1486902Z
2021-04-24T00:31:29.1511935Z To disable this you can set the PUB_ALLOW_PRERELEASE_SDK system environment variable to `false`, or you can silence this message by setting it to `quiet`.
2021-04-24T00:31:29.1549819Z + _fe_analyzer_shared 21.0.0
2021-04-24T00:31:29.1556293Z + analyzer 1.5.0
2021-04-24T00:31:29.1557273Z + args 2.1.0
2021-04-24T00:31:29.1557997Z + async 2.5.0
2021-04-24T00:31:29.1558771Z + boolean_selector 2.1.0
2021-04-24T00:31:29.1559564Z + charcode 1.2.0
2021-04-24T00:31:29.1560294Z + cli_util 0.3.0
2021-04-24T00:31:29.1561047Z + collection 1.15.0
2021-04-24T00:31:29.1561759Z + convert 3.0.0
2021-04-24T00:31:29.1562460Z + coverage 1.0.2
2021-04-24T00:31:29.1610338Z + crypto 3.0.1
2021-04-24T00:31:29.1618008Z + ffi 1.0.0
2021-04-24T00:31:29.1618682Z + file 6.1.0
2021-04-24T00:31:29.1620257Z + frontend_server_client 2.0.0
2021-04-24T00:31:29.1620973Z + glob 2.0.1
2021-04-24T00:31:29.1621641Z + http_multi_server 3.0.1
2021-04-24T00:31:29.1622391Z + http_parser 4.0.0
2021-04-24T00:31:29.1623355Z + io 1.0.0
2021-04-24T00:31:29.1623931Z + js 0.6.3
2021-04-24T00:31:29.1624720Z + logging 1.0.1
2021-04-24T00:31:29.1625363Z + matcher 0.12.10
2021-04-24T00:31:29.1625995Z + meta 1.3.0
2021-04-24T00:31:29.1645550Z + mime 1.0.0
2021-04-24T00:31:29.1646686Z + node_preamble 2.0.0
2021-04-24T00:31:29.1647617Z + package_config 2.0.0
2021-04-24T00:31:29.1648270Z + path 1.8.0
2021-04-24T00:31:29.1648904Z + pedantic 1.11.0
2021-04-24T00:31:29.1650823Z + pool 1.5.0
2021-04-24T00:31:29.1651546Z + pub_semver 2.0.0
2021-04-24T00:31:29.1652159Z + shelf 1.1.1
2021-04-24T00:31:29.1652854Z + shelf_packages_handler 3.0.0
2021-04-24T00:31:29.1653900Z + shelf_static 1.0.0
2021-04-24T00:31:29.1654769Z + shelf_web_socket 1.0.1
2021-04-24T00:31:29.1655509Z + source_map_stack_trace 2.1.0
2021-04-24T00:31:29.1656367Z + source_maps 0.10.10
2021-04-24T00:31:29.1657232Z + source_span 1.8.1
2021-04-24T00:31:29.1657888Z + stack_trace 1.10.0
2021-04-24T00:31:29.1658557Z + stream_channel 2.1.0
2021-04-24T00:31:29.1659225Z + string_scanner 1.1.0
2021-04-24T00:31:29.1659946Z + term_glyph 1.2.0
2021-04-24T00:31:29.1660754Z + test 1.17.1
2021-04-24T00:31:29.1662218Z + test_api 0.4.0
2021-04-24T00:31:29.1662856Z + test_core 0.3.21
2021-04-24T00:31:29.1663488Z + typed_data 1.3.0
2021-04-24T00:31:29.1664119Z + vm_service 6.2.0
2021-04-24T00:31:29.1664971Z + watcher 1.0.0
2021-04-24T00:31:29.1665675Z + web_socket_channel 2.0.0
2021-04-24T00:31:29.1666464Z + webkit_inspection_protocol 1.0.0
2021-04-24T00:31:29.1667163Z + win32 2.0.5
2021-04-24T00:31:29.1667792Z + yaml 3.1.0
2021-04-24T00:31:29.1716327Z Downloading pedantic 1.11.0...
2021-04-24T00:31:29.1729706Z Downloading win32 2.0.5...
2021-04-24T00:31:29.1732947Z Downloading ffi 1.0.0...
2021-04-24T00:31:29.1735849Z Downloading test 1.17.1...
2021-04-24T00:31:29.1742598Z Downloading webkit_inspection_protocol 1.0.0...
2021-04-24T00:31:29.1750333Z Downloading web_socket_channel 2.0.0...
2021-04-24T00:31:29.1750951Z Downloading typed_data 1.3.0...
2021-04-24T00:31:29.1751811Z Downloading test_core 0.3.21...
2021-04-24T00:31:29.1753487Z Downloading test_api 0.4.0...
2021-04-24T00:31:29.1756142Z Downloading stream_channel 2.1.0...
2021-04-24T00:31:29.1758757Z Downloading stack_trace 1.10.0...
2021-04-24T00:31:29.1761501Z Downloading shelf_static 1.0.0...
2021-04-24T00:31:29.1765621Z Downloading shelf_packages_handler 3.0.0...
2021-04-24T00:31:29.1766917Z Downloading pool 1.5.0...
2021-04-24T00:31:29.1769653Z Downloading path 1.8.0...
2021-04-24T00:31:29.1772402Z Downloading package_config 2.0.0...
2021-04-24T00:31:29.1775035Z Downloading node_preamble 2.0.0...
2021-04-24T00:31:29.1777679Z Downloading js 0.6.3...
2021-04-24T00:31:29.1780300Z Downloading io 1.0.0...
2021-04-24T00:31:29.1782851Z Downloading collection 1.15.0...
2021-04-24T00:31:29.1788276Z Downloading boolean_selector 2.1.0...
2021-04-24T00:31:29.1791089Z Downloading async 2.5.0...
2021-04-24T00:31:29.1793829Z Downloading source_maps 0.10.10...
2021-04-24T00:31:29.1796410Z Downloading source_map_stack_trace 2.1.0...
2021-04-24T00:31:29.1799114Z Downloading meta 1.3.0...
2021-04-24T00:31:29.1802393Z Downloading matcher 0.12.10...
2021-04-24T00:31:29.1804949Z Downloading frontend_server_client 2.0.0...
2021-04-24T00:31:29.1807606Z Downloading term_glyph 1.2.0...
2021-04-24T00:31:29.1810270Z Downloading string_scanner 1.1.0...
2021-04-24T00:31:29.1812681Z Downloading mime 1.0.0...
2021-04-24T00:31:29.1815234Z Downloading http_parser 4.0.0...
2021-04-24T00:31:29.1817875Z Downloading convert 3.0.0...
2021-04-24T00:31:29.1820536Z Downloading charcode 1.2.0...
2021-04-24T00:31:29.1823023Z Downloading yaml 3.1.0...
2021-04-24T00:31:29.1827539Z Downloading source_span 1.8.1...
2021-04-24T00:31:29.1831694Z Downloading shelf_web_socket 1.0.1...
2021-04-24T00:31:29.1834443Z Downloading shelf 1.1.1...
2021-04-24T00:31:29.1837041Z Downloading http_multi_server 3.0.1...
2021-04-24T00:31:29.1839545Z Downloading coverage 1.0.2...
2021-04-24T00:31:29.1842582Z Downloading logging 1.0.1...
2021-04-24T00:31:29.1845866Z Downloading crypto 3.0.1...
2021-04-24T00:31:29.1848600Z Downloading glob 2.0.1...
2021-04-24T00:31:29.1853096Z Downloading args 2.1.0...
2021-04-24T00:31:29.1855676Z Downloading vm_service 6.2.0...
2021-04-24T00:31:29.1858871Z Downloading file 6.1.0...
2021-04-24T00:31:29.1861749Z Downloading analyzer 1.5.0...
2021-04-24T00:31:29.1865854Z Downloading watcher 1.0.0...
2021-04-24T00:31:29.1867669Z Downloading pub_semver 2.0.0...
2021-04-24T00:31:29.1870652Z Downloading cli_util 0.3.0...
2021-04-24T00:31:29.1873216Z Downloading _fe_analyzer_shared 21.0.0...
2021-04-24T00:31:32.0571955Z Changed 50 dependencies!
2021-04-24T00:31:32.3253439Z ##[group]Run dart format --output=none --set-exit-if-changed .
2021-04-24T00:31:32.3254929Z dart format --output=none --set-exit-if-changed .
2021-04-24T00:31:32.3315826Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:31:32.3316385Z env:
2021-04-24T00:31:32.3316824Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:31:32.3317259Z ##[endgroup]
2021-04-24T00:31:34.1345388Z Formatted 56 files (0 changed) in 1.33 seconds.
2021-04-24T00:31:34.3521944Z ##[group]Run dart analyze --fatal-warnings
2021-04-24T00:31:34.3522612Z dart analyze --fatal-warnings
2021-04-24T00:31:34.3573762Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:31:34.3574207Z env:
2021-04-24T00:31:34.3574614Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:31:34.3575023Z ##[endgroup]
2021-04-24T00:31:34.8839376Z Analyzing winmd...
2021-04-24T00:31:46.2803646Z No issues found!
2021-04-24T00:31:46.6218746Z ##[group]Run dart test
2021-04-24T00:31:46.6219290Z dart test
2021-04-24T00:31:46.6272845Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-04-24T00:31:46.6273365Z env:
2021-04-24T00:31:46.6273832Z PUB_CACHE: /c/Users/runneradmin/.pub-cache
2021-04-24T00:31:46.6274730Z ##[endgroup]
2021-04-24T00:32:04.5308621Z Unhandled exception:
2021-04-24T00:32:04.5309203Z Invalid argument(s): Illegal character in path
2021-04-24T00:32:04.5310067Z #0 _Uri._checkWindowsPathReservedCharacters (dart:core/uri.dart:1642:11)
2021-04-24T00:32:04.5311118Z #1 _Uri._makeWindowsFileUrl (dart:core/uri.dart:1729:9)
2021-04-24T00:32:04.5311717Z #2 new _Uri.file (dart:core/uri.dart:1609:11)
2021-04-24T00:32:04.5312772Z #3 FrontendCompiler._ensureFolderPath (file:///C:/b/s/w/ir/cache/builder/sdk/pkg/frontend_server/lib/frontend_server.dart:1045:26)
2021-04-24T00:32:04.5358117Z #4 FrontendCompiler.compile (file:///C:/b/s/w/ir/cache/builder/sdk/pkg/frontend_server/lib/frontend_server.dart:410:25)
2021-04-24T00:32:04.5359339Z #5 listenAndCompile.<anonymous closure> (file:///C:/b/s/w/ir/cache/builder/sdk/pkg/frontend_server/lib/frontend_server.dart:1119:26)
2021-04-24T00:32:04.5360461Z #6 listenAndCompile.<anonymous closure> (file:///C:/b/s/w/ir/cache/builder/sdk/pkg/frontend_server/lib/frontend_server.dart:1107:15)
2021-04-24T00:32:04.5361769Z #7 _RootZone.runUnaryGuarded (dart:async/zone.dart:1620:10)
2021-04-24T00:32:04.5362857Z #8 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
2021-04-24T00:32:04.5364069Z #9 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
2021-04-24T00:32:04.5365357Z #10 _SinkTransformerStreamSubscription._add (dart:async/stream_transformers.dart:63:11)
2021-04-24T00:32:04.5366362Z #11 _EventSinkWrapper.add (dart:async/stream_transformers.dart:13:11)
2021-04-24T00:32:04.5367292Z #12 _StringAdapterSink.add (dart:convert/string_conversion.dart:238:11)
2021-04-24T00:32:04.5368217Z #13 _LineSplitterSink._addLines (dart:convert/line_splitter.dart:155:13)
2021-04-24T00:32:04.5369041Z #14 _LineSplitterSink.addSlice (dart:convert/line_splitter.dart:130:5)
2021-04-24T00:32:04.5369994Z #15 StringConversionSinkMixin.add (dart:convert/string_conversion.dart:163:5)
2021-04-24T00:32:04.5371352Z #16 _SinkTransformerStreamSubscription._handleData (dart:async/stream_transformers.dart:111:24)
2021-04-24T00:32:04.5372346Z #17 _RootZone.runUnaryGuarded (dart:async/zone.dart:1620:10)
2021-04-24T00:32:04.5373443Z #18 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
2021-04-24T00:32:04.5374702Z #19 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
2021-04-24T00:32:04.5375903Z #20 _SinkTransformerStreamSubscription._add (dart:async/stream_transformers.dart:63:11)
2021-04-24T00:32:04.5376986Z #21 _EventSinkWrapper.add (dart:async/stream_transformers.dart:13:11)
2021-04-24T00:32:04.5378068Z #22 _StringAdapterSink.add (dart:convert/string_conversion.dart:238:11)
2021-04-24T00:32:04.5378931Z #23 _StringAdapterSink.addSlice (dart:convert/string_conversion.dart:243:7)
2021-04-24T00:32:04.5379856Z #24 _Utf8ConversionSink.addSlice (dart:convert/string_conversion.dart:317:20)
2021-04-24T00:32:04.5380704Z #25 _Utf8ConversionSink.add (dart:convert/string_conversion.dart:310:5)
2021-04-24T00:32:04.5381664Z #26 _ConverterStreamEventSink.add (dart:convert/chunked_conversion.dart:72:18)
2021-04-24T00:32:04.5383022Z #27 _SinkTransformerStreamSubscription._handleData (dart:async/stream_transformers.dart:111:24)
2021-04-24T00:32:04.5383988Z #28 _RootZone.runUnaryGuarded (dart:async/zone.dart:1620:10)
2021-04-24T00:32:04.5385039Z #29 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
2021-04-24T00:32:04.5386120Z #30 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
2021-04-24T00:32:04.5388261Z #31 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
2021-04-24T00:32:04.5389200Z #32 _StreamController._add (dart:async/stream_controller.dart:607:7)
2021-04-24T00:32:04.5389954Z #33 _StreamController.add (dart:async/stream_controller.dart:554:5)
2021-04-24T00:32:04.5390913Z #34 _Socket._onData (dart:io-patch/socket_patch.dart:2160:41)
2021-04-24T00:32:04.5391583Z #35 _RootZone.runUnaryGuarded (dart:async/zone.dart:1620:10)
2021-04-24T00:32:04.5392784Z #36 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
2021-04-24T00:32:04.5394236Z #37 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
2021-04-24T00:32:04.5395707Z #38 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
2021-04-24T00:32:04.5396636Z #39 _StreamController._add (dart:async/stream_controller.dart:607:7)
2021-04-24T00:32:04.5397591Z #40 _StreamController.add (dart:async/stream_controller.dart:554:5)
2021-04-24T00:32:04.5424681Z #41 new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1696:33)
2021-04-24T00:32:04.5425674Z #42 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1208:14)
2021-04-24T00:32:04.5427285Z #43 _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
2021-04-24T00:32:04.5428008Z #44 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
2021-04-24T00:32:04.5428923Z #45 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
2021-04-24T00:32:04.5429951Z #46 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
2021-04-24T00:32:04.5535147Z 00:00 +0 -1: loading test\base_test.dart [E]
2021-04-24T00:32:04.5548137Z Failed to load "test\base_test.dart": unknown error
2021-04-24T00:32:04.5655110Z 00:00 +0 -2: loading test\com_test.dart [E]
2021-04-24T00:32:04.5656443Z Failed to load "test\com_test.dart": unknown error
2021-04-24T00:32:04.5675587Z 00:00 +0 -3: loading test\goldens_test.dart [E]
2021-04-24T00:32:04.5676151Z Failed to load "test\goldens_test.dart": unknown error
2021-04-24T00:32:04.5689087Z 00:00 +0 -4: loading test\object_tests\delegates_test.dart [E]
2021-04-24T00:32:04.5689741Z Failed to load "test\object_tests\delegates_test.dart": unknown error
2021-04-24T00:32:04.5701658Z 00:00 +0 -5: loading test\object_tests\enums_test.dart [E]
2021-04-24T00:32:04.5702254Z Failed to load "test\object_tests\enums_test.dart": unknown error
2021-04-24T00:32:04.5713544Z 00:00 +0 -6: loading test\object_tests\functions_test.dart [E]
2021-04-24T00:32:04.5714169Z Failed to load "test\object_tests\functions_test.dart": unknown error
2021-04-24T00:32:04.5729636Z 00:00 +0 -7: loading test\object_tests\interfaces_test.dart [E]
2021-04-24T00:32:04.5730463Z Failed to load "test\object_tests\interfaces_test.dart": unknown error
2021-04-24T00:32:04.5746056Z 00:00 +0 -8: loading test\object_tests\structs_test.dart [E]
2021-04-24T00:32:04.5746866Z Failed to load "test\object_tests\structs_test.dart": unknown error
2021-04-24T00:32:04.5761972Z 00:00 +0 -9: loading test\object_tests\winrt_interfaces_test.dart [E]
2021-04-24T00:32:04.5762859Z Failed to load "test\object_tests\winrt_interfaces_test.dart": unknown error
2021-04-24T00:32:04.5775216Z 00:00 +0 -10: loading test\projection_test.dart [E]
2021-04-24T00:32:04.5775884Z Failed to load "test\projection_test.dart": unknown error
2021-04-24T00:32:04.5787564Z 00:00 +0 -11: loading test\store_test.dart [E]
2021-04-24T00:32:04.5788611Z Failed to load "test\store_test.dart": unknown error
2021-04-24T00:32:04.5801272Z 00:00 +0 -12: loading test\system_tokens_test.dart [E]
2021-04-24T00:32:04.5801912Z Failed to load "test\system_tokens_test.dart": unknown error
2021-04-24T00:32:04.5814173Z 00:00 +0 -13: loading test\type_test.dart [E]
2021-04-24T00:32:04.5814888Z Failed to load "test\type_test.dart": unknown error
2021-04-24T00:32:04.5828323Z 00:00 +0 -14: loading test\utils_test.dart [E]
2021-04-24T00:32:04.5829640Z Failed to load "test\utils_test.dart": unknown error
2021-04-24T00:32:04.5852454Z 00:00 +0 -15: loading test\win32_struct_test.dart [E]
2021-04-24T00:32:04.5853082Z Failed to load "test\win32_struct_test.dart": unknown error
2021-04-24T00:32:04.5865784Z 00:00 +0 -16: loading test\win32_test.dart [E]
2021-04-24T00:32:04.5866318Z Failed to load "test\win32_test.dart": unknown error
2021-04-24T00:32:04.5879732Z 00:00 +0 -17: loading test\winrt_test.dart [E]
2021-04-24T00:32:04.5880308Z Failed to load "test\winrt_test.dart": unknown error
2021-04-24T00:32:04.5928088Z 00:00 +0 -17: Some tests failed.
2021-04-24T00:32:04.7912205Z ##[error]Process completed with exit code 1.
2021-04-24T00:32:04.8131433Z Post job cleanup.
2021-04-24T00:32:12.7441334Z [command]"C:\Program Files\Git\bin\git.exe" version
2021-04-24T00:32:12.7643600Z git version 2.31.1.windows.1
2021-04-24T00:32:12.7703317Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2021-04-24T00:32:12.7928456Z [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-24T00:32:13.2756593Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-24T00:32:14.7681430Z http.https://github.com/.extraheader
2021-04-24T00:32:14.7682912Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2021-04-24T00:32:14.7685083Z [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-24T00:32:14.7712439Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment