Running with gitlab-runner 17.5.2 (c6eae8d7)
  on gitlab H7f3E4NW, system ID: s_5f74de2a9f9c
section_start:1730670360:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:18.20.4-bullseye ...
Pulling docker image node:18.20.4-bullseye ...
Using docker image sha256:33d1f36715bb83ee716d15cfca6cfc71cee3b0b492f029e75bff130b06b8601c for node:18.20.4-bullseye with digest node@sha256:935d2ddcaeaaa138205b952087d2ca7a107ac2399ff1aa27b04d0456dddcf616 ...
section_end:1730670365:prepare_executor
section_start:1730670365:prepare_script
Preparing environment
Running on runner-h7f3e4nw-project-74-concurrent-0 via gitlab...
section_end:1730670366:prepare_script
section_start:1730670366:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/to/cf-online-ui/.git/
Checking out 9f9e00fc as detached HEAD (ref is main)...
Removing build/
Removing node_modules/
Removing request.json

Skipping Git submodules setup
section_end:1730670372:get_sources
section_start:1730670372:step_script
Executing "step_script" stage of the job script
Using docker image sha256:33d1f36715bb83ee716d15cfca6cfc71cee3b0b492f029e75bff130b06b8601c for node:18.20.4-bullseye with digest node@sha256:935d2ddcaeaaa138205b952087d2ca7a107ac2399ff1aa27b04d0456dddcf616 ...
$ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq curl
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [307 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Fetched 8579 kB in 2s (5561 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.74.0-1.3+deb11u13).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
$ npm install --legacy-peer-deps
npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm warn deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported
npm warn deprecated workbox-google-analytics@6.6.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
npm warn deprecated
npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
npm warn deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0
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
npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead
npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm warn deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm warn deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
npm warn deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm warn deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm warn deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

added 1701 packages, and audited 1702 packages in 27s

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

14 vulnerabilities (2 moderate, 8 high, 4 critical)

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

> cf2021.pirati.cz@0.1.0 build
> react-scripts build

Creating an optimized production build...
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
  
Compiled with warnings.

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/context.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/context.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/index.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/index.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/provider.tsx' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/provider.tsx'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/types.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/core/lib/@react-keycloak/core/types.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/context.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/context.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/index.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/index.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/provider.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/provider.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/useKeycloak.ts' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/useKeycloak.ts'

Failed to parse source map from '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/withKeycloak.tsx' file: Error: ENOENT: no such file or directory, open '/builds/to/cf-online-ui/node_modules/@react-keycloak/web/lib/@react-keycloak/web/withKeycloak.tsx'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

  263.18 kB  build/static/js/main.926068f1.js
  2.98 kB    build/static/js/reactPlayerFilePlayer.46f5a9e8.chunk.js
  1.94 kB    build/static/js/reactPlayerYouTube.3d2e2de4.chunk.js
  1.85 kB    build/static/js/reactPlayerMux.e5daed89.chunk.js
  1.44 kB    build/static/js/reactPlayerWistia.fb8b2d74.chunk.js
  1.43 kB    build/static/js/reactPlayerVimeo.8c073886.chunk.js
  1.35 kB    build/static/js/reactPlayerFacebook.445ec2d3.chunk.js
  1.34 kB    build/static/js/reactPlayerPreview.b5b77007.chunk.js
  1.31 kB    build/static/js/reactPlayerTwitch.427bc855.chunk.js
  1.29 kB    build/static/js/reactPlayerDailyMotion.18bd0c0f.chunk.js
  1.28 kB    build/static/js/reactPlayerSoundCloud.b7089a26.chunk.js
  1.26 kB    build/static/js/reactPlayerStreamable.b119ac51.chunk.js
  1.25 kB    build/static/js/reactPlayerVidyard.ca93aae7.chunk.js
  1.24 kB    build/static/js/reactPlayerKaltura.49a963da.chunk.js
  1.19 kB    build/static/js/reactPlayerMixcloud.0a3e527c.chunk.js
  1.12 kB    build/static/css/main.64be7844.css

The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.
You may serve it with a static server:

  npm install -g serve
  serve -s build

Find out more about deployment here:

  https://cra.link/deployment

section_end:1730670438:step_script
section_start:1730670438:after_script
Running after_script
Running after script...
$ echo "{\"name\":\"$SITE_NAME\" }" > request.json
$ curl -k -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0{"rc":0}
100    33  100     8  100    25    250    781 --:--:-- --:--:-- --:--:--  1031
section_end:1730670439:after_script
section_start:1730670439:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build: found 45 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=27927 responseStatus=201 Created token=glcbt-64
section_end:1730670441:upload_artifacts_on_success
section_start:1730670441:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730670442:cleanup_file_variables
Job succeeded