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/26 16:41:53 UTC

Build failed in Jenkins: Mesos-Reviewbot #19552

See <https://builds.apache.org/job/Mesos-Reviewbot/19552/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19552 jenkins-Mesos-Reviewbot-19552 # 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/jenkins6627503977977812834.sh
+ date
Tue Sep 26 16:39:30 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 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

Build failed in Jenkins: Mesos-Reviewbot #19593

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Build failed in Jenkins: Mesos-Reviewbot #19592

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on qnode1 (ubuntu) 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 #19592 jenkins-Mesos-Reviewbot-19592 # 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/jenkins6570385746342069703.sh
+ date
Wed Sep 27 21:09:06 UTC 2017
+ pip install --user virtualenv
Collecting virtualenv
  Using cached virtualenv-15.1.0-py2.py3-none-any.whl
Installing collected packages: virtualenv
Successfully installed virtualenv-15.1.0
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ ./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 #19591

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

Changes:

[bmahler] Validated that quota requests contain unique resource names.

------------------------------------------
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 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 a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 # timeout=10
 > git tag -a -f -m Jenkins Build #19591 jenkins-Mesos-Reviewbot-19591 # 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/jenkins5058729550510286191.sh
+ date
Wed Sep 27 20:57:40 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 #19590

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19590/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 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 a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 # timeout=10
 > git tag -a -f -m Jenkins Build #19590 jenkins-Mesos-Reviewbot-19590 # 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/jenkins6788883063216112913.sh
+ date
Wed Sep 27 19: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 #19589

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H17 (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 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 a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 # timeout=10
 > git tag -a -f -m Jenkins Build #19589 jenkins-Mesos-Reviewbot-19589 # 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/jenkins1253915053497923294.sh
+ date
Wed Sep 27 19:29: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 #19588

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H15 (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 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 a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 # timeout=10
 > git tag -a -f -m Jenkins Build #19588 jenkins-Mesos-Reviewbot-19588 # 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/jenkins4274769805148303095.sh
+ date
Wed Sep 27 19:16:49 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 #19587

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Mesos-Reviewbot/ws/>
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-Reviewbot/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/*
 > git rev-parse origin/master^{commit} # timeout=10
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 a90ed2bf57c1f0bf67b395c57ebd0991aac2c5b0 # timeout=10
 > git tag -a -f -m Jenkins Build #19587 jenkins-Mesos-Reviewbot-19587 # 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/jenkins9171744355200311822.sh
+ date
Wed Sep 27 16:58:54 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
Virtualenv for python linter not detected ... building
Rebuilding virtualenv ...
Checking 28 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19586

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

Changes:

[vinodkone] Add framework development SDK from Verizon Labs.

[bmahler] Add OLA to 'powered by mesos' list.

------------------------------------------
Started by an SCM change
Started by an SCM change
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 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 1270703291a132d8d959d71bf99e4dfe4cf4292e # timeout=10
 > git tag -a -f -m Jenkins Build #19586 jenkins-Mesos-Reviewbot-19586 # 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/jenkins8962912183974772799.sh
+ date
Wed Sep 27 16:05:15 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 #19585

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19585/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.

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[URLTrigger] A change within the response URL invocation (log)
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
Started by an SCM change
[URLTrigger] A change within the response URL invocation (log)
[URLTrigger] A change within the response URL invocation (log)
[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 1270703291a132d8d959d71bf99e4dfe4cf4292e (origin/master)
Commit message: "Added 'mesos agent list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1270703291a132d8d959d71bf99e4dfe4cf4292e
 > git rev-list 53b56117befae94cdec9599c7b9bfe47ff36c968 # timeout=10
 > git tag -a -f -m Jenkins Build #19585 jenkins-Mesos-Reviewbot-19585 # 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/jenkins7092447257622562825.sh
+ date
Wed Sep 27 14:15:03 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 #19584

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[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 53b56117befae94cdec9599c7b9bfe47ff36c968 (origin/master)
Commit message: "Fixed some inconsistent display of framework IDs in the webui."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53b56117befae94cdec9599c7b9bfe47ff36c968
 > git rev-list 53b56117befae94cdec9599c7b9bfe47ff36c968 # timeout=10
 > git tag -a -f -m Jenkins Build #19584 jenkins-Mesos-Reviewbot-19584 # 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/jenkins2327860799711794865.sh
+ date
Wed Sep 27 07:30:50 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19583

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19583/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 53b56117befae94cdec9599c7b9bfe47ff36c968 (origin/master)
Commit message: "Fixed some inconsistent display of framework IDs in the webui."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53b56117befae94cdec9599c7b9bfe47ff36c968
 > git rev-list 53b56117befae94cdec9599c7b9bfe47ff36c968 # timeout=10
 > git tag -a -f -m Jenkins Build #19583 jenkins-Mesos-Reviewbot-19583 # 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/jenkins3484874447229488841.sh
+ date
Wed Sep 27 03:59: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19582

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19582/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 53b56117befae94cdec9599c7b9bfe47ff36c968 (origin/master)
Commit message: "Fixed some inconsistent display of framework IDs in the webui."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53b56117befae94cdec9599c7b9bfe47ff36c968
 > git rev-list 53b56117befae94cdec9599c7b9bfe47ff36c968 # timeout=10
 > git tag -a -f -m Jenkins Build #19582 jenkins-Mesos-Reviewbot-19582 # 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/jenkins3849188535263753059.sh
+ date
Wed Sep 27 03:19: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19581

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

Changes:

[bmahler] Shortened the mesos ID truncation in the webui.

[bmahler] Fixed some inconsistent display of framework IDs in the webui.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 (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 53b56117befae94cdec9599c7b9bfe47ff36c968 (origin/master)
Commit message: "Fixed some inconsistent display of framework IDs in the webui."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53b56117befae94cdec9599c7b9bfe47ff36c968
 > git rev-list 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 # timeout=10
 > git tag -a -f -m Jenkins Build #19581 jenkins-Mesos-Reviewbot-19581 # 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/jenkins2677393833151447512.sh
+ date
Wed Sep 27 01:47:09 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19580

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19580/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 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 (origin/master)
Commit message: "Prevent GC path removals from blocking other processes."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06341309e61a5cee702ea3c7b6d3ef340ac95ad0
 > git rev-list 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 # timeout=10
 > git tag -a -f -m Jenkins Build #19580 jenkins-Mesos-Reviewbot-19580 # 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/jenkins4236445808594290033.sh
+ date
Wed Sep 27 00:59:12 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19579

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19579/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 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 (origin/master)
Commit message: "Prevent GC path removals from blocking other processes."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06341309e61a5cee702ea3c7b6d3ef340ac95ad0
 > git rev-list 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 # timeout=10
 > git tag -a -f -m Jenkins Build #19579 jenkins-Mesos-Reviewbot-19579 # 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/jenkins3621638242037205413.sh
+ date
Wed Sep 27 00:29: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19578

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

Changes:

[xujyan] Added a log line before the fetcher returns successfully.

[xujyan] Prevent GC path removals from blocking other processes.

------------------------------------------
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 06341309e61a5cee702ea3c7b6d3ef340ac95ad0 (origin/master)
Commit message: "Prevent GC path removals from blocking other processes."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06341309e61a5cee702ea3c7b6d3ef340ac95ad0
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19578 jenkins-Mesos-Reviewbot-19578 # 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/jenkins369073888038228949.sh
+ date
Wed Sep 27 00:17:23 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19577

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19577/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19577 jenkins-Mesos-Reviewbot-19577 # 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/jenkins2434335068314508306.sh
+ date
Tue Sep 26 23: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19576

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19576/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19576 jenkins-Mesos-Reviewbot-19576 # 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/jenkins7504230931311632916.sh
+ date
Tue Sep 26 22:59:22 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19575

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19575/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19575 jenkins-Mesos-Reviewbot-19575 # 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/jenkins7341870616557908066.sh
+ date
Tue Sep 26 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19574

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19574/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19574 jenkins-Mesos-Reviewbot-19574 # 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/jenkins7750330399078792334.sh
+ date
Tue Sep 26 22:19:55 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19573

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19573/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19573 jenkins-Mesos-Reviewbot-19573 # 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/jenkins4382804337809187906.sh
+ date
Tue Sep 26 22:09: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19572

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19572/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19572 jenkins-Mesos-Reviewbot-19572 # 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/jenkins6891380910027360862.sh
+ date
Tue Sep 26 21: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19571

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19571/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19571 jenkins-Mesos-Reviewbot-19571 # 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/jenkins2880184507572551388.sh
+ date
Tue Sep 26 20:59: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19570

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19570/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19570 jenkins-Mesos-Reviewbot-19570 # 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/jenkins4249728365375954297.sh
+ date
Tue Sep 26 20:49:08 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19569

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19569/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19569 jenkins-Mesos-Reviewbot-19569 # 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/jenkins5177396103568452559.sh
+ date
Tue Sep 26 20: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19568

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19568/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19568 jenkins-Mesos-Reviewbot-19568 # 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/jenkins9172052587925690806.sh
+ date
Tue Sep 26 20: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19567

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19567/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19567 jenkins-Mesos-Reviewbot-19567 # 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/jenkins8046249635866892019.sh
+ date
Tue Sep 26 20:19: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19566

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19566/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19566 jenkins-Mesos-Reviewbot-19566 # 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/jenkins8532591331371789582.sh
+ date
Tue Sep 26 19:19:16 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19565

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19565/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19565 jenkins-Mesos-Reviewbot-19565 # 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/jenkins3818325629393266303.sh
+ date
Tue Sep 26 19:09:19 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19564

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19564/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19564 jenkins-Mesos-Reviewbot-19564 # 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/jenkins6245625477580804869.sh
+ date
Tue Sep 26 18: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19563

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19563/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19563 jenkins-Mesos-Reviewbot-19563 # 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/jenkins5056769498322308486.sh
+ date
Tue Sep 26 18:49:45 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19562

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H15 (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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19562 jenkins-Mesos-Reviewbot-19562 # 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/jenkins8681108668299486842.sh
+ date
Tue Sep 26 18:39:10 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19561

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19561/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19561 jenkins-Mesos-Reviewbot-19561 # 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/jenkins3383101463596397658.sh
+ date
Tue Sep 26 18:29:53 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19560

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19560/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19560 jenkins-Mesos-Reviewbot-19560 # 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/jenkins1497491478148267983.sh
+ date
Tue Sep 26 18:19: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19559

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19559/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19559 jenkins-Mesos-Reviewbot-19559 # 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/jenkins6879728643287094855.sh
+ date
Tue Sep 26 18:09: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19558

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19558/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19558 jenkins-Mesos-Reviewbot-19558 # 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/jenkins7879560319062445396.sh
+ date
Tue Sep 26 17:59:13 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19557

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19557/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19557 jenkins-Mesos-Reviewbot-19557 # 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/jenkins2562659763260604615.sh
+ date
Tue Sep 26 17: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19556

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19556/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19556 jenkins-Mesos-Reviewbot-19556 # 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/jenkins7826433221831203163.sh
+ date
Tue Sep 26 17:29: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19555

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19555/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19555 jenkins-Mesos-Reviewbot-19555 # 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/jenkins1391355935186799422.sh
+ date
Tue Sep 26 17:09:19 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19554

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19554/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19554 jenkins-Mesos-Reviewbot-19554 # 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/jenkins4555830351143784945.sh
+ date
Tue Sep 26 16:59:21 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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19553

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19553/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 3d4c1cec5ee655654e24c75509bda594c7980f05 (origin/master)
Commit message: "Added 'mesos task list' command to CLI."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d4c1cec5ee655654e24c75509bda594c7980f05
 > git rev-list 3d4c1cec5ee655654e24c75509bda594c7980f05 # timeout=10
 > git tag -a -f -m Jenkins Build #19553 jenkins-Mesos-Reviewbot-19553 # 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/jenkins1068165662685131483.sh
+ date
Tue Sep 26 16:49: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.tests.task:44
==cli.tests.tests:37
        master = Master()
        master.launch()

        agent = Agent()
        agent.launch()

        task = Task({"command": "sleep 1000"})
        task.launch()
 (duplicate-code)
Total errors found: 12
Checking 1207 C++ files
Rebuilding virtualenv ...
Checking 25 Python files
Build step 'Execute shell' marked build as failure