libv8 6.0.286.54.3 → 6.2.414.42.0beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +5 -3
  3. data/CHANGELOG.md +4 -0
  4. data/Rakefile +3 -3
  5. data/lib/libv8/version.rb +1 -1
  6. data/patches/0001-Build-a-standalone-static-library.patch +4 -4
  7. data/patches/0002-Don-t-compile-unnecessary-stuff.patch +12 -14
  8. data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +4 -4
  9. data/patches/0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch +4 -4
  10. data/patches/0005-avoid-constructor-inheritance-due-to-compilation-iss.patch +81 -0
  11. data/patches/9001-Arm64-Fix-host-architecture-detection.patch +37 -0
  12. data/vendor/depot_tools/.gitignore +1 -0
  13. data/vendor/depot_tools/OWNERS +0 -1
  14. data/vendor/depot_tools/auth.py +154 -6
  15. data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
  16. data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +1 -1
  17. data/vendor/depot_tools/cipd_bin_setup.sh +12 -2
  18. data/vendor/depot_tools/cipd_manifest.txt +4 -1
  19. data/vendor/depot_tools/fetch.py +2 -0
  20. data/vendor/depot_tools/gclient.py +4 -6
  21. data/vendor/depot_tools/gclient_scm.py +12 -5
  22. data/vendor/depot_tools/gerrit_util.py +23 -1
  23. data/vendor/depot_tools/git_cache.py +59 -23
  24. data/vendor/depot_tools/git_cl.py +114 -43
  25. data/vendor/depot_tools/git_common.py +7 -0
  26. data/vendor/depot_tools/git_rebase_update.py +1 -0
  27. data/vendor/depot_tools/git_upstream_diff.py +12 -5
  28. data/vendor/depot_tools/gsutil.py +10 -0
  29. data/vendor/depot_tools/infra/config/OWNERS +0 -1
  30. data/vendor/depot_tools/infra/config/cq.cfg +6 -5
  31. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  32. data/vendor/depot_tools/mac_toolchain +12 -0
  33. data/vendor/depot_tools/man/html/git-upstream-diff.html +10 -6
  34. data/vendor/depot_tools/man/man1/git-upstream-diff.1 +18 -7
  35. data/vendor/depot_tools/man/src/git-upstream-diff.txt +8 -5
  36. data/vendor/depot_tools/owners.py +9 -2
  37. data/vendor/depot_tools/presubmit_canned_checks.py +122 -0
  38. data/vendor/depot_tools/presubmit_support.py +57 -4
  39. data/vendor/depot_tools/recipes/OWNERS +0 -1
  40. data/vendor/depot_tools/recipes/README.recipes.md +20 -17
  41. data/vendor/depot_tools/recipes/recipe_modules/bot_update/__init__.py +1 -1
  42. data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +15 -4
  43. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic.json +23 -0
  44. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json +46 -0
  45. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/buildbot.json +23 -0
  46. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json +46 -0
  47. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +22 -0
  48. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json +46 -0
  49. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json +46 -0
  50. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_shallow.json +46 -0
  51. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json +46 -0
  52. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange.json +46 -0
  53. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange_oauth2_buildbot.json +46 -0
  54. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange_oauth2_json.json +46 -0
  55. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange_oauth2_json_win.json +46 -0
  56. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob.json +46 -0
  57. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_empty_revision.json +46 -0
  58. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +4 -45
  59. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +23 -0
  60. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +23 -0
  61. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json +46 -0
  62. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle_deprecated.json +46 -0
  63. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json +46 -0
  64. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8.json +46 -0
  65. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json +46 -0
  66. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json +46 -0
  67. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +46 -0
  68. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +46 -0
  69. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/with_manifest_name.json +194 -0
  70. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/with_manifest_name_no_patch.json +105 -0
  71. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json +46 -0
  72. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +12 -2
  73. data/vendor/depot_tools/recipes/recipe_modules/bot_update/resources/bot_update.py +226 -149
  74. data/vendor/depot_tools/recipes/recipe_modules/bot_update/test_api.py +16 -5
  75. data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +1 -2
  76. data/vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.expected/basic.json +11 -0
  77. data/vendor/depot_tools/rietveld.py +1 -1
  78. data/vendor/depot_tools/roll_dep.py +4 -1
  79. data/vendor/depot_tools/split_cl.py +3 -0
  80. data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
  81. data/vendor/depot_tools/third_party/mock/LICENSE.txt +26 -0
  82. data/vendor/depot_tools/third_party/mock/README.chromium +24 -0
  83. data/vendor/depot_tools/third_party/mock/__init__.py +2366 -0
  84. data/vendor/depot_tools/watchlists.py +12 -5
  85. metadata +12 -5
  86. data/patches/0005-Fix-GCC-7-build-errors.patch +0 -147
