-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
This is an error that happens >50% of the time on CircleCI. No changes are made between one run and the next. One run might pass, the next will fail with this error. All versions are committed in yarn.lock.
12 06 2020 08:29:13.851:ERROR [SaucelabsLauncher]: Error: spawn /home/circleci/repo/node_modules/saucelabs/build/.sc-v4.5.4/bin/sc ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
at onErrorNT (internal/child_process.js:468:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
{
errno: -2,
code: 'ENOENT',
syscall: 'spawn /home/circleci/repo/node_modules/saucelabs/build/.sc-v4.5.4/bin/sc',
path: '/home/circleci/repo/node_modules/saucelabs/build/.sc-v4.5.4/bin/sc',
spawnargs: [ '--version' ],
killed: false,
stdout: '',
stderr: '',
failed: true,
signal: null,
cmd: '/home/circleci/repo/node_modules/saucelabs/build/.sc-v4.5.4/bin/sc --version',
timedOut: false
}