Guest User

Untitled

a guest
Aug 9th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 KB | None | 0 0
  1. Agent version: 1.33.1
  2. Hostname: prdfree-20-04-usc1b-210806100824-w65spdbyfzdkhrspdenfoc
  3. Start time: 2021-08-06T10:21:14Z
  4. $ docker "run" "-v" "/var/run/docker.sock:/var/run/docker.sock" "-v" "/bitrise:/bitrise" "-v" "/tmp/bitrise-agent240950868:/.bitrise-config" "-e" "BITRISE_IO=true" "-e" "BITRISE_APP_URL=https://app.bitrise.io/app/2675559cd2fd8560" "-e" "BITRISEIO_GIT_REPOSITORY_SLUG=nex-android" "-e" "BITRISE_BUILD_NUMBER=133" "-e" "BITRISEIO_STACK_ID=linux-docker-android-20.04" "-e" "BITRISE_BUILD_TRIGGER_TIMESTAMP=1628245273" "-e" "BITRISE_BUILD_URL=https://app.bitrise.io/build/6451b33d-6588-45f2-86a2-4047c14e4613" "-e" "BITRISE_APP_SLUG=2675559cd2fd8560" "-e" "BITRISE_APP_TITLE=nex-android" "-e" "[email protected]:xendit/nex-android.git" "-e" "BITRISEIO_GIT_REPOSITORY_OWNER=xendit" "-e" "BITRISE_GIT_BRANCH=master" "-e" "BITRISE_BUILD_SLUG=6451b33d-6588-45f2-86a2-4047c14e4613" "--privileged" "--network=host" "--name=bitrise-main-container" "bitriseio/android-ndk-20.04:pinned" "bitrise" "run" "--config" "/.bitrise-config/bitrise.yml" "--inventory" "/.bitrise-config/bitrise.secrets.yml" "--json-params-base64" "eyJ3b3JrZmxvdyI6InByaW1hcnkifQ=="
  5.  
  6. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  7. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  8. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  9. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  10. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  11. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  12.  
  13.  version: 1.47.2
  14.  
  15. INFO[10:21:15] bitrise runs in Secret Filtering mode
  16. INFO[10:21:15] bitrise runs in CI mode
  17. INFO[10:21:15] Running workflow: primary
  18.  
  19. Switching to workflow: primary
  20.  
  21. INFO[10:21:16] Step uses latest version -- Updating StepLib ...
  22. +------------------------------------------------------------------------------+
  23. | (0) activate-ssh-key@4 |
  24. +------------------------------------------------------------------------------+
  25. | id: activate-ssh-key |
  26. | version: 4.0.6 |
  27. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  28. | toolkit: go |
  29. | time: 2021-08-06T10:21:20Z |
  30. +------------------------------------------------------------------------------+
  31. | |
  32. INFO[10:21:20] Start installing (expect) with apt-get
  33. INFO[10:21:20] * [OK] Step dependency (expect) installed, available.
  34. INFO[10:21:20] Start installing (git) with apt-get
  35. INFO[10:21:20] * [OK] Step dependency (git) installed, available.
  36. Config:
  37. - SSHRsaPrivateKey: *****
  38. - SSHKeySavePath: /root/.ssh/bitrise_step_activate_ssh_key
  39. - IsRemoveOtherIdentities: true
  40. - Verbose: false
  41.  
  42. $ ssh-add "-l"
  43. Could not open a connection to your authentication agent.
  44. ssh_agent_check_result: 2
  45. ssh-agent not started
  46. starting a new ssh-agent and exporting connection information with envman
  47. $ ssh-agent
  48. Expose SSH_AUTH_SOCK for the new ssh-agent, with envman
  49. $ bash "-c" "/tmp/spawn346158319/tmp_spawn.sh"
  50. spawn ssh-add /root/.ssh/bitrise_step_activate_ssh_key
  51. Identity added: /root/.ssh/bitrise_step_activate_ssh_key (/root/.ssh/bitrise_step_activate_ssh_key)
  52.  
  53. Success
  54. The SSH key was saved to /root/.ssh/bitrise_step_activate_ssh_key
  55. and was successfully added to ssh-agent.
  56. | |
  57. +---+---------------------------------------------------------------+----------+
  58. | ✓ | activate-ssh-key@4 | 6.41 sec |
  59. +---+---------------------------------------------------------------+----------+
  60.  
  61.  
  62. +------------------------------------------------------------------------------+
  63. | (1) git-clone@4 |
  64. +------------------------------------------------------------------------------+
  65. | id: git-clone |
  66. | version: 4.3.0 |
  67. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  68. | toolkit: go |
  69. | time: 2021-08-06T10:21:23Z |
  70. +------------------------------------------------------------------------------+
  71. | |
  72. Config:
  73. - RepositoryURL: [email protected]:xendit/nex-android.git
  74. - CloneIntoDir: /bitrise/src
  75. - Commit:
  76. - Tag:
  77. - Branch: master
  78. - PRDestBranch:
  79. - PRID: 0
  80. - PRSourceRepositoryURL:
  81. - PRMergeBranch:
  82. - PRHeadBranch:
  83. - ResetRepository: false
  84. - CloneDepth: 0
  85. - LimitSubmoduleUpdateDepth: true
  86. - ShouldMergePR: true
  87. - BuildURL: https://app.bitrise.io/build/6451b33d-6588-45f2-86a2-4047c14e4613
  88. - BuildAPIToken: [REDACTED]
  89. - UpdateSubmodules: true
  90. - ManualMerge: true
  91.  
  92. $ git "init"
  93. Initialized empty Git repository in /bitrise/src/.git/
  94.  
  95. $ git "remote" "add" "origin" "[email protected]:xendit/nex-android.git"
  96.  
  97. $ git "fetch" "origin" "refs/heads/master"
  98. Warning: Permanently added 'github.com,140.82.114.4' (RSA) to the list of known hosts.
  99. From github.com:xendit/nex-android
  100. * branch master -> FETCH_HEAD
  101. * [new branch] master -> origin/master
  102.  
  103. $ git "checkout" "master"
  104. Already on 'master'
  105. Branch 'master' set up to track remote branch 'master' from 'origin'.
  106.  
  107. $ git "merge" "origin/master"
  108. Already up to date.
  109.  
  110. $ git "submodule" "update" "--init" "--recursive" "--depth=1"
  111. 
  112. Exporting git logs
  113. 
  114. $ git "log" "-1" "--format=%cn" &> out
  115. => GIT_CLONE_COMMIT_COMMITER_NAME
  116. value: GitHub
  117.  
  118. $ git "log" "-1" "--format=%ce" &> out
  119. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  120.  
  121. $ git "log" "-1" "--format=%H" &> out
  122. => GIT_CLONE_COMMIT_HASH
  123. value: d6423da1cd1074a6b328074bd3b5423828c46821
  124.  
  125. $ git "log" "-1" "--format=%s" &> out
  126. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  127. value: Merge pull request #361 from xendit/develop
  128.  
  129. $ git "log" "-1" "--format=%b" &> out
  130. => GIT_CLONE_COMMIT_MESSAGE_BODY
  131. value: Release
  132.  
  133. $ git "log" "-1" "--format=%an" &> out
  134. => GIT_CLONE_COMMIT_AUTHOR_NAME
  135. value: ahmadAlfhajri
  136.  
  137. $ git "log" "-1" "--format=%ae" &> out
  138. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  139.  
  140. $ git "rev-list" "HEAD" "--count" &> out
  141. => GIT_CLONE_COMMIT_COUNT
  142. value: 1347
  143.  
  144. 
  145. Success
  146. | |
  147. +---+---------------------------------------------------------------+----------+
  148. | ✓ | git-clone@4 | 5.78 sec |
  149. +---+---------------------------------------------------------------+----------+
  150. | Update available: 4 (4.3.0) -> 6.1.0 |
  151. | |
  152. | Release notes are available below |
  153. | https://github.com/bitrise-steplib/steps-git-clone/releases |
  154. +---+---------------------------------------------------------------+----------+
  155.  
  156.  
  157. +------------------------------------------------------------------------------+
  158. | (2) cache-pull@2 |
  159. +------------------------------------------------------------------------------+
  160. | id: cache-pull |
  161. | version: 2.5.0 |
  162. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  163. | toolkit: go |
  164. | time: 2021-08-06T10:21:29Z |
  165. +------------------------------------------------------------------------------+
  166. | |
  167. INFO[10:21:29] Start installing (tar) with apt-get
  168. INFO[10:21:29] * [OK] Step dependency (tar) installed, available.
  169. Config:
  170. - CacheAPIURL: [REDACTED]
  171. - DebugMode: false
  172. - AllowFallback: true
  173. - ExtractToRelativePath: false
  174. - StackID: linux-docker-android-20.04
  175. - BuildSlug: 6451b33d-6588-45f2-86a2-4047c14e4613
  176.  
  177. Downloading remote cache archive
  178. Failed to get cache download url: build cache not found: probably cache not initialised yet (first cache push initialises the cache), nothing to worry about ;)
  179. WARN[10:21:30] Step (cache-pull@2) failed, but was marked as skippable
  180. | |
  181. +---+---------------------------------------------------------------+----------+
  182. | ! | cache-pull@2 (exit code: 1) | 2.20 sec |
  183. +---+---------------------------------------------------------------+----------+
  184. | Issue tracker: https://github.com/bitrise-steplib/steps-cache-pull/issues |
  185. | Source: https://github.com/bitrise-steplib/steps-cache-pull.git |
  186. +---+---------------------------------------------------------------+----------+
  187.  
  188.  
  189. +------------------------------------------------------------------------------+
  190. | (3) install-missing-android-tools@2 |
  191. +------------------------------------------------------------------------------+
  192. | id: install-missing-android-tools |
  193. | version: 2.4.1 |
  194. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  195. | toolkit: go |
  196. | time: 2021-08-06T10:21:31Z |
  197. +------------------------------------------------------------------------------+
  198. | |
  199.  
  200. Config:
  201. - GradlewPath: ./gradlew
  202. - AndroidHome: /opt/android-sdk-linux
  203. - AndroidSDKRoot: /opt/android-sdk-linux
  204. - NDKRevision:
  205.  
  206. Preparation
  207. Set executable permission for gradlew
  208.  
  209. Clearing NDK environment
  210. Unset ANDROID_NDK_HOME
  211.  
  212. Initialize Android SDK
  213. Ensure android licences
  214.  
  215. Ensure required Android SDK components
  216.  
  217. Required SDK components are installed
  218. | |
  219. +---+---------------------------------------------------------------+----------+
  220. | ✓ | install-missing-android-tools@2 | 21.4 min |
  221. +---+---------------------------------------------------------------+----------+
  222.  
  223.  
  224. +------------------------------------------------------------------------------+
  225. | (4) Set Qa name |
  226. +------------------------------------------------------------------------------+
  227. | id: change-android-versioncode-and-versionname |
  228. | version: 1.2.4 |
  229. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  230. | toolkit: go |
  231. | time: 2021-08-06T10:42:56Z |
  232. +------------------------------------------------------------------------------+
  233. | |
  234. Config:
  235. - BuildGradlePth: presentation/build.gradle
  236. - NewVersionName: 0.0.133-QA
  237. - NewVersionCode: 133
  238. - VersionCodeOffset: 0
  239.  
  240.  
  241. Updating versionName and versionCode in: presentation/build.gradle
  242. updating line (44): versionCode 47 -> versionCode 133
  243. Leading and/or trailing " character missing from new_version_name, adding quotation char: 0.0.133-QA -> "0.0.133-QA"
  244. updating line (45): versionName "0.2.$versionCode" -> versionName "0.0.133-QA"
  245.  
  246. 1 versionCode updated
  247. 1 versionName updated
  248. | |
  249. +---+---------------------------------------------------------------+----------+
  250. | ✓ | Set Qa name | 2.84 sec |
  251. +---+---------------------------------------------------------------+----------+
  252.  
  253.  
  254. +------------------------------------------------------------------------------+
  255. | (5) Build QA |
  256. +------------------------------------------------------------------------------+
  257. | id: android-build |
  258. | version: 0.10.4 |
  259. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  260. | toolkit: go |
  261. | time: 2021-08-06T10:42:59Z |
  262. +------------------------------------------------------------------------------+
  263. | |
  264. Configs:
  265. - ProjectLocation: /bitrise/src
  266. - APKPathPattern:
  267. - AppPathPattern: */build/outputs/apk/*.apk
  268. */build/outputs/bundle/*.aab
  269. - Variant: qaDebug
  270. - Module: presentation
  271. - BuildType: apk
  272. - Arguments:
  273. - CacheLevel: only_deps
  274. - DeployDir: /bitrise/deploy
  275.  
  276. Variants:
  277.  
  278. data:
  279. - AndroidTest
  280. - Debug
  281. - Prod
  282. - ProductFlavors
  283. - Qa
  284. - Release
  285. - Stage
  286. - ProdDebug
  287. - ProdDebugAndroidTest
  288. - ProdDebugUnitTest
  289. - ProdProductFlavors
  290. - ProdProductFlavorsUnitTest
  291. - ProdRelease
  292. - ProdReleaseUnitTest
  293. - QaDebug
  294. - QaDebugAndroidTest
  295. - QaDebugUnitTest
  296. - QaProductFlavors
  297. - QaProductFlavorsUnitTest
  298. - QaRelease
  299. - QaReleaseUnitTest
  300. - StageDebug
  301. - StageDebugAndroidTest
  302. - StageDebugUnitTest
  303. - StageProductFlavors
  304. - StageProductFlavorsUnitTest
  305. - StageRelease
  306. - StageReleaseUnitTest
  307. designSystem:
  308. - AndroidTest
  309. - Debug
  310. - Prod
  311. - Qa
  312. - Release
  313. - Stage
  314. - ProdDebug
  315. - ProdDebugAndroidTest
  316. - ProdDebugUnitTest
  317. - ProdRelease
  318. - ProdReleaseUnitTest
  319. - QaDebug
  320. - QaDebugAndroidTest
  321. - QaDebugUnitTest
  322. - QaRelease
  323. - QaReleaseUnitTest
  324. - StageDebug
  325. - StageDebugAndroidTest
  326. - StageDebugUnitTest
  327. - StageRelease
  328. - StageReleaseUnitTest
  329. domain:
  330. - AndroidTest
  331. - Debug
  332. - Prod
  333. - Qa
  334. - Release
  335. - Stage
  336. - ProdDebug
  337. - ProdDebugAndroidTest
  338. - ProdDebugUnitTest
  339. - ProdRelease
  340. - ProdReleaseUnitTest
  341. - QaDebug
  342. - QaDebugAndroidTest
  343. - QaDebugUnitTest
  344. - QaRelease
  345. - QaReleaseUnitTest
  346. - StageDebug
  347. - StageDebugAndroidTest
  348. - StageDebugUnitTest
  349. - StageRelease
  350. - StageReleaseUnitTest
  351. presentation:
  352. - AndroidTest
  353. - Debug
  354. - Prod
  355. - Qa
  356. - Release
  357. - Stage
  358. - ProdDebug
  359. - ProdDebugAndroidTest
  360. - ProdDebugUnitTest
  361. - ProdRelease
  362. - ProdReleaseUnitTest
  363. ✓ QaDebug
  364. - QaDebugAndroidTest
  365. - QaDebugUnitTest
  366. - QaRelease
  367. - QaReleaseUnitTest
  368. - StageDebug
  369. - StageDebugAndroidTest
  370. - StageDebugUnitTest
  371. - StageRelease
  372. - StageReleaseUnitTest
  373.  
  374. Run build:
  375.  
  376. $ /bitrise/src/gradlew ":presentation:assembleQaDebug"
  377.  
  378.  
  379. > Configure project :data
  380. Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
  381. Update /bitrise/src/presentation/src/main/res/values/strings.xml from: https://localise.biz:443/api/export/locale/en.xml?key=I29jjCme_CW-EZZ4AzxXohqSZylgWJk1&fallback=en
  382. Update /bitrise/src/presentation/src/main/res/values-in/strings.xml from: https://localise.biz:443/api/export/locale/id.xml?key=I29jjCme_CW-EZZ4AzxXohqSZylgWJk1&fallback=en
  383.  
  384. > Configure project :domain
  385. Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
  386. timeout after 2700 seconds
Add Comment
Please, Sign In to add comment