puro
puro copied to clipboard
Unable to use fork
Issue
It seems like newer forks aren't compatible with puro:
$ puro create brainwo --fork https://github.com/brainwo/flutter
[E] git: fatal: Not a valid object name upstream/master
[x] Bad state: git subprocess failed with exit code 128
#0 GitClient._ensureSuccess (package:puro/src/git.dart:109)
#1 GitClient.mergeBase (package:puro/src/git.dart:418)
<asynchronous suspension>
#2 updateEngineVersionFile (package:puro/src/env/create.dart:56)
<asynchronous suspension>
#3 getEngineVersion (package:puro/src/env/create.dart:79)
<asynchronous suspension>
#4 setUpFlutterTool (package:puro/src/env/flutter_tool.dart:90)
<asynchronous suspension>
#5 createEnvironment (package:puro/src/env/create.dart:272)
<asynchronous suspension>
#6 CommandRunner.runCommand (package:args/command_runner.dart:212)
<asynchronous suspension>
#7 main (package:puro/src/cli.dart:279)
<asynchronous suspension>
[x] Puro crashed! Please file an issue at https://github.com/pingbird/puro
Consider running the command with a higher log level: `--log-level=4`
While old ones are working perfectly fine:
$ puro create pingbird --fork https://github.com/pingbird/flutter
[✓] Created new environment at `/home/brian/.local/share/puro/envs/pingbird/flutter`
Workaround
A workaround is to do git pull manually, pulling from upstream/master:
$ git pull upstream master
From https://github.com/flutter/flutter
* branch master -> FETCH_HEAD
* [new branch] master -> upstream/master
Already up to date.
$ git merge-base HEAD upstream/master
05b5e79105441acb55e98a778ff7854cd191de8c
Now it's working.
Log
[D] envPuroRoot: /home/brian/.local/share/puro
[D] binPuroRoot: null
[D] firstRun: false
[D] legacyPubCache: null
[V] Started waiting for lock on /home/brian/.local/share/puro/prefs.json
[V] Waiting for lock on /home/brian/.local/share/puro/prefs.json took 0ms
[D] puroRootDir: LocalDirectory: '/home/brian/.local/share/puro'
[D] puroRoot (resolved): LocalDirectory: '/home/brian/.local/share/puro'
[D] PURO_FLUTTER_BIN: null
[D] target: PuroBuildTarget.linuxX64
[D] Platform.executable: puro
[D] Platform.resolvedExecutable: /home/brian/.local/share/puro/bin/puro
[D] Platform.script: file:///home/brian/puro
[D] Platform.packageConfig: null
[D] No package root: Platform.packageConfig is null
[D] packageRoot: null
[D] executablePath: /home/brian/.local/share/puro/bin/puro
[D] scriptPath: /home/brian/.local/share/puro/bin/puro
[D] scriptExtension:
[D] installationType: PuroInstallationType.distribution
[D] version: 1.4.10
[V] Checking if update is available
[V] Started waiting for lock on /home/brian/.local/share/puro/latest_version
[V] Waiting for lock on /home/brian/.local/share/puro/latest_version took 0ms
[D] lastNotification: 2025-03-22 08:38:12.361871
[D] latestVersion: 1.4.10
[D] isOutOfDate: false
[D] willNotify: false
[D] shouldVersionCheck: false
[D] lastVersionCheck: 2025-03-30 07:52:02.439899
[V] Creating a new environment in /home/brian/.local/share/puro/envs/autoroll
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/update.lock
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/update.lock took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/prefs.json
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/prefs.json took 0ms
[V] Skipped Pre-caching engine
[V] Cloning flutter with shared refs
[D] repository: /home/brian/.local/share/puro/envs/autoroll/flutter
[D] flutterVersion: null
[D] forkRemoteUrl: null
[D] forkRef: null
[V] Started fetching https://github.com/flutter/flutter.git
[D] [git 515274] /home/brian/.local/share/puro/shared/flutter> git fetch origin
[D] [git 515274] finished with exit code 0 in 1468ms
[V] Fetching https://github.com/flutter/flutter.git took 1469ms
[V] Started initializing repository
[D] [git 515313] /home/brian/.local/share/puro/envs/autoroll/flutter> git init
[D] git: Initialized empty Git repository in /home/brian/.local/share/puro/envs/autoroll/flutter/.git/
[D] [git 515313] finished with exit code 0 in 5ms
[D] [git 515314] /home/brian/.local/share/puro/envs/autoroll/flutter> git remote -v
[D] [git 515314] finished with exit code 0 in 2ms
[D] [git 515315] /home/brian/.local/share/puro/envs/autoroll/flutter> git remote add upstream https://github.com/flutter/flutter.git
[D] [git 515315] finished with exit code 0 in 2ms
[D] [git 515316] /home/brian/.local/share/puro/envs/autoroll/flutter> git remote add origin https://github.com/engine-flutter-autoroll/flutt
er
[D] [git 515316] finished with exit code 0 in 2ms
[V] Started fetching null
[D] [git 515317] /home/brian/.local/share/puro/envs/autoroll/flutter> git fetch origin
[D] git: From https://github.com/engine-flutter-autoroll/flutter
[D] git: * [new branch] 65069ed -> origin/65069ed
[D] git: * [new branch] Hixie-patch-1 -> origin/Hixie-patch-1
[D] git: * [new branch] alpha -> origin/alpha
[D] git: * [new branch] behavior -> origin/behavior
[D] git: * [new branch] beta -> origin/beta
[D] git: * [new branch] dart-sdk-flutter-0a9f195b-f9ae-4671-9958-dcde460ff32e-1742925484 -> origin/dart-sdk-flutter-0a9f195b-f9a
e-4671-9958-dcde460ff32e-1742925484
[D] git: * [new branch] dart-sdk-flutter-0d7392d3-fa23-4ec1-ab5f-43350f7cf5e9-1743022622 -> origin/dart-sdk-flutter-0d7392d3-fa2
3-4ec1-ab5f-43350f7cf5e9-1743022622
[D] git: * [new branch] dart-sdk-flutter-1002ac81-4622-4ecb-ad9b-6aaaa51ea814-1743186203 -> origin/dart-sdk-flutter-1002ac81-462
2-4ecb-ad9b-6aaaa51ea814-1743186203
[D] git: * [new branch] dart-sdk-flutter-1b633b7d-89b7-41d6-a088-685e1fcfc3da-1743181276 -> origin/dart-sdk-flutter-1b633b7d-89b
7-41d6-a088-685e1fcfc3da-1743181276
[D] git: * [new branch] dart-sdk-flutter-3236a868-7d44-42ff-b626-d6279370ac5d-1743203718 -> origin/dart-sdk-flutter-3236a868-7d4
4-42ff-b626-d6279370ac5d-1743203718
[D] git: * [new branch] dart-sdk-flutter-4dee1e89-7624-4ec0-96f6-5d15cc30c61e-1743039090 -> origin/dart-sdk-flutter-4dee1e89-762
4-4ec0-96f6-5d15cc30c61e-1743039090
[D] git: * [new branch] dart-sdk-flutter-533bb0e4-ef35-4f50-882d-96f20a8a2a3f-1742822639 -> origin/dart-sdk-flutter-533bb0e4-ef3
5-4f50-882d-96f20a8a2a3f-1742822639
[D] git: * [new branch] dart-sdk-flutter-5934be32-25ff-47d5-bca9-1d49336c4aa8-1743271234 -> origin/dart-sdk-flutter-5934be32-25f
f-47d5-bca9-1d49336c4aa8-1743271234
[D] git: * [new branch] dart-sdk-flutter-65625978-839f-402b-a46e-d320fb54f036-1742904369 -> origin/dart-sdk-flutter-65625978-839
f-402b-a46e-d320fb54f036-1742904369
[D] git: * [new branch] dart-sdk-flutter-6e796e26-cd7f-451d-864e-c0ff3bbbd767-1742882436 -> origin/dart-sdk-flutter-6e796e26-cd7
f-451d-864e-c0ff3bbbd767-1742882436
[D] git: * [new branch] dart-sdk-flutter-8984f0c7-574f-48f0-8745-0b6378059c17-1742841019 -> origin/dart-sdk-flutter-8984f0c7-574
f-48f0-8745-0b6378059c17-1742841019
[D] git: * [new branch] dart-sdk-flutter-9923cf01-2a9e-4efa-b9b2-0e4d05ed05f5-1743252150 -> origin/dart-sdk-flutter-9923cf01-2a9
e-4efa-b9b2-0e4d05ed05f5-1743252150
[D] git: * [new branch] dart-sdk-flutter-a763434d-daa4-46b5-bb90-7347c2984619-1742892591 -> origin/dart-sdk-flutter-a763434d-daa
4-46b5-bb90-7347c2984619-1742892591
[D] git: * [new branch] dart-sdk-flutter-c539059e-853b-4d3d-9297-1facfa7cd90d-1743233335 -> origin/dart-sdk-flutter-c539059e-853
b-4d3d-9297-1facfa7cd90d-1743233335
[D] git: * [new branch] dart-sdk-flutter-d05ec68a-309e-4237-907a-762fcff4e78b-1743011283 -> origin/dart-sdk-flutter-d05ec68a-309
e-4237-907a-762fcff4e78b-1743011283
[D] git: * [new branch] dart-sdk-flutter-d0cf5218-5267-4754-8cc2-73835978218d-1742963200 -> origin/dart-sdk-flutter-d0cf5218-526
7-4754-8cc2-73835978218d-1742963200
[D] git: * [new branch] dart-sdk-flutter-d29dc424-bf3d-4836-81e4-1a1baf216c48-1742943573 -> origin/dart-sdk-flutter-d29dc424-bf3
d-4836-81e4-1a1baf216c48-1742943573
[D] git: * [new branch] dart-sdk-flutter-ddf53a1a-53a4-4d43-9988-fbb187ed6498-1743027881 -> origin/dart-sdk-flutter-ddf53a1a-53a
4-4d43-9988-fbb187ed6498-1743027881
[D] git: * [new branch] dart-sdk-flutter-e1fae208-d59e-4c12-b0fb-14914bd3f80a-1742860074 -> origin/dart-sdk-flutter-e1fae208-d59
e-4c12-b0fb-14914bd3f80a-1742860074
[D] git: * [new branch] dart-sdk-flutter-e82659eb-fbcd-4898-9ba4-1107c40733ca-1743068914 -> origin/dart-sdk-flutter-e82659eb-fbc
d-4898-9ba4-1107c40733ca-1743068914
[D] git: * [new branch] dart-sdk-flutter-eecb469c-ff59-4f30-873f-457a1fc680dd-1743200155 -> origin/dart-sdk-flutter-eecb469c-ff5
9-4f30-873f-457a1fc680dd-1743200155
[D] git: * [new branch] dart-sdk-flutter-ef2ef98d-021d-4f2e-ac2e-5e4cbc1c70d7-1742982172 -> origin/dart-sdk-flutter-ef2ef98d-021
d-4f2e-ac2e-5e4cbc1c70d7-1742982172
[D] git: * [new branch] dart-sdk-flutter-f5680859-a7b2-4e9e-878a-ccea28e5e7ab-1743213400 -> origin/dart-sdk-flutter-f5680859-a7b
2-4e9e-878a-ccea28e5e7ab-1743213400
[D] git: * [new branch] dart-sdk-flutter-f9126832-413e-4306-814f-bf01f839a87c-1742992827 -> origin/dart-sdk-flutter-f9126832-413
e-4306-814f-bf01f839a87c-1742992827
[D] git: * [new branch] dependabot/bundler/dev/ci/mac/cocoapods-1.12.0 -> origin/dependabot/bundler/dev/ci/mac/cocoapods-1.12.0
[D] git: * [new branch] dependabot/docker/dev/ci/docker_linux/debian-11.6-slim -> origin/dependabot/docker/dev/ci/docker_linux/d
ebian-11.6-slim
[D] git: * [new branch] dependabot/github_actions/actions/checkout-3.3.0 -> origin/dependabot/github_actions/actions/checkout-3.
3.0
[D] git: * [new branch] dependabot/github_actions/actions/upload-artifact-3.1.2 -> origin/dependabot/github_actions/actions/uplo
ad-artifact-3.1.2
[D] git: * [new branch] dependabot/github_actions/dessant/lock-threads-4.0.0 -> origin/dependabot/github_actions/dessant/lock-th
reads-4.0.0
[D] git: * [new branch] dependabot/github_actions/github/codeql-action-2.2.5 -> origin/dependabot/github_actions/github/codeql-a
ction-2.2.5
[D] git: * [new branch] dependabot/github_actions/ossf/scorecard-action-2.1.2 -> origin/dependabot/github_actions/ossf/scorecard
-action-2.1.2
[D] git: * [new branch] dev -> origin/dev
[D] git: * [new branch] flutter-engine-flutter-autoroll -> origin/flutter-engine-flutter-autoroll
[D] git: * [new branch] flutter-engine-flutter-autoroll-011208c5-e987-4686-b9dd-46d1f47bc6e8-1734431792 -> origin/flutter-engine
-flutter-autoroll-011208c5-e987-4686-b9dd-46d1f47bc6e8-1734431792
[D] git: * [new branch] flutter-engine-flutter-autoroll-08df5101-8e08-4cd6-a4e1-e2e3db1842de-1734456419 -> origin/flutter-engine
-flutter-autoroll-08df5101-8e08-4cd6-a4e1-e2e3db1842de-1734456419
[D] git: * [new branch] flutter-engine-flutter-autoroll-0f3b19aa-468f-49e7-b53f-00b1560ab029-1734384636 -> origin/flutter-engine
-flutter-autoroll-0f3b19aa-468f-49e7-b53f-00b1560ab029-1734384636
[D] git: * [new branch] flutter-engine-flutter-autoroll-10cd4e10-7ac4-49ce-b2d9-3524757fcf51-1734419311 -> origin/flutter-engine
-flutter-autoroll-10cd4e10-7ac4-49ce-b2d9-3524757fcf51-1734419311
[D] git: * [new branch] flutter-engine-flutter-autoroll-13545090-e87f-4636-8791-c1b5e77103d6-1734425071 -> origin/flutter-engine
-flutter-autoroll-13545090-e87f-4636-8791-c1b5e77103d6-1734425071
[D] git: * [new branch] flutter-engine-flutter-autoroll-13b892f4-971e-47c3-85ff-587946743a7f-1734069463 -> origin/flutter-engine
-flutter-autoroll-13b892f4-971e-47c3-85ff-587946743a7f-1734069463
[D] git: * [new branch] flutter-engine-flutter-autoroll-14f0d3aa-6f8f-4699-bdc8-ecc709783148-1734367775 -> origin/flutter-engine
-flutter-autoroll-14f0d3aa-6f8f-4699-bdc8-ecc709783148-1734367775
[D] git: * [new branch] flutter-engine-flutter-autoroll-1aeee002-8b8b-486d-b61a-3b09dd44590e-1734301591 -> origin/flutter-engine
-flutter-autoroll-1aeee002-8b8b-486d-b61a-3b09dd44590e-1734301591
[D] git: * [new branch] flutter-engine-flutter-autoroll-209fd116-1256-4a1d-8091-0203fa123af7-1734125509 -> origin/flutter-engine
-flutter-autoroll-209fd116-1256-4a1d-8091-0203fa123af7-1734125509
[D] git: * [new branch] flutter-engine-flutter-autoroll-21b28981-c680-4603-9d98-8d126116ada3-1733989672 -> origin/flutter-engine
-flutter-autoroll-21b28981-c680-4603-9d98-8d126116ada3-1733989672
[D] git: * [new branch] flutter-engine-flutter-autoroll-24b4e174-8afe-4c33-8dd4-f6f1351cbce0-1734452399 -> origin/flutter-engine
-flutter-autoroll-24b4e174-8afe-4c33-8dd4-f6f1351cbce0-1734452399
[D] git: * [new branch] flutter-engine-flutter-autoroll-2f44e2e5-2ea3-428c-b951-8ecf1b59e26a-1734058783 -> origin/flutter-engine
-flutter-autoroll-2f44e2e5-2ea3-428c-b951-8ecf1b59e26a-1734058783
[D] git: * [new branch] flutter-engine-flutter-autoroll-302e43e6-8e78-405c-a745-0deeaba95c85-1734037906 -> origin/flutter-engine
-flutter-autoroll-302e43e6-8e78-405c-a745-0deeaba95c85-1734037906
[D] git: * [new branch] flutter-engine-flutter-autoroll-31a0a140-72e2-4ff5-bb3e-69000797b414-1734141766 -> origin/flutter-engine
-flutter-autoroll-31a0a140-72e2-4ff5-bb3e-69000797b414-1734141766
[D] git: * [new branch] flutter-engine-flutter-autoroll-346e1e35-62a2-4a3a-8b50-2cac2baa412d-1733961330 -> origin/flutter-engine
-flutter-autoroll-346e1e35-62a2-4a3a-8b50-2cac2baa412d-1733961330
[D] git: * [new branch] flutter-engine-flutter-autoroll-3a98286f-ca56-40b3-ace1-9c52931c5ed9-1734016192 -> origin/flutter-engine
-flutter-autoroll-3a98286f-ca56-40b3-ace1-9c52931c5ed9-1734016192
[D] git: * [new branch] flutter-engine-flutter-autoroll-3c50035e-0578-4464-b676-7f4964d7536c-1734459539 -> origin/flutter-engine
-flutter-autoroll-3c50035e-0578-4464-b676-7f4964d7536c-1734459539
[D] git: * [new branch] flutter-engine-flutter-autoroll-45c1ade4-955d-45fe-a244-40b8f1d84250-1734035686 -> origin/flutter-engine
-flutter-autoroll-45c1ade4-955d-45fe-a244-40b8f1d84250-1734035686
[D] git: * [new branch] flutter-engine-flutter-autoroll-52e37ebc-223b-4725-a507-38d704e9573f-1734055063 -> origin/flutter-engine
-flutter-autoroll-52e37ebc-223b-4725-a507-38d704e9573f-1734055063
[D] git: * [new branch] flutter-engine-flutter-autoroll-582c5533-064d-4c2c-b1dd-1a31e74bb4db-1734050566 -> origin/flutter-engine
-flutter-autoroll-582c5533-064d-4c2c-b1dd-1a31e74bb4db-1734050566
[D] git: * [new branch] flutter-engine-flutter-autoroll-58791939-7025-4a89-81eb-2727cb484d2c-1734135949 -> origin/flutter-engine
-flutter-autoroll-58791939-7025-4a89-81eb-2727cb484d2c-1734135949
[D] git: * [new branch] flutter-engine-flutter-autoroll-5e0a3769-5100-40b8-a010-c44347d8bd05-1734145305 -> origin/flutter-engine
-flutter-autoroll-5e0a3769-5100-40b8-a010-c44347d8bd05-1734145305
[D] git: * [new branch] flutter-engine-flutter-autoroll-60a55b8e-b0eb-43c9-9f58-b7df6651548c-1734305731 -> origin/flutter-engine
-flutter-autoroll-60a55b8e-b0eb-43c9-9f58-b7df6651548c-1734305731
[D] git: * [new branch] flutter-engine-flutter-autoroll-65040177-34c1-4cc2-ba0b-de02dc0dafba-1734395316 -> origin/flutter-engine
-flutter-autoroll-65040177-34c1-4cc2-ba0b-de02dc0dafba-1734395316
[D] git: * [new branch] flutter-engine-flutter-autoroll-71666f23-c760-4be3-919a-a4ccee2e4029-1733974084 -> origin/flutter-engine
-flutter-autoroll-71666f23-c760-4be3-919a-a4ccee2e4029-1733974084
[D] git: * [new branch] flutter-engine-flutter-autoroll-79c32798-8b71-4766-b873-7dc0011ff96a-1734122344 -> origin/flutter-engine
-flutter-autoroll-79c32798-8b71-4766-b873-7dc0011ff96a-1734122344
[D] git: * [new branch] flutter-engine-flutter-autoroll-7a62aa56-8f8f-4ccd-a387-d0b8f44f998c-1734031727 -> origin/flutter-engine
-flutter-autoroll-7a62aa56-8f8f-4ccd-a387-d0b8f44f998c-1734031727
[D] git: * [new branch] flutter-engine-flutter-autoroll-85b29505-cd9d-432c-b249-159542e53e59-1734379415 -> origin/flutter-engine
-flutter-autoroll-85b29505-cd9d-432c-b249-159542e53e59-1734379415
[D] git: * [new branch] flutter-engine-flutter-autoroll-87132bf7-980c-4f4f-bf6a-33e898f3d839-1734391775 -> origin/flutter-engine
-flutter-autoroll-87132bf7-980c-4f4f-bf6a-33e898f3d839-1734391775
[D] git: * [new branch] flutter-engine-flutter-autoroll-8c159bcd-28d5-4812-974d-2d7b916edb2b-1733969902 -> origin/flutter-engine
-flutter-autoroll-8c159bcd-28d5-4812-974d-2d7b916edb2b-1733969902
[D] git: * [new branch] flutter-engine-flutter-autoroll-8daf0bd9-381f-4462-89c1-63310d702317-1733957491 -> origin/flutter-engine
-flutter-autoroll-8daf0bd9-381f-4462-89c1-63310d702317-1733957491
[D] git: * [new branch] flutter-engine-flutter-autoroll-96082a9c-7df3-481b-952c-406978c6623b-1733999093 -> origin/flutter-engine
-flutter-autoroll-96082a9c-7df3-481b-952c-406978c6623b-1733999093
[D] git: * [new branch] flutter-engine-flutter-autoroll-961fdea2-1dc8-4531-b979-f13bd193e0d4-1734399095 -> origin/flutter-engine
-flutter-autoroll-961fdea2-1dc8-4531-b979-f13bd193e0d4-1734399095
[D] git: * [new branch] flutter-engine-flutter-autoroll-a6105e61-9ef2-4911-a500-3f8f5b4e61ea-1734078803 -> origin/flutter-engine
-flutter-autoroll-a6105e61-9ef2-4911-a500-3f8f5b4e61ea-1734078803
[D] git: * [new branch] flutter-engine-flutter-autoroll-ad41cd37-3432-4466-99c3-e51e781f2d2d-1734112042 -> origin/flutter-engine
-flutter-autoroll-ad41cd37-3432-4466-99c3-e51e781f2d2d-1734112042
[D] git: * [new branch] flutter-engine-flutter-autoroll-b22783e3-6a94-448f-a5eb-27926c0f4179-1734027946 -> origin/flutter-engine
-flutter-autoroll-b22783e3-6a94-448f-a5eb-27926c0f4179-1734027946
[D] git: * [new branch] flutter-engine-flutter-autoroll-b2e35eb7-55eb-493c-8f2c-dbfa1339d885-1734138212 -> origin/flutter-engine
-flutter-autoroll-b2e35eb7-55eb-493c-8f2c-dbfa1339d885-1734138212
[D] git: * [new branch] flutter-engine-flutter-autoroll-b4dd30fc-9108-4d8e-bbee-a2a391b3a790-1733965267 -> origin/flutter-engine
-flutter-autoroll-b4dd30fc-9108-4d8e-bbee-a2a391b3a790-1733965267
[D] git: * [new branch] flutter-engine-flutter-autoroll-bbd13357-9644-4f69-b1d4-7e17f484cd89-1734008512 -> origin/flutter-engine
-flutter-autoroll-bbd13357-9644-4f69-b1d4-7e17f484cd89-1734008512
[D] git: * [new branch] flutter-engine-flutter-autoroll-be36775e-6844-4104-9247-e9febb7e16a1-1734415832 -> origin/flutter-engine
-flutter-autoroll-be36775e-6844-4104-9247-e9febb7e16a1-1734415832
[D] git: * [new branch] flutter-engine-flutter-autoroll-bf5974a9-e423-430c-9636-b6b675fdf27e-1734402335 -> origin/flutter-engine
-flutter-autoroll-bf5974a9-e423-430c-9636-b6b675fdf27e-1734402335
[D] git: * [new branch] flutter-engine-flutter-autoroll-c27d9db5-7195-4d2b-9e0f-84f79c3f5c27-1733985964 -> origin/flutter-engine
-flutter-autoroll-c27d9db5-7195-4d2b-9e0f-84f79c3f5c27-1733985964
[D] git: * [new branch] flutter-engine-flutter-autoroll-d08c2ca4-a68f-46d0-abe9-f73fcb39031b-1734440071 -> origin/flutter-engine
-flutter-autoroll-d08c2ca4-a68f-46d0-abe9-f73fcb39031b-1734440071
[D] git: * [new branch] flutter-engine-flutter-autoroll-ee28b042-e9be-45bb-a305-3a141ad30f01-1734447303 -> origin/flutter-engine
-flutter-autoroll-ee28b042-e9be-45bb-a305-3a141ad30f01-1734447303
[D] git: * [new branch] flutter-engine-flutter-autoroll-f19165d6-d6ad-41fa-9b7b-36244bae8c63-1734132649 -> origin/flutter-engine
-flutter-autoroll-f19165d6-d6ad-41fa-9b7b-36244bae8c63-1734132649
[D] git: * [new branch] flutter-engine-flutter-autoroll-fb5bdf5b-850b-41e8-96c9-4f83bb4456ef-1734388235 -> origin/flutter-engine
-flutter-autoroll-fb5bdf5b-850b-41e8-96c9-4f83bb4456ef-1734388235
[D] git: * [new branch] flutter-packages-flutter-autoroll-1a9a46bf-fee1-4087-aa7a-dc24aaaa60e0-1743174090 -> origin/flutter-pack
ages-flutter-autoroll-1a9a46bf-fee1-4087-aa7a-dc24aaaa60e0-1743174090
[D] git: * [new branch] flutter-packages-flutter-autoroll-25bce72d-e349-4a56-9d90-714cf5feda78-1742914867 -> origin/flutter-pack
ages-flutter-autoroll-25bce72d-e349-4a56-9d90-714cf5feda78-1742914867
[D] git: * [new branch] flutter-packages-flutter-autoroll-29771e19-7d09-4040-b89b-37614640591c-1743175048 -> origin/flutter-pack
ages-flutter-autoroll-29771e19-7d09-4040-b89b-37614640591c-1743175048
[D] git: * [new branch] flutter-packages-flutter-autoroll-56468c50-4e5f-42db-9ed2-02a4d051b6fd-1743009626 -> origin/flutter-pack
ages-flutter-autoroll-56468c50-4e5f-42db-9ed2-02a4d051b6fd-1743009626
[D] git: * [new branch] flutter-packages-flutter-autoroll-7616182d-3959-4c40-a4f8-11e0aa2553ab-1743087698 -> origin/flutter-pack
ages-flutter-autoroll-7616182d-3959-4c40-a4f8-11e0aa2553ab-1743087698
[D] git: * [new branch] flutter-packages-flutter-autoroll-b3106a53-6852-4f72-869f-f1c37d3714a7-1743095737 -> origin/flutter-pack
ages-flutter-autoroll-b3106a53-6852-4f72-869f-f1c37d3714a7-1743095737
[D] git: * [new branch] flutter-packages-flutter-autoroll-b9632a8e-2f68-4915-a9ee-d06bf567e21e-1743001286 -> origin/flutter-pack
ages-flutter-autoroll-b9632a8e-2f68-4915-a9ee-d06bf567e21e-1743001286
[D] git: * [new branch] flutter-packages-flutter-autoroll-bfa42b1a-3acd-433e-9bce-25afd639b2bd-1743183349 -> origin/flutter-pack
ages-flutter-autoroll-bfa42b1a-3acd-433e-9bce-25afd639b2bd-1743183349
[D] git: * [new branch] flutter-packages-flutter-autoroll-ca998c43-f6e3-4e6b-920b-f965af4378f3-1742828499 -> origin/flutter-pack
ages-flutter-autoroll-ca998c43-f6e3-4e6b-920b-f965af4378f3-1742828499
[D] git: * [new branch] flutter-plugins-flutter-autoroll-0bc7e6d2-dd54-4421-a491-0b367b61babb-1676996156 -> origin/flutter-plugi
ns-flutter-autoroll-0bc7e6d2-dd54-4421-a491-0b367b61babb-1676996156
[D] git: * [new branch] flutter-plugins-flutter-autoroll-c39f1065-4777-4d92-9a01-bd2ff547a51d-1677078072 -> origin/flutter-plugi
ns-flutter-autoroll-c39f1065-4777-4d92-9a01-bd2ff547a51d-1677078072
[D] git: * [new branch] flutter-stable-packages -> origin/flutter-stable-packages
[D] git: * [new branch] flutter-stable-plugins -> origin/flutter-stable-plugins
[D] git: * [new branch] flutter_module -> origin/flutter_module
[D] git: * [new branch] fuchsia-linux-sdk-flutter-2a00fdb1-2b22-4459-a1f1-656bd64e4f61-1742791328 -> origin/fuchsia-linux-sdk-fl
utter-2a00fdb1-2b22-4459-a1f1-656bd64e4f61-1742791328
[D] git: * [new branch] fuchsia-linux-sdk-flutter-3e270ecd-948d-4815-b95f-c4ad302bb7ed-1742981604 -> origin/fuchsia-linux-sdk-fl
utter-3e270ecd-948d-4815-b95f-c4ad302bb7ed-1742981604
[D] git: * [new branch] fuchsia-linux-sdk-flutter-3f95c12f-4da0-444e-a3e7-9b1280fb273d-1743173625 -> origin/fuchsia-linux-sdk-fl
utter-3f95c12f-4da0-444e-a3e7-9b1280fb273d-1743173625
[D] git: * [new branch] fuchsia-linux-sdk-flutter-40f73cf5-33f4-4969-acb9-d6260eb5b665-1742887695 -> origin/fuchsia-linux-sdk-fl
utter-40f73cf5-33f4-4969-acb9-d6260eb5b665-1742887695
[D] git: * [new branch] fuchsia-linux-sdk-flutter-46bf1c6a-2879-48d9-afaa-36d4d3e46f10-1742985079 -> origin/fuchsia-linux-sdk-fl
utter-46bf1c6a-2879-48d9-afaa-36d4d3e46f10-1742985079
[D] git: * [new branch] fuchsia-linux-sdk-flutter-53e80faf-f42a-4c15-8eb6-eb2961fe8e63-1742696828 -> origin/fuchsia-linux-sdk-fl
utter-53e80faf-f42a-4c15-8eb6-eb2961fe8e63-1742696828
[D] git: * [new branch] fuchsia-linux-sdk-flutter-7212b98b-50c3-4d91-b7d9-eb8c1f40d738-1742885471 -> origin/fuchsia-linux-sdk-fl
utter-7212b98b-50c3-4d91-b7d9-eb8c1f40d738-1742885471
[D] git: * [new branch] fuchsia-linux-sdk-flutter-782e6e47-c497-4e25-8ea9-c439696fe2da-1743297834 -> origin/fuchsia-linux-sdk-fl
utter-782e6e47-c497-4e25-8ea9-c439696fe2da-1743297834
[D] git: * [new branch] fuchsia-linux-sdk-flutter-8239da8e-5aec-48d6-91a1-6e524523116a-1743079625 -> origin/fuchsia-linux-sdk-fl
utter-8239da8e-5aec-48d6-91a1-6e524523116a-1743079625
[D] git: * [new branch] fuchsia-linux-sdk-flutter-bcb16a65-35c5-4d1d-b5cd-f281c68749d2-1743289577 -> origin/fuchsia-linux-sdk-fl
utter-bcb16a65-35c5-4d1d-b5cd-f281c68749d2-1743289577
[D] git: * [new branch] fuchsia-linux-sdk-flutter-e3034709-2427-42b9-ba2f-1eac174c0e2f-1743281430 -> origin/fuchsia-linux-sdk-fl
utter-e3034709-2427-42b9-ba2f-1eac174c0e2f-1743281430
[D] git: * [new branch] fuchsia-linux-sdk-flutter-fda2dfe3-3fe4-447d-bc24-578123025360-1743270757 -> origin/fuchsia-linux-sdk-fl
utter-fda2dfe3-3fe4-447d-bc24-578123025360-1743270757
[D] git: * [new branch] fuchsia-test-scripts-flutter-99bfd610-97e2-4d7c-9fd1-c7ae38a734d1-1743030435 -> origin/fuchsia-test-scri
pts-flutter-99bfd610-97e2-4d7c-9fd1-c7ae38a734d1-1743030435
[D] git: * [new branch] fuchsia-test-scripts-flutter-da2857fa-729e-4603-861a-6939e776daf9-1742944428 -> origin/fuchsia-test-scri
pts-flutter-da2857fa-729e-4603-861a-6939e776daf9-1742944428
[D] git: * [new branch] hackathon -> origin/hackathon
[D] git: * [new branch] main -> origin/main
[D] git: * [new branch] master -> origin/master
[D] git: * [new branch] regenAndroidFiles -> origin/regenAndroidFiles
[D] git: * [new branch] revert-19365-roll_engine -> origin/revert-19365-roll_engine
[D] git: * [new branch] roll_branch -> origin/roll_branch
[D] git: * [new branch] skia-flutter-autoroll-008fbc54-98f0-4840-9776-2d63cf8a21bf-1742729790 -> origin/skia-flutter-autoroll-00
8fbc54-98f0-4840-9776-2d63cf8a21bf-1742729790
[D] git: * [new branch] skia-flutter-autoroll-012944ba-2323-41fd-bd93-1b1f8af02ace-1742917836 -> origin/skia-flutter-autoroll-01
2944ba-2323-41fd-bd93-1b1f8af02ace-1742917836
[D] git: * [new branch] skia-flutter-autoroll-08c80ccc-e9b1-4a1e-9384-a6a022153e56-1743069677 -> origin/skia-flutter-autoroll-08
c80ccc-e9b1-4a1e-9384-a6a022153e56-1743069677
[D] git: * [new branch] skia-flutter-autoroll-09187ef8-d665-4843-a93c-490420fe11e5-1743010999 -> origin/skia-flutter-autoroll-09
187ef8-d665-4843-a93c-490420fe11e5-1743010999
[D] git: * [new branch] skia-flutter-autoroll-0f7be9d3-50d6-4151-8234-1e00d849ae84-1743139611 -> origin/skia-flutter-autoroll-0f
7be9d3-50d6-4151-8234-1e00d849ae84-1743139611
[D] git: * [new branch] skia-flutter-autoroll-168d3ce7-5403-42e2-88fc-9a31bd818815-1743107340 -> origin/skia-flutter-autoroll-16
8d3ce7-5403-42e2-88fc-9a31bd818815-1743107340
[D] git: * [new branch] skia-flutter-autoroll-2eb4f374-60e4-4787-8b1a-93af8f3c0571-1743006752 -> origin/skia-flutter-autoroll-2e
b4f374-60e4-4787-8b1a-93af8f3c0571-1743006752
[D] git: * [new branch] skia-flutter-autoroll-3caf7490-dbde-400b-bf05-ba04224caf77-1742883395 -> origin/skia-flutter-autoroll-3c
af7490-dbde-400b-bf05-ba04224caf77-1742883395
[D] git: * [new branch] skia-flutter-autoroll-3d95d07a-3136-440a-b499-81e17ffc01e9-1742943564 -> origin/skia-flutter-autoroll-3d
95d07a-3136-440a-b499-81e17ffc01e9-1742943564
[D] git: * [new branch] skia-flutter-autoroll-426490eb-78ee-4583-8e13-b0650cdf3a5a-1743101180 -> origin/skia-flutter-autoroll-42
6490eb-78ee-4583-8e13-b0650cdf3a5a-1743101180
[D] git: * [new branch] skia-flutter-autoroll-4be5f12d-99e7-4f65-9bc7-5ad3ebf134fd-1743015495 -> origin/skia-flutter-autoroll-4b
e5f12d-99e7-4f65-9bc7-5ad3ebf134fd-1743015495
[D] git: * [new branch] skia-flutter-autoroll-4cd719df-4d65-40a4-ab98-bfdddeac9fe0-1743094388 -> origin/skia-flutter-autoroll-4c
d719df-4d65-40a4-ab98-bfdddeac9fe0-1743094388
[D] git: * [new branch] skia-flutter-autoroll-5265fa10-0930-4405-9c28-69a0133acc80-1743061189 -> origin/skia-flutter-autoroll-52
65fa10-0930-4405-9c28-69a0133acc80-1743061189
[D] git: * [new branch] skia-flutter-autoroll-5338364a-67a0-41ab-9665-a9a541a26703-1742874895 -> origin/skia-flutter-autoroll-53
38364a-67a0-41ab-9665-a9a541a26703-1742874895
[D] git: * [new branch] skia-flutter-autoroll-58a76a10-89b3-4086-b832-aaf7407f7832-1743085375 -> origin/skia-flutter-autoroll-58
a76a10-89b3-4086-b832-aaf7407f7832-1743085375
[D] git: * [new branch] skia-flutter-autoroll-596e9cc6-2ee6-4485-b1ca-14ed5a805d74-1742853825 -> origin/skia-flutter-autoroll-59
6e9cc6-2ee6-4485-b1ca-14ed5a805d74-1742853825
[D] git: * [new branch] skia-flutter-autoroll-5e0c27b8-5aa1-4633-b985-7a382ee8c7eb-1743113603 -> origin/skia-flutter-autoroll-5e
0c27b8-5aa1-4633-b985-7a382ee8c7eb-1743113603
[D] git: * [new branch] skia-flutter-autoroll-5ee15a52-9808-495f-a177-d7f4ff9492ee-1742972478 -> origin/skia-flutter-autoroll-5e
e15a52-9808-495f-a177-d7f4ff9492ee-1742972478
[D] git: * [new branch] skia-flutter-autoroll-7b5102f9-64a8-410e-8b51-e2729367576a-1742725522 -> origin/skia-flutter-autoroll-7b
5102f9-64a8-410e-8b51-e2729367576a-1742725522
[D] git: * [new branch] skia-flutter-autoroll-87f25781-dddc-4147-bb86-2a57f2146790-1742908890 -> origin/skia-flutter-autoroll-87
f25781-dddc-4147-bb86-2a57f2146790-1742908890
[D] git: * [new branch] skia-flutter-autoroll-a060605b-67b5-4611-8e39-2e348927d79e-1743075209 -> origin/skia-flutter-autoroll-a0
60605b-67b5-4611-8e39-2e348927d79e-1743075209
[D] git: * [new branch] skia-flutter-autoroll-a41eb866-89c5-48c9-8ae8-c7ee2b3872d8-1742832725 -> origin/skia-flutter-autoroll-a4
1eb866-89c5-48c9-8ae8-c7ee2b3872d8-1742832725
[D] git: * [new branch] skia-flutter-autoroll-a5981069-8cb2-425f-a2c1-e3a1039e9b66-1742844114 -> origin/skia-flutter-autoroll-a5
981069-8cb2-425f-a2c1-e3a1039e9b66-1742844114
[D] git: * [new branch] skia-flutter-autoroll-b96a010f-df4a-4830-96ab-1b2ff0b39963-1742902032 -> origin/skia-flutter-autoroll-b9
6a010f-df4a-4830-96ab-1b2ff0b39963-1742902032
[D] git: * [new branch] skia-flutter-autoroll-ba703b48-f012-4633-b42d-2d0c8975b1f2-1743055750 -> origin/skia-flutter-autoroll-ba
703b48-f012-4633-b42d-2d0c8975b1f2-1743055750
[D] git: * [new branch] skia-flutter-autoroll-bafb94ec-f079-41a8-92ed-4d74a9b19171-1742980516 -> origin/skia-flutter-autoroll-ba
fb94ec-f079-41a8-92ed-4d74a9b19171-1742980516
[D] git: * [new branch] skia-flutter-autoroll-c6d7666d-2109-44ee-8f04-81cdf0dda22d-1742996881 -> origin/skia-flutter-autoroll-c6
d7666d-2109-44ee-8f04-81cdf0dda22d-1742996881
[D] git: * [new branch] skia-flutter-autoroll-ca89bc79-8d44-4ba9-9690-414b633f5522-1743104298 -> origin/skia-flutter-autoroll-ca
89bc79-8d44-4ba9-9690-414b633f5522-1743104298
[D] git: * [new branch] skia-flutter-autoroll-d14ac6e0-9ce1-41dc-83c8-55ec924ca41b-1743034879 -> origin/skia-flutter-autoroll-d1
4ac6e0-9ce1-41dc-83c8-55ec924ca41b-1743034879
[D] git: * [new branch] skia-flutter-autoroll-d80be2f6-2278-4d49-bda1-fbd64f96340b-1743021349 -> origin/skia-flutter-autoroll-d8
0be2f6-2278-4d49-bda1-fbd64f96340b-1743021349
[D] git: * [new branch] skia-flutter-autoroll-e6508a99-1823-49a2-973e-15218db64e85-1742956182 -> origin/skia-flutter-autoroll-e6
508a99-1823-49a2-973e-15218db64e85-1742956182
[D] git: * [new branch] skia-flutter-autoroll-ebf8a8db-2283-4a29-a99d-4588539698e6-1743127430 -> origin/skia-flutter-autoroll-eb
f8a8db-2283-4a29-a99d-4588539698e6-1743127430
[D] git: * [new branch] skia-flutter-autoroll-f0d922bb-85fd-4fc4-8a53-75d030c48d42-1742913053 -> origin/skia-flutter-autoroll-f0
d922bb-85fd-4fc4-8a53-75d030c48d42-1742913053
[D] git: * [new branch] skia-flutter-autoroll-fb84b0b8-6b81-49d6-bf38-f7c83a4366b7-1742777356 -> origin/skia-flutter-autoroll-fb
84b0b8-6b81-49d6-bf38-f7c83a4366b7-1742777356
[D] git: * [new branch] skia-flutter-autoroll-fd7a46c0-9d3c-4ea9-ac7a-d42b7c66d926-1742892997 -> origin/skia-flutter-autoroll-fd
7a46c0-9d3c-4ea9-ac7a-d42b7c66d926-1742892997
[D] git: * [new branch] skia-flutter-autoroll-fd9c18c7-d7dc-4bab-9750-ea8ab697d54a-1742823111 -> origin/skia-flutter-autoroll-fd
9c18c7-d7dc-4bab-9750-ea8ab697d54a-1742823111
[D] git: * [new branch] skia-flutter-autoroll-ff5c45ae-32dc-4be2-abf8-e524b0fde11c-1742793264 -> origin/skia-flutter-autoroll-ff
5c45ae-32dc-4be2-abf8-e524b0fde11c-1742793264
[D] git: * [new tag] v0.0.10 -> v0.0.10
[D] git: * [new tag] v0.0.11 -> v0.0.11
[D] git: * [new tag] v0.0.12 -> v0.0.12
[D] git: * [new tag] v0.0.13 -> v0.0.13
[D] git: * [new tag] v0.0.14 -> v0.0.14
[D] git: * [new tag] v0.0.15 -> v0.0.15
[D] git: * [new tag] v0.0.16 -> v0.0.16
[D] git: * [new tag] v0.0.17 -> v0.0.17
[D] git: * [new tag] v0.0.18 -> v0.0.18
[D] git: * [new tag] v0.0.19 -> v0.0.19
[D] git: * [new tag] v0.0.20 -> v0.0.20
[D] git: * [new tag] v0.0.21 -> v0.0.21
[D] git: * [new tag] v0.0.22 -> v0.0.22
[D] git: * [new tag] v0.0.23 -> v0.0.23
[D] git: * [new tag] v0.0.24 -> v0.0.24
[D] git: * [new tag] v0.0.6 -> v0.0.6
[D] git: * [new tag] v0.0.7 -> v0.0.7
[D] git: * [new tag] v0.0.8 -> v0.0.8
[D] git: * [new tag] v0.0.9 -> v0.0.9
[D] git: * [new tag] v0.1.0 -> v0.1.0
[D] git: * [new tag] v0.1.1 -> v0.1.1
[D] git: * [new tag] v0.1.2 -> v0.1.2
[D] git: * [new tag] v0.1.3 -> v0.1.3
[D] git: * [new tag] v0.1.4 -> v0.1.4
[D] git: * [new tag] v0.1.5 -> v0.1.5
[D] git: * [new tag] v0.1.6 -> v0.1.6
[D] git: * [new tag] v0.1.7 -> v0.1.7
[D] git: * [new tag] v0.1.8 -> v0.1.8
[D] git: * [new tag] v0.1.9 -> v0.1.9
[D] git: * [new tag] v0.2.0 -> v0.2.0
[D] git: * [new tag] v0.2.1 -> v0.2.1
[D] git: * [new tag] v0.2.10 -> v0.2.10
[D] git: * [new tag] v0.2.11 -> v0.2.11
[D] git: * [new tag] v0.2.2 -> v0.2.2
[D] git: * [new tag] v0.2.3 -> v0.2.3
[D] git: * [new tag] v0.2.4 -> v0.2.4
[D] git: * [new tag] v0.2.5 -> v0.2.5
[D] git: * [new tag] v0.2.6 -> v0.2.6
[D] git: * [new tag] v0.2.7 -> v0.2.7
[D] git: * [new tag] v0.2.8 -> v0.2.8
[D] git: * [new tag] v0.2.9 -> v0.2.9
[D] git: * [new tag] v0.3.0 -> v0.3.0
[D] git: * [new tag] v0.3.1 -> v0.3.1
[D] git: * [new tag] v0.3.2 -> v0.3.2
[D] git: * [new tag] v0.3.3 -> v0.3.3
[D] git: * [new tag] v0.3.4 -> v0.3.4
[D] git: * [new tag] v0.3.5 -> v0.3.5
[D] git: * [new tag] v0.3.6 -> v0.3.6
[D] git: * [new tag] v0.4.0 -> v0.4.0
[D] git: * [new tag] v0.4.1 -> v0.4.1
[D] git: * [new tag] v0.4.2 -> v0.4.2
[D] git: * [new tag] v0.4.3 -> v0.4.3
[D] git: * [new tag] v0.4.4 -> v0.4.4
[D] git: * [new tag] v0.5.0 -> v0.5.0
[D] git: * [new tag] v0.5.1 -> v0.5.1
[D] git: * [new tag] v0.5.2 -> v0.5.2
[D] git: * [new tag] v0.5.3 -> v0.5.3
[D] git: * [new tag] v0.5.4 -> v0.5.4
[D] git: * [new tag] v0.5.5 -> v0.5.5
[D] git: * [new tag] v0.5.6 -> v0.5.6
[D] git: * [new tag] v0.5.7 -> v0.5.7
[D] [git 515317] finished with exit code 0 in 5122ms
[D] [git 515433] /home/brian/.local/share/puro/envs/autoroll/flutter> git rev-parse --abbrev-ref origin/HEAD
[D] git: origin/master
[D] [git 515433] finished with exit code 0 in 3ms
[V] Started checking out master
[D] uninstallEnvShims
[D] [git 515434] /home/brian/.local/share/puro/envs/autoroll/flutter> git rev-parse HEAD
[D] git: fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
[D] git: Use '--' to separate paths from revisions, like this:
[D] git: 'git <command> [<revision>...] -- [<file>...]'
[D] git: HEAD
[D] [git 515434] finished with exit code 128 in 2ms
[V] git failed with exit code 128
[D] [git 515435] /home/brian/.local/share/puro/envs/autoroll/flutter> git checkout master
[D] git: Switched to a new branch 'master'
[D] git: branch 'master' set up to track 'origin/master'.
[D] [git 515435] finished with exit code 0 in 1184ms
[D] installEnvShims
[V] Updating /home/brian/.local/share/puro/envs/autoroll/flutter/.git/info/exclude
[V] Updating config at /home/brian/.local/share/puro/envs/autoroll/flutter/.git/info/exclude
[V] Added "bin/cache"
[V] Added "bin/dart"
[V] Added "bin/dart.bat"
[V] Added "bin/flutter"
[V] Added "bin/flutter.bat"
[V] Added "bin/dart.bak"
[V] Added "bin/dart.bat.bak"
[V] Added "bin/flutter.bak"
[V] Added "bin/flutter.bat.bak"
[V] Added "bin/internal/shared.bat"
[V] Added "bin/internal/shared.sh"
[V] Added "bin/internal/update_dart_sdk.ps1"
[V] Added "bin/internal/update_dart_sdk.sh"
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter took 0ms
[D] > chmod +x /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter
[D] chmod finished in 2ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat took 0ms
[D] [git 515459] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/dart
[D] [git 515459] finished with exit code 0 in 3ms
[D] [git 515460] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/dart.bat
[D] [git 515460] finished with exit code 0 in 4ms
[D] [git 515461] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/flutter
[D] [git 515461] finished with exit code 0 in 2ms
[D] [git 515462] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/flutter.bat
[D] [git 515462] finished with exit code 0 in 3ms
[D] [git 515463] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/shared.bat
[D] [git 515463] finished with exit code 0 in 3ms
[D] [git 515464] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/shared.sh
[D] [git 515464] finished with exit code 0 in 2ms
[D] [git 515465] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/update_dart_sdk.ps1
[D] [git 515465] finished with exit code 0 in 3ms
[D] [git 515466] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/update_dart_sdk.sh
[D] [git 515466] finished with exit code 0 in 3ms
[D] assumeUnchanged: [bin/dart, bin/dart.bat, bin/flutter, bin/flutter.bat, bin/internal/shared.bat, bin/internal/shared.sh, bin/internal/up
date_dart_sdk.ps1, bin/internal/update_dart_sdk.sh]
[D] [git 515467] /home/brian/.local/share/puro/envs/autoroll/flutter> git update-index --assume-unchanged -- bin/dart bin/dart.bat bin/flutt
er bin/flutter.bat bin/internal/shared.bat bin/internal/shared.sh bin/internal/update_dart_sdk.ps1 bin/internal/update_dart_sdk.sh
[D] [git 515467] finished with exit code 0 in 154ms
[V] Updating config at /home/brian/.local/share/puro/envs/autoroll/flutter/.git/info/attributes
[V] Added "bin/dart merge=ours"
[V] Added "bin/dart.bat merge=ours"
[V] Added "bin/flutter merge=ours"
[V] Added "bin/flutter.bat merge=ours"
[V] Added "bin/internal/shared.bat merge=ours"
[V] Added "bin/internal/shared.sh merge=ours"
[V] Added "bin/internal/update_dart_sdk.ps1 merge=ours"
[V] Added "bin/internal/update_dart_sdk.sh merge=ours"
[D] [git 515470] /home/brian/.local/share/puro/envs/autoroll/flutter> git config merge.ours.driver true
[D] [git 515470] finished with exit code 0 in 2ms
[V] Checking out master took 6640ms
[D] installEnvShims
[V] Updating /home/brian/.local/share/puro/envs/autoroll/flutter/.git/info/exclude
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter took 0ms
[D] > chmod +x /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter
[D] chmod finished in 1ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/dart.bat took 0ms
[V] Started waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat
[V] Waiting for lock on /home/brian/.local/share/puro/envs/autoroll/flutter/bin/flutter.bat took 0ms
[D] [git 515472] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/dart
[D] [git 515472] finished with exit code 0 in 2ms
[D] [git 515473] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/dart.bat
[D] [git 515473] finished with exit code 0 in 2ms
[D] [git 515474] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/flutter
[D] [git 515474] finished with exit code 0 in 2ms
[D] [git 515475] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/flutter.bat
[D] [git 515475] finished with exit code 0 in 5ms
[D] [git 515476] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/shared.bat
[D] [git 515476] finished with exit code 0 in 3ms
[D] [git 515477] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/shared.sh
[D] [git 515477] finished with exit code 0 in 2ms
[D] [git 515478] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/update_dart_sdk.ps1
[D] [git 515478] finished with exit code 0 in 3ms
[D] [git 515479] /home/brian/.local/share/puro/envs/autoroll/flutter> git cat-file -e HEAD:bin/internal/update_dart_sdk.sh
[D] [git 515479] finished with exit code 0 in 6ms
[D] assumeUnchanged: [bin/dart, bin/dart.bat, bin/flutter, bin/flutter.bat, bin/internal/shared.bat, bin/internal/shared.sh, bin/internal/up
date_dart_sdk.ps1, bin/internal/update_dart_sdk.sh]
[D] [git 515480] /home/brian/.local/share/puro/envs/autoroll/flutter> git update-index --assume-unchanged -- bin/dart bin/dart.bat bin/flutt
er bin/flutter.bat bin/internal/shared.bat bin/internal/shared.sh bin/internal/update_dart_sdk.ps1 bin/internal/update_dart_sdk.sh
[D] [git 515480] finished with exit code 0 in 151ms
[D] [git 515485] /home/brian/.local/share/puro/envs/autoroll/flutter> git config merge.ours.driver true
[D] [git 515485] finished with exit code 0 in 2ms
[D] [git 515487] /home/brian/.local/share/puro/envs/autoroll/flutter> git show HEAD:bin/internal/engine.version
[D] git: fatal: path 'bin/internal/engine.version' does not exist in 'HEAD'
[D] [git 515487] finished with exit code 128 in 3ms
[V] git failed with exit code 128
[D] [git 515489] /home/brian/.local/share/puro/envs/autoroll/flutter> git remote -v
[D] git: origin https://github.com/engine-flutter-autoroll/flutter (fetch)
[D] git: origin https://github.com/engine-flutter-autoroll/flutter (push)
[D] git: upstream https://github.com/flutter/flutter.git (fetch)
[D] git: upstream https://github.com/flutter/flutter.git (push)
[D] [git 515489] finished with exit code 0 in 3ms
[D] [git 515490] /home/brian/.local/share/puro/envs/autoroll/flutter> git merge-base HEAD upstream/master
[D] git: fatal: Not a valid object name upstream/master
[D] [git 515490] finished with exit code 128 in 3ms
[V] git failed with exit code 128
[x] Bad state: git subprocess failed with exit code 128
#0 GitClient._ensureSuccess (package:puro/src/git.dart:109)
#1 GitClient.mergeBase (package:puro/src/git.dart:418)
<asynchronous suspension>
#2 updateEngineVersionFile (package:puro/src/env/create.dart:56)
<asynchronous suspension>
#3 getEngineVersion (package:puro/src/env/create.dart:79)
<asynchronous suspension>
#4 setUpFlutterTool (package:puro/src/env/flutter_tool.dart:90)
<asynchronous suspension>
#5 createEnvironment (package:puro/src/env/create.dart:272)
<asynchronous suspension>
#6 CommandRunner.runCommand (package:args/command_runner.dart:212)
<asynchronous suspension>
#7 main (package:puro/src/cli.dart:279)
<asynchronous suspension>
[x] Puro crashed! Please file an issue at https://github.com/pingbird/puro