Re: Build failed in Jenkins: Mesos » autotools,gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2769

2016-10-12 Thread Greg Mann
Looks like the shared persistent volume tests are failing :(
This showed up on our internal CI as well.

cc Yan, Anindya

On Wed, Oct 12, 2016 at 11:34 AM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See  COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%
> 20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=
> centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(
> !ubuntu-6)/2769/changes>
>
> Changes:
>
> [toenshoff] Added a parallel gtest runner.
>
> [toenshoff] Added configure option for Mesos test runner.
>
> [toenshoff] Enable Mesos test runner.
>
> [toenshoff] Permitted specifying custom test driver in libprocess.
>
> [toenshoff] Permitted specifying custom test driver in stout.
>
> [xujyan] Recover resources when offer is rescinded on DESTROY of shared
> volume.
>
> --
> [...truncated 217810 lines...]
> I1012 18:33:51.920441 31422 containerizer.cpp:202] Using isolation:
> posix/cpu,posix/mem,filesystem/posix,network/cni
> W1012 18:33:51.921144 31422 backend.cpp:75] Failed to create 'aufs'
> backend: AufsBackend requires root privileges, but is running as user mesos
> W1012 18:33:51.921320 31422 backend.cpp:75] Failed to create 'bind'
> backend: BindBackend requires root privileges
> I1012 18:33:51.924960 31452 slave.cpp:208] Mesos agent started on (617)@
> 172.17.0.2:54076
> I1012 18:33:51.924988 31452 slave.cpp:209] Flags at startup: --acls=""
> --appc_simple_discovery_uri_prefix="http://"; 
> --appc_store_dir="/tmp/mesos/store/appc"
> --authenticate_http_readonly="true" --authenticate_http_readwrite="true"
> --authenticatee="crammd5" --authentication_backoff_factor="1secs"
> --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false"
> --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup"
> --cgroups_limit_swap="false" --cgroups_root="mesos" 
> --container_disk_watch_interval="15secs"
> --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_
> AuthorizedRequest_1_zYhuhU/credential" --default_role="*"
> --disk_watch_interval="1mins" --docker="docker"
> --docker_kill_orphans="true" --docker_registry="https://
> registry-1.docker.io" --docker_remove_delay="6hrs"
> --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns"
> --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_
> dir="/var/run/mesos/isolators/docker/volume" 
> --enforce_container_disk_quota="false"
> --executor_registration_timeout="1mins" 
> --executor_shutdown_grace_period="5secs"
> --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_
> AuthorizedRequest_1_zYhuhU/fetch" --fetcher_cache_size="2GB"
> --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1"
> --hadoop_home="" --help="true" --hostname_lookup="true"
> --http_authenticators="basic" --http_command_executor="false"
> --http_credentials="/tmp/Endpoint_SlaveEndpointTest_
> AuthorizedRequest_1_zYhuhU/http_credentials" 
> --image_provisioner_backend="copy"
> --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem"
> --launcher="posix" --launcher_dir="/mesos/mesos-1.1.0/_build/src"
> --logbufsecs="0" --logging_level="INFO" 
> --max_completed_executors_per_framework="150"
> --oversubscribed_resources_interval="15secs" --perf_duration="10secs"
> --perf_interval="1mins" --qos_correction_interval_min="0ns"
> --quiet="false" --recover="reconnect" --recovery_timeout="15mins"
> --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;
> mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true"
> --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU"
> --sandbox_directory="/mnt/mesos/sandbox" --strict="true"
> --switch_user="true" --systemd_enable_support="true"
> --systemd_runtime_directory="/run/systemd/system" --version="false"
> --work_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_lmNFiE"
> I1012 18:33:51.925612 31452 credentials.hpp:86] Loading credential for
> authentication from '/tmp/Endpoint_SlaveEndpointTest_
> AuthorizedRequest_1_zYhuhU/credential'
> I1012 18:33:51.925802 31452 slave.cpp:346] Agent using credential for:
> test-principal
> I1012 18:33:51.925830 31452 credentials.hpp:37] Loading credentials for
> authentication from '/tmp/Endpoint_SlaveEndpointTest_
> AuthorizedRequest_1_zYhuhU/http_credentials'
> I1012 18:33:51.926110 31452 http.cpp:883] Using default 'basic' HTTP
> authenticator for realm 'mesos-agent-readonly'
> I1012 18:33:51.926301 31452 http.cpp:883] Using default 'basic' HTTP
> authenticator for realm 'mesos-agent-readwrite'
> I1012 18:33:51.927820 31452 slave.cpp:533] Agent resources: cpus(*):2;
> mem(*):1024; disk(*):1024; ports(*):[31000-32000]
> I1012 18:33:51.927927 31452 slave.cpp:541] Agent attributes: [  ]
> I1012 18:33:51.927944 31452 slave.cpp:546] Agent hostname: bec3fd5a86e2
> I1012 18:33:51.929760 31441 state.cpp:57] Recovering state from
> '/tmp/Endpoint_SlaveEndpoint

