remote run flake close infra tree |
|||||||
Issue descriptionsee https://uberchromegw.corp.google.com/i/chromium.infra/builders/infra-continuous-trusty-64/builds/2341 Looks like there was a flake in remote run which broke the build and broke the tree, which was incorrectly reported as a step failure, when it should have been an exception. I've re-run the affected build, and I think it's a network flake of some kind.
,
Jun 16 2016
It doesn't look like a trooper issue.
,
Jun 20 2016
,
Jun 20 2016
,
Jun 20 2016
Similar error happened on e.g. https://build.chromium.org/p/chromium.fyi/builders/Linux%20Kitchen%20%28kitchen_run%29/builds/4213 : https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.fyi%2FLinux_Kitchen__kitchen_run_%2F4213%2F%2B%2Frecipes%2Fstderr : fatal: The remote end hung up unexpectedly fatal: early EOF @@@STEP_LINK@stderr-->stdio@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.fyi%2FLinux_Kitchen__kitchen_run_%2F4213%2F%2B%2Frecipes%2Fstderr@@@ fatal: index-pack failed Traceback (most recent call last): File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/recipes.py", line 461, in <module> ret = main() File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/recipes.py", line 403, in main return remote_run(args) File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/recipes.py", line 157, in remote_run return remote_run.main(args) File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/.cipd/pkgs/infra_recipes-py_Vmvkxr9aYZ/0a34eb752ede2d796f293ae1790923b2e452865a/recipe_engine/remote_run.py", line 44, in main args.repository, args.revision, checkout_dir, allow_fetch=True) File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/.cipd/pkgs/infra_recipes-py_Vmvkxr9aYZ/0a34eb752ede2d796f293ae1790923b2e452865a/recipe_engine/fetch.py", line 63, in ensure_git_checkout _run_git(None, 'clone', '-q', repo, checkout_dir) File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/.cipd/pkgs/infra_recipes-py_Vmvkxr9aYZ/0a34eb752ede2d796f293ae1790923b2e452865a/recipe_engine/fetch.py", line 49, in _run_git return subprocess42.check_output(cmd) File "/b/build/slave/Linux_Kitchen__kitchen_run_/build/.remote_run_cipd/.cipd/pkgs/infra_recipes-py_Vmvkxr9aYZ/0a34eb752ede2d796f293ae1790923b2e452865a/recipe_engine/third_party/subprocess42.py", line 592, in check_output raise CalledProcessError(retcode, kwargs.get('args') or args[0], output) subprocess.CalledProcessError: Command '['git', 'clone', '-q', 'https://chromium.googlesource.com/chromium/tools/build.git', '/b/rr/tmpHPHo8c/rw/checkout']' returned non-zero exit status 128 Note that original error (https://uberchromegw.corp.google.com/i/chromium.infra/builders/infra-continuous-trusty-64/builds/2341/steps/steps/logs/stdio ; https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.infra%2Finfra-continuous-trusty-64%2F2341%2F%2B%2Frecipes%2Fstderr) looks like this: INFO:remote_run:Bootstrapping through LogDog: ['/mnt/data/b/build/slave/infra-continuous/build/.recipe_cipd/logdog_butler', '-log-level', 'warning', '-project', 'chromium', '-prefix', 'bb/chromium.infra/infra-continuous-trusty-64/2341', '-output', 'logdog,host="services-dot-luci-logdog.appspot.com"', '-service-account-json', '/creds/service_accounts/service-account-luci-logdog-publisher.json', '-output-max-buffer-age', '30s', 'run', '-stdout', 'tee=stdout', '-stderr', 'tee=stderr', '-streamserver-uri', 'unix:/mnt/data/b/build/.remote_run/tmpbDU7Np/butler.sock', '--', '/mnt/data/b/build/slave/infra-continuous/build/.recipe_cipd/logdog_annotee', '-log-level', 'warning', '-project', 'chromium', '-butler-stream-server', 'unix:/mnt/data/b/build/.remote_run/tmpbDU7Np/butler.sock', '-logdog-host', 'luci-logdog.appspot.com', '-annotate', 'tee', '-name-base', 'recipes', '-print-summary', '-tee', '-json-args-path', '/mnt/data/b/build/slave/infra-continuous/build/.remote_run/tmpAvrMhk/logdog_annotee_cmd.json'] INFO:remote_run:Executing command: ['/mnt/data/b/build/slave/infra-continuous/build/.recipe_cipd/logdog_butler', '-log-level', 'warning', '-project', 'chromium', '-prefix', 'bb/chromium.infra/infra-continuous-trusty-64/2341', '-output', 'logdog,host="services-dot-luci-logdog.appspot.com"', '-service-account-json', '/creds/service_accounts/service-account-luci-logdog-publisher.json', '-output-max-buffer-age', '30s', 'run', '-stdout', 'tee=stdout', '-stderr', 'tee=stderr', '-streamserver-uri', 'unix:/mnt/data/b/build/.remote_run/tmpbDU7Np/butler.sock', '--', '/mnt/data/b/build/slave/infra-continuous/build/.recipe_cipd/logdog_annotee', '-log-level', 'warning', '-project', 'chromium', '-butler-stream-server', 'unix:/mnt/data/b/build/.remote_run/tmpbDU7Np/butler.sock', '-logdog-host', 'luci-logdog.appspot.com', '-annotate', 'tee', '-name-base', 'recipes', '-print-summary', '-tee', '-json-args-path', '/mnt/data/b/build/slave/infra-continuous/build/.remote_run/tmpAvrMhk/logdog_annotee_cmd.json'] Cloning into '/mnt/data/b/build/slave/infra-continuous/build/.remote_run/tmpAvrMhk/remote_run_workdir/checkout/recipes/.recipe_deps/recipe_engine'... error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received. @@@STEP_LINK@stderr-->stdio@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.infra%2Finfra-continuous-trusty-64%2F2341%2F%2B%2Frecipes%2Fstderr@@@ fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed
,
Jun 20 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/7ada841bca39faf2fff353215ede2def684f6f07 commit 7ada841bca39faf2fff353215ede2def684f6f07 Author: recipe-roller <recipe-roller@chromium.org> Date: Mon Jun 20 13:28:27 2016
,
Jun 20 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/15739d7081bf5387566765b99c93c684d7f7678d commit 15739d7081bf5387566765b99c93c684d7f7678d Author: recipe-roller <recipe-roller@chromium.org> Date: Mon Jun 20 13:45:32 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/1e333cc8083e030caddb748d3d196478d6f80020 remote_run: invoke recipes.py remote_run with --verbose (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG= 593999 , 618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2080273002 [modify] https://crrev.com/15739d7081bf5387566765b99c93c684d7f7678d/infra/config/recipes.cfg
,
Jun 22 2016
Issue 621916 has been merged into this issue.
,
Jun 28 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/42cb56e1b757f4242ff3cec96e46a5595cfcf10c commit 42cb56e1b757f4242ff3cec96e46a5595cfcf10c Author: recipe-roller <recipe-roller@chromium.org> Date: Tue Jun 28 14:05:34 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/94866be976d923ef7647641cec47baf345962c15 Add logging to recipe bootstrap script (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2104853003 [modify] https://crrev.com/42cb56e1b757f4242ff3cec96e46a5595cfcf10c/infra/config/recipes.cfg
,
Jun 28 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/7ed08a52676275b3bc62e25ba9bd451d8e5e7f76 commit 7ed08a52676275b3bc62e25ba9bd451d8e5e7f76 Author: recipe-roller <recipe-roller@chromium.org> Date: Tue Jun 28 14:16:40 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) depot_tools: https://crrev.com/42cb56e1b757f4242ff3cec96e46a5595cfcf10c Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/94866be976d923ef7647641cec47baf345962c15 Add logging to recipe bootstrap script (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2104853004 [modify] https://crrev.com/7ed08a52676275b3bc62e25ba9bd451d8e5e7f76/infra/config/recipes.cfg
,
Jun 28 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/e2a91d30bbaba5f73bb2f85913ffa65473dfbc31 commit e2a91d30bbaba5f73bb2f85913ffa65473dfbc31 Author: recipe-roller <recipe-roller@chromium.org> Date: Tue Jun 28 14:48:00 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/cd387d031a570a43d3bc290078b9ba29f9c2e24f archive: explicitly set staging dir (part 1/2) (phajdan.jr@chromium.org) https://crrev.com/b5d56ce8bd1298b5708708075df1230e7754ee4d archive: explicitly pass --src-dir (phajdan.jr@chromium.org) https://crrev.com/7ed08a52676275b3bc62e25ba9bd451d8e5e7f76 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/42cb56e1b757f4242ff3cec96e46a5595cfcf10c Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/94866be976d923ef7647641cec47baf345962c15 Add logging to recipe bootstrap script (phajdan.jr@chromium.org) R=recipe-roller@chromium.org,martiniss@chromium.org,phajdan.jr@chromium.org BUG= chromium:618127 ,584079 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2108663002 [modify] https://crrev.com/e2a91d30bbaba5f73bb2f85913ffa65473dfbc31/infra/config/recipes.cfg
,
Jun 29 2016
Hit this again (I think) on the public autoroller @@@STEP_CLOSED@@@ INFO:remote_run:Executing command: ['/usr/bin/python', '../../../scripts/slave/remote_run.py', '--repository', 'https://chromium.googlesource.com/infra/infra', '--revision', 'origin/master', '--recipe', 'recipe_autoroller_public', '--build-properties-gz=eNp1j8sOgkAMRf9l1gICRgw7v8O4mBlqqM7LDoMxxn+34Guju7b39N72JpSRFgzGQbS7/UIokk73ohWC64SmA3IM8IBAY4BMpsGTNwYoC0kZ1G/QJauARFuWm2a5EFbG4bOre/IWk83RHUjmmrzjtUD+CHp4hhEEH5G9r+/+nIAtui0D5WrdVFVdretJGDEiG8xY1D10yUzBPy78qkwaOcLrnrlulpkuWbh4OnU4GRSqmF8pZr34+/H9AU7iakU=', '--factory-properties-gz=eNqrVipILMmIT87PS8tMV7JSys4sSc5IzVPSUSpKTc4sSAUKQRjxiaUl+UX5OTmpRfEFpUk5mclKtQCp+BaH'] INFO:remote_run:Executing command: ['/usr/bin/python', '/b/build/scripts/slave/cipd.py', '--dest-directory', '/b/build/slave/recipe-autoroller-public/build/.remote_run_cipd', '-v', '-P', 'infra/recipes-py@latest'] Ensuring CIPD client is up-to-date GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance/resolve?version=1ea0b6b254ad3f546c826dd3e437798ace2c2480&package_name=infra%2Ftools%2Fcipd%2Flinux-amd64 CIPD client 1ea0b6b254ad3f546c826dd3e437798ace2c2480 => 1ea0b6b254ad3f546c826dd3e437798ace2c2480 INFO:cipd:Using CIPD client at [/b/build/slave/recipe-autoroller-public/build/.remote_run_cipd/cipd]. INFO:cipd:CIPD ensuring 1 package(s)... INFO:remote_run:Command ['/usr/bin/python', '/b/build/scripts/slave/cipd.py', '--dest-directory', '/b/build/slave/recipe-autoroller-public/build/.remote_run_cipd', '-v', '-P', 'infra/recipes-py@latest'] finished with exit code 0. INFO:remote_run:Using temporary directory: [/b/rr/tmpK1QTxk]. INFO:remote_run:Using build data directory: [/b/rr/tmpGFma1K]. INFO:remote_run:Using properties: {u'buildnumber': 11870, u'workdir': u'/b/build/slave/recipe-autoroller-public', u'branch': u'', u'repository': u'', u'buildername': u'recipe-autoroller-public', u'recipe': u'recipe_autoroller_public', u'mastername': u'chromium.infra.cron', 'build_data_dir': '/b/rr/tmpGFma1K', u'project': u'', u'slavename': u'slave70-c1', u'blamelist': [], u'scheduler': u'recipe-autoroller-scheduler', u'path_config': u'kitchen', u'requestedAt': 1467223263, u'revision': u''} INFO:monitoring_utils:Executing command: ['/opt/infra-python/run.py', 'infra.tools.send_monitoring_event', '--event-mon-output-file', '/b/rr/tmpGFma1K/log_request_proto', '--event-mon-run-type', 'file', '--event-mon-service-name', u'buildbot/master/master.chromium.infra.cron', '--build-event-build-name', u'recipe-autoroller-public', '--build-event-build-number', '11870', '--build-event-build-scheduling-time', '1467223263000', '--build-event-type', 'BUILD', '--event-mon-timestamp-kind', 'POINT', '--build-event-hostname', 'slave70-c1'] INFO:remote_run:Recipe command line: ['/usr/bin/python', '/b/build/slave/recipe-autoroller-public/build/.remote_run_cipd/recipes.py', '--verbose', 'remote', '--repository', 'https://chromium.googlesource.com/infra/infra', '--revision', 'origin/master', '--workdir', '/b/rr/tmpK1QTxk/rw', '--', '--verbose', 'run', '--properties-file', '/b/rr/tmpK1QTxk/remote_run_properties.json', '--workdir', '/b/rr/tmpK1QTxk/w', 'recipe_autoroller_public'] Ensuring CIPD client is up-to-date GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance/resolve?version=1ea0b6b254ad3f546c826dd3e437798ace2c2480&package_name=infra%2Ftools%2Fcipd%2Flinux-amd64 CIPD client 1ea0b6b254ad3f546c826dd3e437798ace2c2480 => 1ea0b6b254ad3f546c826dd3e437798ace2c2480 INFO:cipd:Using CIPD client at [/b/.recipe_cipd/cipd]. INFO:cipd:CIPD ensuring 2 package(s)... INFO:logdog_bootstrap:Running on GCE. No credentials necessary. INFO:remote_run:Bootstrapping through LogDog: ['/b/.recipe_cipd/logdog_butler', '-log-level', 'warning', '-project', 'chromium', '-prefix', 'bb/chromium.infra.cron/recipe-autoroller-public/11870', '-output', 'logdog,host="services-dot-luci-logdog.appspot.com"', '-output-max-buffer-age', '30s', 'run', '-stdout', 'tee=stdout', '-stderr', 'tee=stderr', '-streamserver-uri', 'unix:/b/build/rr/tmpTIy22w/butler.sock', '--', '/b/.recipe_cipd/logdog_annotee', '-log-level', 'warning', '-project', 'chromium', '-butler-stream-server', 'unix:/b/build/rr/tmpTIy22w/butler.sock', '-logdog-host', 'luci-logdog.appspot.com', '-annotate', 'tee', '-name-base', 'recipes', '-print-summary', '-tee', '-json-args-path', '/b/rr/tmpK1QTxk/logdog_annotee_cmd.json', '-result-path', '/b/rr/tmpK1QTxk/bootstrap_result.json'] INFO:remote_run:Executing command: ['/b/.recipe_cipd/logdog_butler', '-log-level', 'warning', '-project', 'chromium', '-prefix', 'bb/chromium.infra.cron/recipe-autoroller-public/11870', '-output', 'logdog,host="services-dot-luci-logdog.appspot.com"', '-output-max-buffer-age', '30s', 'run', '-stdout', 'tee=stdout', '-stderr', 'tee=stderr', '-streamserver-uri', 'unix:/b/build/rr/tmpTIy22w/butler.sock', '--', '/b/.recipe_cipd/logdog_annotee', '-log-level', 'warning', '-project', 'chromium', '-butler-stream-server', 'unix:/b/build/rr/tmpTIy22w/butler.sock', '-logdog-host', 'luci-logdog.appspot.com', '-annotate', 'tee', '-name-base', 'recipes', '-print-summary', '-tee', '-json-args-path', '/b/rr/tmpK1QTxk/logdog_annotee_cmd.json', '-result-path', '/b/rr/tmpK1QTxk/bootstrap_result.json'] INFO:root:Freshening repository https://chromium.googlesource.com/infra/infra in /b/rr/tmpK1QTxk/rw/checkout INFO:root:Running: ['git', 'clone', '-q', 'https://chromium.googlesource.com/infra/infra', '/b/rr/tmpK1QTxk/rw/checkout'] @@@STEP_LINK@stderr-->stdio@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.infra.cron%2Frecipe-autoroller-public%2F11870%2F%2B%2Frecipes%2Fstderr@@@ INFO:root:Running: ['git', '-C', '/b/rr/tmpK1QTxk/rw/checkout', 'config', 'remote.origin.url'] INFO:root:Running: ['git', '-C', '/b/rr/tmpK1QTxk/rw/checkout', 'rev-parse', '-q', '--verify', 'origin/master^{commit}'] INFO:root:Running: ['git', '-C', '/b/rr/tmpK1QTxk/rw/checkout', 'reset', '-q', '--hard', 'origin/master'] INFO:root:Running ['/usr/bin/python', u'/b/rr/tmpK1QTxk/rw/checkout/recipes/recipes.py', '--verbose', 'run', '--properties-file', '/b/rr/tmpK1QTxk/remote_run_properties.json', '--workdir', '/b/rr/tmpK1QTxk/w', 'recipe_autoroller_public'] Cloning into '/b/rr/tmpK1QTxk/rw/checkout/recipes/.recipe_deps/recipe_engine'... INFO:root:Freshening repository https://chromium.googlesource.com/chromium/tools/build.git in /b/rr/tmpK1QTxk/rw/checkout/recipes/.recipe_deps/build INFO:root:Running: ['git', 'clone', '-q', 'https://chromium.googlesource.com/chromium/tools/build.git', '/b/rr/tmpK1QTxk/rw/checkout/recipes/.recipe_deps/build'] error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed === Annotee: "" === Raising priority because this flake is fairly common, and we're moving more of our stuff over to remote run.
,
Jul 6 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d914e91a224c246e2b49b6bdb1b03bcc8097b554 commit d914e91a224c246e2b49b6bdb1b03bcc8097b554 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 09:15:26 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/ab4c628b8432cb3d3dbcee32a539f486115a329b Retry errors during fetch (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2135563002 [modify] https://crrev.com/d914e91a224c246e2b49b6bdb1b03bcc8097b554/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/3285d853a7e265f316d070cf9f6cf2c6b262a0cd commit 3285d853a7e265f316d070cf9f6cf2c6b262a0cd Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 09:26:11 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) depot_tools: https://crrev.com/d914e91a224c246e2b49b6bdb1b03bcc8097b554 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/ab4c628b8432cb3d3dbcee32a539f486115a329b Retry errors during fetch (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2129133002 [modify] https://crrev.com/3285d853a7e265f316d070cf9f6cf2c6b262a0cd/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/d292726899cee02b2eaad70f0c7982e366539398 commit d292726899cee02b2eaad70f0c7982e366539398 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 09:28:06 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/f2fde6a9c20db28d1e3489b3e1479a81ced6edc9 commit f2fde6a9c20db28d1e3489b3e1479a81ced6edc9 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 09:42:53 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/3285d853a7e265f316d070cf9f6cf2c6b262a0cd Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/d914e91a224c246e2b49b6bdb1b03bcc8097b554 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/ab4c628b8432cb3d3dbcee32a539f486115a329b Retry errors during fetch (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2133573003 [modify] https://crrev.com/f2fde6a9c20db28d1e3489b3e1479a81ced6edc9/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/f2fde6a9c20db28d1e3489b3e1479a81ced6edc9 commit f2fde6a9c20db28d1e3489b3e1479a81ced6edc9 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 09:42:53 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/3285d853a7e265f316d070cf9f6cf2c6b262a0cd Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/d914e91a224c246e2b49b6bdb1b03bcc8097b554 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/ab4c628b8432cb3d3dbcee32a539f486115a329b Retry errors during fetch (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2133573003 [modify] https://crrev.com/f2fde6a9c20db28d1e3489b3e1479a81ced6edc9/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6874ac10dacf48b4048bb32cbc8c35f365dc6c0b commit 6874ac10dacf48b4048bb32cbc8c35f365dc6c0b Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 10:45:49 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/02034be07bc11acb23994feb2ce3a40d94782d5d Retry all errors in recipe bootstrap script (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2136483002 [modify] https://crrev.com/6874ac10dacf48b4048bb32cbc8c35f365dc6c0b/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/c5a00ef141c48e3239089fc85c3ba8e1c60c1529 commit c5a00ef141c48e3239089fc85c3ba8e1c60c1529 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 10:56:17 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) depot_tools: https://crrev.com/6874ac10dacf48b4048bb32cbc8c35f365dc6c0b Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/02034be07bc11acb23994feb2ce3a40d94782d5d Retry all errors in recipe bootstrap script (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2137473002 [modify] https://crrev.com/c5a00ef141c48e3239089fc85c3ba8e1c60c1529/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/e6b54fe00c954aa7e535a081d88594c91f5f21c2 commit e6b54fe00c954aa7e535a081d88594c91f5f21c2 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 10:58:06 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/2beb144b1923bdd219e228a3aee826a855db04bf commit 2beb144b1923bdd219e228a3aee826a855db04bf Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 11:19:35 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/c5a00ef141c48e3239089fc85c3ba8e1c60c1529 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/6874ac10dacf48b4048bb32cbc8c35f365dc6c0b Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/02034be07bc11acb23994feb2ce3a40d94782d5d Retry all errors in recipe bootstrap script (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2137483002 [modify] https://crrev.com/2beb144b1923bdd219e228a3aee826a855db04bf/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/90b9f5f404a85737971050436d63b6cc16f96699 commit 90b9f5f404a85737971050436d63b6cc16f96699 Author: phajdan.jr <phajdan.jr@chromium.org> Date: Fri Jul 08 12:19:18 2016 update recipe bootstrap script (2c5509f) BUG= chromium:618127 Review-Url: https://codereview.chromium.org/2131153002 [modify] https://crrev.com/90b9f5f404a85737971050436d63b6cc16f96699/recipes.py
,
Jul 8 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/3a84edac7ad0d357bff40f9d23b438f40d01b5a2 commit 3a84edac7ad0d357bff40f9d23b438f40d01b5a2 Author: phajdan <phajdan@google.com> Date: Fri Jul 08 12:23:21 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/db7575330073147080a0c4d6b6e3937873f5c64c commit db7575330073147080a0c4d6b6e3937873f5c64c Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 12:26:38 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) depot_tools: https://crrev.com/90b9f5f404a85737971050436d63b6cc16f96699 update recipe bootstrap script (2c5509f) (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2135623002 [modify] https://crrev.com/db7575330073147080a0c4d6b6e3937873f5c64c/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/55fd41fed51aee0f9813a7d5b74de7407e50829d commit 55fd41fed51aee0f9813a7d5b74de7407e50829d Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 12:38:22 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/c70e026202a562cb5fac6af217e4dc53110fac52 commit c70e026202a562cb5fac6af217e4dc53110fac52 Author: phajdan.jr <phajdan.jr@chromium.org> Date: Fri Jul 08 12:40:30 2016 update recipe bootstrap script (2c5509f) BUG= chromium:618127 Review-Url: https://codereview.chromium.org/2130343002 [modify] https://crrev.com/c70e026202a562cb5fac6af217e4dc53110fac52/recipes/recipes.py
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/061e32ba0f78617ada0c365d6554f9c5070f0842 commit 061e32ba0f78617ada0c365d6554f9c5070f0842 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 12:48:35 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/db7575330073147080a0c4d6b6e3937873f5c64c Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/90b9f5f404a85737971050436d63b6cc16f96699 update recipe bootstrap script (2c5509f) (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG= chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2133723002 [modify] https://crrev.com/061e32ba0f78617ada0c365d6554f9c5070f0842/infra/config/recipes.cfg
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/51faf191f08fe0fac63bdb4e7af02f3bec3828fa commit 51faf191f08fe0fac63bdb4e7af02f3bec3828fa Author: Paweł Hajdan, Jr <phajdan.jr@chromium.org> Date: Fri Jul 08 12:49:30 2016 update recipe bootstrap script (2c5509f) BUG= chromium:618127 R=tandrii@chromium.org Review URL: https://codereview.chromium.org/2137493002 . [modify] https://crrev.com/51faf191f08fe0fac63bdb4e7af02f3bec3828fa/scripts/slave/recipes.py
,
Jul 8 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/a3f59faaf0334c726d30c73ddd0df2b2523c4652 commit a3f59faaf0334c726d30c73ddd0df2b2523c4652 Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 12:58:28 2016
,
Jul 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/d8b983e278b83a69098ab70edde070ec7d4c53ce commit d8b983e278b83a69098ab70edde070ec7d4c53ce Author: recipe-roller <recipe-roller@chromium.org> Date: Fri Jul 08 14:24:20 2016 Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/cedba4b8c0d364503254f84f7869b8faa93de4f9 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/51faf191f08fe0fac63bdb4e7af02f3bec3828fa update recipe bootstrap script (2c5509f) (phajdan.jr@chromium.org) depot_tools: https://crrev.com/dee56dd717270ab19b35b427d9b4e2ec55ac8d7e Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/2c5509f0c2cd87af90844ed597d9aaa108194943 Fix pylint warnings (phajdan.jr@chromium.org) R=tandrii@chromium.org,phajdan.jr@chromium.org,martiniss@chromium.org,recipe-roller@chromium.org BUG=none,chromium:618127 TBR=martiniss@chromium.org,phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2135643002 [modify] https://crrev.com/d8b983e278b83a69098ab70edde070ec7d4c53ce/infra/config/recipes.cfg
,
Sep 23 2016
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by martiniss@chromium.org
, Jun 8 2016