(view as text)
python ../../../scripts/slave/runtest.py --target Debug '--build-properties={"blamelist":"henrik.lundin@webrtc.org","blamelist_real":["henrik.lundin@webrtc.org"],"branch":"trunk","buildbotURL":"http://build.chromium.org/p/client.webrtc/","buildername":"Chrome OS","buildnumber":1364,"got_revision":"5924","got_swarming_client_revision":"8472efa59518a6e28db6da249685d65f49ce8244","gtest_filter":"","mastername":"client.webrtc","primary_repo":"","project":"","repository":"http://webrtc.googlecode.com/svn","revision":"5924","scheduler":"webrtc_linux_scheduler","slavename":"vm306-m3","warnings-count":"","workdir":"/mnt/data/b/build/slave/Chrome_OS"}' '--factory-properties={"gclient_env":{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0","GYP_DEFINES":"chromeos=1","GYP_GENERATOR_FLAGS":"","LANDMINES_VERBOSE":"1"}}' --annotate=gtest --test-type tools_unittests tools_unittests --gtest_print_time
 in dir /mnt/data/b/build/slave/Chrome_OS/build (timeout 600 secs) (maxTime 28800 secs)
 watching logfiles {}
 argv: ['python', '../../../scripts/slave/runtest.py', '--target', 'Debug', '--build-properties={"blamelist":"henrik.lundin@webrtc.org","blamelist_real":["henrik.lundin@webrtc.org"],"branch":"trunk","buildbotURL":"http://build.chromium.org/p/client.webrtc/","buildername":"Chrome OS","buildnumber":1364,"got_revision":"5924","got_swarming_client_revision":"8472efa59518a6e28db6da249685d65f49ce8244","gtest_filter":"","mastername":"client.webrtc","primary_repo":"","project":"","repository":"http://webrtc.googlecode.com/svn","revision":"5924","scheduler":"webrtc_linux_scheduler","slavename":"vm306-m3","warnings-count":"","workdir":"/mnt/data/b/build/slave/Chrome_OS"}', '--factory-properties={"gclient_env":{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0","GYP_DEFINES":"chromeos=1","GYP_GENERATOR_FLAGS":"","LANDMINES_VERBOSE":"1"}}', '--annotate=gtest', '--test-type', 'tools_unittests', 'tools_unittests', '--gtest_print_time']
 environment:
  AWS_CREDENTIAL_FILE=/mnt/data/b/build/site_config/.boto
  BOTO_CONFIG=/mnt/data/b/build/site_config/.boto
  BUILDBOT_BLAMELIST=[u'henrik.lundin@webrtc.org']
  BUILDBOT_BRANCH=trunk
  BUILDBOT_BUILDERNAME=Chrome OS
  BUILDBOT_BUILDNUMBER=1364
  BUILDBOT_CLOBBER=
  BUILDBOT_GOT_REVISION=5924
  BUILDBOT_REVISION=5924
  BUILDBOT_SCHEDULER=webrtc_linux_scheduler
  BUILDBOT_SLAVENAME=vm306-m3
  CHROME_HEADLESS=1
  DISPLAY=:0.0
  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/Chrome_OS/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_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
 using PTY: False
[Running on builder: "None"]
DBUS_SESSION_BUS_ADDRESS env var not found, starting dbus-launch
 setting DBUS_SESSION_BUS_ADDRESS to unix:abstract=/tmp/dbus-7qI7PShU43,guid=e404551b98327c662bb2be6c0000040e
 setting DBUS_SESSION_BUS_PID to 6373
Enabling sandbox.  Setting environment variable:
  CHROME_DEVEL_SANDBOX="/opt/chromium/chrome_sandbox"
Window manager (openbox) started.

/usr/bin/python /mnt/data/b/build/scripts/slave/runisolatedtest.py --test_name tools_unittests --builder_name "Chrome OS" --checkout_dir /mnt/data/b/build/slave/Chrome_OS/build /mnt/data/b/build/slave/Chrome_OS/build/src/out/Debug/tools_unittests -- /mnt/data/b/build/slave/Chrome_OS/build/src/out/Debug/tools_unittests --brave-new-test-launcher --test-launcher-bot-mode --gtest_print_time --test-launcher-summary-output=/tmp/tmpN2ueEZ

