(view as text)
@@@STEP_CURSOR@tree truth steps@@@
@@@STEP_STARTED@@@
@@@STEP_LINK@stdout-->stdio@https://luci-logdog.appspot.com/v/?s=bb%2Fchromium.linux%2FCast_Android__dbg_%2F34449%2F%2B%2Frecipes%2Fsteps%2Ftree_truth_steps%2F0%2Fstdout@@@
/mnt/data/b/build/slave/Cast_Android__dbg_/build/src/build/tree_truth.sh /mnt/data/b/build/slave/Cast_Android__dbg_/build/src src
in dir /mnt/data/b/build/slave/Cast_Android__dbg_/build:
 allow_subannotations: False
 cmd: ['/mnt/data/b/build/slave/Cast_Android__dbg_/build/src/build/tree_truth.sh', '/mnt/data/b/build/slave/Cast_Android__dbg_/build/src', 'src']
 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'rockot@chromium.org', u'senorblanco@chromium.org']
 BUILDBOT_BRANCH: master
 BUILDBOT_BUILDBOTURL: http://build.chromium.org/p/chromium.linux/
 BUILDBOT_BUILDERNAME: Cast Android (dbg)
 BUILDBOT_BUILDNUMBER: 34449
 BUILDBOT_CLOBBER: 
 BUILDBOT_GOT_REVISION: None
 BUILDBOT_MASTERNAME: chromium.linux
 BUILDBOT_REVISION: d433c695915d401625a38bfb6aa0855a265fd25d
 BUILDBOT_SCHEDULER: android_gn
 BUILDBOT_SLAVENAME: vm29-m1
 CHROME_HEADLESS: 1
 DISPLAY: :0.0
 GIT_USER_AGENT: linux2 git/2.8.2 vm29-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/Cast_Android__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:
   d433c695915d401625a38bfb6aa0855a265fd25d Remove implicit quit from EmbeddedApplicationRunner   rockot, Wed May 4 10:15:16 2016 -0700
   a95696181f7a361a0222d3af8e76246a524217d3 cc: fix nullptr crash in software renderer.   senorblanco, Wed May 4 10:14:01 2016 -0700
   44a871062d25f7075aafc14b6e0b78e48a257893 Roll src/third_party/catapult/ 7ec274cca..007155908 (1 commit).   catapult-deps-roller, Wed May 4 10:07:11 2016 -0700
   a0c66046550d693ec7f8e86567f9a936e8558521 Add OpenWithMenuObserverTest.TestModelChanged   yusukes, Wed May 4 10:04:26 2016 -0700
   827448e97544b824b5813e2185bf6319bff8b93d Use static casts instead of C-style casts in Autofill tests   rouslan, Wed May 4 10:03:19 2016 -0700
   7fc9d87e41848601cc8198c7741abfd75089d697 Finish layout tests on didStopLoading, rather than through a complex heuristic   japhet, Wed May 4 10:02:50 2016 -0700
   2e322d7760ce3cf379fb44724a3916064f3aac93 Settings People Revamp: Update style to be in column again.   tommycli, Wed May 4 09:51:55 2016 -0700
   7223e2c7d071d74bcd66c5a113e97fe21a82bb68 Implement the 2016Q2 Translate UI designe spec out in https://goto.google.com/chrometranslateui2016q3   ftang, Wed May 4 09:50:56 2016 -0700
   61e1abc6d75fed9a1140940aecdc71fa2ce0eeee Update docs on how to update clang in Chromium   rnk, Wed May 4 09:50:21 2016 -0700
   2e8688719454533204595a088173663df2edb896 Fixes a crash that happens when a mouse with --touch-devices flag is used.   mfomitchev, Wed May 4 09:47:52 2016 -0700
