Agent version: 1.2.4
Start time: 2019-04-27T13:45:51Z
$ docker “run” “-v” “/var/run/docker.sock:/var/run/docker.sock” “-v” “/bitrise:/bitrise” “-v” “/tmp/bitrise-agent629551256:/.bitrise-config” “–privileged” “–network=host” “–name=bitrise-main-container” “bitriseio/android:pinned” “bitrise” “run” “–config” “/.bitrise-config/bitrise.yml” “–inventory” “/.bitrise-config/bitrise.secrets.yml” “–json-params-base64” “eyJ3b3JrZmxvdyI6InZhbGlkYXRpb25fd29ya2Zsb3dfd2l0aF9zc2gifQ==”
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.29.0
INFO[13:45:52] bitrise runs in Secret Filtering mode
INFO[13:45:52] bitrise runs in CI mode
INFO[13:45:52] Running workflow: validation_workflow_with_ssh
Switching to workflow: validation_workflow_with_ssh
±-----------------------------------------------------------------------------+
| (0) Activate App SSH key |
±-----------------------------------------------------------------------------+
| id: activate-ssh-key |
| version: 3.1.1 |
| collection: GitHub - bitrise-io/bitrise-steplib: New Bitrise StepLib |
| toolkit: bash |
| time: 2019-04-27T13:45:53Z |
±-----------------------------------------------------------------------------+
| |
INFO[13:45:53] Start installing (expect) with apt-get
INFO[13:45:53] * [OK] Step dependency (expect) installed, available.
INFO[13:45:53] Start installing (git) with apt-get
INFO[13:45:53] * [OK] Step dependency (git) installed, available.
Configuration
- Path to save the RSA SSH private key: /root/.ssh/steplib_ssh_step_id_rsa
- Should remove other identities from the ssh-agent? true
→ $ mkdir -p /root/.ssh
→ $ chmod 0600 /root/.ssh/steplib_ssh_step_id_rsa
Could not open a connection to your authentication agent.
(i) ssh_agent_check_result: 2
(i) ssh-agent not started
(i) starting a new ssh-agent and exporting connection information with envman
Agent pid 240
(i) Expose SSH_AUTH_SOCK for the new ssh-agent, with envman
spawn ssh-add /root/.ssh/steplib_ssh_step_id_rsa
Identity added: /root/.ssh/steplib_ssh_step_id_rsa (/root/.ssh/steplib_ssh_step_id_rsa)
Success
The SSH key was saved to /root/.ssh/steplib_ssh_step_id_rsa
and was successfully added to ssh-agent.
| |
±–±--------------------------------------------------------------±---------+
| ✓ | Activate App SSH key | 1.27 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.1.1 → 4.0.3 |
±–±--------------------------------------------------------------±---------+
▼
±-----------------------------------------------------------------------------+
| (1) Git Clone Repository |
±-----------------------------------------------------------------------------+
| id: git-clone |
| version: 3.4.3 |
| collection: GitHub - bitrise-io/bitrise-steplib: New Bitrise StepLib |
| toolkit: go |
| time: 2019-04-27T13:45:54Z |
±-----------------------------------------------------------------------------+
| |
INFO[13:45:54] Start installing (golang) with apt-get
INFO[13:45:54] * [OK] Step dependency (go) installed, available.
Git Clone Configs:
- CloneIntoDir: /bitrise/src
- RepositoryURL: [REDACTED]
Git Checkout Configs:
- Commit:
- Tag:
- Branch: [REDACTED]
- CloneDepth:
Git Pull Request Configs:
- PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs:
- BuildURL:
- BuildAPIToken:
Git clone repository
=> git “init”
=> git “remote” “add” “origin” “[REDACTED]”
=> git “fetch”
=> git “checkout” “[REDACTED]”
=> git “submodule” “update” “–init” “–recursive”
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: cb02686d88d7da6ba735e5e514f5226284e30821
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: Specify workspace and project in Podfile
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value: Try to fix Bitrise error: Failed to determine cocoapods project-workspace mapping, error: failed to determin workspace - project mapping: no explicit project specified and no project found in the Podfile’s directory
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: Nezhyborets Oleksii
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: am.nezhyborets@gmail.com
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: Nezhyborets Oleksii
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: am.nezhyborets@gmail.com
Success
| |
±–±--------------------------------------------------------------±---------+
| ✓ | Git Clone Repository | 57 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.4.3 → 4.0.14 |
±–±--------------------------------------------------------------±---------+
▼
INFO[13:46:50] Step uses latest version – Updating StepLib …
INFO[13:46:50] Update StepLib (GitHub - bitrise-io/bitrise-steplib: New Bitrise StepLib)…
±-----------------------------------------------------------------------------+
| (2) Running project scanner |
±-----------------------------------------------------------------------------+
| id: project-scanner |
| version: 1.9.0 |
| collection: GitHub - bitrise-io/bitrise-steplib: New Bitrise StepLib |
| toolkit: bash |
| time: 2019-04-27T13:46:53Z |
±-----------------------------------------------------------------------------+
| |
Configs:
- scan_dir: /bitrise/src
- output_dir: /bitrise/src/scan_result
- scan_result_submit_url: [REDACTED]
- scan_result_submit_api_token: [REDACTED]
Create scanner bin…
ceated at: /tmp/tmp.7cpToBDmWi/scanner
Running scanner…
[13:46:58] CI mode
[13:46:58] scan dir: /bitrise/src
[13:46:58] output dir: /bitrise/src/scan_result
[13:46:58] output format: json
[13:46:58] Running scanners:
[13:46:58] Scanner: react-native-expo
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Collect package.json files
[13:46:58] | |
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] Scanner: react-native
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Collect package.json files
[13:46:58] 0 package.json file detected
[13:46:58] Filter relevant package.json files
[13:46:58] | |
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] Scanner: flutter
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Search for project(s)
[13:46:58] Paths containing pubspec.yaml(0):
[13:46:58]
[13:46:58] Fetching pubspec.yaml files
[13:46:58] | |
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] Scanner: ionic
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Searching for config.xml file
[13:46:58] config.xml:
[13:46:58] platform not detected
[13:46:58] | |
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] Scanner: cordova
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Searching for config.xml file
[13:46:58] config.xml:
[13:46:58] platform not detected
[13:46:58] | |
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] Scanner: ios
[13:46:58] ±-----------------------------------------------------------------------------+
[13:46:58] | |
[13:46:58] Filter relevant Xcode project files
[13:46:58] 3 Xcode ios project files found
[13:46:58] - Evenly.xcodeproj
[13:46:58] - DDMathParser/DDMathParser.xcodeproj
[13:46:58] - ONXPushManager/PushManagerUsage.xcodeproj
[13:46:58] Platform detected
[13:46:58] Searching for Podfile
[13:46:58] 1 Podfiles detected
[13:46:58] - Podfile
[13:47:09] Searching for Cartfile
[13:47:09] 1 Cartfiles detected
[13:47:09] - Cartfile
[13:47:09] Inspecting standalone project file: DDMathParser/DDMathParser.xcodeproj
[13:47:09] 1 shared schemes detected
[13:47:09] - MathParser
[13:47:09] Inspecting standalone project file: ONXPushManager/PushManagerUsage.xcodeproj
[13:47:09] 0 shared schemes detected
[13:47:09]
[13:47:09] No shared schemes found, adding recreate-user-schemes step…
[13:47:09] The newly generated schemes may differ from the ones in your project.
[13:47:09] Make sure to share your schemes, to have the expected behaviour.
[13:47:09]
[13:47:09] 1 user schemes will be generated
[13:47:09] - PushManagerUsage
[13:47:09]
[13:47:09] Inspecting workspace file: Evenly.xcworkspace
[13:47:09] 1 shared schemes detected
[13:47:09] - Evenly
[13:47:09] | |
[13:47:09] ±-----------------------------------------------------------------------------+
[13:47:09] Scanner: macos
[13:47:09] ±-----------------------------------------------------------------------------+
[13:47:09] | |
[13:47:09] Filter relevant Xcode project files
[13:47:09] 1 Xcode macos project files found
[13:47:09] - DDMathParser/DDMathParser.xcodeproj
[13:47:09] Platform detected
[13:47:09] Searching for Podfile
[13:47:09] 1 Podfiles detected
[13:47:09] - Podfile
Failed to create cocoapods project-workspace mapping, error: pod workspace (Evenly.xcworkspace) will be generated by (Evenly.xcodeproj) project, but it does not found
[13:47:13] Searching for Cartfile
[13:47:13] 1 Cartfiles detected
[13:47:13] - Cartfile
[13:47:13] Inspecting standalone project file: DDMathParser/DDMathParser.xcodeproj
[13:47:13] 1 shared schemes detected
[13:47:13] - MathParser
[13:47:13] | |
[13:47:13] ±-----------------------------------------------------------------------------+
[13:47:13] Scanner: android
[13:47:13] ±-----------------------------------------------------------------------------+
[13:47:13] | |
[13:47:13] | |
[13:47:13] ±-----------------------------------------------------------------------------+
[13:47:13] Scanner: xamarin
[13:47:13] ±-----------------------------------------------------------------------------+
[13:47:13] | |
[13:47:13] Searching for solution files
[13:47:13] 0 solution files detected
[13:47:13] platform not detected
[13:47:13] | |
[13:47:13] ±-----------------------------------------------------------------------------+
Detected project types: [ios macos]
[13:47:13] Scanner: fastlane
[13:47:13] ±-----------------------------------------------------------------------------+
[13:47:13] | |
[13:47:13] Searching for Fastfiles
[13:47:13] 1 Fastfiles detected
[13:47:13] - fastlane/Fastfile
[13:47:13] Platform detected
[13:47:13] Inspecting Fastfile: fastlane/Fastfile
[13:47:13] fastlane work dir: .
[13:47:13] 4 lanes found
[13:47:13] - ios test
[13:47:13] - ios refresh_dsyms
[13:47:13] - ios certificates
[13:47:13] - ios beta
[13:47:13] | |
[13:47:13] ±-----------------------------------------------------------------------------+
Detected automation tools: [fastlane]
[13:47:13] Saving outputs:
[13:47:13] scan result: /bitrise/src/scan_result/result.json
Submitting results…
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 12207 0 15 100 12192 36 29266 --:–:-- --:–:-- --:–:-- 29307
{“status”:“ok”}
submitted
scan finished
| |
±–±--------------------------------------------------------------±---------+
| ✓ | Running project scanner | 23 sec |
±–±--------------------------------------------------------------±---------+
±-----------------------------------------------------------------------------+
| bitrise summary |
±–±--------------------------------------------------------------±---------+
| | title | time (s) |
±–±--------------------------------------------------------------±---------+
| ✓ | Activate App SSH key | 1.27 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.1.1 → 4.0.3 |
±–±--------------------------------------------------------------±---------+
| ✓ | Git Clone Repository | 57 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.4.3 → 4.0.14 |
±–±--------------------------------------------------------------±---------+
| ✓ | Running project scanner | 23 sec |
±–±--------------------------------------------------------------±---------+
| Total runtime: 81 sec |
±-----------------------------------------------------------------------------+
Submitting anonymized usage informations…