/mnt/data/b/build/slave/Chrome_OS/build/src/out/Debug/tools_unittests --brave-new-test-launcher --test-launcher-bot-mode --gtest_print_time --test-launcher-summary-output=/tmp/tmpN2ueEZ
[==========] Running 16 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from CommandLineParserTest
[ RUN      ] CommandLineParserTest.ProcessFlags
[       OK ] CommandLineParserTest.ProcessFlags (0 ms)
[ RUN      ] CommandLineParserTest.IsStandaloneFlag
[       OK ] CommandLineParserTest.IsStandaloneFlag (0 ms)
[ RUN      ] CommandLineParserTest.IsFlagWellFormed
[       OK ] CommandLineParserTest.IsFlagWellFormed (0 ms)
[ RUN      ] CommandLineParserTest.GetCommandLineFlagName
[       OK ] CommandLineParserTest.GetCommandLineFlagName (0 ms)
[ RUN      ] CommandLineParserTest.GetCommandLineFlagValue
[       OK ] CommandLineParserTest.GetCommandLineFlagValue (0 ms)
[----------] 5 tests from CommandLineParserTest (0 ms total)

[----------] 5 tests from FrameEditingTest
[ RUN      ] FrameEditingTest.ValidInPath
Done editing!
[       OK ] FrameEditingTest.ValidInPath (104 ms)
[ RUN      ] FrameEditingTest.EmptySetToCut
The set of frames to cut is empty! (l < f)
[       OK ] FrameEditingTest.EmptySetToCut (12 ms)
[ RUN      ] FrameEditingTest.InValidInPath
Could not read input file: PATH/THAT/DOES/NOT/EXIST.
[       OK ] FrameEditingTest.InValidInPath (1 ms)
[ RUN      ] FrameEditingTest.DeletingEverySecondFrame
Done editing!
[       OK ] FrameEditingTest.DeletingEverySecondFrame (56 ms)
[ RUN      ] FrameEditingTest.RepeatFrames
Done editing!
[       OK ] FrameEditingTest.RepeatFrames (143 ms)
[----------] 5 tests from FrameEditingTest (316 ms total)

[----------] 6 tests from VideoQualityAnalysisTest
[ RUN      ] VideoQualityAnalysisTest.PrintAnalysisResultsEmpty
[       OK ] VideoQualityAnalysisTest.PrintAnalysisResultsEmpty (0 ms)
[ RUN      ] VideoQualityAnalysisTest.PrintAnalysisResultsOneFrame
[       OK ] VideoQualityAnalysisTest.PrintAnalysisResultsOneFrame (0 ms)
[ RUN      ] VideoQualityAnalysisTest.PrintAnalysisResultsThreeFrames
[       OK ] VideoQualityAnalysisTest.PrintAnalysisResultsThreeFrames (0 ms)
[ RUN      ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesInvalidFile
Couldn't open stats file for reading: /mnt/data/b/build/slave/Chrome_OS/build/src/out/non-existing-stats-file.txt
[       OK ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesInvalidFile (0 ms)
[ RUN      ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesEmptyStatsFile
[       OK ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesEmptyStatsFile (0 ms)
[ RUN      ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesNormalFile
[       OK ] VideoQualityAnalysisTest.PrintMaxRepeatedAndSkippedFramesNormalFile (0 ms)
[----------] 6 tests from VideoQualityAnalysisTest (1 ms total)

[----------] Global test environment tear-down
[==========] 16 tests from 3 test cases ran. (319 ms total)
[  PASSED  ] 16 tests.
Stopping Xvfb with pid 6376 ...
Xvfb pid file removed

/mnt/data/b/build/scripts/slave/gsutil cp file:///tmp/tmpOixdFu gs://chrome-gtest-results/raw/2014/4/14/17/9f2962e3bd7f961d2f3afc0353fc92951f41c5e6.json.gz
Copying file:///tmp/tmpOixdFu [Content-Type=application/octet-stream]...
exit code (as seen by runtest.py): 0
@@@STEP_TEXT@tools_unittests@@@
 killed dbus-daemon with PID 6373
 cleared DBUS_SESSION_BUS_ADDRESS environment variable
program finished with exit code 0
elapsedTime=1.270367