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

Skipping Git submodules setup
section_end:1566568870:get_sources
section_start:1566568870:restore_cache
section_end:1566568871:restore_cache
section_start:1566568871:download_artifacts
section_end:1566568873:download_artifacts
section_start:1566568873: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     47      0 --:--:-- --:--:-- --:--:--    47
100    33  100    33    0     0     47beep boop, you have been annoyed.      0 --:--:-- --:--:-- --:--:--    47
$ 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
$ 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
section_end:1566568875:build_script
section_start:1566568875:after_script
section_end:1566568877:after_script
section_start:1566568877:archive_cache
section_end:1566568879:archive_cache
section_start:1566568879:upload_artifacts_on_success
section_end:1566568880:upload_artifacts_on_success
Job succeeded