torgiren
1Running with gitlab-runner 14.10.0 (c6bb62f6)2 on tenant-exphost-services-gitlab-gitlab-runner-5f66fb547c-g7mlc VUdG93z7 4Using Kubernetes namespace: tenant-exphost-services5Using Kubernetes executor with image quay.io/podman/stable ...6Using attach strategy to execute scripts... 9Waiting for pod tenant-exphost-services/runner-vudg93z7-project-38-concurrent-0d5csh to be running, status is Pending10Waiting for pod tenant-exphost-services/runner-vudg93z7-project-38-concurrent-0d5csh to be running, status is Pending11 ContainersNotReady: "containers with unready status: [build helper]"12 ContainersNotReady: "containers with unready status: [build helper]"13Waiting for pod tenant-exphost-services/runner-vudg93z7-project-38-concurrent-0d5csh to be running, status is Pending14 ContainersNotReady: "containers with unready status: [build helper]"15 ContainersNotReady: "containers with unready status: [build helper]"16Waiting for pod tenant-exphost-services/runner-vudg93z7-project-38-concurrent-0d5csh to be running, status is Pending17 ContainersNotReady: "containers with unready status: [build helper]"18 ContainersNotReady: "containers with unready status: [build helper]"19Running on runner-vudg93z7-project-38-concurrent-0d5csh via tenant-exphost-services-gitlab-gitlab-runner-5f66fb547c-g7mlc... 22Fetching changes with git depth set to 50...23Initialized empty Git repository in /builds/exphost-controller/webui/.git/24Created fresh repository.25Checking out 5c651a7d as make_version...26Skipping Git submodules setup 29Checking cache for make-version-non_protected...30No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 31Successfully extracted cache 34Downloading artifacts for get version (9928)... 38$ echo -n $CI_REGISTRY_PASSWORD | podman login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY39Login Succeeded!40$ podman --root podman pull ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-dev || true41Trying to pull registry.gitlab.exphost.pl/exphost-controller/webui:5c651a7d-dev...42Error: initializing source docker://registry.gitlab.exphost.pl/exphost-controller/webui:5c651a7d-dev: reading manifest 5c651a7d-dev in registry.gitlab.exphost.pl/exphost-controller/webui: manifest unknown43$ podman --root podman build --pull -f Dockerfile-dev --tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-dev --ulimit nofile=4096:4096 .44STEP 1/6: FROM docker.io/library/node:alpine45Trying to pull docker.io/library/node:alpine...46Getting image source signatures47Copying blob sha256:67eb332999b747e09b74f4f1d5bf069f58b7963fc895f532f0900c843ada6e8448Copying blob sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf849Copying blob sha256:62af34686b6bc8329b9b6a578d4bb82bfbc06a67df8f1996b48872e0afdc0d4050Copying blob sha256:87cba792d63287ad9c7ef250dfae2e9ce0ddefee6d3f7b2256a5e0eed7ca89be51Copying config sha256:cc08f601c4a2da4b0eb9c24d27d044a86af1485b69656f10f1b625e11157a79652Writing manifest to image destination53STEP 2/6: WORKDIR /app54--> 67dd8d36329255STEP 3/6: COPY app/package.json /app/56--> 59c491c8ceb957STEP 4/6: RUN npm install58time="2024-04-13T20:07:47Z" level=warning msg="Path \"/run/secrets/etc-pki-entitlement\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"59time="2024-04-13T20:07:47Z" level=warning msg="Path \"/run/secrets/rhsm\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"60npm 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.61npm 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.62npm 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.63npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead64npm 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_compatibility65npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead66npm 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.67npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead68npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser69npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.70npm 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.71npm WARN deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.072npm 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 maintained73npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.74added 1473 packages, and audited 1474 packages in 2m75272 packages are looking for funding76 run `npm fund` for details779 vulnerabilities (3 moderate, 6 high)78To address all issues (including breaking changes), run:79 npm audit fix --force80Run `npm audit` for details.81npm notice 82npm notice New patch version of npm available! 10.5.0 -> 10.5.283npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.2>84npm notice Run `npm install -g npm@10.5.2` to update!85npm notice 86--> d7fe2c5ec6f987STEP 5/6: COPY app/ /app/88--> 071b35eefbff89STEP 6/6: RUN npm run build90time="2024-04-13T20:10:12Z" level=warning msg="Path \"/run/secrets/etc-pki-entitlement\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"91time="2024-04-13T20:10:12Z" level=warning msg="Path \"/run/secrets/rhsm\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"92> sample@0.1.0 build93> react-scripts build94Creating an optimized production build...95One of your dependencies, babel-preset-react-app, is importing the96"@babel/plugin-proposal-private-property-in-object" package without97declaring it in its dependencies. This is currently working because98"@babel/plugin-proposal-private-property-in-object" is already in your102ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to103your devDependencies to work around this error. This will make this message104go away.106Compiled successfully.107File sizes after gzip:108 87.51 kB build/static/js/main.f1dba5d8.js109 31.86 kB build/static/css/main.5e0f9e9d.css110 1.77 kB build/static/js/453.eacd2753.chunk.js111The project was built assuming it is hosted at /console/.112You can control this with the homepage field in your package.json.113The build folder is ready to be deployed.114Find out more about deployment here:116COMMIT registry.gitlab.exphost.pl/exphost-controller/webui:5c651a7d-dev117--> 6b71eced967e118Successfully tagged registry.gitlab.exphost.pl/exphost-controller/webui:5c651a7d-dev1196b71eced967e5a344f7468de8389bab24c0171dd6263a69aff4b435a0f907081120$ podman --root podman push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-dev121Getting image source signatures122Copying blob sha256:af1df40d3ef993b8437ebffa586f16082b6bff53edb28e63cbf80179ce748b5c123Copying blob sha256:d4fc045c9e3a848011de66f34b81f052d4f2c15a17bb196d637e526349601820124Copying blob sha256:4f95b8e820c16fcdbdf692f87156fd0dc17b307a0083f879d0d30d6cc8c15434125Copying blob sha256:c9842e8249b1b3a168a42da387de1e3fac709a57ea29785a1304b97e8ec5d1a3126Copying blob sha256:0d4aca0e1e02037cb89b4f2d4993e6bab151be34422b9f8ea088ff8a5be7d045127Copying blob sha256:87f9e4df137cfad9d0e8cdc910e9abc870b719eb2bf17b767e87ceb225e87c74128Copying blob sha256:a2ae4c36d2452a59e4e012fbdb59dabd56b1f9dc2f1aa573e0304de4ad98a9d7129Copying blob sha256:2065ed072e5fca0fbf70ceca697ce9f6e3fd8f6fef317d26fbca71cbbaf0d0d9130Copying config sha256:6b71eced967e5a344f7468de8389bab24c0171dd6263a69aff4b435a0f907081131Writing manifest to image destination 134Creating cache make-version-non_protected...136No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 137Created cache 141Job succeeded