Untitled

 avatar
unknown
plain_text
2 years ago
9.2 kB
8
Indexable
Running with gitlab-runner 15.7.1 (6d480948)
  on local_docker 6KwhHmMy
section_start:1675113067:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:18-alpine ...
Pulling docker image node:18-alpine ...
Using docker image sha256:264f8646c2a67d53f10446331ede8afc486055ecbac157e4613afe22d6325e06 for node:18-alpine with digest node@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827 ...
section_end:1675113071:prepare_executor
section_start:1675113071:prepare_script
Preparing environment
Running on runner-6kwhhmmy-project-197-concurrent-0 via c0c7b96292d0...
section_end:1675113073:prepare_script
section_start:1675113073:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/developers/fe-temp-versions/.git/
Checking out e604c7c6 as dev...
Removing node_modules/
Removing yarn.lock

Skipping Git submodules setup
section_end:1675113075:get_sources
section_start:1675113075:step_script
Executing "step_script" stage of the job script
Using docker image sha256:264f8646c2a67d53f10446331ede8afc486055ecbac157e4613afe22d6325e06 for node:18-alpine with digest node@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827 ...
$ if [ "$CI_COMMIT_BRANCH" == "$DEV_BRANCH" ]; then IS_BETA="true"; else IS_BETA="false"; fi
$ NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
/bin/sh: eval: line 137: [true: not found
$ if ["$IS_BETA" == "true"]; then DEMO_ID=${$NPM_PACKAGE_VERSION//\./-}; else DEMO_ID="beta"; fi
$ echo "creating demo for '${DEMO_ID}' with npm package version ${NPM_PACKAGE_VERSION}"
creating demo for 'beta' with npm package version 1.0.0
$ apk add --no-cache git
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
$ git config user.email "alexandr.krucheniuk@agritask.com"
$ git config user.name "alexandr.krucheniuk for semantic-release"
$ npm install -g typescript@4.0.3 ts-node

added 19 packages, and audited 20 packages in 1s

found 0 vulnerabilities
$ yarn install
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.
$ git tag -n
0.0.1           first try
1.0.0           first try
v1.0.0          first try
$ npm run semantic-release

> 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
section_start:1675113098:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 2 matching files and directories     
Uploading artifacts as "archive" to coordinator... 201 Created  id=288351 responseStatus=201 Created token=uegLSzjg
section_end:1675113100:upload_artifacts_on_success
section_start:1675113100:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1675113101:cleanup_file_variables
Job succeeded
Editor is loading...