Running with gitlab-runner 15.5.0 (0d4137b8)
  on public-gitlab-runner xVEkZAo3
section_start:1679521754:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ubuntu:jammy ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Pulling docker image ubuntu:jammy ...
Using docker image sha256:08d22c0ceb150ddeb2237c5fa3129c0183f3cc6f5eeb2e7aa4016da3ad02140a for ubuntu:jammy with digest ubuntu@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21 ...
section_end:1679521758:prepare_executor
section_start:1679521758:prepare_script
Preparing environment
Running on runner-xvekzao3-project-5635-concurrent-0 via sw-gitlab-runner.grid.pub.ro...
section_end:1679521759:prepare_script
section_start:1679521759:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/pcom/tema1/.git/
Created fresh repository.
Checking out 7507a8cf as main...

Skipping Git submodules setup
section_end:1679521762:get_sources
section_start:1679521762:step_script
Executing "step_script" stage of the job script
Using docker image sha256:08d22c0ceb150ddeb2237c5fa3129c0183f3cc6f5eeb2e7aa4016da3ad02140a for ubuntu:jammy with digest ubuntu@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21 ...
$ apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1200 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [885 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [28.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1142 kB]
Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [829 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [869 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [23.2 kB]
Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB]
Fetched 26.3 MB in 3s (8502 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
$ apt install -y wget

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates libpsl5 openssl publicsuffix
The following NEW packages will be installed:
  ca-certificates libpsl5 openssl publicsuffix wget
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1884 kB of archives.
After this operation, 3921 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.8 [1184 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1884 kB in 0s (4297 kB/s)
Selecting previously unselected package openssl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4395 files and directories currently installed.)
Preparing to unpack .../openssl_3.0.2-0ubuntu1.8_amd64.deb ...
Unpacking openssl (3.0.2-0ubuntu1.8) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../libpsl5_0.21.0-1.2build2_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../publicsuffix_20211207.1025-1_all.deb ...
Unpacking publicsuffix (20211207.1025-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.21.2-2ubuntu1_amd64.deb ...
Unpacking wget (1.21.2-2ubuntu1) ...
Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
Setting up wget (1.21.2-2ubuntu1) ...
Setting up openssl (3.0.2-0ubuntu1.8) ...
Setting up publicsuffix (20211207.1025-1) ...
Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
124 added, 0 removed; done.
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
$ wget https://github.com/badboy/mdbook-toc/releases/download/0.11.0/mdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz
--2023-03-22 21:49:40--  https://github.com/badboy/mdbook-toc/releases/download/0.11.0/mdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/141603390/0f2a1961-a17f-4483-b08d-18b5918c20ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230322%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230322T214940Z&X-Amz-Expires=300&X-Amz-Signature=2329eeb7de34eb280251aa9647609162348dc46b624619dfcad84469d3b4e7ab&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=141603390&response-content-disposition=attachment%3B%20filename%3Dmdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz&response-content-type=application%2Foctet-stream [following]
--2023-03-22 21:49:40--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/141603390/0f2a1961-a17f-4483-b08d-18b5918c20ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230322%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230322T214940Z&X-Amz-Expires=300&X-Amz-Signature=2329eeb7de34eb280251aa9647609162348dc46b624619dfcad84469d3b4e7ab&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=141603390&response-content-disposition=attachment%3B%20filename%3Dmdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 576271 (563K) [application/octet-stream]
Saving to: 'mdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz'

     0K .......... .......... .......... .......... ..........  8%  463K 1s
    50K .......... .......... .......... .......... .......... 17% 1.03M 1s
   100K .......... .......... .......... .......... .......... 26% 2.90M 0s
   150K .......... .......... .......... .......... .......... 35% 3.17M 0s
   200K .......... .......... .......... .......... .......... 44% 4.26M 0s
   250K .......... .......... .......... .......... .......... 53% 1.10M 0s
   300K .......... .......... .......... .......... .......... 62% 5.44M 0s
   350K .......... .......... .......... .......... .......... 71% 4.06M 0s
   400K .......... .......... .......... .......... .......... 79% 6.08M 0s
   450K .......... .......... .......... .......... .......... 88% 6.15M 0s
   500K .......... .......... .......... .......... .......... 97% 8.36M 0s
   550K .......... ..                                         100% 13.4M=0.3s

2023-03-22 21:49:41 (1.91 MB/s) - 'mdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz' saved [576271/576271]

$ wget https://github.com/rust-lang/mdBook/releases/download/v0.4.27/mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz
--2023-03-22 21:49:41--  https://github.com/rust-lang/mdBook/releases/download/v0.4.27/mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/38655056/903031c7-88f0-470d-863c-db406cec5e9b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230322%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230322T214941Z&X-Amz-Expires=300&X-Amz-Signature=3ca28e1efa9c9e183712c47a6964bc0ef95935a6214d310af873ba8e4acb0d52&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=38655056&response-content-disposition=attachment%3B%20filename%3Dmdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz&response-content-type=application%2Foctet-stream [following]
--2023-03-22 21:49:41--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/38655056/903031c7-88f0-470d-863c-db406cec5e9b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230322%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230322T214941Z&X-Amz-Expires=300&X-Amz-Signature=3ca28e1efa9c9e183712c47a6964bc0ef95935a6214d310af873ba8e4acb0d52&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=38655056&response-content-disposition=attachment%3B%20filename%3Dmdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4942601 (4.7M) [application/octet-stream]
Saving to: 'mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz'

     0K .......... .......... .......... .......... ..........  1% 1.01M 5s
    50K .......... .......... .......... .......... ..........  2% 1.65M 4s
   100K .......... .......... .......... .......... ..........  3% 4.68M 3s
   150K .......... .......... .......... .......... ..........  4% 5.82M 2s
   200K .......... .......... .......... .......... ..........  5% 7.74M 2s
   250K .......... .......... .......... .......... ..........  6% 2.46M 2s
   300K .......... .......... .......... .......... ..........  7% 12.0M 2s
   350K .......... .......... .......... .......... ..........  8% 9.04M 1s
   400K .......... .......... .......... .......... ..........  9% 12.4M 1s
   450K .......... .......... .......... .......... .......... 10% 11.1M 1s
   500K .......... .......... .......... .......... .......... 11% 3.05M 1s
   550K .......... .......... .......... .......... .......... 12% 15.0M 1s
   600K .......... .......... .......... .......... .......... 13% 15.0M 1s
   650K .......... .......... .......... .......... .......... 14% 21.1M 1s
   700K .......... .......... .......... .......... .......... 15% 12.3M 1s
   750K .......... .......... .......... .......... .......... 16% 14.8M 1s
   800K .......... .......... .......... .......... .......... 17% 15.2M 1s
   850K .......... .......... .......... .......... .......... 18% 21.9M 1s
   900K .......... .......... .......... .......... .......... 19% 27.5M 1s
   950K .......... .......... .......... .......... .......... 20% 15.1M 1s
  1000K .......... .......... .......... .......... .......... 21% 41.7M 1s
  1050K .......... .......... .......... .......... .......... 22% 38.4M 1s
  1100K .......... .......... .......... .......... .......... 23% 4.49M 1s
  1150K .......... .......... .......... .......... .......... 24% 20.9M 1s
  1200K .......... .......... .......... .......... .......... 25% 26.7M 1s
  1250K .......... .......... .......... .......... .......... 26% 41.0M 1s
  1300K .......... .......... .......... .......... .......... 27% 32.6M 1s
  1350K .......... .......... .......... .......... .......... 29% 30.7M 1s
  1400K .......... .......... .......... .......... .......... 30% 26.9M 0s
  1450K .......... .......... .......... .......... .......... 31% 50.1M 0s
  1500K .......... .......... .......... .......... .......... 32% 13.6M 0s
  1550K .......... .......... .......... .......... .......... 33% 29.7M 0s
  1600K .......... .......... .......... .......... .......... 34% 37.5M 0s
  1650K .......... .......... .......... .......... .......... 35% 39.6M 0s
  1700K .......... .......... .......... .......... .......... 36% 24.3M 0s
  1750K .......... .......... .......... .......... .......... 37% 20.0M 0s
  1800K .......... .......... .......... .......... .......... 38% 21.2M 0s
  1850K .......... .......... .......... .......... .......... 39% 26.8M 0s
  1900K .......... .......... .......... .......... .......... 40% 26.0M 0s
  1950K .......... .......... .......... .......... .......... 41% 35.6M 0s
  2000K .......... .......... .......... .......... .......... 42% 36.5M 0s
  2050K .......... .......... .......... .......... .......... 43% 45.5M 0s
  2100K .......... .......... .......... .......... .......... 44% 53.5M 0s
  2150K .......... .......... .......... .......... .......... 45% 69.8M 0s
  2200K .......... .......... .......... .......... .......... 46% 8.23M 0s
  2250K .......... .......... .......... .......... .......... 47% 30.9M 0s
  2300K .......... .......... .......... .......... .......... 48% 55.6M 0s
  2350K .......... .......... .......... .......... .......... 49% 23.2M 0s
  2400K .......... .......... .......... .......... .......... 50% 30.9M 0s
  2450K .......... .......... .......... .......... .......... 51% 30.1M 0s
  2500K .......... .......... .......... .......... .......... 52% 37.3M 0s
  2550K .......... .......... .......... .......... .......... 53% 18.7M 0s
  2600K .......... .......... .......... .......... .......... 54% 22.8M 0s
  2650K .......... .......... .......... .......... .......... 55% 30.2M 0s
  2700K .......... .......... .......... .......... .......... 56% 27.6M 0s
  2750K .......... .......... .......... .......... .......... 58% 43.2M 0s
  2800K .......... .......... .......... .......... .......... 59% 9.80M 0s
  2850K .......... .......... .......... .......... .......... 60% 12.0M 0s
  2900K .......... .......... .......... .......... .......... 61% 17.5M 0s
  2950K .......... .......... .......... .......... .......... 62% 22.3M 0s
  3000K .......... .......... .......... .......... .......... 63% 63.4M 0s
  3050K .......... .......... .......... .......... .......... 64% 56.0M 0s
  3100K .......... .......... .......... .......... .......... 65% 60.7M 0s
  3150K .......... .......... .......... .......... .......... 66% 62.0M 0s
  3200K .......... .......... .......... .......... .......... 67% 61.0M 0s
  3250K .......... .......... .......... .......... .......... 68% 42.6M 0s
  3300K .......... .......... .......... .......... .......... 69% 25.1M 0s
  3350K .......... .......... .......... .......... .......... 70% 20.8M 0s
  3400K .......... .......... .......... .......... .......... 71% 28.1M 0s
  3450K .......... .......... .......... .......... .......... 72% 59.5M 0s
  3500K .......... .......... .......... .......... .......... 73% 69.8M 0s
  3550K .......... .......... .......... .......... .......... 74% 60.8M 0s
  3600K .......... .......... .......... .......... .......... 75% 65.8M 0s
  3650K .......... .......... .......... .......... .......... 76% 67.7M 0s
  3700K .......... .......... .......... .......... .......... 77% 73.9M 0s
  3750K .......... .......... .......... .......... .......... 78% 58.6M 0s
  3800K .......... .......... .......... .......... .......... 79% 60.0M 0s
  3850K .......... .......... .......... .......... .......... 80% 63.6M 0s
  3900K .......... .......... .......... .......... .......... 81% 62.5M 0s
  3950K .......... .......... .......... .......... .......... 82% 65.1M 0s
  4000K .......... .......... .......... .......... .......... 83% 56.3M 0s
  4050K .......... .......... .......... .......... .......... 84% 56.2M 0s
  4100K .......... .......... .......... .......... .......... 85% 61.6M 0s
  4150K .......... .......... .......... .......... .......... 87% 67.1M 0s
  4200K .......... .......... .......... .......... .......... 88% 64.7M 0s
  4250K .......... .......... .......... .......... .......... 89% 52.6M 0s
  4300K .......... .......... .......... .......... .......... 90% 61.8M 0s
  4350K .......... .......... .......... .......... .......... 91% 61.6M 0s
  4400K .......... .......... .......... .......... .......... 92% 65.1M 0s
  4450K .......... .......... .......... .......... .......... 93% 56.6M 0s
  4500K .......... .......... .......... .......... .......... 94% 55.9M 0s
  4550K .......... .......... .......... .......... .......... 95% 62.0M 0s
  4600K .......... .......... .......... .......... .......... 96% 62.0M 0s
  4650K .......... .......... .......... .......... .......... 97% 64.2M 0s
  4700K .......... .......... .......... .......... .......... 98% 54.6M 0s
  4750K .......... .......... .......... .......... .......... 99% 63.1M 0s
  4800K .......... .......... ......                          100% 56.3M=0.3s

2023-03-22 21:49:42 (15.6 MB/s) - 'mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz' saved [4942601/4942601]

$ tar xvzf mdbook-toc-0.11.0-x86_64-unknown-linux-gnu.tar.gz
mdbook-toc
$ tar xvzf mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz
mdbook
$ ./mdbook build
2023-03-22 21:49:42 [INFO] (mdbook::book): Book building has started
Warning: The mdbook-toc preprocessor was built against version 0.4.24 of mdbook, but we're being called from version 0.4.27
2023-03-22 21:49:42 [INFO] (mdbook::book): Running the html backend
section_end:1679521783:step_script
section_start:1679521783:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 171 matching files and directories   
Uploading artifacts as "archive" to coordinator... 201 Created  id=13296 responseStatus=201 Created token=11xsxqzN
section_end:1679521786:upload_artifacts_on_success
section_start:1679521786:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1679521787:cleanup_file_variables
Job succeeded