Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_using_bisect.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "cmd": [],
126 "name": "ensure_goma" 125 "name": "ensure_goma"
127 }, 126 },
128 { 127 {
129 "cmd": [ 128 "cmd": [
130 "python", 129 "python",
131 "-u", 130 "-u",
132 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
133 "--platform", 132 "--platform",
134 "linux-amd64", 133 "linux-amd64",
135 "--dest-directory", 134 "--dest-directory",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "@@@STEP_LOG_LINE@revisions@r5@@@", 261 "@@@STEP_LOG_LINE@revisions@r5@@@",
263 "@@@STEP_LOG_LINE@revisions@r6@@@", 262 "@@@STEP_LOG_LINE@revisions@r6@@@",
264 "@@@STEP_LOG_LINE@revisions@r7@@@", 263 "@@@STEP_LOG_LINE@revisions@r7@@@",
265 "@@@STEP_LOG_LINE@revisions@r8@@@", 264 "@@@STEP_LOG_LINE@revisions@r8@@@",
266 "@@@STEP_LOG_LINE@revisions@r9@@@", 265 "@@@STEP_LOG_LINE@revisions@r9@@@",
267 "@@@STEP_LOG_LINE@revisions@r10@@@", 266 "@@@STEP_LOG_LINE@revisions@r10@@@",
268 "@@@STEP_LOG_END@revisions@@@" 267 "@@@STEP_LOG_END@revisions@@@"
269 ] 268 ]
270 }, 269 },
271 { 270 {
272 "cmd": [],
273 "name": "test r6" 271 "name": "test r6"
274 }, 272 },
275 { 273 {
276 "cmd": [ 274 "cmd": [
277 "python", 275 "python",
278 "-u", 276 "-u",
279 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 277 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
280 "[BUILDER_CACHE]/linux", 278 "[BUILDER_CACHE]/linux",
281 "511" 279 "511"
282 ], 280 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 388 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
391 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 389 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
392 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 390 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
393 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 391 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
394 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 392 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
395 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 393 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
396 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 394 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
397 ] 395 ]
398 }, 396 },
399 { 397 {
400 "cmd": [],
401 "name": "test r6.ensure_goma", 398 "name": "test r6.ensure_goma",
402 "~followup_annotations": [ 399 "~followup_annotations": [
403 "@@@STEP_NEST_LEVEL@1@@@" 400 "@@@STEP_NEST_LEVEL@1@@@"
404 ] 401 ]
405 }, 402 },
406 { 403 {
407 "cmd": [ 404 "cmd": [
408 "python", 405 "python",
409 "-u", 406 "-u",
410 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 407 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "@@@STEP_NEST_LEVEL@1@@@", 646 "@@@STEP_NEST_LEVEL@1@@@",
650 "step returned non-zero exit code: 1", 647 "step returned non-zero exit code: 1",
651 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 648 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
652 "@@@STEP_LOG_END@json.output (invalid)@@@", 649 "@@@STEP_LOG_END@json.output (invalid)@@@",
653 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@", 650 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@",
654 "@@@STEP_LOG_END@exception@@@", 651 "@@@STEP_LOG_END@exception@@@",
655 "@@@STEP_WARNINGS@@@" 652 "@@@STEP_WARNINGS@@@"
656 ] 653 ]
657 }, 654 },
658 { 655 {
659 "cmd": [],
660 "name": "test r4" 656 "name": "test r4"
661 }, 657 },
662 { 658 {
663 "cmd": [ 659 "cmd": [
664 "python", 660 "python",
665 "-u", 661 "-u",
666 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 662 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
667 "[BUILDER_CACHE]/linux", 663 "[BUILDER_CACHE]/linux",
668 "511" 664 "511"
669 ], 665 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 773 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
778 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 774 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
779 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 775 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
780 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 776 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
781 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 777 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
782 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 778 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
783 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 779 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
784 ] 780 ]
785 }, 781 },
786 { 782 {
787 "cmd": [],
788 "name": "test r4.ensure_goma", 783 "name": "test r4.ensure_goma",
789 "~followup_annotations": [ 784 "~followup_annotations": [
790 "@@@STEP_NEST_LEVEL@1@@@" 785 "@@@STEP_NEST_LEVEL@1@@@"
791 ] 786 ]
792 }, 787 },
793 { 788 {
794 "cmd": [ 789 "cmd": [
795 "python", 790 "python",
796 "-u", 791 "-u",
797 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 792 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 "@@@STEP_LOG_LINE@json.output@{@@@", 940 "@@@STEP_LOG_LINE@json.output@{@@@",
946 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@", 941 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@",
947 "@@@STEP_LOG_LINE@json.output@ \"not_found\": [@@@", 942 "@@@STEP_LOG_LINE@json.output@ \"not_found\": [@@@",
948 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@", 943 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@",
949 "@@@STEP_LOG_LINE@json.output@ ]@@@", 944 "@@@STEP_LOG_LINE@json.output@ ]@@@",
950 "@@@STEP_LOG_LINE@json.output@}@@@", 945 "@@@STEP_LOG_LINE@json.output@}@@@",
951 "@@@STEP_LOG_END@json.output@@@" 946 "@@@STEP_LOG_END@json.output@@@"
952 ] 947 ]
953 }, 948 },
954 { 949 {
955 "cmd": [],
956 "name": "test r5" 950 "name": "test r5"
957 }, 951 },
958 { 952 {
959 "cmd": [ 953 "cmd": [
960 "python", 954 "python",
961 "-u", 955 "-u",
962 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 956 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
963 "[BUILDER_CACHE]/linux", 957 "[BUILDER_CACHE]/linux",
964 "511" 958 "511"
965 ], 959 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 1067 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
1074 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 1068 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
1075 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 1069 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
1076 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 1070 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
1077 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 1071 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
1078 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 1072 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
1079 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 1073 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
1080 ] 1074 ]
1081 }, 1075 },
1082 { 1076 {
1083 "cmd": [],
1084 "name": "test r5.ensure_goma", 1077 "name": "test r5.ensure_goma",
1085 "~followup_annotations": [ 1078 "~followup_annotations": [
1086 "@@@STEP_NEST_LEVEL@1@@@" 1079 "@@@STEP_NEST_LEVEL@1@@@"
1087 ] 1080 ]
1088 }, 1081 },
1089 { 1082 {
1090 "cmd": [ 1083 "cmd": [
1091 "python", 1084 "python",
1092 "-u", 1085 "-u",
1093 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 1086 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 "@@@STEP_LOG_END@report@@@", 1369 "@@@STEP_LOG_END@report@@@",
1377 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" 1370 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@"
1378 ] 1371 ]
1379 }, 1372 },
1380 { 1373 {
1381 "name": "$result", 1374 "name": "$result",
1382 "recipe_result": null, 1375 "recipe_result": null,
1383 "status_code": 0 1376 "status_code": 0
1384 } 1377 }
1385 ] 1378 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698