| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 7 "--platform", | 7 "--platform", |
| 8 "windows-amd64", | 8 "windows-amd64", |
| 9 "--dest-directory", | 9 "--dest-directory", |
| 10 "[SLAVE_BUILD]\\cipd", | 10 "[CWD]\\cipd", |
| 11 "--json-output", | 11 "--json-output", |
| 12 "/path/to/tmp/json" | 12 "/path/to/tmp/json" |
| 13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", | |
| 15 "name": "install cipd", | 14 "name": "install cipd", |
| 16 "~followup_annotations": [ | 15 "~followup_annotations": [ |
| 17 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 18 "@@@STEP_LOG_LINE@json.output@{@@@", | 17 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 21 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 22 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
| 23 ] | 22 ] |
| 24 }, | 23 }, |
| 25 { | 24 { |
| 26 "cmd": [ | 25 "cmd": [ |
| 27 "python", | 26 "python", |
| 28 "-u", | 27 "-u", |
| 29 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 28 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 30 "[SLAVE_BUILD]\\conda_staging_dir" | 29 "[CWD]\\conda_staging_dir" |
| 31 ], | 30 ], |
| 32 "cwd": "[SLAVE_BUILD]", | |
| 33 "name": "rmtree cleaning staging dir", | 31 "name": "rmtree cleaning staging dir", |
| 34 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 35 "@@@STEP_LOG_LINE@python.inline@@@@", | 33 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 34 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 35 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@@@@", | 36 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@@@@", | 37 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 40 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 38 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 39 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 42 "@@@STEP_LOG_END@python.inline@@@" | 40 "@@@STEP_LOG_END@python.inline@@@" |
| 43 ] | 41 ] |
| 44 }, | 42 }, |
| 45 { | 43 { |
| 46 "cmd": [ | 44 "cmd": [ |
| 47 "python", | 45 "python", |
| 48 "-u", | 46 "-u", |
| 49 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\pycurl.py", | 47 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\pycurl.py", |
| 50 "https://repo.continuum.io/miniconda/Miniconda2-3.18.3-Windows-x86_64.exe"
, | 48 "https://repo.continuum.io/miniconda/Miniconda2-3.18.3-Windows-x86_64.exe"
, |
| 51 "--outfile", | 49 "--outfile", |
| 52 "[TMP_BASE]\\conda_tmp_1\\Miniconda2-3.18.3-Windows-x86_64.exe", | 50 "[TMP]\\conda_tmp_1\\Miniconda2-3.18.3-Windows-x86_64.exe", |
| 53 "--attempts", | 51 "--attempts", |
| 54 "5" | 52 "5" |
| 55 ], | 53 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "name": "fetch miniconda installer" | 54 "name": "fetch miniconda installer" |
| 58 }, | 55 }, |
| 59 { | 56 { |
| 60 "cmd": [ | 57 "cmd": [ |
| 61 "[TMP_BASE]\\conda_tmp_1\\Miniconda2-3.18.3-Windows-x86_64.exe", | 58 "[TMP]\\conda_tmp_1\\Miniconda2-3.18.3-Windows-x86_64.exe", |
| 62 "/InstallationType=JustMe", | 59 "/InstallationType=JustMe", |
| 63 "/AddToPath=0", | 60 "/AddToPath=0", |
| 64 "/RegisterPython=0", | 61 "/RegisterPython=0", |
| 65 "/S", | 62 "/S", |
| 66 "/D=[SLAVE_BUILD]\\conda_staging_dir" | 63 "/D=[CWD]\\conda_staging_dir" |
| 67 ], | 64 ], |
| 68 "cwd": "[SLAVE_BUILD]", | |
| 69 "env": { | 65 "env": { |
| 70 "PYTHONPATH": "" | 66 "PYTHONPATH": "" |
| 71 }, | 67 }, |
| 72 "name": "install miniconda" | 68 "name": "install miniconda" |
| 73 }, | 69 }, |
| 74 { | 70 { |
| 75 "cmd": [ | 71 "cmd": [ |
| 76 "python", | 72 "python", |
| 77 "-u", | 73 "-u", |
| 78 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 74 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 79 "[TMP_BASE]\\conda_tmp_1" | 75 "[TMP]\\conda_tmp_1" |
| 80 ], | 76 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "rmtree remove miniconda installer", | 77 "name": "rmtree remove miniconda installer", |
| 83 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 84 "@@@STEP_LOG_LINE@python.inline@@@@", | 79 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 85 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 80 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 86 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 81 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 87 "@@@STEP_LOG_LINE@python.inline@@@@", | 82 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 88 "@@@STEP_LOG_LINE@python.inline@@@@", | 83 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 91 "@@@STEP_LOG_END@python.inline@@@" | 86 "@@@STEP_LOG_END@python.inline@@@" |
| 92 ] | 87 ] |
| 93 }, | 88 }, |
| 94 { | 89 { |
| 95 "cmd": [ | 90 "cmd": [ |
| 96 "[SLAVE_BUILD]\\conda_staging_dir\\Scripts\\conda.exe", | 91 "[CWD]\\conda_staging_dir\\Scripts\\conda.exe", |
| 97 "install", | 92 "install", |
| 98 "matplotlib", | 93 "matplotlib", |
| 99 "--yes" | 94 "--yes" |
| 100 ], | 95 ], |
| 101 "cwd": "[SLAVE_BUILD]", | |
| 102 "env": { | 96 "env": { |
| 103 "PYTHONPATH": null | 97 "PYTHONPATH": null |
| 104 }, | 98 }, |
| 105 "name": "conda install matplotlib" | 99 "name": "conda install matplotlib" |
| 106 }, | 100 }, |
| 107 { | 101 { |
| 108 "cmd": [ | 102 "cmd": [ |
| 109 "[SLAVE_BUILD]\\conda_staging_dir\\Scripts\\conda.exe", | 103 "[CWD]\\conda_staging_dir\\Scripts\\conda.exe", |
| 110 "install", | 104 "install", |
| 111 "numpy", | 105 "numpy", |
| 112 "--yes" | 106 "--yes" |
| 113 ], | 107 ], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "env": { | 108 "env": { |
| 116 "PYTHONPATH": null | 109 "PYTHONPATH": null |
| 117 }, | 110 }, |
| 118 "name": "conda install numpy" | 111 "name": "conda install numpy" |
| 119 }, | 112 }, |
| 120 { | 113 { |
| 121 "cmd": [ | 114 "cmd": [ |
| 122 "[SLAVE_BUILD]\\conda_staging_dir\\Scripts\\conda.exe", | 115 "[CWD]\\conda_staging_dir\\Scripts\\conda.exe", |
| 123 "install", | 116 "install", |
| 124 "scipy", | 117 "scipy", |
| 125 "--yes" | 118 "--yes" |
| 126 ], | 119 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 120 "env": { |
| 129 "PYTHONPATH": null | 121 "PYTHONPATH": null |
| 130 }, | 122 }, |
| 131 "name": "conda install scipy" | 123 "name": "conda install scipy" |
| 132 }, | 124 }, |
| 133 { | 125 { |
| 134 "cmd": [ | 126 "cmd": [ |
| 135 "[SLAVE_BUILD]\\conda_staging_dir\\Scripts\\conda.exe", | 127 "[CWD]\\conda_staging_dir\\Scripts\\conda.exe", |
| 136 "clean", | 128 "clean", |
| 137 "--tarballs", | 129 "--tarballs", |
| 138 "--index-cache", | 130 "--index-cache", |
| 139 "--packages", | 131 "--packages", |
| 140 "--yes" | 132 "--yes" |
| 141 ], | 133 ], |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "env": { | 134 "env": { |
| 144 "PYTHONPATH": null | 135 "PYTHONPATH": null |
| 145 }, | 136 }, |
| 146 "name": "conda clean --tarballs --index-cache --packages" | 137 "name": "conda clean --tarballs --index-cache --packages" |
| 147 }, | 138 }, |
| 148 { | 139 { |
| 149 "cmd": [ | 140 "cmd": [ |
| 150 "python", | 141 "python", |
| 151 "-u", | 142 "-u", |
| 152 "RECIPE_MODULE[build::conda]\\resources\\butcher_conda.py", | 143 "RECIPE_MODULE[build::conda]\\resources\\butcher_conda.py", |
| 153 "[SLAVE_BUILD]\\conda_staging_dir" | 144 "[CWD]\\conda_staging_dir" |
| 154 ], | 145 ], |
| 155 "cwd": "[SLAVE_BUILD]", | |
| 156 "name": "make conda env location independent" | 146 "name": "make conda env location independent" |
| 157 }, | 147 }, |
| 158 { | 148 { |
| 159 "cmd": [ | 149 "cmd": [ |
| 160 "[SLAVE_BUILD]\\cipd\\cipd", | 150 "fake_slave_build/cipd", |
| 161 "pkg-build", | 151 "pkg-build", |
| 162 "--in", | 152 "--in", |
| 163 "[SLAVE_BUILD]\\conda_staging_dir", | 153 "[CWD]\\conda_staging_dir", |
| 164 "--name", | 154 "--name", |
| 165 "infra/conda_python/scientific/windows-amd64", | 155 "infra/conda_python/scientific/windows-amd64", |
| 166 "--out", | 156 "--out", |
| 167 "[SLAVE_BUILD]\\conda_python.cipd", | 157 "[CWD]\\conda_python.cipd", |
| 168 "--json-output", | 158 "--json-output", |
| 169 "/path/to/tmp/json", | 159 "/path/to/tmp/json", |
| 170 "--install-mode", | 160 "--install-mode", |
| 171 "copy" | 161 "copy" |
| 172 ], | 162 ], |
| 173 "cwd": "[SLAVE_BUILD]", | |
| 174 "name": "build windows-amd64", | 163 "name": "build windows-amd64", |
| 175 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 176 "@@@STEP_LOG_LINE@json.output@{@@@", | 165 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/conda_python/scient
ific/windows-amd64\"@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/conda_python/scient
ific/windows-amd64\"@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ }@@@", | 169 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 182 "@@@STEP_LOG_END@json.output@@@" | 171 "@@@STEP_LOG_END@json.output@@@" |
| 183 ] | 172 ] |
| 184 }, | 173 }, |
| 185 { | 174 { |
| 186 "cmd": [ | 175 "cmd": [ |
| 187 "[SLAVE_BUILD]\\cipd\\cipd", | 176 "fake_slave_build/cipd", |
| 188 "pkg-register", | 177 "pkg-register", |
| 189 "[SLAVE_BUILD]\\conda_python.cipd", | 178 "[CWD]\\conda_python.cipd", |
| 190 "--json-output", | 179 "--json-output", |
| 191 "/path/to/tmp/json", | 180 "/path/to/tmp/json", |
| 192 "--service-account-json", | 181 "--service-account-json", |
| 193 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | 182 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", |
| 194 "--ref", | 183 "--ref", |
| 195 "latest", | 184 "latest", |
| 196 "--tag", | 185 "--tag", |
| 197 "buildbot_build:chromium.testing.master/TestBuilder/571", | 186 "buildbot_build:chromium.testing.master/TestBuilder/571", |
| 198 "--tag", | 187 "--tag", |
| 199 "conda:Miniconda2-3-18-3" | 188 "conda:Miniconda2-3-18-3" |
| 200 ], | 189 ], |
| 201 "cwd": "[SLAVE_BUILD]", | |
| 202 "name": "register infra/conda_python/scientific/windows-amd64", | 190 "name": "register infra/conda_python/scientific/windows-amd64", |
| 203 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output@{@@@", | 192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/conda_python/scient
ific/windows-amd64\"@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/conda_python/scient
ific/windows-amd64\"@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ }@@@", | 196 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@}@@@", | 197 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 199 ] |
| 212 }, | 200 }, |
| 213 { | 201 { |
| 214 "cmd": [ | 202 "cmd": [ |
| 215 "python", | 203 "python", |
| 216 "-u", | 204 "-u", |
| 217 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 205 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 218 "[SLAVE_BUILD]\\conda_python.cipd" | 206 "[CWD]\\conda_python.cipd" |
| 219 ], | 207 ], |
| 220 "cwd": "[SLAVE_BUILD]", | |
| 221 "name": "remove *.cipd file", | 208 "name": "remove *.cipd file", |
| 222 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@python.inline@@@@", | 210 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 224 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 211 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 225 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 212 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 226 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 213 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 227 "@@@STEP_LOG_END@python.inline@@@" | 214 "@@@STEP_LOG_END@python.inline@@@" |
| 228 ] | 215 ] |
| 229 }, | 216 }, |
| 230 { | 217 { |
| 231 "cmd": [ | 218 "cmd": [ |
| 232 "python", | 219 "python", |
| 233 "-u", | 220 "-u", |
| 234 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 221 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 235 "[SLAVE_BUILD]\\conda_staging_dir" | 222 "[CWD]\\conda_staging_dir" |
| 236 ], | 223 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "name": "rmtree removing conda", | 224 "name": "rmtree removing conda", |
| 239 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@python.inline@@@@", | 226 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 241 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 227 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 242 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 228 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 243 "@@@STEP_LOG_LINE@python.inline@@@@", | 229 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 244 "@@@STEP_LOG_LINE@python.inline@@@@", | 230 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 245 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 231 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 246 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 232 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 247 "@@@STEP_LOG_END@python.inline@@@" | 233 "@@@STEP_LOG_END@python.inline@@@" |
| 248 ] | 234 ] |
| 249 }, | 235 }, |
| 250 { | 236 { |
| 251 "name": "$result", | 237 "name": "$result", |
| 252 "recipe_result": null, | 238 "recipe_result": null, |
| 253 "status_code": 0 | 239 "status_code": 0 |
| 254 } | 240 } |
| 255 ] | 241 ] |
| OLD | NEW |