Skip to content
Failed

Console Output

Started by upstream project "gerrit-osmo-ggsn" build number 211
originally caused by:
 Triggered by Gerrit: https://gerrit.osmocom.org/c/osmo-ggsn/+/38938 in silent mode.
Running as SYSTEM
Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 osmocom-gerrit repo-install-test osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-lint
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-tTHnyJveusKT/agent.3116614
SSH_AGENT_PID=3116619
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_10797477563093016045.key (/home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_10797477563093016045.key)
[ssh-agent] Using credentials jenkins (gerrit.osmocom.org)
The recommended git tool is: NONE
using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn
 > git init /home/osmocom-build/jenkins/workspace/gerrit-lint/code-from-gerrit # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/osmo-ggsn refs/changes/38/38938/5 # timeout=10
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision 63854ce1eb1bb6fffbc9a9401fcebd6ec5980891 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63854ce1eb1bb6fffbc9a9401fcebd6ec5980891 # timeout=10
Commit message: "gtp: add support for SGSN Context Req/Resp/Ack"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 0098e3185d9e93eb92cb43132a778882e8bb4e8a # timeout=10
[gerrit-lint] $ /bin/sh -xe /tmp/jenkins11969032153437618629.sh + rm -rf osmo-ci + git clone --depth=1 --branch=master https://gerrit.osmocom.org/osmo-ci osmo-ci Cloning into 'osmo-ci'... + git -C osmo-ci log --oneline b7e67c1 jobs/ttcn3-testsuites: adjust timer for bts + cd code-from-gerrit + ../osmo-ci/lint/lint_diff.sh HEAD~1 Running docker_run_rm.sh on the whole tree... Running checkpatch on 'git diff HEAD~1'... gtp/gsn.c:253: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gsn.c:261: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gsn.c:269: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gtp.c:1065: ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects gtp/gtp.c:1253: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for any arm of this statement gtp/gtp.c:1280: ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects gtp/gtp.c:1285: ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop gtp/gtp.c:1285: WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon gtp/gtp_sgsn_ctx.c:30: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:31: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:32: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:33: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:34: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:36: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:37: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:38: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:39: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:40: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:44: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:46: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:47: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:49: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:50: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:51: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:78: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:97: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:116: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:139: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:156: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:175: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:184: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:186: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:194: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:195: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:202: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:204: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:212: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:213: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:220: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:224: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:225: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:226: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:227: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:228: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:229: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:24: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:26: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:27: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:30: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:31: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:36: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:37: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:38: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:39: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:40: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:43: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:44: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:45: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:46: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.h:47: WARNING:LEADING_SPACE: please, no spaces at the start of a line include/osmocom/gtp/gsn.h:116: WARNING:SPACING: Unnecessary space before function pointer arguments include/osmocom/gtp/gsn.h:117: WARNING:SPACING: Unnecessary space before function pointer arguments include/osmocom/gtp/gsn.h:118: WARNING:SPACING: Unnecessary space before function pointer arguments include/osmocom/gtp/gsn.h:169: WARNING:SPACING: Unnecessary space before function pointer arguments include/osmocom/gtp/gsn.h:172: WARNING:SPACING: Unnecessary space before function pointer arguments include/osmocom/gtp/gsn.h:175: WARNING:SPACING: Unnecessary space before function pointer arguments total: 8 errors, 58 warnings, 1290 lines checked Please fix the linting errors above. More information: https://osmocom.org/projects/cellular-infrastructure/wiki/Linting Leaving review comments in gerrit... + git diff -U0 HEAD~1 + /home/osmocom-build/jenkins/workspace/gerrit-lint/osmo-ci/lint/checkpatch/checkpatch_osmo.sh + true + cd .. + /home/osmocom-build/jenkins/workspace/gerrit-lint/osmo-ci/lint/checkpatch/checkpatch_json.py checkpatch_output gerrit_report.json jenkins-gerrit-lint-20818 https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/ checkpatch_output {"comments": [], "robot_comments": {"gtp/gsn.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "253", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "261", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "269", "message": "Unnecessary space before function pointer arguments"}], "gtp/gtp.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "1065", "message": "Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "1253", "message": "braces {} are not necessary for any arm of this statement"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "1280", "message": "Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "1285", "message": "Macros with multiple statements should be enclosed in a do - while loop"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "1285", "message": "macros should not use a trailing semicolon"}], "gtp/gtp_sgsn_ctx.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "30", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "31", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "32", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "33", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "34", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "36", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "37", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "38", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "39", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "40", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "44", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "46", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "47", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "49", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "50", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "51", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "78", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "97", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "116", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "139", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "156", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "175", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "184", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "186", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "194", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "195", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "202", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "204", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "212", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "213", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "220", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "224", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "225", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "226", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "227", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "228", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "229", "message": "please, no spaces at the start of a line"}], "gtp/gtp_sgsn_ctx.h": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "24", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "26", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "27", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "30", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "31", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "36", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "37", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "38", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "39", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "40", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "43", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "44", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "45", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "46", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "47", "message": "please, no spaces at the start of a line"}], "include/osmocom/gtp/gsn.h": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "116", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "117", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "118", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "169", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "172", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20818", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20818/", "line": "175", "message": "Unnecessary space before function pointer arguments"}]}} + ssh -p 29418 -l jenkins gerrit.osmocom.org gerrit review --project osmo-ggsn 38938,5 --json + exit 1 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3116619 killed; [ssh-agent] Stopped. Finished: FAILURE