(view as text)
@@@STEP_CURSOR@bot_update@@@
@@@STEP_STARTED@@@
@@@STEP_LINK@stdout-->stdio@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fclient.webrtc%2FiOS32_Debug%2F8802%2F%2B%2Frecipes%2Fsteps%2Fbot_update%2F0%2Fstdout@@@
python -u /b/build/scripts/slave/.recipe_deps/depot_tools/recipe_modules/bot_update/resources/bot_update.py --master client.webrtc --builder 'iOS32 Debug' --slave vm612-m3 --spec $'cache_dir = \'/b/build/slave/cache_dir\'\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\']' --root src --revision_mapping_file /tmp/tmpWtOoMV.json --git-cache-dir /b/build/slave/cache_dir --output_json /tmp/tmpea8Lc2.json --revision src@20e47a2a94ce519ed892f8e5ca8021437c16c4ed --force --output_manifest
in dir /b/build/slave/mac32/build:
 cmd: ['python', '-u', '/b/build/scripts/slave/.recipe_deps/depot_tools/recipe_modules/bot_update/resources/bot_update.py', '--master', 'client.webrtc', '--builder', 'iOS32 Debug', '--slave', 'vm612-m3', '--spec', "cache_dir = '/b/build/slave/cache_dir'\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']", '--root', 'src', '--revision_mapping_file', '/tmp/tmpWtOoMV.json', '--git-cache-dir', '/b/build/slave/cache_dir', '--output_json', '/tmp/tmpea8Lc2.json', '--revision', 'src@20e47a2a94ce519ed892f8e5ca8021437c16c4ed', '--force', '--output_manifest']
 env: {'PATH': '%(PATH)s:/b/build/scripts/slave/.recipe_deps/depot_tools/'}
 name: bot_update
 step_test_data: <lambda>(...)
full environment:
 AWS_CREDENTIAL_FILE: /b/build/site_config/.boto
 BOTO_CONFIG: /b/build/site_config/.boto
 BUILDBOT_BLAMELIST: [u'kjellander@webrtc.org']
 BUILDBOT_BRANCH: master
 BUILDBOT_BUILDBOTURL: http://build.chromium.org/p/client.webrtc/
 BUILDBOT_BUILDERNAME: iOS32 Debug
 BUILDBOT_BUILDNUMBER: 8802
 BUILDBOT_CLOBBER: 
 BUILDBOT_GOT_REVISION: None
 BUILDBOT_MASTERNAME: client.webrtc
 BUILDBOT_REVISION: 20e47a2a94ce519ed892f8e5ca8021437c16c4ed
 BUILDBOT_SCHEDULER: webrtc_mac_scheduler
 BUILDBOT_SLAVENAME: vm612-m3
 CHROME_HEADLESS: 1
 GIT_USER_AGENT: darwin git/2.7.4 vm612-m3.golo.chromium.org
 HOME: /Users/chrome-bot
 LOGNAME: chrome-bot
 PAGER: cat
 PATH: /Users/chrome-bot/slavebin:/b/depot_tools:/usr/local/git/bin:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/b/build/scripts/slave/.recipe_deps/depot_tools/
 PWD: /b/build/slave/mac32/build
 PYTHONPATH: /b/build/site_config:/b/build/scripts:/b/build/scripts/release:/b/build/third_party:/b/build/third_party/requests_2_10_0:/b/build_internal/site_config:/b/build_internal/symsrc:/b/build/slave:/b/build/third_party/buildbot_slave_8_4:/b/build/third_party/twisted_10_2:
 PYTHONUNBUFFERED: 1
 SHELL: /bin/bash
 SSH_AUTH_SOCK: /private/tmp/com.apple.launchd.mwcQhDtazn/Listeners
 USER: chrome-bot


What is the "Bot Update" step?
==============================

This step ensures that the source checkout on the bot (e.g. Chromium's src/ and
its dependencies) is checked out in a consistent state. This means that all of
the necessary repositories are checked out, no extra repositories are checked
out, and no locally modified files are present.

These actions used to be taken care of by the "gclient revert" and "update"
steps. However, those steps are known to be buggy and occasionally flaky. This
step has two main advantages over them:
  * it only operates in Git, so the logic can be clearer and cleaner; and
  * it is a slave-side script, so its behavior can be modified without
    restarting the master.

Why Git, you ask? Because that is the direction that the Chromium project is
heading. This step is an integral part of the transition from using the SVN repo
at chrome/trunk/src to using the Git repo src.git. Please pardon the dust while
we fully convert everything to Git. This message will get out of your way
eventually, and the waterfall will be a happier place because of it.

