Skip to content
Failed

Console Output

Started by upstream project "gerrit-osmo-ttcn3-hacks" build number 3516
originally caused by:
 Triggered by Gerrit: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122 in silent mode.
Running as SYSTEM
Building remotely on build4-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build 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-KHtDGsOehJlD/agent.1847795
SSH_AGENT_PID=1847799
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_2511211231022996229.key (/home/osmocom-build/jenkins/workspace/gerrit-lint@tmp/private_key_2511211231022996229.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-ttcn3-hacks
 > 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-ttcn3-hacks
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
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-ttcn3-hacks +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-ttcn3-hacks # 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-ttcn3-hacks # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-ttcn3-hacks
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-ttcn3-hacks refs/changes/22/41122/3 # timeout=10
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision a320746c4c16252584023c4b97b2e1d0751068dd (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a320746c4c16252584023c4b97b2e1d0751068dd # timeout=10
Commit message: "smdpp: proper headers for native code"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 1cadd361acc74f62d32e6028a452015b3a87c5a6 # timeout=10
[gerrit-lint] $ /bin/sh -xe /tmp/jenkins9611584559118214413.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 60bf602 OBS: disable_manuals: adjust for osmocom-bb + readlink -f /tmp/ssh-KHtDGsOehJlD/agent.1847795 + docker run --rm -e GERRIT_HOST=gerrit.osmocom.org -e GERRIT_PORT=29418 -e GERRIT_PROJECT=osmo-ttcn3-hacks -e GERRIT_CHANGE_NUMBER=41122 -e GERRIT_PATCHSET_NUMBER=3 -e JENKINS_HOME=1 -e SSH_AUTH_SOCK=/ssh-agent -u build -v /tmp/ssh-KHtDGsOehJlD/agent.1847795:/ssh-agent -v ./code-from-gerrit:/build/code-from-gerrit -v ./osmo-ci:/build/osmo-ci -w /build/code-from-gerrit osmocom-build/debian-bookworm-build /build/osmo-ci/lint/lint_diff.sh HEAD~1 Running 'ruff check'... All checks passed! Running 'ruff format --diff'... 14 files already formatted Running docker_run_rm.sh on the whole tree... Running checkpatch on 'git diff HEAD~1'... smdpp/helpers.h:56: ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - void operator() should probably be void operator(void) smdpp/helpers.h:56: ERROR:SPACING: need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/helpers.h:171: WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file smdpp/http_client.h:21: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:26: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:28: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:33: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:34: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:37: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:40: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:40: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:40: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:40: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/http_client.h:40: ERROR:SPACING: spaces required around that '>' (ctx:OxO) smdpp/http_client.h:40: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/http_client.h:40: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/http_client.h:41: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:43: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:44: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:44: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:45: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:45: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:48: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:49: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/http_client.h:49: ERROR:SPACING: spaces required around that '>' (ctx:OxO) smdpp/http_client.h:49: ERROR:SPACING: space required before that '*' (ctx:OxW) smdpp/http_client.h:49: ERROR:SPACING: space prohibited after that '*' (ctx:OxW) smdpp/http_client.h:49: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:51: WARNING:INDENTED_LABEL: labels should not be indented smdpp/http_client.h:54: ERROR:SPACING: need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:55: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/http_client.h:55: ERROR:SPACING: need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:55: ERROR:SPACING: need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/http_client.h:60: WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file smdpp/logger.h:256: WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file smdpp/rsp_client.h:20: WARNING:NEW_TYPEDEFS: do not add new typedefs smdpp/rsp_client.h:21: WARNING:NEW_TYPEDEFS: do not add new typedefs smdpp/rsp_client.h:22: WARNING:NEW_TYPEDEFS: do not add new typedefs smdpp/rsp_client.h:36: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:44: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:44: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:44: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:44: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:44: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:45: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:45: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:45: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:45: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:53: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:54: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:55: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:55: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:56: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:57: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:57: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:60: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:60: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:60: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:61: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:61: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:61: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:62: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:62: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:62: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:65: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:65: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:65: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:66: ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - void generateEUICCOtpk() should probably be void generateEUICCOtpk(void) smdpp/rsp_client.h:67: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:67: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:67: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:68: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:68: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:68: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:68: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:68: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:68: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:68: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:69: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:69: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:69: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:69: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:69: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:69: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:69: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:69: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:69: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:69: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:70: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:70: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:70: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:70: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:70: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:70: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:70: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:70: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:70: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:70: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:70: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:71: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:71: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:71: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:71: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:72: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:72: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:72: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:72: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:72: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:72: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:72: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:75: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:76: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:76: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:76: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:76: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:76: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:77: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:77: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:77: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:78: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:78: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:78: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:78: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:78: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:81: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:82: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:82: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:85: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:85: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:85: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:85: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:86: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:86: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:86: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:86: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:87: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:87: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:87: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:87: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:87: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:89: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:89: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:89: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:89: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:90: WARNING:TABSTOP: Statements should start on a tabstop smdpp/rsp_client.h:90: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:90: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:91: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:93: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:95: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:95: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:95: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:95: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:95: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:95: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:96: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:96: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:96: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:96: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:97: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:97: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:97: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:97: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:97: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:97: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:97: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:97: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:97: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:98: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:98: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:98: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:98: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:98: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:98: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:98: ERROR:SPACING: need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:98: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:99: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:99: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:99: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:99: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:99: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:99: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:99: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:99: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:99: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:99: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:99: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:100: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:100: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:100: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:100: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:100: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:100: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:100: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:100: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:100: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:100: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:100: WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name smdpp/rsp_client.h:101: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:102: ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - int getEUICCCurveNID() should probably be int getEUICCCurveNID(void) smdpp/rsp_client.h:105: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:107: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:107: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:107: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:108: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:108: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:108: ERROR:SPACING: need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:108: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:109: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:109: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:109: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:110: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:110: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:110: ERROR:SPACING: need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:110: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:112: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:112: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:112: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:113: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:114: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:114: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:114: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:115: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:115: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:115: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:116: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:116: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:116: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:117: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:117: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:117: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:118: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:118: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:118: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:120: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:120: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:120: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:121: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:121: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:121: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:122: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:122: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:122: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:124: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:125: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:125: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:125: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:126: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:126: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:126: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:127: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:129: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:129: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:129: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:131: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:134: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:135: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:140: WARNING:INDENTED_LABEL: labels should not be indented smdpp/rsp_client.h:141: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:141: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:141: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:141: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:141: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:141: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:142: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:142: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:142: ERROR:SPACING: need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:142: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:143: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:143: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:143: ERROR:SPACING: need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:143: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:144: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:144: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:144: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:144: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:145: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:146: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:147: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:147: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:147: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:148: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:148: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:148: ERROR:SPACING: spaces required around that '>' (ctx:VxW) smdpp/rsp_client.h:149: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:149: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:149: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:149: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:149: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:150: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:150: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:150: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:150: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:150: ERROR:SPACING: need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?) smdpp/rsp_client.h:151: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:151: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:151: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:151: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:152: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:152: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:152: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:152: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:152: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:152: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:152: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:152: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:153: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:153: ERROR:SPACING: spaces required around that '>' (ctx:VxO) smdpp/rsp_client.h:153: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:153: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:154: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:154: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" smdpp/rsp_client.h:154: ERROR:SPACING: spaces required around that '<' (ctx:VxV) smdpp/rsp_client.h:154: ERROR:SPACING: spaces required around that '>' (ctx:OxO) smdpp/rsp_client.h:154: ERROR:SPACING: space required before that '&' (ctx:OxW) smdpp/rsp_client.h:154: ERROR:SPACING: space prohibited after that '&' (ctx:OxW) smdpp/rsp_client.h:159: WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file total: 248 errors, 69 warnings, 1931 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 + /build/osmo-ci/lint/checkpatch/checkpatch_osmo.sh + true + cd .. + /build/osmo-ci/lint/checkpatch/checkpatch_json.py checkpatch_output gerrit_report.json checkpatch_output {"comments": [], "robot_comments": {"smdpp/helpers.h": [{"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "56", "message": "Bad function definition - void operator() should probably be void operator(void)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "56", "message": "need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "171", "message": "adding a line without newline at end of file"}], "smdpp/http_client.h": [{"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "21", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "26", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "28", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "33", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "34", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "37", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "spaces required around that '>' (ctx:OxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "40", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "41", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "43", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "48", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "49", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "49", "message": "spaces required around that '>' (ctx:OxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "49", "message": "space required before that '*' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "49", "message": "space prohibited after that '*' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "49", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "51", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "54", "message": "need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "55", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "55", "message": "need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "55", "message": "need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "60", "message": "adding a line without newline at end of file"}], "smdpp/logger.h": [{"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "256", "message": "adding a line without newline at end of file"}], "smdpp/rsp_client.h": [{"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "20", "message": "do not add new typedefs"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "21", "message": "do not add new typedefs"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "22", "message": "do not add new typedefs"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "36", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "44", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "45", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "53", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "54", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "55", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "55", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "56", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "57", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "57", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "60", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "60", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "60", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "61", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "61", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "61", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "62", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "62", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "62", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "65", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "65", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "65", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "66", "message": "Bad function definition - void generateEUICCOtpk() should probably be void generateEUICCOtpk(void)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "67", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "67", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "67", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "68", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "69", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "70", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "71", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "71", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "71", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "71", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "72", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "75", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "76", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "76", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "76", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "76", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "76", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "77", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "77", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "77", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "78", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "78", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "78", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "78", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "78", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "81", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "82", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "82", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "85", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "85", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "85", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "85", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "86", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "86", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "86", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "86", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "87", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "87", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "87", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "87", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "87", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "89", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "89", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "89", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "89", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "90", "message": "Statements should start on a tabstop"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "90", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "90", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "91", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "93", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "95", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "96", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "96", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "96", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "96", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "97", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "98", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "99", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "100", "message": "function definition argument 'uint8_t' should also have an identifier name"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "101", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "102", "message": "Bad function definition - int getEUICCCurveNID() should probably be int getEUICCCurveNID(void)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "105", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "107", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "107", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "107", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "108", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "108", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "108", "message": "need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "108", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "109", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "109", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "109", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "110", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "110", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "110", "message": "need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "110", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "112", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "112", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "112", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "113", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "114", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "114", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "114", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "115", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "115", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "115", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "116", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "116", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "116", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "117", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "117", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "117", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "118", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "118", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "118", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "120", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "120", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "120", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "121", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "121", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "121", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "122", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "122", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "122", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "124", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "125", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "125", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "125", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "126", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "126", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "126", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "127", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "129", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "129", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "129", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "131", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "134", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "135", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "140", "message": "labels should not be indented"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "141", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "142", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "142", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "142", "message": "need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "142", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "143", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "143", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "143", "message": "need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "143", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "144", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "144", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "144", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "144", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "145", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "146", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "147", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "147", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "147", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "148", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "148", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "148", "message": "spaces required around that '>' (ctx:VxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "149", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "149", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "149", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "149", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "149", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "150", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "150", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "150", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "150", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "150", "message": "need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "151", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "151", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "151", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "151", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "152", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "153", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "153", "message": "spaces required around that '>' (ctx:VxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "153", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "153", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "\"foo* bar\" should be \"foo *bar\""}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "spaces required around that '<' (ctx:VxV)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "spaces required around that '>' (ctx:OxO)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "space required before that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "154", "message": "space prohibited after that '&' (ctx:OxW)"}, {"robot_id": "checkpatch", "robot_run_id": "", "url": "", "line": "159", "message": "adding a line without newline at end of file"}]}} + ssh -o UserKnownHostsFile=/build/osmo-ci/lint/../contrib/known_hosts -p 29418 -l jenkins gerrit.osmocom.org gerrit review --project osmo-ttcn3-hacks 41122,3 --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 1847799 killed; [ssh-agent] Stopped. Finished: FAILURE