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

Side by Side Diff: scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "\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",
29 "[BUILDER_CACHE]/iOS_API_Framework_Builder",
30 "511"
31 ],
32 "name": "makedirs checkout path",
33 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@python.inline@@@@",
35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 51 "--master",
30 "client.webrtc", 52 "client.webrtc",
31 "--builder", 53 "--builder",
32 "iOS API Framework Builder", 54 "iOS API Framework Builder",
33 "--slave", 55 "--slave",
34 "TestSlavename", 56 "TestSlavename",
35 "--spec", 57 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 58 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']",
37 "--root", 59 "--root",
38 "src", 60 "src",
39 "--revision_mapping_file", 61 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 62 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 63 "--git-cache-dir",
42 "[GIT_CACHE]", 64 "[GIT_CACHE]",
43 "--output_json", 65 "--output_json",
44 "/path/to/tmp/json", 66 "/path/to/tmp/json",
45 "--revision", 67 "--revision",
46 "src@HEAD", 68 "src@HEAD",
47 "--output_manifest" 69 "--output_manifest"
48 ], 70 ],
71 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder",
49 "env": { 72 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 74 },
52 "name": "bot_update", 75 "name": "bot_update",
53 "~followup_annotations": [ 76 "~followup_annotations": [
54 "@@@STEP_TEXT@Some step text@@@", 77 "@@@STEP_TEXT@Some step text@@@",
55 "@@@STEP_LOG_LINE@json.output@{@@@", 78 "@@@STEP_LOG_LINE@json.output@{@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 18 matching lines...) Expand all
77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
78 ] 101 ]
79 }, 102 },
80 { 103 {
81 "cmd": [ 104 "cmd": [
82 "python", 105 "python",
83 "-u", 106 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "runhooks" 108 "runhooks"
86 ], 109 ],
87 "cwd": "[SLAVE_BUILD]/src", 110 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src",
88 "env": { 111 "env": {
89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
90 }, 113 },
91 "name": "gclient runhooks" 114 "name": "gclient runhooks"
92 }, 115 },
93 { 116 {
94 "cmd": [ 117 "cmd": [
95 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", 118 "[BUILDER_CACHE]/iOS_API_Framework_Builder/src/webrtc/build/ios/build_ios_ libs.sh",
96 "-c" 119 "-c"
97 ], 120 ],
98 "cwd": "[SLAVE_BUILD]/src", 121 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src",
99 "name": "cleanup" 122 "name": "cleanup"
100 }, 123 },
101 { 124 {
102 "cmd": [ 125 "cmd": [
103 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", 126 "[BUILDER_CACHE]/iOS_API_Framework_Builder/src/webrtc/build/ios/build_ios_ libs.sh",
104 "-r", 127 "-r",
105 "170242" 128 "170242"
106 ], 129 ],
107 "cwd": "[SLAVE_BUILD]/src", 130 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src",
108 "name": "build", 131 "name": "build",
109 "~followup_annotations": [ 132 "~followup_annotations": [
110 "step returned non-zero exit code: 1", 133 "step returned non-zero exit code: 1",
111 "@@@STEP_FAILURE@@@" 134 "@@@STEP_FAILURE@@@"
112 ] 135 ]
113 }, 136 },
114 { 137 {
115 "name": "$result", 138 "name": "$result",
116 "reason": "Step('build') failed with return_code 1", 139 "reason": "Step('build') failed with return_code 1",
117 "recipe_result": null, 140 "recipe_result": null,
118 "status_code": 1 141 "status_code": 1
119 } 142 }
120 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698