This step can be activated or deactivated independently on every builder on
every master. When it is active, the "gclient revert" and "update" steps become
no-ops. When it is inactive, it prints this message, cleans up after itself, and
lets everything else continue as though nothing has changed. Eventually, when
everything is stable enough, this step will replace them entirely.

Debugging information:
(master/builder/slave may be unspecified on recipes)
master: client.webrtc
builder: iOS32 Debug
slave: vm612-m3
forced by recipes: Forced on by recipes
CURRENT_DIR: /b/build/slave/mac32/build
BUILDER_DIR: /b/build/slave/mac32
SLAVE_DIR: /b/build/slave
THIS_DIR: /b/build/scripts/slave/.recipe_deps/depot_tools/recipe_modules/bot_update/resources
SCRIPTS_DIR: /b/build/scripts
BUILD_DIR: /b/build
ROOT_DIR: /b
DEPOT_TOOLS_DIR: /b/build/scripts/slave/.recipe_deps/depot_tools
bot_update.py is: ACTIVE.
The bot will perform a Git checkout in this step.
The "gclient revert" and "update" steps are no-ops.


Gclient Solutions
=================
src (https://chromium.googlesource.com/external/webrtc)
  Dependencies file is DEPS
  Managed mode is OFF

webrtc-limited (https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited)
  Dependencies file is DEPS
  Managed mode is OFF

Emitting flag file at /b/build/slave/mac32/build/update.flag
Revisions: ['src@20e47a2a94ce519ed892f8e5ca8021437c16c4ed']
Fetching Git checkout at src@20e47a2a94ce519ed892f8e5ca8021437c16c4ed
Fetching Git checkout
===Running /usr/bin/python -u /b/build/scripts/slave/.recipe_deps/depot_tools/git_cache.py unlock -vv --force --all --cache-dir /b/build/slave/cache_dir (attempt #1)===
In directory: /b/build/slave/mac32/build
===Succeeded in 0.0 mins===

===Running /usr/bin/python -u /b/build/scripts/slave/.recipe_deps/depot_tools/git_cache.py populate --ignore_locks -v --cache-dir /b/build/slave/cache_dir https://chromium.googlesource.com/external/webrtc (attempt #1)===
In directory: /b/build/slave/mac32/build
running "git config gc.autodetach 0" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
running "git config gc.autopacklimit 0" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
running "git config core.deltaBaseCacheLimit 2g" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
running "git config remote.origin.url https://chromium.googlesource.com/external/webrtc" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
running "git config --replace-all remote.origin.fetch +refs/heads/*:refs/heads/* \+refs/heads/\*:.*" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
Fetching +refs/heads/*:refs/heads/*
running "git fetch -v --progress origin +refs/heads/*:refs/heads/*" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc"
From https://chromium.googlesource.com/a/external/webrtc
 = [up to date]      infra/config -> infra/config
 = [up to date]      master     -> master
===Succeeded in 0.0 mins===

===Running /usr/bin/python -u /b/build/scripts/slave/.recipe_deps/depot_tools/git_cache.py exists --quiet --cache-dir /b/build/slave/cache_dir https://chromium.googlesource.com/external/webrtc (attempt #1)===
In directory: /b/build/slave/mac32/build
/b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc
===Succeeded in 0.0 mins===

===Running git remote set-url origin /b/build/slave/cache_dir/chromium.googlesource.com-external-webrtc (attempt #1)===
In directory: /b/build/slave/mac32/build/src
===Succeeded in 0.0 mins===

===Running git fetch origin (attempt #1)===
In directory: /b/build/slave/mac32/build/src
===Succeeded in 0.0 mins===

===Running git checkout --force 20e47a2a94ce519ed892f8e5ca8021437c16c4ed (attempt #1)===
In directory: /b/build/slave/mac32/build/src
HEAD is now at 20e47a2... Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2292233003/ )
===Succeeded in 0.0 mins===

===Running git clean -dff (attempt #1)===
In directory: /b/build/slave/mac32/build/src
===Succeeded in 0.0 mins===

===Running git log --format=%H --max-count=1 (attempt #1)===
In directory: /b/build/slave/mac32/build/src
20e47a2a94ce519ed892f8e5ca8021437c16c4ed
===Succeeded in 0.0 mins===

===Running /usr/bin/python -u /b/build/scripts/slave/.recipe_deps/depot_tools/git_cache.py populate --ignore_locks -v --cache-dir /b/build/slave/cache_dir https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited (attempt #1)===
In directory: /b/build/slave/mac32/build
running "git config gc.autodetach 0" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
running "git config gc.autopacklimit 0" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
running "git config core.deltaBaseCacheLimit 2g" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
running "git config remote.origin.url https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
running "git config --replace-all remote.origin.fetch +refs/heads/*:refs/heads/* \+refs/heads/\*:.*" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
Fetching +refs/heads/*:refs/heads/*
running "git fetch -v --progress origin +refs/heads/*:refs/heads/*" in "/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited"
From https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited
 = [up to date]      master     -> master
===Succeeded in 0.0 mins===

===Running /usr/bin/python -u /b/build/scripts/slave/.recipe_deps/depot_tools/git_cache.py exists --quiet --cache-dir /b/build/slave/cache_dir https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited (attempt #1)===
In directory: /b/build/slave/mac32/build
/b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited
===Succeeded in 0.0 mins===

===Running git remote set-url origin /b/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-deps-webrtc--limited (attempt #1)===
In directory: /b/build/slave/mac32/build/webrtc-limited
===Succeeded in 0.0 mins===

===Running git fetch origin (attempt #1)===
In directory: /b/build/slave/mac32/build/webrtc-limited
===Succeeded in 0.0 mins===

===Running git checkout --force origin/master (attempt #1)===
In directory: /b/build/slave/mac32/build/webrtc-limited
HEAD is now at 2b17212... Update webrtc-limited DEPS to be Git-based.
===Succeeded in 0.0 mins===

===Running git clean -dff (attempt #1)===
In directory: /b/build/slave/mac32/build/webrtc-limited
===Succeeded in 0.0 mins===

===Processing patch solutions===
Patch root is 'src'
Processing solution 'src'
  relative root is '', target is 'DEPS'
Processing solution 'webrtc-limited'
===Running gclient sync --verbose --reset --force --ignore_locks --output-json /tmp/tmpUls8y9.json --nohooks --noprehooks --delete_unversioned_trees (attempt #1)===
In directory: /b/build/slave/mac32/build
Looking for .gclient starting from /b/build/slave/mac32/build

Loaded .gclient config in /b/build/slave/mac32/build:
solutions = [   {   'deps_file': 'DEPS',
        'managed': False,
        'name': 'src',
        'url': 'https://chromium.googlesource.com/external/webrtc'},
    {   'deps_file': 'DEPS',
        'managed': False,
        'name': 'webrtc-limited',
        'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]

cache_dir = r"/b/build/slave/cache_dir"

target_os=['ios', 'mac']

target_os_only=False


src (Elapsed: 0:00:00)
----------------------------------------
[0:00:00] Started.
_____ src at refs/remotes/origin/master
[0:00:00] ________ unmanaged solution; skipping src
[0:00:00] Finished.
----------------------------------------

webrtc-limited (Elapsed: 0:00:00)
----------------------------------------
[0:00:00] Started.
_____ webrtc-limited at refs/remotes/origin/master
[0:00:00] ________ unmanaged solution; skipping webrtc-limited
[0:00:00] Finished.
----------------------------------------

src/third_party/gflags/src (Elapsed: 0:00:00)
----------------------------------------
[0:00:00] Started.
_____ src/third_party/gflags/src at 03bebcb065c83beff83d50ae025a55a4bf94dfca
[0:00:00] running "git config gc.autodetach 0" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] running "git config gc.autopacklimit 0" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] running "git config core.deltaBaseCacheLimit 2g" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] running "git config remote.origin.url https://chromium.googlesource.com/external/github.com/gflags/gflags" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] running "git config --replace-all remote.origin.fetch +refs/heads/*:refs/heads/* \+refs/heads/\*:.*" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] Fetching +refs/heads/*:refs/heads/*
[0:00:00] running "git fetch -v --progress origin +refs/heads/*:refs/heads/*" in "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags"
[0:00:00] From https://chromium.googlesource.com/a/external/github.com/gflags/gflags
[0:00:00]  = [up to date]      bugfix/#51-memory-leaks -> bugfix/#51-memory-leaks
[0:00:00]  = [up to date]      enh-travis-ci-build-config -> enh-travis-ci-build-config
[0:00:00]  = [up to date]      gh-pages   -> gh-pages
[0:00:00]  = [up to date]      master     -> master
[0:00:00]  = [up to date]      release    -> release

________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/b/build/slave/mac32/build/src/third_party/gflags/src'
[0:00:00] From /b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-gflags-gflags
[0:00:00]  = [up to date]      bugfix/#51-memory-leaks -> origin/bugfix/#51-memory-leaks
[0:00:00]  = [up to date]      enh-travis-ci-build-config -> origin/enh-travis-ci-build-config
[0:00:00]  = [up to date]      gh-pages   -> origin/gh-pages
[0:00:00]  = [up to date]      master     -> origin/master
[0:00:00]  = [up to date]      release    -> origin/release

________ running 'git reset --hard HEAD' in '/b/build/slave/mac32/build/src/third_party/gflags/src'
[0:00:00] HEAD is now at 03bebcb Merge pull request #129 from Nazg-Gul/master
[0:00:00] Up-to-date; skipping checkout.
Checked out revision 03bebcb065c83beff83d50ae025a55a4bf94dfca
[0:00:00] Finished.
----------------------------------------
===Succeeded in 0.0 mins===

===Running git ls-files .DEPS.git (attempt #1)===
In directory: src
===Succeeded in 0.0 mins===

===Running git rev-parse HEAD (attempt #1)===
In directory: src/
20e47a2a94ce519ed892f8e5ca8021437c16c4ed
===Succeeded in 0.0 mins===

===Running git log -1 20e47a2a94ce519ed892f8e5ca8021437c16c4ed (attempt #1)===
In directory: src/
commit 20e47a2a94ce519ed892f8e5ca8021437c16c4ed
Author: kjellander <kjellander@webrtc.org>
Date:   Wed Aug 31 07:02:25 2016 -0700

    Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2292233003/ )
    
    Reason for revert:
    My mistake, it's back :)
    
    Original issue's description:
    > CQ: Remove android_arm64_rel trybot
    >
    > Reason for revert:
    > It's now offline permanently again :/
    >
    > Original issue's description:
    > > Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2270943003/ )
    > >
    > > Reason for revert:
    > > The machine seems healthy again.
    > >
    > > Original issue's description:
    > > > CQ: Remove android_arm64_rel trybot
    > > >
    > > > The bot is having problems again.
    > > >
    > > > NOTRY=true
    > > > BUG=634266
    > > > TBR=ehmaldonado@webrtc.org
    > > >
    > > > Committed: https://crrev.com/24ee05016ccb1c1ea05c4b646fb29e2cefbfe439
    > > > Cr-Commit-Position: refs/heads/master@{#13874}
    > >
    > > TBR=ehmaldonado@webrtc.org
    > > NOTRY=true
    > > BUG=634266
    > >
    > > Committed: https://crrev.com/01e0ee62e437295c0e175a7448f2a3807f962b47
    > > Cr-Commit-Position: refs/heads/master@{#13923}
    >
    > TBR=ehmaldonado@webrtc.org
    > BUG=634266
    > NOTRY=True
    >
    > Committed: https://crrev.com/5d5e3fc1646fc4c782b3e0db1f77f0aaf85b05cf
    > Cr-Commit-Position: refs/heads/master@{#13992}
    
    TBR=ehmaldonado@webrtc.org
    # Skipping CQ checks because original CL landed less than 1 days ago.
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    BUG=634266
    
    Review-Url: https://codereview.webrtc.org/2293203003
    Cr-Commit-Position: refs/heads/master@{#13995}
===Succeeded in 0.0 mins===

===Running git log --format=%B -n1 HEAD (attempt #1)===
In directory: src/
Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2292233003/ )

Reason for revert:
My mistake, it's back :)

Original issue's description:
> CQ: Remove android_arm64_rel trybot
>
> Reason for revert:
> It's now offline permanently again :/
>
> Original issue's description:
> > Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2270943003/ )
> >
> > Reason for revert:
> > The machine seems healthy again.
> >
> > Original issue's description:
> > > CQ: Remove android_arm64_rel trybot
> > >
> > > The bot is having problems again.
> > >
> > > NOTRY=true
> > > BUG=634266
> > > TBR=ehmaldonado@webrtc.org
> > >
> > > Committed: https://crrev.com/24ee05016ccb1c1ea05c4b646fb29e2cefbfe439
> > > Cr-Commit-Position: refs/heads/master@{#13874}
> >
> > TBR=ehmaldonado@webrtc.org
> > NOTRY=true
> > BUG=634266
> >
> > Committed: https://crrev.com/01e0ee62e437295c0e175a7448f2a3807f962b47
> > Cr-Commit-Position: refs/heads/master@{#13923}
>
> TBR=ehmaldonado@webrtc.org
> BUG=634266
> NOTRY=True
>
> Committed: https://crrev.com/5d5e3fc1646fc4c782b3e0db1f77f0aaf85b05cf
> Cr-Commit-Position: refs/heads/master@{#13992}

TBR=ehmaldonado@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=634266

Review-Url: https://codereview.webrtc.org/2293203003
Cr-Commit-Position: refs/heads/master@{#13995}

===Succeeded in 0.0 mins===

===Running gclient revinfo -a (attempt #1)===
In directory: /b/build/slave/mac32/build
src: https://chromium.googlesource.com/external/webrtc@20e47a2a94ce519ed892f8e5ca8021437c16c4ed
src/third_party/gflags/src: https://chromium.googlesource.com/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca
webrtc-limited: https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited@2b1721229a37b9c874f91287f1632c0d35b7317e
===Succeeded in 0.0 mins===

Emitting flag file at /b/build/slave/mac32/build/update.flag
@@@STEP_TEXT@[162GB/199GB used (81%)]@@@
@@@STEP_LOG_LINE@json.output@{@@@
@@@STEP_LINK@logdog-->json.output@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fclient.webrtc%2FiOS32_Debug%2F8802%2F%2B%2Frecipes%2Fsteps%2Fbot_update%2F0%2Flogs%2Fjson.output%2F0@@@
@@@STEP_LOG_LINE@json.output@  "did_run": true, @@@
@@@STEP_LOG_LINE@json.output@  "fixed_revisions": {@@@
@@@STEP_LOG_LINE@json.output@    "src": "20e47a2a94ce519ed892f8e5ca8021437c16c4ed"@@@
@@@STEP_LOG_LINE@json.output@  }, @@@
@@@STEP_LOG_LINE@json.output@  "manifest": {@@@
@@@STEP_LOG_LINE@json.output@    "src": {@@@
@@@STEP_LOG_LINE@json.output@      "repository": "https://chromium.googlesource.com/external/webrtc", @@@
@@@STEP_LOG_LINE@json.output@      "revision": "20e47a2a94ce519ed892f8e5ca8021437c16c4ed"@@@
@@@STEP_LOG_LINE@json.output@    }, @@@
@@@STEP_LOG_LINE@json.output@    "src/third_party/gflags/src": {@@@
@@@STEP_LOG_LINE@json.output@      "repository": "https://chromium.googlesource.com/external/github.com/gflags/gflags", @@@
@@@STEP_LOG_LINE@json.output@      "revision": "03bebcb065c83beff83d50ae025a55a4bf94dfca"@@@
@@@STEP_LOG_LINE@json.output@    }, @@@
@@@STEP_LOG_LINE@json.output@    "webrtc-limited": {@@@
@@@STEP_LOG_LINE@json.output@      "repository": "https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited", @@@
@@@STEP_LOG_LINE@json.output@      "revision": "2b1721229a37b9c874f91287f1632c0d35b7317e"@@@
@@@STEP_LOG_LINE@json.output@    }@@@
@@@STEP_LOG_LINE@json.output@  }, @@@
@@@STEP_LOG_LINE@json.output@  "patch_root": "src", @@@
@@@STEP_LOG_LINE@json.output@  "properties": {@@@
@@@STEP_LOG_LINE@json.output@    "got_revision": "20e47a2a94ce519ed892f8e5ca8021437c16c4ed", @@@
@@@STEP_LOG_LINE@json.output@    "got_revision_cp": "refs/heads/master@{#13995}"@@@
@@@STEP_LOG_LINE@json.output@  }, @@@
@@@STEP_LOG_LINE@json.output@  "root": "src", @@@
@@@STEP_LOG_LINE@json.output@  "step_text": "[162GB/199GB used (81%)]"@@@
@@@STEP_LOG_LINE@json.output@}@@@
@@@STEP_LOG_END@json.output@@@
@@@SET_BUILD_PROPERTY@got_revision@"20e47a2a94ce519ed892f8e5ca8021437c16c4ed"@@@
@@@SET_BUILD_PROPERTY@got_revision_cp@"refs/heads/master@{#13995}"@@@


--------------------------------------------------------------------------------
started: Wed Aug 31 07:07:52 2016
ended: Wed Aug 31 07:07:57 2016
duration: 5 secs
status: SUCCESS
status reason: