Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5036C200D1B for ; Thu, 28 Sep 2017 00:41:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4E8FF1609EB; Wed, 27 Sep 2017 22:41:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 943811609CA for ; Thu, 28 Sep 2017 00:41:36 +0200 (CEST) Received: (qmail 52194 invoked by uid 500); 27 Sep 2017 22:41:35 -0000 Mailing-List: contact builds-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@mesos.apache.org Delivered-To: mailing list builds@mesos.apache.org Received: (qmail 52183 invoked by uid 99); 27 Sep 2017 22:41:35 -0000 Received: from Unknown (HELO jenkins-master.apache.org) (62.210.60.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2017 22:41:35 +0000 Received: from jenkins-master.apache.org (localhost [127.0.0.1]) by jenkins-master.apache.org (ASF Mail Server at jenkins-master.apache.org) with ESMTP id 20B79A01DE for ; Wed, 27 Sep 2017 22:41:31 +0000 (UTC) Date: Wed, 27 Sep 2017 22:41:29 +0000 (UTC) From: Apache Jenkins Server To: builds@mesos.apache.org Message-ID: <2044144960.186.1506552089215.JavaMail.jenkins@jenkins-master.apache.org> In-Reply-To: <1387191312.185.1506551488310.JavaMail.jenkins@jenkins-master.apache.org> References: <1387191312.185.1506551488310.JavaMail.jenkins@jenkins-master.apache.org> Subject: Build failed in Jenkins: Mesos-Reviewbot #19598 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: Mesos-Reviewbot X-Jenkins-Result: FAILURE archived-at: Wed, 27 Sep 2017 22:41:37 -0000 See ------------------------------------------ [URLTrigger] A change within the response URL invocation (log) [EnvInject] - Loading node environment variables. Building remotely on H18 (ubuntu xenial) in workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 --version # timeout=10 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 89c6cea11427fef36b0161620c451d0587f1d205 (origin/master) Commit message: "Validated that quota requests contain unique resource names." > git config core.sparsecheckout # timeout=10 > git checkout -f 89c6cea11427fef36b0161620c451d0587f1d205 > git rev-list 89c6cea11427fef36b0161620c451d0587f1d205 # timeout=10 > git tag -a -f -m Jenkins Build #19598 jenkins-Mesos-Reviewbot-19598 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content USERNAME=mesos-review [EnvInject] - Variables injected successfully. [EnvInject] - Mask passwords that will be passed as build parameters. [Mesos-Reviewbot] $ /bin/bash -xe /tmp/jenkins8157341203164143148.sh + date Wed Sep 27 22:39:05 UTC 2017 + pip install --user virtualenv Requirement already satisfied: virtualenv in /home/jenkins/.local/lib/python2.7/site-packages + ./support/mesos-style.py 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 Rebuilding virtualenv ... Checking 28 Python files Build step 'Execute shell' marked build as failure