----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69713/#review211858 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['69706', '69710', '69711', '69712', '69713']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2755/mesos-review-69713 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2755/mesos-review-69713/logs/mesos-tests.log): ``` [ OK ] ContainerizerResourcesTest.AutoResourcesZero (15 ms) [ RUN ] ContainerizerResourcesTest.AutoResourcesNonZero [ OK ] ContainerizerResourcesTest.AutoResourcesNonZero (19 ms) [----------] 3 tests from ContainerizerResourcesTest (55 ms total) [----------] 24 tests from DockerContainerizerTest [ RUN ] DockerContainerizerTest.ROOT_DOCKER_Launch I0111 07:03:26.811414 11132 zookeeper_test_server.cpp:116] Shutting down ZooKeeperTestServer on port 61148 W0111 07:03:26.918212 11132 docker_containerizer_tests.cpp:201] Pulling akagup/nano-admin and akagup/inky. This might take a while... I0111 07:03:27.200646 11132 cluster.cpp:174] Creating default 'local' authorizer I0111 07:03:27.207648 14016 master.cpp:416] Master d7fe2b18-4782-4660-b3f4-87b1a32d27a7 (windows-02.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) started on 192.10.1.6:60257 I0111 07:03:27.207648 14016 master.cpp:419] Flags at startup: --acls="" --agent_ping_timeout="15secs" --agent_reregister_timeout="10mins" --allocation_interval="1secs" --allocator="hierarchical" --authenticate_agents="true" --authenticate_frameworks="true" --authenticate_http_frameworks="true" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authentication_v0_timeout="15secs" --authenticators="crammd5" --authorizers="local" --credentials="C:\Jenkins\workspace\mesos-reviewbot-testing\credentials" --filter_gpu_resources="true" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_authenticators="basic" --http_framework_authenticators="basic" --initialize_driver_logging="true" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_agent_ping_timeouts="5" --max_completed_frameworks="50" --max_completed_tasks_per_framework="1000" --max_operator_event_stream_subscribers="1000" --max_unreachable_tasks_per_framework="1000" --mem ory_profiling="false" --min_allocatable_resources="cpus:0.01|mem:32" --port="5050" --publish_per_framework_metrics="true" --quiet="false" --recovery_agent_removal_limit="100%" --registry="in_memory" --registry_fetch_timeout="1mins" --registry_gc_interval="15mins" --registry_max_agent_age="2weeks" --registry_max_agent_count="102400" --registry_store_timeout="100secs" --registry_strict="false" --require_agent_domain="false" --role_sorter="drf" --root_submissions="true" --version="false" --webui_dir="/webui" --work_dir="C:\Jenkins\workspace\mesos-reviewbot-testing\master" --zk_session_timeout="10secs" I0111 07:03:27.209661 14016 master.cpp:468] Master only allowing authenticated frameworks to register I0111 07:03:27.209661 14016 master.cpp:474] Master only allowing authenticated agents to register I0111 07:03:27.209661 14016 master.cpp:480] Master only allowing authenticated HTTP frameworks to register I0111 07:03:27.209661 14016 credentials.hpp:37] Loading credentials for authentication from 'C:\Jenkins\workspace\mesos-reviewbot-testing\credentials' I0111 07:03:27.210652 14016 master.cpp:524] Using default 'crammd5' authenticator I0111 07:03:27.211663 14016 http.cpp:965] Creating default 'basic' HTTP authenticator for realm 'mesos-master-readonly' I0111 07:03:27.211663 14016 http.cpp:965] Creating default 'basic' HTTP authenticator for realm 'mesos-master-readwrite' I0111 07:03:27.211663 14016 http.cpp:965] Creating default 'basic' HTTP authenticator for realm 'mesos-master-scheduler' I0111 07:03:27.212651 14016 master.cpp:605] Authorization enabled I0111 07:03:27.221684 9740 master.cpp:2085] Elected as the leading master! I0111 07:03:27.221684 9740 master.cpp:1640] Recovering from registrar I0111 07:03:27.222646 11388 registrar.cpp:383] Successfully fetched the registry (0B) in 0ns I0111 07:03:27.223664 11388 registrar.cpp:487] Applied 1 operations in 0ns; attempting to update the registry I0111 07:03:27.224666 15220 registrar.cpp:544] Successfully updated the registry in 1.00352ms I0111 07:03:27.224666 15220 registrar.cpp:416] Successfully recovered registrar I0111 07:03:27.225649 14016 master.cpp:1754] Recovered 0 agents from the registry (235B); allowing 10mins for agents to reregister Assertion failed: isSome(), file d:\dcos\mesos\mesos\3rdparty\stout\include\stout\option.hpp, line 119 ``` - Mesos Reviewbot Windows On Jan. 10, 2019, 9:34 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69713/ > ----------------------------------------------------------- > > (Updated Jan. 10, 2019, 9:34 p.m.) > > > Review request for mesos and Qian Zhang. > > > Repository: mesos > > > Description > ------- > > We forgot to call MesosTest::SetUp() and MesosTest::TearDown() in the > override methods. > > > Diffs > ----- > > src/tests/health_check_tests.cpp 3e9b2da5aa1602a5dd24007d9b14cab74e7d02ae > > > Diff: https://reviews.apache.org/r/69713/diff/1/ > > > Testing > ------- > > sudo make check > > > Thanks, > > Jie Yu > >
