Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running with gitlab-runner 13.3.0 (86ad88ea)
- on czltlab03 2gyPysKd
- Preparing the "docker" executor
- 00:03
- Using Docker executor with image tarampampam/node:12-alpine ...
- Pulling docker image tarampampam/node:12-alpine ...
- Using docker image sha256:ed417510cba132ccc6107534672425bb68e26b87b46d6cff279b788d406f6adb for tarampampam/node:12-alpine ...
- Preparing environment
- 00:02
- Running on runner-2gypyskd-project-12-concurrent-1 via czltlab03...
- Getting source from Git repository
- 00:02
- Fetching changes with git depth set to 50...
- Initialized empty Git repository in /builds/sig_linux/skoda-motorsport/skoda-motorsport-api/.git/
- Created fresh repository.
- Checking out f9af2946 as master...
- Skipping Git submodules setup
- Executing "step_script" stage of the job script
- 01:50
- $ command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )
- $ echo "$USER"
- $ eval $(ssh-agent -s)
- Agent pid 11
- $ echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- Identity added: (stdin) ((stdin))
- $ mkdir -p ~/.ssh
- $ chmod 700 ~/.ssh
- $ yarn install
- yarn install v1.22.4
- [1/4] Resolving packages...
- [2/4] Fetching packages...
- info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
- [3/4] Linking dependencies...
- [4/4] Building fresh packages...
- Done in 90.48s.
- $ yarn lint
- yarn run v1.22.4
- $ eslint --color .
- Done in 6.30s.
- $ yarn test
- yarn run v1.22.4
- $ jest --color --coverage
- PASS test/dummy.test.js
- ✓ dummy (2ms)
- ----------|---------|----------|---------|---------|-------------------
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
- ----------|---------|----------|---------|---------|-------------------
- All files | 0 | 0 | 0 | 0 |
- ----------|---------|----------|---------|---------|-------------------
- Test Suites: 1 passed, 1 total
- Tests: 1 passed, 1 total
- Snapshots: 0 total
- Time: 3.587s
- Ran all test suites.
- Done in 6.87s.
- $ echo $CI_COMMIT_BRANCH
- master
- $ git branch
- * (HEAD detached at f9af294)
- $ if [[ "$CI_COMMIT_BRANCH" =~ ^(master|next|stable)$ ]]; then
- $ yarn release
- yarn run v1.22.4
- $ semantic-release
- [3:27:12 PM] [semantic-release] › ℹ Running semantic-release version 17.0.4
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/changelog"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/gitlab"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/git"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "verifyRelease" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/changelog"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/git"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/gitlab"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/exec"
- [3:27:13 PM] [semantic-release] › ✖ An error occurred while running semantic-release: Error: Command failed with exit code 128: git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git
- Host key verification failed.
- fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.
- at makeError (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/execa/lib/error.js:58:11)
- at handlePromise (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/execa/index.js:114:26)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- at async getBranches (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/git.js:66:11)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/branches/expand.js:6:23)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/branches/index.js:14:26)
- at async run (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/index.js:56:22)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/index.js:259:22)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/cli.js:55:5) {
- shortMessage: 'Command failed with exit code 128: git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git',
- command: 'git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git',
- exitCode: 128,
- signal: undefined,
- signalDescription: undefined,
- stdout: '',
- stderr: 'Host key verification failed.\r\n' +
- 'fatal: Could not read from remote repository.\n' +
- '\n' +
- 'Please make sure you have the correct access rights\n' +
- 'and the repository exists.',
- failed: true,
- timedOut: false,
- isCanceled: false,
- killed: false
- }
- Error: Command failed with exit code 128: git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git
- Host key verification failed.
- fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.
- at makeError (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/execa/lib/error.js:58:11)
- at handlePromise (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/execa/index.js:114:26)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- at async getBranches (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/git.js:66:11)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/branches/expand.js:6:23)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/lib/branches/index.js:14:26)
- at async run (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/index.js:56:22)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/index.js:259:22)
- at async module.exports (/builds/sig_linux/skoda-motorsport/skoda-motorsport-api/node_modules/semantic-release/cli.js:55:5) {
- shortMessage: 'Command failed with exit code 128: git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git',
- command: 'git ls-remote --heads ssh://[email protected]:10022/sig_linux/skoda-motorsport/skoda-motorsport-api.git',
- exitCode: 128,
- signal: undefined,
- signalDescription: undefined,
- stdout: '',
- stderr: 'Host key verification failed.\r\n' +
- 'fatal: Could not read from remote repository.\n' +
- '\n' +
- 'Please make sure you have the correct access rights\n' +
- 'and the repository exists.',
- failed: true,
- timedOut: false,
- isCanceled: false,
- killed: false
- }error Command failed with exit code 1.
- info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- ERROR: Job failed: exit code 1
Add Comment
Please, Sign In to add comment