Running with gitlab-runner 13.11.0 (7f7a4bb0)
  on runner-gitlab-runner-cf85b45f9-45kqh 2dzzFCwz
section_start:1700165958:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab-managed-apps
Using Kubernetes executor with image rust:latest ...
section_end:1700165958:prepare_executor
section_start:1700165958:prepare_script
Preparing environment
WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrate-helper-image-to-registrygitlabcom
Waiting for pod gitlab-managed-apps/runner-2dzzfcwz-project-268-concurrent-0svjqf to be running, status is Pending
Running on runner-2dzzfcwz-project-268-concurrent-0svjqf via runner-gitlab-runner-cf85b45f9-45kqh...
section_end:1700165961:prepare_script
section_start:1700165961:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/stephen/rf4463-lib/.git/
Created fresh repository.
Checking out 9857af6e as master...

Skipping Git submodules setup
section_end:1700165962:get_sources
section_start:1700165962:step_script
Executing "step_script" stage of the job script
$ rustup component add rustfmt
info: downloading component 'rustfmt'
info: installing component 'rustfmt'
$ rustup component add clippy
info: downloading component 'clippy'
info: installing component 'clippy'
$ cargo fmt -- --check
$ cargo clippy --all-features -- -D warnings
    Updating crates.io index
 Downloading crates ...
  Downloaded embedded-hal v0.2.7
  Downloaded nb v0.1.3
  Downloaded nb v1.1.0
  Downloaded void v1.0.2
    Checking nb v1.1.0
    Checking void v1.0.2
    Checking nb v0.1.3
    Checking embedded-hal v0.2.7
    Checking rf4463 v0.1.0 (/builds/stephen/rf4463-lib)
    Finished dev [unoptimized + debuginfo] target(s) in 1.18s
section_end:1700165965:step_script
section_start:1700165965:cleanup_file_variables
Cleaning up file based variables
section_end:1700165965:cleanup_file_variables
Job succeeded