Bitrise Build Issue Report template
Description of the issue
We have setup a Bitrise build for Android which has a yarn install step and installs all dependencies required by the project including Appium v2.0.0-beta.71. When it tries installing Appium the first time, it is successful however subsequent runs fail. We do have local caching switched on.
Environment:
This is happening on Android.
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
Which build Step causes the issue and which version of the step?
E.g.: yarn step version: 0.1.2
Build log
- yarn@0:
inputs:
- workdir: “$WORKDIR”
- cache_local_deps: ‘yes’
- command: install
[4/4] Building fresh packages...
error /bitrise/src/node_modules/appium: Command failed.
Exit code: 139
Command: node ./scripts/autoinstall-extensions.js
Arguments:
Directory: /bitrise/src/node_modules/appium
Output:
- Looking for extensions to automatically install...
[Appium] ✔ No drivers or plugins to automatically install.
If desired, provide arguments with comma-separated values
"--drivers=<known_driver>[,known_driver...]" and/or
"--plugins=<known_plugin>[,known_plugin...]" to the "npm install appium"
command. The specified extensions will be installed automatically with Appium.
Note: to see the list of known extensions, run "appium <driver|plugin> list".
Segmentation fault (core dumped)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Run: provided yarn command failed: exit status 139