(view as text)
@@@STEP_CURSOR tree truth steps@@@

@@@STEP_STARTED@@@

/mnt/data/b/build/slave/Android_Builder/build/src/build/tree_truth.sh /mnt/data/b/build/slave/Android_Builder/build/src src
in dir /mnt/data/b/build/slave/Android_Builder/build:
 allow_subannotations: False
 cmd: ['/mnt/data/b/build/slave/Android_Builder/build/src/build/tree_truth.sh', '/mnt/data/b/build/slave/Android_Builder/build/src', 'src']
 cwd: /mnt/data/b/build/slave/Android_Builder/build
 name: tree truth steps
full environment:
 AWS_CREDENTIAL_FILE: /mnt/data/b/build/site_config/.boto
 BOTO_CONFIG: /mnt/data/b/build/site_config/.boto
 BUILDBOT_BLAMELIST: [u'pdr@chromium.org', u'wangxianzhu@chromium.org', u'zmo@chromium.org']
 BUILDBOT_BRANCH: trunk
 BUILDBOT_BUILDBOTURL: http://build.chromium.org/p/chromium.webkit/
 BUILDBOT_BUILDERNAME: Android Builder
 BUILDBOT_BUILDNUMBER: 70461
 BUILDBOT_CLOBBER: 
 BUILDBOT_GOT_REVISION: None
 BUILDBOT_MASTERNAME: chromium.webkit
 BUILDBOT_REVISION: 201822
 BUILDBOT_SCHEDULER: global_scheduler
 BUILDBOT_SLAVENAME: vm850-m1
 CHROME_HEADLESS: 1
 DISPLAY: :0.0
 GIT_USER_AGENT: linux2 git/2.5.1 vm850-m1.golo.chromium.org
 HOME: /home/chrome-bot
 LANG: en_US.UTF-8
 LOGNAME: chrome-bot
 PAGER: cat
 PATH: /home/chrome-bot/slavebin:/mnt/data/b/depot_tools:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 PWD: /mnt/data/b/build/slave/Android_Builder/build
 PYTHONPATH: /mnt/data/b/build/site_config:/mnt/data/b/build/scripts:/mnt/data/b/build/scripts/release:/mnt/data/b/build/third_party:/mnt/data/b/build/third_party/requests_1_2_3:/mnt/data/b/build_internal/site_config:/mnt/data/b/build_internal/symsrc:/mnt/data/b/build/slave:/mnt/data/b/build/third_party/buildbot_slave_8_4:/mnt/data/b/build/third_party/twisted_10_2:
 SHELL: /bin/bash
 USER: chrome-bot

!@@@BUILD_STEP Brief summary of recent CLs in every branch@@@
src:
   bf1b966f449f2bf7f41cf0804e6a4a0bbeb04838 Fix possible deadlock. Observed in DistillerPageWebContentsTest.HandlesRelativeVideos: execution of init_cb_ led to the deletion of WebMediaPlayerImpl and to the call to BufferedDataSource::Abort, which caused locking the mutex again.   ahest, Fri Sep 4 13:49:52 2015 -0700
   5f4781af2f1a194aff8f20e440b23be447ed81cc Roll src/third_party/WebKit a84c414:9cc160e (svn 201819:201820)   blink-deps-roller, Fri Sep 4 13:45:42 2015 -0700
   64f8e1206193e0880e3b4b05c81a95691209ee6c [Media Router] Update IssueObservers when issues are cleared.   apacible, Fri Sep 4 13:45:11 2015 -0700
   0c35ac639a588bc15f9c293f7b9d741f9ca28376 Roll src/third_party/WebKit 8382d76:a84c414 (svn 201818:201819)   blink-deps-roller, Fri Sep 4 13:35:15 2015 -0700
   122b321251ed1c30ba9cee1179ebc8019fd29def Roll src/third_party/skia 8523782:c347034   skia-deps-roller, Fri Sep 4 13:33:59 2015 -0700
   2fb750df5574e5eade28daedcc3ff745c02a09ce Example extension that uses new extension API chrome.i18n.detectLanguage   amalika, Fri Sep 4 13:33:47 2015 -0700
   d1ab2c352c45427399f9f0730ac87e66e319d277 Move WorkerTaskRunner observer interface to WorkerThread.   kalman, Fri Sep 4 13:28:59 2015 -0700
   ff506f629332dbeb3efb3df73cf8ff5b168312e8 Speed up device_utils's zip pushing, and don't use a constant temp file   agrieve, Fri Sep 4 13:11:10 2015 -0700
   f87a122ef4d0ecf0632b7de1c4850d128d322b79 Roll src/third_party/WebKit 72a7bc9:8382d76 (svn 201817:201818)   blink-deps-roller, Fri Sep 4 13:05:18 2015 -0700
   a74ee0916ba90a0dc1fdcc1a036da7abbc3ec55b Settings Rewrite: Implement custom router integrating sections with subpages.   tommycli, Fri Sep 4 13:00:44 2015 -0700
=================================================================
!@@@BUILD_STEP New commits in repo src@@@
commit bf1b966f449f2bf7f41cf0804e6a4a0bbeb04838
Author: ahest <ahest@yandex-team.ru>
Date:   Fri Sep 4 13:49:52 2015 -0700

    Fix possible deadlock.
    Observed in DistillerPageWebContentsTest.HandlesRelativeVideos:
    execution of init_cb_ led to the deletion of WebMediaPlayerImpl and to
    the call to BufferedDataSource::Abort, which caused locking the mutex
    again.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1322833002
    
    Cr-Commit-Position: refs/heads/master@{#347485}

 media/blink/buffered_data_source.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5f4781af2f1a194aff8f20e440b23be447ed81cc
Author: blink-deps-roller <blink-deps-roller@chromium.org>
Date:   Fri Sep 4 13:45:42 2015 -0700

    Roll src/third_party/WebKit a84c414:9cc160e (svn 201819:201820)
    
    Summary of changes available at:
    https://chromium.googlesource.com/chromium/blink/+log/a84c414..9cc160e
    
    Sheriffs: In case of breakage, do NOT revert this roll, revert the
    offending commit in the blink repository instead.
    
    NOTRY=true
    TBR=falken@chromium.org,mlamouri@chromium.org,pdr@chromium.org
    
    Review URL: https://codereview.chromium.org/1328973002
    
    Cr-Commit-Position: refs/heads/master@{#347484}

 DEPS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 64f8e1206193e0880e3b4b05c81a95691209ee6c
Author: apacible <apacible@chromium.org>
Date:   Fri Sep 4 13:45:11 2015 -0700

    [Media Router] Update IssueObservers when issues are cleared.
    
    Currently, we only update the IssueObservers when there's a new issue, not when we don't have a pending one anymore.
    
    BUG=528099
    
    Review URL: https://codereview.chromium.org/1312943006
    
    Cr-Commit-Position: refs/heads/master@{#347483}

 chrome/browser/media/router/issue_manager.cc                   | 6 +++++-
 chrome/browser/media/router/media_router_mojo_impl_unittest.cc | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)
Updated tag 'tree_truth' (was 0c35ac6)

@@@STEP_CURSOR tree truth steps@@@

@@@STEP_CURSOR tree truth steps@@@



--------------------------------------------------------------------------------
started: Fri Sep  4 13:58:15 2015
ended: Fri Sep  4 13:58:15 2015
duration: 0 secs
status: SUCCESS
status reason: