Started by upstream project "gerrit-osmo-ggsn" build number 192 originally caused by: Triggered by Gerrit: https://gerrit.osmocom.org/c/osmo-ggsn/+/38938 in silent mode. Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity 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-XXXXXXkRlafj/agent.783738 SSH_AGENT_PID=783755 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_7554740499579706362.key (/home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_7554740499579706362.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.39.2' 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/1 # timeout=10 > git rev-parse FETCH_HEAD^{commit} # timeout=10 Checking out Revision 412bcf77f5cdc9ad6ddbaf1c50a6150a0d33c79b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 412bcf77f5cdc9ad6ddbaf1c50a6150a0d33c79b # timeout=10 Commit message: "add support for Context Req/Resp/Ack" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 1a74312cd4dad0b3699ad2bb2a5f75ee4c9b6e75 # timeout=10
[gerrit-lint] $ /bin/sh -xe /tmp/jenkins11429224467632533165.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 be6230b scripts/osmocom-build-old-tags: libosmo-abis after libosmo-netif + 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:254: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gsn.c:262: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gsn.c:270: WARNING:SPACING: Unnecessary space before function pointer arguments gtp/gtp.c:1129: 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:1320: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for any arm of this statement gtp/gtp.c:1347: 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:1349: ERROR:SPACING: need consistent spacing around '-' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) gtp/gtp.c:1352: ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop gtp/gtp.c:1352: WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon gtp/gtp_sgsn_ctx.c:29: WARNING:LEADING_SPACE: please, no spaces at the start of a line 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:35: 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:43: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:45: 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:48: 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:62: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:79: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:94: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:106: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:120: ERROR:SPACING: space required before the open parenthesis '(' gtp/gtp_sgsn_ctx.c:136: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:145: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:147: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:155: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:156: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:163: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:165: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:173: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:174: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:181: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:185: 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:187: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:188: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:189: WARNING:LEADING_SPACE: please, no spaces at the start of a line gtp/gtp_sgsn_ctx.c:190: 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: 9 errors, 58 warnings, 1202 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-20201 https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/ checkpatch_output {"comments": [], "robot_comments": {"gtp/gsn.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "254", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "262", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "270", "message": "Unnecessary space before function pointer arguments"}], "gtp/gtp.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1129", "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-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1320", "message": "braces {} are not necessary for any arm of this statement"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1347", "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-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1349", "message": "need consistent spacing around '-' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1352", "message": "Macros with multiple statements should be enclosed in a do - while loop"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "1352", "message": "macros should not use a trailing semicolon"}], "gtp/gtp_sgsn_ctx.c": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "29", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "30", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "31", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "32", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "33", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "35", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "36", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "37", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "38", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "39", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "43", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "45", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "46", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "48", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "49", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "50", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "62", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "79", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "94", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "106", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "120", "message": "space required before the open parenthesis '('"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "136", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "145", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "147", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "155", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "156", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "163", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "165", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "173", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "174", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "181", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "185", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "186", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "187", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "188", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "189", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "190", "message": "please, no spaces at the start of a line"}], "gtp/gtp_sgsn_ctx.h": [{"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "24", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "26", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "27", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "30", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "31", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "36", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "37", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "38", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "39", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "40", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "43", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "44", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "45", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "46", "message": "please, no spaces at the start of a line"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "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-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "116", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "117", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "118", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "169", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "172", "message": "Unnecessary space before function pointer arguments"}, {"robot_id": "checkpatch", "robot_run_id": "jenkins-gerrit-lint-20201", "url": "https://jenkins.osmocom.org/jenkins/job/gerrit-lint/20201/", "line": "175", "message": "Unnecessary space before function pointer arguments"}]}} + ssh -p 29418 -l jenkins gerrit.osmocom.org gerrit review --project osmo-ggsn 38938,1 --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 783755 killed; [ssh-agent] Stopped. Finished: FAILURE