Running with gitlab-runner 15.5.1 (7178588d)
  on Neu AURA Runner DnWoXy-x
section_start:1679862160:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:18-alpine ...
Pulling docker image node:18-alpine ...
Using docker image sha256:f520ad35ba68f1ed1301a5eda87eaa722e468a9fc3a179868a035dc4c5dddaef for node:18-alpine with digest node@sha256:ffc770cdc09c9e83cccd99d663bb6ed56cfaa1bab94baf1b12b626aebeca9c10 ...
section_end:1679862188:prepare_executor
section_start:1679862188:prepare_script
Preparing environment
Running on runner-dnwoxy-x-project-17-concurrent-0 via e0ba9445744b...
section_end:1679862197:prepare_script
section_start:1679862197:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/aura/steering/.git/
Checking out e74d0999 as main...
Removing profile/__pycache__/
Removing program/__pycache__/
Removing public/
Removing steering/__pycache__/

Skipping Git submodules setup
section_end:1679862207:get_sources
section_start:1679862207:download_artifacts
Downloading artifacts
Downloading artifacts for build-openapi-scheme (7484)...
Downloading artifacts from coordinator... ok        id=7484 responseStatus=200 OK token=64_2mdgX
section_end:1679862217:download_artifacts
section_start:1679862217:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f520ad35ba68f1ed1301a5eda87eaa722e468a9fc3a179868a035dc4c5dddaef for node:18-alpine with digest node@sha256:ffc770cdc09c9e83cccd99d663bb6ed56cfaa1bab94baf1b12b626aebeca9c10 ...
$ apk update
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
v3.17.2-279-gc96db00ba36 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
v3.17.2-280-g9d0bdc3c88d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
OK: 17820 distinct packages available
$ apk add nodejs npm lftp
(1/12) Installing ncurses-terminfo-base (6.3_p20221119-r0)
(2/12) Installing ncurses-libs (6.3_p20221119-r0)
(3/12) Installing readline (8.2.0-r0)
(4/12) Installing lftp (4.9.2-r4)
(5/12) Installing ca-certificates (20220614-r4)
(6/12) Installing brotli-libs (1.0.9-r9)
(7/12) Installing c-ares (1.18.1-r1)
(8/12) Installing icu-data-en (72.1-r1)
Executing icu-data-en-72.1-r1.post-install
*
* If you need ICU with non-English locales and legacy charset support, install
* package icu-data-full.
*
(9/12) Installing icu-libs (72.1-r1)
(10/12) Installing nghttp2-libs (1.51.0-r0)
(11/12) Installing nodejs (18.14.2-r0)
(12/12) Installing npm (9.1.2-r0)
Executing busybox-1.35.0-r29.trigger
Executing ca-certificates-20220614-r4.trigger
OK: 71 MiB in 29 packages
$ node -v
v18.15.0
$ npm i -g npm@latest

changed 29 packages in 12m

16 packages are looking for funding
  run `npm fund` for details
$ npm install swagger-ui-dist@3.52.5

added 1 package in 1s
$ cp -rp node_modules/swagger-ui-dist/* ./public
$ sed -i "s@.*url.*@url: \"api.json\",@" ./public/index.html
$ echo "Deploying AURA Steering API Spec..."
Deploying AURA Steering API Spec...
$ lftp -c "set ftp:ssl-allow no; open -u $FTP_AURA_RADIO_USER,$FTP_AURA_RADIO_PWD $FTP_AURA_RADIO_HOST; mirror -Rnev ./public/ ./api.aura.radio/steering --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
$ echo "AURA Steering API Spec successfully deployed."
AURA Steering API Spec successfully deployed.
section_end:1679862959:step_script
section_start:1679862959:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 22 matching files and directories    
Uploading artifacts as "archive" to coordinator... 201 Created  id=7485 responseStatus=201 Created token=64_2mdgX
section_end:1679862968:upload_artifacts_on_success
section_start:1679862968:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1679862982:cleanup_file_variables
Job succeeded