See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4270/display/redirect?page=changes>
Changes: [bbannier] Fixed usage of 'ATOMIC_FLAG_INIT'. [bbannier] Made explicit that we dispatch to a process manager. [klueska] Added 'mesos agent list' command to CLI. [vinodkone] Add framework development SDK from Verizon Labs. [bmahler] Add OLA to 'powered by mesos' list. ------------------------------------------ Started by upstream project "Mesos-Buildbot" build number 4270 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu3 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/ws/> Wiping out workspace first. Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/mesos.git > git init > <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/ws/> > # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git > git --version # timeout=10 > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mesos.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mesos.git > +refs/heads/*:refs/remotes/origin/* Checking out Revision a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 (origin/master) Commit message: "Add OLA to 'powered by mesos' list." > git config core.sparsecheckout # timeout=10 > git checkout -f a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 > git rev-list 53b56117befae94cdec9599c7b9bfe47ff36c968 # timeout=10 [81de0150] $ /bin/bash -xe /tmp/jenkins8194426708363312273.sh + '[' origin/master = origin/1.0.x ']' + ./support/jenkins/buildbot.sh Requirement already satisfied: virtualenv in /home/jenkins/.local/lib/python2.7/site-packages Total errors found: 0 ************* Module setup R: 1, 0: Similar lines in 2 files ==cli.plugins.agent.main:46 ==cli.plugins.task.main:45 } } def list(self, argv): """ List the tasks running in a cluster by checking the /tasks endpoint. """ # pylint: disable=unused-argument try: master = self.config.master() except Exception as exception: raise CLIException("Unable to get leading master address: {error}" .format(error=exception)) try: (duplicate-code) R: 1, 0: Similar lines in 2 files ==cli.tests.agent:38 ==cli.tests.task:39 def test_list(self): """ Basic test for the task `list()` sub-command. """ # Launch a master, agent, and task. master = Master() master.launch() agent = Agent() agent.launch() (duplicate-code) R: 1, 0: Similar lines in 2 files ==cli.tests.task:44 ==cli.tests.tests:37 master = Master() master.launch() agent = Agent() agent.launch() task = Task({"command": "sleep 1000"}) task.launch() (duplicate-code) R: 1, 0: Similar lines in 2 files ==cli.plugins.agent.main:60 ==cli.util:193 try: agents = http.get_json(master, "slaves")["slaves"] except Exception as exception: raise CLIException("Could not open '/slaves'" " endpoint at '{addr}': {error}" (duplicate-code) Total errors found: 52 Checking 1207 C++ files Virtualenv for python linter not detected ... building Rebuilding virtualenv ... Checking 28 Python files Build step 'Execute shell' marked build as failure Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected]
