Running with gitlab-runner 12.2.0 (a987417a)
  on gitlab-runner-01 6bzfRUxR
section_start:1566568403:prepare_executor
Using Docker executor with image derq3k/card10-lint-env:20190806-201106Z-f95b541-dirty ...
Pulling docker image derq3k/card10-lint-env:20190806-201106Z-f95b541-dirty ...
Using docker image sha256:9befaa15920d1a76e730aa67f360881c984d8ffbfd8800c38bbc1f968ab2ca1c for derq3k/card10-lint-env:20190806-201106Z-f95b541-dirty ...
section_end:1566568405:prepare_executor
section_start:1566568405:prepare_script
Running on runner-6bzfRUxR-project-128-concurrent-0 via 5345edc525df...
section_end:1566568406:prepare_script
section_start:1566568406:get_sources
Fetching changes...
Reinitialized existing Git repository in /builds/joshi/firmware/.git/
Checking out d0ac5c1d as card10_nickname_fix...
Removing build/

Skipping Git submodules setup
section_end:1566568408:get_sources
section_start:1566568408:restore_cache
section_end:1566568409:restore_cache
section_start:1566568409:download_artifacts
section_end:1566568411:download_artifacts
section_start:1566568411:build_script
$ curl --fail https://annoyatron-prod.q3k.org/ping/mr?mr=${CI_MERGE_REQUEST_IID}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    33  100    33    0     0     63      0 --:--:-- --:--:-- --:--:--    63
beep boop, you have been annoyed.$ git remote rm card10 || true
fatal: No such remote: card10
$ git fetch https://git.card10.badge.events.ccc.de/card10/firmware.git master:card10/master
From https://git.card10.badge.events.ccc.de/card10/firmware
 * [new branch]      master     -> card10/master
$ git merge-base card10/master HEAD || ( echo "Your change needs to be rebased against current master."; exit 1; )
051036fe12857c3fee6491f2b405e2bcc4d553c2
$ git diff --name-only --diff-filter=d card10/master...HEAD | xargs tools/code-style.sh
	BLACK		preload/apps/card10_nickname/__init__.py
$ git diff --exit-code
diff --git a/preload/apps/card10_nickname/__init__.py b/preload/apps/card10_nickname/__init__.py
index 619bb7b..a206d8a 100644
--- a/preload/apps/card10_nickname/__init__.py
+++ b/preload/apps/card10_nickname/__init__.py
@@ -342,7 +342,7 @@ else:
                 ([0, 0, 0], [0, 0, 0]),
                 ([255, 255, 255], [255, 255, 255]),
                 ([0, 0, 0], [0, 0, 0]),
-                ([0, 0, 0], [0, 0, 0]),0,
-                (1, [0, 230, 0], [255, 215, 0],
-                    [255, 0, 0])
+                ([0, 0, 0], [0, 0, 0]),
+                0,
+                (1, [0, 230, 0], [255, 215, 0], [255, 0, 0]),
             )
section_end:1566568415:build_script
section_start:1566568415:after_script
section_end:1566568416:after_script
section_start:1566568416:upload_artifacts_on_failure
section_end:1566568418:upload_artifacts_on_failure
ERROR: Job failed: exit code 1