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

Side by Side Diff: milo/appengine/job_source/swarming/testdata/build-exception

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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
(Empty)
1 @@@CURRENT_TIMESTAMP@1457949601@@@
2 @@@SEED_STEP recipe bootstrap@@@
3
4 @@@STEP_CURSOR recipe bootstrap@@@
5
6 @@@CURRENT_TIMESTAMP@1457949602@@@
7 @@@STEP_STARTED@@@
8
9 @@@SET_BUILD_PROPERTY@path_config@kitchen@@@
10
11 @@@SET_BUILD_PROPERTY@slavename@fakeslave@@@
12
13 @@@SET_BUILD_PROPERTY@buildername@infra-continuous-precise-32@@@
14
15 @@@SET_BUILD_PROPERTY@mastername@chromium.infra@@@
16
17 $ git clone https://chromium.googlesource.com/chromium/tools/build build
18 Cloning into 'build'...
19 build$ git checkout 3b6bb3ed9f5d05bce52f864623b3a1a7da32f68b
20 Note: checking out '3b6bb3ed9f5d05bce52f864623b3a1a7da32f68b'.
21
22 You are in 'detached HEAD' state. You can look around, make experimental
23 changes and commit them, and you can discard any commits you make in this
24 state without impacting any branches by performing another checkout.
25
26 If you want to create a new branch to retain commits you create, you may
27 do so (now or later) by using -b with the checkout command again. Example:
28
29 git checkout -b <new-branch-name>
30
31 HEAD is now at 3b6bb3e... Roll recipe dependencies (trivial).
32 Cloning into '/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine'...
33
34 @@@HONOR_ZERO_RETURN_CODE@@@
35
36 @@@SEED_STEP setup_build@@@
37
38 @@@STEP_CURSOR setup_build@@@
39
40 @@@CURRENT_TIMESTAMP@1457949603@@@
41 @@@STEP_STARTED@@@
42
43 @@@STEP_LOG_LINE@run_recipe@To repro this locally, run the following line from a build checkout:@@@
44
45 @@@STEP_LOG_LINE@run_recipe@@@@
46
47 @@@STEP_LOG_LINE@run_recipe@./scripts/tools/run_recipe.py v8 --properties-file - <<EOF@@@
48
49 @@@STEP_LOG_LINE@run_recipe@{u'slavename': u'abc', 'recipe': 'v8', u'mastername' : u'client.v8', u'buildername': u'V8 Linux - builder'}@@@
50
51 @@@STEP_LOG_LINE@run_recipe@EOF@@@
52
53 @@@STEP_LOG_LINE@run_recipe@@@@
54
55 @@@STEP_LOG_LINE@run_recipe@To run on Windows, you can put the JSON in a file an d redirect the@@@
56
57 @@@STEP_LOG_LINE@run_recipe@contents of the file into run_recipe.py, with the < operator.@@@
58
59 @@@STEP_LOG_END@run_recipe@@@
60
61 Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie nt.v8', u'buildername': u'V8 Linux - builder'}
62
63 @@@STEP_TEXT@running recipe: "v8"@@@
64
65 @@@STEP_CURSOR setup_build@@@
66
67 @@@CURRENT_TIMESTAMP@1457949604@@@
68 @@@STEP_CLOSED@@@
69
70 @@@SEED_STEP bot_update@@@
71
72 @@@STEP_CURSOR bot_update@@@
73
74 @@@CURRENT_TIMESTAMP@1457949605@@@
75 @@@STEP_STARTED@@@
76
77 python -u build/scripts/slave/bot_update.py --master client.v8 --builder 'V8 Lin ux - builder' --slave abc --spec $'cache_dir = None\nsolutions = [{\'custom_vars \': {\'chromium_trunk\': \'svn://svn-mirror.golo.chromium.org/chrome/trunk\'}, \ 'deps_file\': \'DEPS\', \'managed\': True, \'name\': \'v8\', \'url\': \'https:// chromium.googlesource.com/v8/v8\'}]' --root v8 --revision_mapping_file /tmp/tmpn Zr9kN.json --output_json /tmp/tmpHHthow.json --revision v8@HEAD --no_shallow --o utput_manifest
78 in dir /tmp/kitchen-132832531:
79 allow_subannotations: False
80 cmd: ['python', '-u', 'build/scripts/slave/bot_update.py', '--master', 'client. v8', '--builder', 'V8 Linux - builder', '--slave', 'abc', '--spec', "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.ch romium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', ' url': 'https://chromium.googlesource.com/v8/v8'}]", '--root', 'v8', '--revision_ mapping_file', '/tmp/tmpnZr9kN.json', '--output_json', '/tmp/tmpHHthow.json', '- -revision', 'v8@HEAD', '--no_shallow', '--output_manifest']
81 cwd: /tmp/kitchen-132832531
82 name: bot_update
83 full environment:
84 HOME: /home/chrome-bot
85 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
86 PWD: /
87 USER: chrome-bot
88 USERNAME: ${USER}
89
90 python: can't open file 'build/scripts/slave/bot_update.py': [Errno 2] No such f ile or directory
91
92 @@@STEP_CURSOR bot_update@@@
93
94 @@@STEP_LOG_LINE@json.output (invalid)@null@@@
95
96 @@@STEP_LOG_END@json.output (invalid)@@@
97
98 @@@STEP_EXCEPTION@@@
99
100 @@@STEP_CURSOR bot_update@@@
101
102 @@@CURRENT_TIMESTAMP@1457949606@@@
103 @@@STEP_CLOSED@@@
104
105 @@@SEED_STEP Uncaught Exception@@@
106
107 @@@STEP_CURSOR Uncaught Exception@@@
108
109 @@@CURRENT_TIMESTAMP@1457949607@@@
110 @@@STEP_STARTED@@@
111
112 @@@STEP_EXCEPTION@@@
113
114 @@@STEP_LOG_LINE@exception@Traceback (most recent call last):@@@
115
116 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/run.py", line 889, in run@@@
117
118 @@@STEP_LOG_LINE@exception@ recipe_result = recipe_script.run(api, api._engin e.properties)@@@
119
120 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/loader.py", line 50, in run@@@
121
122 @@@STEP_LOG_LINE@exception@ self.RunSteps, properties, self.PROPERTIES, api=a pi)@@@
123
124 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/loader.py", line 486, in invoke_with_properties@@ @
125
126 @@@STEP_LOG_LINE@exception@ **additional_args)@@@
127
128 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/loader.py", line 449, in _invoke_with_properties@ @@
129
130 @@@STEP_LOG_LINE@exception@ return callable_obj(*props, **additional_args)@@@
131
132 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/recipes/v8 .py", line 42, in RunSteps@@@
133
134 @@@STEP_LOG_LINE@exception@ update_step = v8.checkout()@@@
135
136 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/recipe_api.py", line 220, in _inner@@@
137
138 @@@STEP_LOG_LINE@exception@ return func(*a, **kw)@@@
139
140 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/recipe_mod ules/v8/api.py", line 157, in checkout@@@
141
142 @@@STEP_LOG_LINE@exception@ **kwargs)@@@
143
144 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/.recipe_de ps/recipe_engine/recipe_engine/recipe_api.py", line 220, in _inner@@@
145
146 @@@STEP_LOG_LINE@exception@ return func(*a, **kw)@@@
147
148 @@@STEP_LOG_LINE@exception@ File "/tmp/run6L2Uju/build/scripts/slave/recipe_mod ules/bot_update/api.py", line 221, in ensure_checkout@@@
149
150 @@@STEP_LOG_LINE@exception@ self._properties = step_result.json.output.get('p roperties', {})@@@
151
152 @@@STEP_LOG_LINE@exception@AttributeError: 'NoneType' object has no attribute 'g et'@@@
153
154 @@@STEP_LOG_END@exception@@@
155
156 @@@STEP_CURSOR Uncaught Exception@@@
157
158 @@@CURRENT_TIMESTAMP@1457949608@@@
159 @@@STEP_CLOSED@@@
160 Traceback (most recent call last):
161 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipes.py ", line 348, in <module>
162 sys.exit(main())
163 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipes.py ", line 320, in main
164 return run(package_deps, args)
165 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipes.py ", line 121, in run
166 ret = recipe_run.run_steps(properties, stream, universe=universe)
167 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/run.py", line 487, in run_steps
168 return engine.run(recipe_script, api)
169 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/run.py", line 889, in run
170 recipe_result = recipe_script.run(api, api._engine.properties)
171 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/loader.py", line 50, in run
172 self.RunSteps, properties, self.PROPERTIES, api=api)
173 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/loader.py", line 486, in invoke_with_properties
174 **additional_args)
175 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/loader.py", line 449, in _invoke_with_properties
176 return callable_obj(*props, **additional_args)
177 File "/tmp/run6L2Uju/build/scripts/slave/recipes/v8.py", line 42, in RunSteps
178 update_step = v8.checkout()
179 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/recipe_api.py", line 220, in _inner
180 return func(*a, **kw)
181 File "/tmp/run6L2Uju/build/scripts/slave/recipe_modules/v8/api.py", line 157, in checkout
182 **kwargs)
183 File "/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine/recipe_eng ine/recipe_api.py", line 220, in _inner
184 return func(*a, **kw)
185 File "/tmp/run6L2Uju/build/scripts/slave/recipe_modules/bot_update/api.py", li ne 221, in ensure_checkout
186 self._properties = step_result.json.output.get('properties', {})
187 AttributeError: 'NoneType' object has no attribute 'get'
188 @@@STEP_CURSOR recipe bootstrap@@@
189
190 @@@CURRENT_TIMESTAMP@1457949609@@@
191 @@@STEP_CLOSED@@@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698