(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 system_wrappers_unittests system_wrappers_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', 'system_wrappers_unittests', 'system_wrappers_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-OrfKhhL1bO,guid=5caa982107cdd1f7d63a9dad0000040b
 setting DBUS_SESSION_BUS_PID to 6303
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 system_wrappers_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/system_wrappers_unittests -- /mnt/data/b/build/slave/Chrome_OS/build/src/out/Debug/system_wrappers_unittests --brave-new-test-launcher --test-launcher-bot-mode --gtest_print_time --test-launcher-summary-output=/tmp/tmpKweI0U

/mnt/data/b/build/slave/Chrome_OS/build/src/out/Debug/system_wrappers_unittests --brave-new-test-launcher --test-launcher-bot-mode --gtest_print_time --test-launcher-summary-output=/tmp/tmpKweI0U
[==========] Running 26 tests from 12 test cases.
[----------] Global test environment set-up.
[----------] 6 tests from AlignedMalloc
[ RUN      ] AlignedMalloc.GetRightAlign
[       OK ] AlignedMalloc.GetRightAlign (0 ms)
[ RUN      ] AlignedMalloc.IncorrectSize
[       OK ] AlignedMalloc.IncorrectSize (0 ms)
[ RUN      ] AlignedMalloc.IncorrectAlignment
[       OK ] AlignedMalloc.IncorrectAlignment (0 ms)
[ RUN      ] AlignedMalloc.AlignTo2Bytes
[       OK ] AlignedMalloc.AlignTo2Bytes (0 ms)
[ RUN      ] AlignedMalloc.AlignTo32Bytes
[       OK ] AlignedMalloc.AlignTo32Bytes (0 ms)
[ RUN      ] AlignedMalloc.AlignTo128Bytes
[       OK ] AlignedMalloc.AlignTo128Bytes (0 ms)
[----------] 6 tests from AlignedMalloc (1 ms total)

[----------] 1 test from ClockTest
[ RUN      ] ClockTest.NtpTime
[       OK ] ClockTest.NtpTime (0 ms)
[----------] 1 test from ClockTest (0 ms total)

[----------] 2 tests from CondVarTest
[ RUN      ] CondVarTest.InitFunctionsWork
[       OK ] CondVarTest.InitFunctionsWork (11 ms)
[ RUN      ] CondVarTest.PassBatonMultipleTimes
[       OK ] CondVarTest.PassBatonMultipleTimes (11 ms)
[----------] 2 tests from CondVarTest (22 ms total)

[----------] 2 tests from CritSectTest
[ RUN      ] CritSectTest.ThreadWakesOnce
[       OK ] CritSectTest.ThreadWakesOnce (2 ms)
[ RUN      ] CritSectTest.ThreadWakesTwice
[       OK ] CritSectTest.ThreadWakesTwice (25 ms)
[----------] 2 tests from CritSectTest (27 ms total)

[----------] 2 tests from EventTracerTest
[ RUN      ] EventTracerTest.EventTracerDisabled
[       OK ] EventTracerTest.EventTracerDisabled (0 ms)
[ RUN      ] EventTracerTest.ScopedTraceEvent
[       OK ] EventTracerTest.ScopedTraceEvent (0 ms)
[----------] 2 tests from EventTracerTest (0 ms total)

[----------] 2 tests from LoggingTest
[ RUN      ] LoggingTest.LogStream
[       OK ] LoggingTest.LogStream (37 ms)
[ RUN      ] LoggingTest.LogFunctionError
[       OK ] LoggingTest.LogFunctionError (33 ms)
[----------] 2 tests from LoggingTest (70 ms total)

[----------] 2 tests from TestDataLogDisabled
[ RUN      ] TestDataLogDisabled.VerifyLoggingWorks
[       OK ] TestDataLogDisabled.VerifyLoggingWorks (0 ms)
[ RUN      ] TestDataLogDisabled.EnsureNoFileIsWritten
[       OK ] TestDataLogDisabled.EnsureNoFileIsWritten (0 ms)
[----------] 2 tests from TestDataLogDisabled (1 ms total)

[----------] 3 tests from TestDataLog
[ RUN      ] TestDataLog.IntContainers
[       OK ] TestDataLog.IntContainers (0 ms)
[ RUN      ] TestDataLog.DoubleContainers
[       OK ] TestDataLog.DoubleContainers (0 ms)
[ RUN      ] TestDataLog.MultiValueContainers
[       OK ] TestDataLog.MultiValueContainers (0 ms)
[----------] 3 tests from TestDataLog (0 ms total)

[----------] 1 test from StringizeTest
[ RUN      ] StringizeTest.Ansi
[       OK ] StringizeTest.Ansi (0 ms)
[----------] 1 test from StringizeTest (0 ms total)

[----------] 2 tests from ThreadTest
[ RUN      ] ThreadTest.StartStop
[       OK ] ThreadTest.StartStop (10 ms)
[ RUN      ] ThreadTest.RunFunctionIsCalled
[       OK ] ThreadTest.RunFunctionIsCalled (10 ms)
[----------] 2 tests from ThreadTest (20 ms total)

[----------] 1 test from ThreadTestPosix
[ RUN      ] ThreadTestPosix.PrioritySettings
[       OK ] ThreadTestPosix.PrioritySettings (0 ms)
[----------] 1 test from ThreadTestPosix (0 ms total)

[----------] 2 tests from UnittestUtilities
[ RUN      ] UnittestUtilities.TraceOn
[       OK ] UnittestUtilities.TraceOn (34 ms)
[ RUN      ] UnittestUtilities.TraceOff
[       OK ] UnittestUtilities.TraceOff (0 ms)
[----------] 2 tests from UnittestUtilities (34 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 12 test cases ran. (177 ms total)
[  PASSED  ] 26 tests.
Stopping Xvfb with pid 6306 ...
Xvfb pid file removed

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