@@ -1,2 +1 @@
1
1
  dnj@chromium.org
2
- phajdan.jr@chromium.org
@@ -38,7 +38,7 @@
38
38
 
39
39
  ### *recipe_modules* / [bot\_update](/recipes/recipe_modules/bot_update)
40
40
 
41
- [DEPS](/recipes/recipe_modules/bot_update/__init__.py#1): [depot\_tools](#recipe_modules-depot_tools), [gclient](#recipe_modules-gclient), [gerrit](#recipe_modules-gerrit), [rietveld](#recipe_modules-rietveld), [tryserver](#recipe_modules-tryserver), [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
41
+ [DEPS](/recipes/recipe_modules/bot_update/__init__.py#1): [depot\_tools](#recipe_modules-depot_tools), [gclient](#recipe_modules-gclient), [gerrit](#recipe_modules-gerrit), [rietveld](#recipe_modules-rietveld), [tryserver](#recipe_modules-tryserver), [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/source\_manifest][recipe_engine/recipe_modules/source_manifest], [recipe\_engine/step][recipe_engine/recipe_modules/step]
42
42
 
43
43
  Recipe module to ensure a checkout is consistent on a bot.
44
44
 
@@ -50,12 +50,12 @@ Wrapper for easy calling of bot_update.
50
50
 
51
51
  — **def [apply\_gerrit\_ref](/recipes/recipe_modules/bot_update/api.py#49)(self, root, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, gerrit_repo=None, gerrit_ref=None, step_name='apply_gerrit', \*\*kwargs):**
52
52
 
53
- — **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#434)(self, bot_update_step):**
53
+ — **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#445)(self, bot_update_step):**
54
54
 
55
55
  Deapplies a patch, taking care of DEPS and solution revisions properly.
56
56
 
57
57
 
58
- — **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#71)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, no_shallow=False, with_branch_heads=False, with_tags=False, refs=None, patch_oauth2=False, oauth2_json=False, use_site_config_creds=True, clobber=False, root_solution_revision=None, rietveld=None, issue=None, patchset=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, disable_syntax_validation=False, \*\*kwargs):**
58
+ — **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#71)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, no_shallow=False, with_branch_heads=False, with_tags=False, refs=None, patch_oauth2=False, oauth2_json=False, use_site_config_creds=True, clobber=False, root_solution_revision=None, rietveld=None, issue=None, patchset=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, disable_syntax_validation=False, manifest_name=None, \*\*kwargs):**
59
59
 
60
60
  Args:
61
61
  use_site_config_creds: If the oauth2 credentials are in the buildbot
@@ -71,8 +71,10 @@ Args:
71
71
  disable_syntax_validation: (legacy) Disables syntax validation for DEPS.
72
72
  Needed as migration paths for recipes dealing with older revisions,
73
73
  such as bisect.
74
+ manifest_name: The name of the manifest to upload to LogDog. This must
75
+ be unique for the whole build.
74
76
 
75
- — **def [get\_project\_revision\_properties](/recipes/recipe_modules/bot_update/api.py#411)(self, project_name, gclient_config=None):**
77
+ — **def [get\_project\_revision\_properties](/recipes/recipe_modules/bot_update/api.py#422)(self, project_name, gclient_config=None):**
76
78
 
77
79
  Returns all property names used for storing the checked-out revision of
78
80
  a given project.
@@ -750,9 +752,9 @@ like checkout or compile), and some of these tests have failed.
750
752
 
751
753
  ### *recipes* / [bot\_update:examples/full](/recipes/recipe_modules/bot_update/examples/full.py)
752
754
 
753
- [DEPS](/recipes/recipe_modules/bot_update/examples/full.py#5): [bot\_update](#recipe_modules-bot_update), [gclient](#recipe_modules-gclient), [gerrit](#recipe_modules-gerrit), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
755
+ [DEPS](/recipes/recipe_modules/bot_update/examples/full.py#5): [bot\_update](#recipe_modules-bot_update), [gclient](#recipe_modules-gclient), [gerrit](#recipe_modules-gerrit), [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
754
756
 
755
- — **def [RunSteps](/recipes/recipe_modules/bot_update/examples/full.py#14)(api):**
757
+ — **def [RunSteps](/recipes/recipe_modules/bot_update/examples/full.py#15)(api):**
756
758
  ### *recipes* / [cipd:examples/full](/recipes/recipe_modules/cipd/examples/full.py)
757
759
 
758
760
  [DEPS](/recipes/recipe_modules/cipd/examples/full.py#8): [cipd](#recipe_modules-cipd), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
@@ -831,14 +833,15 @@ Move things around in a loop!
831
833
 
832
834
  — **def [RunSteps](/recipes/recipe_modules/tryserver/examples/full.py#17)(api):**
833
835
 
834
- [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-context
835
- [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-file
836
- [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-json
837
- [recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-path
838
- [recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-platform
839
- [recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-properties
840
- [recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-python
841
- [recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-raw_io
842
- [recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-step
843
- [recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/README.recipes.md#recipe_modules-url
844
- [recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c07de907b2223efcacbf45d7b793fc0d8a964f31/recipe_engine/recipe_api.py#992
836
+ [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-context
837
+ [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-file
838
+ [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-json
839
+ [recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-path
840
+ [recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-platform
841
+ [recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-properties
842
+ [recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-python
843
+ [recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-raw_io
844
+ [recipe_engine/recipe_modules/source_manifest]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-source_manifest
845
+ [recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-step
846
+ [recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/README.recipes.md#recipe_modules-url
847
+ [recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0f093b369402a86363de15a3fae0c98eab4c8e00/recipe_engine/recipe_api.py#992
@@ -9,6 +9,7 @@ DEPS = [
9
9
  'recipe_engine/properties',
10
10
  'recipe_engine/python',
11
11
  'recipe_engine/raw_io',
12
+ 'recipe_engine/source_manifest',
12
13
  'recipe_engine/step',
13
14
  'rietveld',
14
15
  'tryserver',
@@ -20,7 +21,6 @@ PROPERTIES = {
20
21
  # Gerrit patches will have all properties about them prefixed with patch_.
21
22
  'patch_issue': Property(default=None), # TODO(tandrii): add kind=int.
22
23
  'patch_set': Property(default=None), # TODO(tandrii): add kind=int.
23
- 'patch_project': Property(default=None), # Also used by Rietveld.
24
24
  'patch_gerrit_url': Property(default=None),
25
25
  'patch_repository_url': Property(default=None),
26
26
  'patch_ref': Property(default=None),
@@ -10,7 +10,7 @@ from recipe_engine import recipe_api
10
10
 
11
11
  class BotUpdateApi(recipe_api.RecipeApi):
12
12
 
13
- def __init__(self, issue, patch_issue, patchset, patch_set, patch_project,
13
+ def __init__(self, issue, patch_issue, patchset, patch_set,
14
14
  repository, patch_repository_url, gerrit_ref, patch_ref,
15
15
  patch_gerrit_url, rietveld, revision, parent_got_revision,
16
16
  deps_revision_overrides, fail_patch, *args, **kwargs):
@@ -77,7 +77,8 @@ class BotUpdateApi(recipe_api.RecipeApi):
77
77
  root_solution_revision=None, rietveld=None, issue=None,
78
78
  patchset=None, gerrit_no_reset=False,
79
79
  gerrit_no_rebase_patch_ref=False,
80
- disable_syntax_validation=False, **kwargs):
80
+ disable_syntax_validation=False, manifest_name=None,
81
+ **kwargs):
81
82
  """
82
83
  Args:
83
84
  use_site_config_creds: If the oauth2 credentials are in the buildbot
@@ -93,6 +94,8 @@ class BotUpdateApi(recipe_api.RecipeApi):
93
94
  disable_syntax_validation: (legacy) Disables syntax validation for DEPS.
94
95
  Needed as migration paths for recipes dealing with older revisions,
95
96
  such as bisect.
97
+ manifest_name: The name of the manifest to upload to LogDog. This must
98
+ be unique for the whole build.
96
99
  """
97
100
  refs = refs or []
98
101
  # We can re-use the gclient spec from the gclient module, since all the
@@ -261,7 +264,6 @@ class BotUpdateApi(recipe_api.RecipeApi):
261
264
  root, first_sln, reverse_rev_map, self._fail_patch,
262
265
  fixed_revisions=fixed_revisions)
263
266
 
264
- # Add suffixes to the step name, if specified.
265
267
  name = 'bot_update'
266
268
  if not patch:
267
269
  name += ' (without patch)'
@@ -281,7 +283,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
281
283
  step_result = f.result
282
284
  raise
283
285
  finally:
284
- if step_result:
286
+ if step_result and step_result.json.output:
285
287
  result = step_result.json.output
286
288
  self._last_returned_properties = step_result.json.output.get(
287
289
  'properties', {})
@@ -296,6 +298,15 @@ class BotUpdateApi(recipe_api.RecipeApi):
296
298
  step_text = result['step_text']
297
299
  step_result.presentation.step_text = step_text
298
300
 
301
+ # Export the step results as a Source Manifest to LogDog.
302
+ if manifest_name:
303
+ if not patch:
304
+ # The param "patched" is purely cosmetic to mean "if false, this
305
+ # bot_update run exists purely to unpatch an existing patch".
306
+ manifest_name += '_unpatched'
307
+ self.m.source_manifest.set_json_manifest(
308
+ manifest_name, result.get('source_manifest', {}))
309
+
299
310
  # Set the "checkout" path for the main solution.
300
311
  # This is used by the Chromium module to figure out where to look for
301
312
  # the checkout.
@@ -61,6 +61,29 @@
61
61
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
62
62
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
64
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
70
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
72
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
76
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
78
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
82
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
85
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
86
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
87
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
65
88
  "@@@STEP_LOG_LINE@json.output@}@@@",
66
89
  "@@@STEP_LOG_END@json.output@@@",
@@ -62,6 +62,29 @@
62
62
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
64
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
70
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
72
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
76
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
78
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
82
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
85
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
86
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
87
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
65
88
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
66
89
  "@@@STEP_LOG_LINE@json.output@}@@@",
67
90
  "@@@STEP_LOG_END@json.output@@@",
@@ -136,6 +159,29 @@
136
159
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
137
160
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
138
161
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
162
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
163
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
164
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
165
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
166
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
167
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
168
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
169
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
170
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
171
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
172
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
173
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
174
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
175
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
176
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
177
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
178
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
179
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
180
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
181
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
182
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
183
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
184
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
139
185
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
140
186
  "@@@STEP_LOG_LINE@json.output@}@@@",
141
187
  "@@@STEP_LOG_END@json.output@@@"
@@ -61,6 +61,29 @@
61
61
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
62
62
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
64
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
70
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
72
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
76
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
78
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
82
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
85
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
86
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
87
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
65
88
  "@@@STEP_LOG_LINE@json.output@}@@@",
66
89
  "@@@STEP_LOG_END@json.output@@@",
@@ -62,6 +62,29 @@
62
62
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
64
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
70
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
72
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
76
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
78
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
82
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
85
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
86
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
87
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
65
88
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
66
89
  "@@@STEP_LOG_LINE@json.output@}@@@",
67
90
  "@@@STEP_LOG_END@json.output@@@",
@@ -136,6 +159,29 @@
136
159
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
137
160
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
138
161
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
162
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
163
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
164
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
165
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
166
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
167
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
168
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
169
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
170
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
171
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
172
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
173
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
174
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
175
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
176
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
177
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
178
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
179
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
180
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
181
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
182
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
183
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
184
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
139
185
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
140
186
  "@@@STEP_LOG_LINE@json.output@}@@@",
141
187
  "@@@STEP_LOG_END@json.output@@@"
@@ -53,6 +53,17 @@
53
53
  "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/master@{#170242}\"@@@",
54
54
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
55
55
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
56
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
57
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
58
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
59
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
60
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
61
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
62
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
63
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
64
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
56
67
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
57
68
  "@@@STEP_LOG_LINE@json.output@}@@@",
58
69
  "@@@STEP_LOG_END@json.output@@@",
@@ -109,6 +120,17 @@
109
120
  "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/master@{#170242}\"@@@",
110
121
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
111
122
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
123
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
124
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
125
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
126
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
127
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
128
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
129
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
130
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
131
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
132
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
133
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
112
134
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
113
135
  "@@@STEP_LOG_LINE@json.output@}@@@",
114
136
  "@@@STEP_LOG_END@json.output@@@"
@@ -62,6 +62,29 @@
62
62
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
64
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
70
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
72
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
76
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
78
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
82
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
85
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
86
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
87
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
65
88
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
66
89
  "@@@STEP_LOG_LINE@json.output@}@@@",
67
90
  "@@@STEP_LOG_END@json.output@@@",
@@ -136,6 +159,29 @@
136
159
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
137
160
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
138
161
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
162
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
163
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
164
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
165
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
166
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
167
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
168
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
169
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
170
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
171
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
172
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
173
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
174
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
175
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
176
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
177
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
178
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
179
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
180
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
181
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
182
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
183
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
184
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
139
185
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
140
186
  "@@@STEP_LOG_LINE@json.output@}@@@",
141
187
  "@@@STEP_LOG_END@json.output@@@"
@@ -62,6 +62,29 @@
62
62
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
63
63
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
64
64
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
65
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
66
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
67
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
68
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
69
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
70
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
71
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
72
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
73
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
74
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
75
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
76
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
77
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
78
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
79
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
80
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
81
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
82
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
83
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
84
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
85
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
86
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
87
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
65
88
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
66
89
  "@@@STEP_LOG_LINE@json.output@}@@@",
67
90
  "@@@STEP_LOG_END@json.output@@@",
@@ -136,6 +159,29 @@
136
159
  "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\"@@@",
137
160
  "@@@STEP_LOG_LINE@json.output@ }, @@@",
138
161
  "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
162
+ "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@",
163
+ "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@",
164
+ "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
165
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
166
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src.git\", @@@",
167
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
168
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
169
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
170
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
171
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
172
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/third_party/angle.git\", @@@",
173
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
174
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
175
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
176
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
177
+ "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@",
178
+ "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/v8.git\", @@@",
179
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
180
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
181
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
182
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
183
+ "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@",
184
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
139
185
  "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
140
186
  "@@@STEP_LOG_LINE@json.output@}@@@",
141
187
  "@@@STEP_LOG_END@json.output@@@"