Untitled
unknown
plain_text
2 years ago
9.2 kB
8
Indexable
[0KRunning with gitlab-runner 15.7.1 (6d480948)[0;m [0K on local_docker 6KwhHmMy[0;m section_start:1675113067:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image node:18-alpine ...[0;m [0KPulling docker image node:18-alpine ...[0;m [0KUsing docker image sha256:264f8646c2a67d53f10446331ede8afc486055ecbac157e4613afe22d6325e06 for node:18-alpine with digest node@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827 ...[0;m section_end:1675113071:prepare_executor [0Ksection_start:1675113071:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-6kwhhmmy-project-197-concurrent-0 via c0c7b96292d0... section_end:1675113073:prepare_script [0Ksection_start:1675113073:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/developers/fe-temp-versions/.git/ [32;1mChecking out e604c7c6 as dev...[0;m Removing node_modules/ Removing yarn.lock [32;1mSkipping Git submodules setup[0;m section_end:1675113075:get_sources [0Ksection_start:1675113075:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:264f8646c2a67d53f10446331ede8afc486055ecbac157e4613afe22d6325e06 for node:18-alpine with digest node@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827 ...[0;m [32;1m$ if [ "$CI_COMMIT_BRANCH" == "$DEV_BRANCH" ]; then IS_BETA="true"; else IS_BETA="false"; fi[0;m [32;1m$ NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")[0;m /bin/sh: eval: line 137: [true: not found [32;1m$ if ["$IS_BETA" == "true"]; then DEMO_ID=${$NPM_PACKAGE_VERSION//\./-}; else DEMO_ID="beta"; fi[0;m [32;1m$ echo "creating demo for '${DEMO_ID}' with npm package version ${NPM_PACKAGE_VERSION}"[0;m creating demo for 'beta' with npm package version 1.0.0 [32;1m$ apk add --no-cache git[0;m 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 (1/7) Installing ca-certificates (20220614-r4) (2/7) Installing brotli-libs (1.0.9-r9) (3/7) Installing nghttp2-libs (1.51.0-r0) (4/7) Installing libcurl (7.87.0-r1) (5/7) Installing libexpat (2.5.0-r0) (6/7) Installing pcre2 (10.42-r0) (7/7) Installing git (2.38.3-r1) Executing busybox-1.35.0-r29.trigger Executing ca-certificates-20220614-r4.trigger OK: 18 MiB in 24 packages [32;1m$ git config user.email "alexandr.krucheniuk@agritask.com"[0;m [32;1m$ git config user.name "alexandr.krucheniuk for semantic-release"[0;m [32;1m$ npm install -g typescript@4.0.3 ts-node[0;m added 19 packages, and audited 20 packages in 1s found 0 vulnerabilities [32;1m$ yarn install[0;m yarn install v1.22.19 warning package.json: No license field info No lockfile found. warning fe-temp-versions@1.0.0: No license field [1/4] Resolving packages... warning semantic-release > @semantic-release/npm > npm > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs warning semantic-release > @semantic-release/npm > npm > @npmcli/arborist > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs warning semantic-release > @semantic-release/npm > npm > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs warning semantic-release > @semantic-release/npm > npm > @npmcli/arborist > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs [2/4] Fetching packages... [3/4] Linking dependencies... warning Workspaces can only be enabled in private projects. [4/4] Building fresh packages... success Saved lockfile. Done in 15.78s. [32;1m$ git tag -n[0;m 0.0.1 first try 1.0.0 first try v1.0.0 first try [32;1m$ npm run semantic-release[0;m > fe-temp-versions@1.0.0 semantic-release > semantic-release [9:11:34 PM] [semantic-release] › ℹ Running semantic-release version 20.1.0 (node:72) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/changelog" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/gitlab" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/npm" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/git" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/changelog" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/git" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/gitlab" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/npm" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/npm" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/gitlab" [9:11:34 PM] [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/gitlab" [9:11:35 PM] [semantic-release] › ✔ Run automated release from branch dev on repository https://gitlab-ci-token:[secure]@gitlab.agritask.xyz/developers/fe-temp-versions.git [9:11:35 PM] [semantic-release] › ✔ Allowed to push to the Git repository [9:11:35 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/changelog" [9:11:35 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/changelog" [9:11:35 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/gitlab" [9:11:35 PM] [semantic-release] [@semantic-release/gitlab] › ℹ Verify GitLab authentication (https://gitlab.agritask.xyz/api/v4) [9:11:35 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/gitlab" [9:11:35 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm" [9:11:35 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm" [9:11:35 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/git" [9:11:35 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/git" [9:11:35 PM] [semantic-release] › ℹ Found git tag v1.0.0 associated with version 1.0.0 on branch dev [9:11:35 PM] [semantic-release] › ℹ Found 3 commits since last release [9:11:35 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer" [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit: feat (semantic_versions): #PLAT-2639 added lib for semantic versions [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ The commit should not trigger a release [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit: feature(semantic_versions): #PLAT-2639 added lib for semantic versions [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ The commit should not trigger a release [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit: first try [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ The commit should not trigger a release [9:11:35 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analysis of 3 commits complete: no release [9:11:35 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer" [9:11:35 PM] [semantic-release] › ℹ There are no relevant changes, so no new version is released. section_end:1675113098:step_script [0Ksection_start:1675113098:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m[0;m [32;1mUploading artifacts...[0;m public: found 2 matching files and directories [0;m Uploading artifacts as "archive" to coordinator... 201 Created[0;m id[0;m=288351 responseStatus[0;m=201 Created token[0;m=uegLSzjg section_end:1675113100:upload_artifacts_on_success [0Ksection_start:1675113100:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1675113101:cleanup_file_variables [0K[32;1mJob succeeded[0;m
Editor is loading...