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

@@@STEP_STARTED@@@

/mnt/data/b/build/slave/Android_Clang_Builder__dbg_/build/src/build/tree_truth.sh /mnt/data/b/build/slave/Android_Clang_Builder__dbg_/build/src src
in dir /mnt/data/b/build/slave/Android_Clang_Builder__dbg_/build:
 allow_subannotations: False
 cmd: ['/mnt/data/b/build/slave/Android_Clang_Builder__dbg_/build/src/build/tree_truth.sh', '/mnt/data/b/build/slave/Android_Clang_Builder__dbg_/build/src', 'src']
 cwd: /mnt/data/b/build/slave/Android_Clang_Builder__dbg_/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'martina.kollarova@intel.com', u'vabr@chromium.org']
 BUILDBOT_BRANCH: master
 BUILDBOT_BUILDBOTURL: http://build.chromium.org/p/chromium.linux/
 BUILDBOT_BUILDERNAME: Android Clang Builder (dbg)
 BUILDBOT_BUILDNUMBER: 64550
 BUILDBOT_CLOBBER: 
 BUILDBOT_GOT_REVISION: None
 BUILDBOT_MASTERNAME: chromium.linux
 BUILDBOT_REVISION: ae9604308c926cc7df6205b5207dbf63c6e55314
 BUILDBOT_SCHEDULER: android
 BUILDBOT_SLAVENAME: vm851-m1
 CHROME_HEADLESS: 1
 DISPLAY: :0.0
 GIT_USER_AGENT: linux2 git/2.5.0 vm851-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_Clang_Builder__dbg_/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:
   ae9604308c926cc7df6205b5207dbf63c6e55314 HistogramTester::GetHistogramSamplesSinceCreation never returns null   vabr, Mon Aug 3 01:12:54 2015 -0700
   cf4613a24a12cdf5cd6c457ed07fddbae1d23795 Fix Python pylint warnings   martina.kollarova, Mon Aug 3 00:53:20 2015 -0700
   92a5d22913c2ac3082d57d4eefa9911961588b41 Remove the Finch test 'CLD1VsCLD2'   hajimehoshi, Mon Aug 3 00:21:42 2015 -0700
   cecb9e1d9bfb0bf198fc04a8b312b375b2dd8556 Revert of Roll src/tools/swarming_client/ to 2866a22530cb65feae5d9f64c83636aed5391d06. (patchset #1 id:1 of https://codereview.chromium.org/1261993010/)   jochen, Mon Aug 3 00:21:08 2015 -0700
   63af588c0c394e932bcd56adc06329349809a07b Disable tests that fail on WinXP   Jochen Eisinger, Mon Aug 3 09:16:33 2015 +0200
   a8f9e873e6df4f8194700540b5968449e6d3098c [MacViews] Fix NativeWidgetMacTest.MiniaturizeExternally.   jackhou, Mon Aug 3 00:16:55 2015 -0700
   8e4942838460a8d66a31c46baf265a5a8b61a16a 1. With introduction of compressed formats, e.g. ETC1, the number of bits per pixel is becoming less than 8. Computing bytes per pixel by BitsPerPixel(format) / 8, might give different values. So compute the bits per row first and divide it by 8 to get the bytes per row.   prashant.n, Mon Aug 3 00:13:41 2015 -0700
   06d8e4f230b536b67438d9af56c3a56bd804c05b Add close button to Media Router route-details element.   apacible, Mon Aug 3 00:07:06 2015 -0700
   cd226c664264799432dbbd744a767843df9804a7 Roll src/third_party/WebKit 657f8cb:2de5678 (svn 199870:199872)   blink-deps-roller, Mon Aug 3 00:05:47 2015 -0700
   62806ad5f42ca9081870c16117f9803b36f7862f Gallery: align labels of crop dimension buttons in center.   yawano, Mon Aug 3 00:05:07 2015 -0700
=================================================================
!@@@BUILD_STEP New commits in repo src@@@
commit ae9604308c926cc7df6205b5207dbf63c6e55314
Author: vabr <vabr@chromium.org>
Date:   Mon Aug 3 01:12:54 2015 -0700

    HistogramTester::GetHistogramSamplesSinceCreation never returns null
    
    Currently, GetHistogramSamplesSinceCreation can return null if no histogram was generated. But that depends also on tests run prior to the current test. This CL changes this to returning empty samples instead, so that independently of previously run tests, the current test always gets the same response even if it does not generate any histograms.
    
    BUG=473689
    
    Review URL: https://codereview.chromium.org/1264123002
    
    Cr-Commit-Position: refs/heads/master@{#341498}

 base/test/histogram_tester.cc          |  9 ++++++++-
 base/test/histogram_tester_unittest.cc | 31 ++++++++++++++++++++++---------
 sql/connection_unittest.cc             | 10 +++++-----
 3 files changed, 35 insertions(+), 15 deletions(-)

commit cf4613a24a12cdf5cd6c457ed07fddbae1d23795
Author: martina.kollarova <martina.kollarova@intel.com>
Date:   Mon Aug 3 00:53:20 2015 -0700

    Fix Python pylint warnings
    
    Fix warnings about "redefining build-in 'file'". Also rename 'Write'
    into 'write' and 'Close' into 'close' to make future replacement of
    CWriter with something more pythonic easier.
    
    BUG=498797
    
    Review URL: https://codereview.chromium.org/1254833006
    
    Cr-Commit-Position: refs/heads/master@{#341497}

 gpu/command_buffer/build_gles2_cmd_buffer.py | 2874 +++++++++++++-------------
 1 file changed, 1437 insertions(+), 1437 deletions(-)
Updated tag 'tree_truth' (was 92a5d22)

@@@STEP_CURSOR tree truth steps@@@

@@@STEP_CURSOR tree truth steps@@@



--------------------------------------------------------------------------------
started: Mon Aug  3 01:32:02 2015
ended: Mon Aug  3 01:32:02 2015
duration: 0 secs
status: SUCCESS
status reason: