Not sure about the 4 error founds in the Python linter yet, the 26 errors reported by the JS linter will be fixed once https://reviews.apache.org/r/63703/ and https://reviews.apache.org/r/63585/ will be merged.
2017-11-10 11:50 GMT+01:00 Apache Jenkins Server <[email protected]> : > See <https://builds.apache.org/job/Mesos-Reviewbot/20074/display/redirect> > > ------------------------------------------ > [URLTrigger] A change within the response URL invocation (log) > [EnvInject] - Loading node environment variables. > Building remotely on H14 (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 b08161f1f6cf5596441a535ee77702e6d8f5aa75 > (origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f b08161f1f6cf5596441a535ee77702e6d8f5aa75 > Commit message: "Updated CHANGELOG for 1.4.1." > > git rev-list b08161f1f6cf5596441a535ee77702e6d8f5aa75 # timeout=10 > > git tag -a -f -m Jenkins Build #20074 jenkins-Mesos-Reviewbot-20074 # > 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/jenkins4657721661756215768.sh > + date > Fri Nov 10 10:46:49 UTC 2017 > + pip install --user virtualenv > Requirement already satisfied: virtualenv in /home/jenkins/.local/lib/ > python2.7/site-packages > + ./support/mesos-style.py > * Install prebuilt node (9.1.0) ..... done. > * Appending data to <https://builds.apache.org/job/Mesos-Reviewbot/ws/ > support/.virtualenv/bin/activate> > Total errors found: 0 > ************* Module cli.util > E: 32, 0: Unable to import 'kazoo.client' (import-error) > ************* Module cli.tests.base > E: 29, 0: Unable to import 'parse' (import-error) > ************* Module main > E: 24, 0: Unable to import 'termcolor' (import-error) > ************* Module cli.config > E: 22, 0: Unable to import 'toml' (import-error) > Total errors found: 4 > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/app.js>: line 192, col 40, Warning - 'attrs' is > defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/app.js>: line 244, col 41, Warning - 'attrs' is > defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 294, col 9, Error - Expected > a default case. (default-case) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 295, col 34, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 296, col 35, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 297, col 34, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 298, col 34, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 308, col 9, Error - Expected > a default case. (default-case) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 309, col 35, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 310, col 33, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 311, col 33, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 312, col 31, Error - Unary > operator '++' used. (no-plusplus) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 551, col 27, Warning - > '$event' is defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 659, col 29, Warning - > '$event' is defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 932, col 12, Error - > Unnecessary semicolon. (no-extra-semi) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/controllers.js>: line 1083, col 25, Warning - > 'response' is defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 54, col 2, Error - Use the > function form of 'use strict'. (strict) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 77, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 77, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 88, col 5, Error - > Expected an assignment or function call and instead saw an expression. > (no-unused-expressions) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 89, col 5, Error - > Expected an assignment or function call and instead saw an expression. > (no-unused-expressions) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 116, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 116, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 136, col 37, Warning - > 'code' is defined but never used. (no-unused-vars) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 152, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 152, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 231, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 231, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 298, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 298, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 307, col 9, Error - > Unexpected alias 'this_' for 'this'. (consistent-this) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/jquery.pailer.js>: line 307, col 9, Error - > Unexpected dangling '_' in 'this_'. (no-underscore-dangle) > <https://builds.apache.org/job/Mesos-Reviewbot/ws/src/ > webui/master/static/js/services.js>: line 101, col 42, Warning - > '$modalInstance' is defined but never used. (no-unused-vars) > Total errors found: 26 > Virtualenv not detected... building > Rebuilding virtualenv... > Checking 1221 C++ files > Checking 39 Python files > Checking 4 JavaScript files > Build step 'Execute shell' marked build as failure > -- Armand Grillet Software Engineer, Mesosphere