Build failed in Jenkins: Mesos » autotools,gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2769

2016-10-12 Thread Apache Jenkins Server
See 


Changes:

[toenshoff] Added a parallel gtest runner.

[toenshoff] Added configure option for Mesos test runner.

[toenshoff] Enable Mesos test runner.

[toenshoff] Permitted specifying custom test driver in libprocess.

[toenshoff] Permitted specifying custom test driver in stout.

[xujyan] Recover resources when offer is rescinded on DESTROY of shared volume.

--
[...truncated 217810 lines...]
I1012 18:33:51.920441 31422 containerizer.cpp:202] Using isolation: 
posix/cpu,posix/mem,filesystem/posix,network/cni
W1012 18:33:51.921144 31422 backend.cpp:75] Failed to create 'aufs' backend: 
AufsBackend requires root privileges, but is running as user mesos
W1012 18:33:51.921320 31422 backend.cpp:75] Failed to create 'bind' backend: 
BindBackend requires root privileges
I1012 18:33:51.924960 31452 slave.cpp:208] Mesos agent started on 
(617)@172.17.0.2:54076
I1012 18:33:51.924988 31452 slave.cpp:209] Flags at startup: --acls="" 
--appc_simple_discovery_uri_prefix="http://"; 
--appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="true" 
--authenticate_http_readwrite="true" --authenticatee="crammd5" 
--authentication_backoff_factor="1secs" --authorizer="local" 
--cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" 
--cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" 
--cgroups_root="mesos" --container_disk_watch_interval="15secs" 
--containerizers="mesos" 
--credential="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU/credential"
 --default_role="*" --disk_watch_interval="1mins" --docker="docker" 
--docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io"; 
--docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" 
--docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" 
--docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" 
--enforce_container_disk_quota="false" --executor_registration_timeout="1mins" 
--executor_shutdown_grace_period="5secs" 
--fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU/fetch"
 --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" 
--gc_disk_headroom="0.1" --hadoop_home="" --help="true" 
--hostname_lookup="true" --http_authenticators="basic" 
--http_command_executor="false" 
--http_credentials="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU/http_credentials"
 --image_provisioner_backend="copy" --initialize_driver_logging="true" 
--isolation="posix/cpu,posix/mem" --launcher="posix" 
--launcher_dir="/mesos/mesos-1.1.0/_build/src" --logbufsecs="0" 
--logging_level="INFO" --max_completed_executors_per_framework="150" 
--oversubscribed_resources_interval="15secs" --perf_duration="10secs" 
--perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" 
--recover="reconnect" --recovery_timeout="15mins" 
--registration_backoff_factor="10ms" 
--resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" 
--revocable_cpu_low_priority="true" 
--runtime_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU" 
--sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" 
--systemd_enable_support="true" 
--systemd_runtime_directory="/run/systemd/system" --version="false" 
--work_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_lmNFiE"
I1012 18:33:51.925612 31452 credentials.hpp:86] Loading credential for 
authentication from 
'/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU/credential'
I1012 18:33:51.925802 31452 slave.cpp:346] Agent using credential for: 
test-principal
I1012 18:33:51.925830 31452 credentials.hpp:37] Loading credentials for 
authentication from 
'/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_zYhuhU/http_credentials'
I1012 18:33:51.926110 31452 http.cpp:883] Using default 'basic' HTTP 
authenticator for realm 'mesos-agent-readonly'
I1012 18:33:51.926301 31452 http.cpp:883] Using default 'basic' HTTP 
authenticator for realm 'mesos-agent-readwrite'
I1012 18:33:51.927820 31452 slave.cpp:533] Agent resources: cpus(*):2; 
mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I1012 18:33:51.927927 31452 slave.cpp:541] Agent attributes: [  ]
I1012 18:33:51.927944 31452 slave.cpp:546] Agent hostname: bec3fd5a86e2
I1012 18:33:51.929760 31441 state.cpp:57] Recovering state from 
'/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_lmNFiE/meta'
I1012 18:33:51.929849 31452 process.cpp:3377] Handling HTTP event for process 
'slave(617)' with path: '/slave(617)/monitor/statistics.json'
I1012 18:33:51.930487 31450 status_update_manager.cpp:203] Recovering status 
update manager
I1012 18:33:51.930745 31441 containerizer.cpp:557] Recovering containerizer
I1012 18