You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/09/27 21:31:28 UTC

Build failed in Jenkins: Mesos-Reviewbot #19593

See <https://builds.apache.org/job/Mesos-Reviewbot/19593/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19593 jenkins-Mesos-Reviewbot-19593 # 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/jenkins8971590323047658881.sh
+ date
Wed Sep 27 21:29: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

Jenkins build is back to normal : Mesos-Reviewbot #19609

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19609/display/redirect?page=changes>


Build failed in Jenkins: Mesos-Reviewbot #19608

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19608/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 d47641039f5e2dd18af007250ef7ae2a34258a2d (origin/master)
Commit message: "Protect against Future callbacks deleting instance."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d47641039f5e2dd18af007250ef7ae2a34258a2d
 > git rev-list d47641039f5e2dd18af007250ef7ae2a34258a2d # timeout=10
 > git tag -a -f -m Jenkins Build #19608 jenkins-Mesos-Reviewbot-19608 # 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/jenkins7645895896569228184.sh
+ date
Thu Sep 28 12:59:06 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

Build failed in Jenkins: Mesos-Reviewbot #19607

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19607/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 d47641039f5e2dd18af007250ef7ae2a34258a2d (origin/master)
Commit message: "Protect against Future callbacks deleting instance."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d47641039f5e2dd18af007250ef7ae2a34258a2d
 > git rev-list d47641039f5e2dd18af007250ef7ae2a34258a2d # timeout=10
 > git tag -a -f -m Jenkins Build #19607 jenkins-Mesos-Reviewbot-19607 # 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/jenkins3408327126853305634.sh
+ date
Thu Sep 28 11:39:06 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

Build failed in Jenkins: Mesos-Reviewbot #19606

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19606/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 d47641039f5e2dd18af007250ef7ae2a34258a2d (origin/master)
Commit message: "Protect against Future callbacks deleting instance."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d47641039f5e2dd18af007250ef7ae2a34258a2d
 > git rev-list d47641039f5e2dd18af007250ef7ae2a34258a2d # timeout=10
 > git tag -a -f -m Jenkins Build #19606 jenkins-Mesos-Reviewbot-19606 # 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/jenkins8347655132823036287.sh
+ date
Thu Sep 28 06:49:07 UTC 2017
+ pip install --user virtualenv
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/lib/python2.7/dist-packages
Cleaning up...
+ ./support/mesos-style.py
Total errors found: 0
<https://builds.apache.org/job/Mesos-Reviewbot/ws/src/python/cli_new/.virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
<https://builds.apache.org/job/Mesos-Reviewbot/ws/src/python/cli_new/.virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
************* 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

Build failed in Jenkins: Mesos-Reviewbot #19605

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19605/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 d47641039f5e2dd18af007250ef7ae2a34258a2d (origin/master)
Commit message: "Protect against Future callbacks deleting instance."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d47641039f5e2dd18af007250ef7ae2a34258a2d
 > git rev-list d47641039f5e2dd18af007250ef7ae2a34258a2d # timeout=10
 > git tag -a -f -m Jenkins Build #19605 jenkins-Mesos-Reviewbot-19605 # 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/jenkins7736980481699636388.sh
+ date
Thu Sep 28 06:09:07 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

Build failed in Jenkins: Mesos-Reviewbot #19604

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19604/display/redirect?page=changes>

Changes:

[benjamin.hindman] Protect against Future callbacks deleting instance.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 d47641039f5e2dd18af007250ef7ae2a34258a2d (origin/master)
Commit message: "Protect against Future callbacks deleting instance."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d47641039f5e2dd18af007250ef7ae2a34258a2d
 > git rev-list 89c6cea11427fef36b0161620c451d0587f1d205 # timeout=10
 > git tag -a -f -m Jenkins Build #19604 jenkins-Mesos-Reviewbot-19604 # 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/jenkins5887944483548581870.sh
+ date
Thu Sep 28 06:00:39 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

Build failed in Jenkins: Mesos-Reviewbot #19603

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19603/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19603 jenkins-Mesos-Reviewbot-19603 # 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/jenkins5513253252361695787.sh
+ date
Thu Sep 28 05:39:10 UTC 2017
+ pip install --user virtualenv
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/lib/python2.7/dist-packages
Cleaning up...
+ ./support/mesos-style.py
Total errors found: 0
<https://builds.apache.org/job/Mesos-Reviewbot/ws/src/python/cli_new/.virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
<https://builds.apache.org/job/Mesos-Reviewbot/ws/src/python/cli_new/.virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
<https://builds.apache.org/job/Mesos-Reviewbot/ws/src/python/cli_new/.virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
************* 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

Build failed in Jenkins: Mesos-Reviewbot #19602

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19602/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H16 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19602 jenkins-Mesos-Reviewbot-19602 # 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/jenkins6053175656532419958.sh
+ date
Thu Sep 28 03:49:17 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

Build failed in Jenkins: Mesos-Reviewbot #19601

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19601/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19601 jenkins-Mesos-Reviewbot-19601 # 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/jenkins6712173415587770195.sh
+ date
Thu Sep 28 01:49:07 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

Build failed in Jenkins: Mesos-Reviewbot #19600

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19600/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19600 jenkins-Mesos-Reviewbot-19600 # 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/jenkins8213558753253391164.sh
+ date
Thu Sep 28 00:29: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

Build failed in Jenkins: Mesos-Reviewbot #19599

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19599/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19599 jenkins-Mesos-Reviewbot-19599 # 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/jenkins4407668574277514734.sh
+ date
Wed Sep 27 23:59:06 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

Build failed in Jenkins: Mesos-Reviewbot #19598

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19598/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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

Build failed in Jenkins: Mesos-Reviewbot #19597

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19597/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19597 jenkins-Mesos-Reviewbot-19597 # 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/jenkins7889205544764716531.sh
+ date
Wed Sep 27 22:29: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

Build failed in Jenkins: Mesos-Reviewbot #19596

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19596/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19596 jenkins-Mesos-Reviewbot-19596 # 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/jenkins1017464110570861443.sh
+ date
Wed Sep 27 22:19: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

Build failed in Jenkins: Mesos-Reviewbot #19595

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19595/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19595 jenkins-Mesos-Reviewbot-19595 # 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/jenkins7264502436398675017.sh
+ date
Wed Sep 27 22:09: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

Build failed in Jenkins: Mesos-Reviewbot #19594

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19594/display/redirect>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
 > 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 #19594 jenkins-Mesos-Reviewbot-19594 # 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/jenkins3679577362310204406.sh
+ date
Wed Sep 27 21:59: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