Running with gitlab-runner 16.6.1 (f5da3c5a)
  on sw-gitlab-runner-02.grid.pub.ro 7cgfvYtj, system ID: s_00faffb20f26
section_start:1741787556:resolve_secrets
Resolving secrets
section_end:1741787556:resolve_secrets
section_start:1741787556:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:22-bullseye ...
Pulling docker image node:22-bullseye ...
Using docker image sha256:be94e6319ab6f2ce70297f69c8341c3b05bbc7268f15efe6049efd379a26c851 for node:22-bullseye with digest node@sha256:62a84ac47516347b183ffc163206ea1bbf9736da77a2f7851fa272595233cf3c ...
section_end:1741787558:prepare_executor
section_start:1741787558:prepare_script
Preparing environment
Running on runner-7cgfvytj-project-12398-concurrent-2 via sw-gitlab-runner-02.grid.pub.ro...
section_end:1741787558:prepare_script
section_start:1741787558:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/petru.nania/website-pmrust-fork/.git/
Created fresh repository.
Checking out a06ca974 as detached HEAD (ref is embassy-tutorial-suggestions)...

Skipping Git submodules setup
section_end:1741787561:get_sources
section_start:1741787561:restore_cache
Restoring cache
Checking cache for modules-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1741787562:restore_cache
section_start:1741787562:download_artifacts
Downloading artifacts
Downloading artifacts for test fake slides (119328)...
Downloading artifacts from coordinator... ok        host=gitlab.cs.pub.ro id=119328 responseStatus=200 OK token=glcbt-64
section_end:1741787562:download_artifacts
section_start:1741787562:step_script
Executing "step_script" stage of the job script
Using docker image sha256:be94e6319ab6f2ce70297f69c8341c3b05bbc7268f15efe6049efd379a26c851 for node:22-bullseye with digest node@sha256:62a84ac47516347b183ffc163206ea1bbf9736da77a2f7851fa272595233cf3c ...
$ cd website
$ npm ci
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated phin@2.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

added 1527 packages, and audited 1528 packages in 12s

408 packages are looking for funding
  run `npm fund` for details

11 moderate severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
$ npm run build

> website@0.0.0 build
> docusaurus build

[INFO] [en] Creating an optimized production build...
[info] [webpackbar] Compiling Client
[info] [webpackbar] Compiling Server
[success] [webpackbar] Server: Compiled successfully in 40.98s
[success] [webpackbar] Client: Compiled successfully in 1.02m
[WARNING] Docusaurus found broken anchors!

Please check the pages of your site in the list below, and make sure you don't reference any anchor that does not exist.
Note: it's possible to ignore broken anchors with the 'onBrokenAnchors' Docusaurus configuration, and let the build pass.

Exhaustive list of all broken anchors found:
- Broken anchor on source page path = /docs/acs_cc/lab/07:
   -> linking to ./02#bootloader (resolved as: /docs/acs_cc/lab/02#bootloader)
   -> linking to ../lab/01#configure-gpio-output (resolved as: /docs/acs_cc/lab/01#configure-gpio-output)
- Broken anchor on source page path = /docs/fils_en/lab/07:
   -> linking to ./02#bootloader (resolved as: /docs/fils_en/lab/02#bootloader)
   -> linking to ../lab/01#configure-gpio-output (resolved as: /docs/fils_en/lab/01#configure-gpio-output)

[SUCCESS] Generated static files in "build".
[INFO] Use `npm run serve` command to test your build locally.
section_end:1741787647:step_script
section_start:1741787647:archive_cache
Saving cache for successful job
Creating cache modules-non_protected...
website/node_modules/: found 44352 matching artifact files and directories 
WARNING: slides/node_modules/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/petru.nania/website-pmrust-fork) 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1741787666:archive_cache
section_start:1741787666:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741787666:cleanup_file_variables
Job succeeded