Running with gitlab-runner 12.2.0 (a987417a)
  on gitlab-runner-01 6bzfRUxR
section_start:1566568631: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:1566568632:prepare_executor
section_start:1566568632:prepare_script
Running on runner-6bzfRUxR-project-128-concurrent-0 via 5345edc525df...
section_end:1566568634:prepare_script
section_start:1566568634:get_sources
Fetching changes...
Reinitialized existing Git repository in /builds/joshi/firmware/.git/
Checking out d95df665 as card10_nickname_fix...
Removing build/

Skipping Git submodules setup
section_end:1566568637:get_sources
section_start:1566568637:restore_cache
section_end:1566568638:restore_cache
section_start:1566568638:download_artifacts
section_end:1566568640:download_artifacts
section_start:1566568640: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
100    33  100    33    0     0     23      0  0:00:01  0:00:01 --:--:--    23
100    33  100    33    0     0     23      0  0:00:01  0:00:01 --:--:--    23
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
   051036f..cb04611  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 0e1f170..a206d8a 100644
--- a/preload/apps/card10_nickname/__init__.py
+++ b/preload/apps/card10_nickname/__init__.py
@@ -344,5 +344,5 @@ else:
                 ([0, 0, 0], [0, 0, 0]),
                 ([0, 0, 0], [0, 0, 0]),
                 0,
-                (1, [0, 230, 0], [255, 215, 0], [255, 0, 0])
+                (1, [0, 230, 0], [255, 215, 0], [255, 0, 0]),
             )
section_end:1566568643:build_script
section_start:1566568643:after_script
section_end:1566568645:after_script
section_start:1566568645:upload_artifacts_on_failure
section_end:1566568647:upload_artifacts_on_failure
ERROR: Job failed: exit code 1