=================================================================
!@@@BUILD_STEP New commits in repo src@@@
commit d433c695915d401625a38bfb6aa0855a265fd25d
Author: rockot <rockot@chromium.org>
Date:   Wed May 4 10:15:16 2016 -0700

    Remove implicit quit from EmbeddedApplicationRunner
    
    Quitting on a lack of ShellConnections is not actually something
    apps want to do. In general, an app should decide when it's shut
    down.
    
    This CL:
    
      - Gives ShellClient factory functions an explicit quit closure
        they can call when it's time to quit.
      - Renames MessageLoopRef et al to ShellConnectionRef et al and
        gets rid of its MessageLoop-quitting behavior (nobody relies
        on it anymore.)
      - Stops EmbeddedApplicationRunner quitting when it loses its
        last ShellConnection.
    
    Lifetime of apps using EmbeddedApplicationRunner should now mirror
    what it was before EmbeddedApplicationRunner was introduced.
    
    BUG=607477
    
    Review-Url: https://codereview.chromium.org/1935383002
    Cr-Commit-Position: refs/heads/master@{#391547}

 chromecast/browser/cast_content_browser_client.cc  |  6 +-
 .../browser/media/cast_mojo_media_application.cc   | 23 +++--
 .../browser/media/cast_mojo_media_application.h    |  7 +-
 content/browser/mojo/mojo_shell_context.h          |  5 +-
 content/common/mojo/embedded_application_runner.cc | 14 +--
 content/common/mojo/embedded_application_runner.h  |  7 +-
 content/public/browser/content_browser_client.h    |  3 +-
 content/public/utility/content_utility_client.h    |  3 +-
 .../shell/utility/shell_content_utility_client.cc  |  3 +-
 media/mojo/services/main.cc                        | 16 +++-
 media/mojo/services/mojo_media_application.cc      |  6 +-
 media/mojo/services/mojo_media_application.h       |  8 +-
 .../services/mojo_media_application_factory.cc     |  7 +-
 .../mojo/services/mojo_media_application_factory.h |  4 +-
 media/mojo/services/service_factory_impl.cc        |  4 +-
 media/mojo/services/service_factory_impl.h         |  9 +-
 services/shell/public/cpp/BUILD.gn                 |  4 +-
 services/shell/public/cpp/lib/message_loop_ref.cc  | 99 ----------------------
 .../shell/public/cpp/lib/shell_connection_ref.cc   | 99 ++++++++++++++++++++++
 services/shell/public/cpp/message_loop_ref.h       | 58 -------------
 services/shell/public/cpp/shell_connection_ref.h   | 57 +++++++++++++
 services/shell/shell.gyp                           |  8 +-
 services/user/user_service.cc                      |  1 -
 services/user/user_service.h                       |  4 -
 services/user/user_shell_client.cc                 |  3 +-
 services/user/user_shell_client.h                  |  3 +-
 26 files changed, 243 insertions(+), 218 deletions(-)

commit a95696181f7a361a0222d3af8e76246a524217d3
Author: senorblanco <senorblanco@chromium.org>
Date:   Wed May 4 10:14:01 2016 -0700

    cc: fix nullptr crash in software renderer.
    
    Since ApplyImageFilter() is already doing a null check on "filter",
    refactor the matrix and bounds computation into there, and
    return the automatically computed bounds as an outparam. Also change
    the to_filter bitmap to a const-ref.
    
    BUG=609061
    CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
    
    Review-Url: https://codereview.chromium.org/1947973002
    Cr-Commit-Position: refs/heads/master@{#391546}

 cc/output/software_renderer.cc                | 36 ++++++++++++++++-----------
 cc/output/software_renderer.h                 |  4 +--
 cc/trees/layer_tree_host_pixeltest_filters.cc | 25 +++++++++++++++++++
 3 files changed, 49 insertions(+), 16 deletions(-)
Updated tag 'tree_truth' (was 44a8710)


--------------------------------------------------------------------------------
started: Wed May  4 10:19:13 2016
ended: Wed May  4 10:19:13 2016
duration: 0 secs
status: SUCCESS
status reason: