Guest User

Untitled

a guest
Aug 9th, 2021
57
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" "GIT_REPOSITORY_URL=git@github.com: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: git@github.com: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" "git@github.com: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. value: noreply@github.com
  121.  
  122. $ git "log" "-1" "--format=%H" &> out
  123. => GIT_CLONE_COMMIT_HASH
  124. value: d6423da1cd1074a6b328074bd3b5423828c46821
  125.  
  126. $ git "log" "-1" "--format=%s" &> out
  127. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  128. value: Merge pull request #361 from xendit/develop
  129.  
  130. $ git "log" "-1" "--format=%b" &> out
  131. => GIT_CLONE_COMMIT_MESSAGE_BODY
  132. value: Release
  133.  
  134. $ git "log" "-1" "--format=%an" &> out
  135. => GIT_CLONE_COMMIT_AUTHOR_NAME
  136. value: ahmadAlfhajri
  137.  
  138. $ git "log" "-1" "--format=%ae" &> out
  139. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  140. value: 82349749+ahmadAlfhajri@users.noreply.github.com
  141.  
  142. $ git "rev-list" "HEAD" "--count" &> out
  143. => GIT_CLONE_COMMIT_COUNT
  144. value: 1347
  145.  
  146. 
  147. Success
  148. | |
  149. +---+---------------------------------------------------------------+----------+
  150. | ✓ | git-clone@4 | 5.78 sec |
  151. +---+---------------------------------------------------------------+----------+
  152. | Update available: 4 (4.3.0) -> 6.1.0 |
  153. | |
  154. | Release notes are available below |
  155. | https://github.com/bitrise-steplib/steps-git-clone/releases |
  156. +---+---------------------------------------------------------------+----------+
  157.  
  158.  
  159. +------------------------------------------------------------------------------+
  160. | (2) cache-pull@2 |
  161. +------------------------------------------------------------------------------+
  162. | id: cache-pull |
  163. | version: 2.5.0 |
  164. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  165. | toolkit: go |
  166. | time: 2021-08-06T10:21:29Z |
  167. +------------------------------------------------------------------------------+
  168. | |
  169. INFO[10:21:29] Start installing (tar) with apt-get
  170. INFO[10:21:29] * [OK] Step dependency (tar) installed, available.
  171. Config:
  172. - CacheAPIURL: [REDACTED]
  173. - DebugMode: false
  174. - AllowFallback: true
  175. - ExtractToRelativePath: false
  176. - StackID: linux-docker-android-20.04
  177. - BuildSlug: 6451b33d-6588-45f2-86a2-4047c14e4613
  178.  
  179. Downloading remote cache archive
  180. 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 ;)
  181. WARN[10:21:30] Step (cache-pull@2) failed, but was marked as skippable
  182. | |
  183. +---+---------------------------------------------------------------+----------+
  184. | ! | cache-pull@2 (exit code: 1) | 2.20 sec |
  185. +---+---------------------------------------------------------------+----------+
  186. | Issue tracker: https://github.com/bitrise-steplib/steps-cache-pull/issues |
  187. | Source: https://github.com/bitrise-steplib/steps-cache-pull.git |
  188. +---+---------------------------------------------------------------+----------+
  189.  
  190.  
  191. +------------------------------------------------------------------------------+
  192. | (3) install-missing-android-tools@2 |
  193. +------------------------------------------------------------------------------+
  194. | id: install-missing-android-tools |
  195. | version: 2.4.1 |
  196. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  197. | toolkit: go |
  198. | time: 2021-08-06T10:21:31Z |
  199. +------------------------------------------------------------------------------+
  200. | |
  201.  
  202. Config:
  203. - GradlewPath: ./gradlew
  204. - AndroidHome: /opt/android-sdk-linux
  205. - AndroidSDKRoot: /opt/android-sdk-linux
  206. - NDKRevision:
  207.  
  208. Preparation
  209. Set executable permission for gradlew
  210.  
  211. Clearing NDK environment
  212. Unset ANDROID_NDK_HOME
  213.  
  214. Initialize Android SDK
  215. Ensure android licences
  216.  
  217. Ensure required Android SDK components
  218.  
  219. Required SDK components are installed
  220. | |
  221. +---+---------------------------------------------------------------+----------+
  222. | ✓ | install-missing-android-tools@2 | 21.4 min |
  223. +---+---------------------------------------------------------------+----------+
  224.  
  225.  
  226. +------------------------------------------------------------------------------+
  227. | (4) Set Qa name |
  228. +------------------------------------------------------------------------------+
  229. | id: change-android-versioncode-and-versionname |
  230. | version: 1.2.4 |
  231. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  232. | toolkit: go |
  233. | time: 2021-08-06T10:42:56Z |
  234. +------------------------------------------------------------------------------+
  235. | |
  236. Config:
  237. - BuildGradlePth: presentation/build.gradle
  238. - NewVersionName: 0.0.133-QA
  239. - NewVersionCode: 133
  240. - VersionCodeOffset: 0
  241.  
  242.  
  243. Updating versionName and versionCode in: presentation/build.gradle
  244. updating line (44): versionCode 47 -> versionCode 133
  245. Leading and/or trailing " character missing from new_version_name, adding quotation char: 0.0.133-QA -> "0.0.133-QA"
  246. updating line (45): versionName "0.2.$versionCode" -> versionName "0.0.133-QA"
  247.  
  248. 1 versionCode updated
  249. 1 versionName updated
  250. | |
  251. +---+---------------------------------------------------------------+----------+
  252. | ✓ | Set Qa name | 2.84 sec |
  253. +---+---------------------------------------------------------------+----------+
  254.  
  255.  
  256. +------------------------------------------------------------------------------+
  257. | (5) Build QA |
  258. +------------------------------------------------------------------------------+
  259. | id: android-build |
  260. | version: 0.10.4 |
  261. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  262. | toolkit: go |
  263. | time: 2021-08-06T10:42:59Z |
  264. +------------------------------------------------------------------------------+
  265. | |
  266. Configs:
  267. - ProjectLocation: /bitrise/src
  268. - APKPathPattern:
  269. - AppPathPattern: */build/outputs/apk/*.apk
  270. */build/outputs/bundle/*.aab
  271. - Variant: qaDebug
  272. - Module: presentation
  273. - BuildType: apk
  274. - Arguments:
  275. - CacheLevel: only_deps
  276. - DeployDir: /bitrise/deploy
  277.  
  278. Variants:
  279.  
  280. data:
  281. - AndroidTest
  282. - Debug
  283. - Prod
  284. - ProductFlavors
  285. - Qa
  286. - Release
  287. - Stage
  288. - ProdDebug
  289. - ProdDebugAndroidTest
  290. - ProdDebugUnitTest
  291. - ProdProductFlavors
  292. - ProdProductFlavorsUnitTest
  293. - ProdRelease
  294. - ProdReleaseUnitTest
  295. - QaDebug
  296. - QaDebugAndroidTest
  297. - QaDebugUnitTest
  298. - QaProductFlavors
  299. - QaProductFlavorsUnitTest
  300. - QaRelease
  301. - QaReleaseUnitTest
  302. - StageDebug
  303. - StageDebugAndroidTest
  304. - StageDebugUnitTest
  305. - StageProductFlavors
  306. - StageProductFlavorsUnitTest
  307. - StageRelease
  308. - StageReleaseUnitTest
  309. designSystem:
  310. - AndroidTest
  311. - Debug
  312. - Prod
  313. - Qa
  314. - Release
  315. - Stage
  316. - ProdDebug
  317. - ProdDebugAndroidTest
  318. - ProdDebugUnitTest
  319. - ProdRelease
  320. - ProdReleaseUnitTest
  321. - QaDebug
  322. - QaDebugAndroidTest
  323. - QaDebugUnitTest
  324. - QaRelease
  325. - QaReleaseUnitTest
  326. - StageDebug
  327. - StageDebugAndroidTest
  328. - StageDebugUnitTest
  329. - StageRelease
  330. - StageReleaseUnitTest
  331. domain:
  332. - AndroidTest
  333. - Debug
  334. - Prod
  335. - Qa
  336. - Release
  337. - Stage
  338. - ProdDebug
  339. - ProdDebugAndroidTest
  340. - ProdDebugUnitTest
  341. - ProdRelease
  342. - ProdReleaseUnitTest
  343. - QaDebug
  344. - QaDebugAndroidTest
  345. - QaDebugUnitTest
  346. - QaRelease
  347. - QaReleaseUnitTest
  348. - StageDebug
  349. - StageDebugAndroidTest
  350. - StageDebugUnitTest
  351. - StageRelease
  352. - StageReleaseUnitTest
  353. presentation:
  354. - AndroidTest
  355. - Debug
  356. - Prod
  357. - Qa
  358. - Release
  359. - Stage
  360. - ProdDebug
  361. - ProdDebugAndroidTest
  362. - ProdDebugUnitTest
  363. - ProdRelease
  364. - ProdReleaseUnitTest
  365. ✓ QaDebug
  366. - QaDebugAndroidTest
  367. - QaDebugUnitTest
  368. - QaRelease
  369. - QaReleaseUnitTest
  370. - StageDebug
  371. - StageDebugAndroidTest
  372. - StageDebugUnitTest
  373. - StageRelease
  374. - StageReleaseUnitTest
  375.  
  376. Run build:
  377.  
  378. $ /bitrise/src/gradlew ":presentation:assembleQaDebug"
  379.  
  380.  
  381. > Configure project :data
  382. 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.
  383. 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
  384. 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
  385.  
  386. > Configure project :domain
  387. 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.
  388. timeout after 2700 seconds
Add Comment
Please, Sign In to add comment