Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Agent version: 1.33.1
- Hostname: prdfree-20-04-usc1b-210806100824-w65spdbyfzdkhrspdenfoc
- Start time: 2021-08-06T10:21:14Z
- $ 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=="
- ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
- ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
- ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
- ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
- ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
- ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
- [32;1m version: 1.47.2[0m
- [36mINFO[0m[10:21:15] [33;1mbitrise runs in Secret Filtering mode[0m
- [36mINFO[0m[10:21:15] [33;1mbitrise runs in CI mode[0m
- [36mINFO[0m[10:21:15] Running workflow: [32;1mprimary[0m
- [34;1mSwitching to workflow:[0m primary
- [36mINFO[0m[10:21:16] Step uses latest version -- Updating StepLib ...
- +------------------------------------------------------------------------------+
- | (0) activate-ssh-key@4 |
- +------------------------------------------------------------------------------+
- | id: activate-ssh-key |
- | version: 4.0.6 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:21:20Z |
- +------------------------------------------------------------------------------+
- | |
- [36mINFO[0m[10:21:20] Start installing (expect) with apt-get
- [36mINFO[0m[10:21:20] * [32;1m[OK][0m Step dependency (expect) installed, available.
- [36mINFO[0m[10:21:20] Start installing (git) with apt-get
- [36mINFO[0m[10:21:20] * [32;1m[OK][0m Step dependency (git) installed, available.
- [34;1mConfig:
- [0m- SSHRsaPrivateKey: *****
- - SSHKeySavePath: /root/.ssh/bitrise_step_activate_ssh_key
- - IsRemoveOtherIdentities: true
- - Verbose: false
- $ ssh-add "-l"
- Could not open a connection to your authentication agent.
- ssh_agent_check_result: 2
- ssh-agent not started
- starting a new ssh-agent and exporting connection information with envman
- $ ssh-agent
- Expose SSH_AUTH_SOCK for the new ssh-agent, with envman
- $ bash "-c" "/tmp/spawn346158319/tmp_spawn.sh"
- spawn ssh-add /root/.ssh/bitrise_step_activate_ssh_key
- Identity added: /root/.ssh/bitrise_step_activate_ssh_key (/root/.ssh/bitrise_step_activate_ssh_key)
- [32;1mSuccess[0m
- The SSH key was saved to /root/.ssh/bitrise_step_activate_ssh_key
- and was successfully added to ssh-agent.
- | |
- +---+---------------------------------------------------------------+----------+
- | [32;1m✓[0m | [32;1mactivate-ssh-key@4[0m | 6.41 sec |
- +---+---------------------------------------------------------------+----------+
- ▼
- +------------------------------------------------------------------------------+
- | (1) git-clone@4 |
- +------------------------------------------------------------------------------+
- | id: git-clone |
- | version: 4.3.0 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:21:23Z |
- +------------------------------------------------------------------------------+
- | |
- [34;1mConfig:
- [0m- RepositoryURL: [email protected]:xendit/nex-android.git
- - CloneIntoDir: /bitrise/src
- - Commit:
- - Tag:
- - Branch: master
- - PRDestBranch:
- - PRID: 0
- - PRSourceRepositoryURL:
- - PRMergeBranch:
- - PRHeadBranch:
- - ResetRepository: false
- - CloneDepth: 0
- - LimitSubmoduleUpdateDepth: true
- - ShouldMergePR: true
- - BuildURL: https://app.bitrise.io/build/6451b33d-6588-45f2-86a2-4047c14e4613
- - BuildAPIToken: [REDACTED]
- - UpdateSubmodules: true
- - ManualMerge: true
- [34;1m$ git "init"[0m
- Initialized empty Git repository in /bitrise/src/.git/
- [34;1m$ git "remote" "add" "origin" "[email protected]:xendit/nex-android.git"[0m
- [34;1m$ git "fetch" "origin" "refs/heads/master"[0m
- Warning: Permanently added 'github.com,140.82.114.4' (RSA) to the list of known hosts.
- From github.com:xendit/nex-android
- * branch master -> FETCH_HEAD
- * [new branch] master -> origin/master
- [34;1m$ git "checkout" "master"[0m
- Already on 'master'
- Branch 'master' set up to track remote branch 'master' from 'origin'.
- [34;1m$ git "merge" "origin/master"[0m
- Already up to date.
- [34;1m$ git "submodule" "update" "--init" "--recursive" "--depth=1"[0m
- [34;1m
- Exporting git logs
- [0m
- [34;1m$ git "log" "-1" "--format=%cn" &> out[0m
- => GIT_CLONE_COMMIT_COMMITER_NAME
- value: GitHub
- [34;1m$ git "log" "-1" "--format=%ce" &> out[0m
- => GIT_CLONE_COMMIT_COMMITER_EMAIL
- value: [email protected]
- [34;1m$ git "log" "-1" "--format=%H" &> out[0m
- => GIT_CLONE_COMMIT_HASH
- value: d6423da1cd1074a6b328074bd3b5423828c46821
- [34;1m$ git "log" "-1" "--format=%s" &> out[0m
- => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
- value: Merge pull request #361 from xendit/develop
- [34;1m$ git "log" "-1" "--format=%b" &> out[0m
- => GIT_CLONE_COMMIT_MESSAGE_BODY
- value: Release
- [34;1m$ git "log" "-1" "--format=%an" &> out[0m
- => GIT_CLONE_COMMIT_AUTHOR_NAME
- value: ahmadAlfhajri
- [34;1m$ git "log" "-1" "--format=%ae" &> out[0m
- => GIT_CLONE_COMMIT_AUTHOR_EMAIL
- value: [email protected]
- [34;1m$ git "rev-list" "HEAD" "--count" &> out[0m
- => GIT_CLONE_COMMIT_COUNT
- value: 1347
- [32;1m
- Success[0m
- | |
- +---+---------------------------------------------------------------+----------+
- | [32;1m✓[0m | [32;1mgit-clone@4[0m | 5.78 sec |
- +---+---------------------------------------------------------------+----------+
- | Update available: 4 (4.3.0) -> 6.1.0 |
- | |
- | Release notes are available below |
- | https://github.com/bitrise-steplib/steps-git-clone/releases |
- +---+---------------------------------------------------------------+----------+
- ▼
- +------------------------------------------------------------------------------+
- | (2) cache-pull@2 |
- +------------------------------------------------------------------------------+
- | id: cache-pull |
- | version: 2.5.0 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:21:29Z |
- +------------------------------------------------------------------------------+
- | |
- [36mINFO[0m[10:21:29] Start installing (tar) with apt-get
- [36mINFO[0m[10:21:29] * [32;1m[OK][0m Step dependency (tar) installed, available.
- [34;1mConfig:
- [0m- CacheAPIURL: [REDACTED]
- - DebugMode: false
- - AllowFallback: true
- - ExtractToRelativePath: false
- - StackID: linux-docker-android-20.04
- - BuildSlug: 6451b33d-6588-45f2-86a2-4047c14e4613
- [34;1mDownloading remote cache archive[0m
- [31;1mFailed to get cache download url: build cache not found: probably cache not initialised yet (first cache push initialises the cache), nothing to worry about ;)[0m
- [33mWARN[0m[10:21:30] Step (cache-pull@2) failed, but was marked as skippable
- | |
- +---+---------------------------------------------------------------+----------+
- | [33;1m![0m | [33;1mcache-pull@2 (exit code: 1)[0m | 2.20 sec |
- +---+---------------------------------------------------------------+----------+
- | Issue tracker: https://github.com/bitrise-steplib/steps-cache-pull/issues |
- | Source: https://github.com/bitrise-steplib/steps-cache-pull.git |
- +---+---------------------------------------------------------------+----------+
- ▼
- +------------------------------------------------------------------------------+
- | (3) install-missing-android-tools@2 |
- +------------------------------------------------------------------------------+
- | id: install-missing-android-tools |
- | version: 2.4.1 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:21:31Z |
- +------------------------------------------------------------------------------+
- | |
- [34;1mConfig:
- [0m- GradlewPath: ./gradlew
- - AndroidHome: /opt/android-sdk-linux
- - AndroidSDKRoot: /opt/android-sdk-linux
- - NDKRevision:
- [34;1mPreparation[0m
- Set executable permission for gradlew
- [34;1mClearing NDK environment[0m
- Unset ANDROID_NDK_HOME
- [34;1mInitialize Android SDK[0m
- Ensure android licences
- [34;1mEnsure required Android SDK components[0m
- [32;1mRequired SDK components are installed[0m
- | |
- +---+---------------------------------------------------------------+----------+
- | [32;1m✓[0m | [32;1minstall-missing-android-tools@2[0m | 21.4 min |
- +---+---------------------------------------------------------------+----------+
- ▼
- +------------------------------------------------------------------------------+
- | (4) Set Qa name |
- +------------------------------------------------------------------------------+
- | id: change-android-versioncode-and-versionname |
- | version: 1.2.4 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:42:56Z |
- +------------------------------------------------------------------------------+
- | |
- [34;1mConfig:
- [0m- BuildGradlePth: presentation/build.gradle
- - NewVersionName: 0.0.133-QA
- - NewVersionCode: 133
- - VersionCodeOffset: 0
- [34;1mUpdating versionName and versionCode in: presentation/build.gradle[0m
- updating line (44): versionCode 47 -> versionCode 133
- [33;1mLeading and/or trailing " character missing from new_version_name, adding quotation char: 0.0.133-QA -> "0.0.133-QA"[0m
- updating line (45): versionName "0.2.$versionCode" -> versionName "0.0.133-QA"
- [32;1m1 versionCode updated[0m
- [32;1m1 versionName updated[0m
- | |
- +---+---------------------------------------------------------------+----------+
- | [32;1m✓[0m | [32;1mSet Qa name[0m | 2.84 sec |
- +---+---------------------------------------------------------------+----------+
- ▼
- +------------------------------------------------------------------------------+
- | (5) Build QA |
- +------------------------------------------------------------------------------+
- | id: android-build |
- | version: 0.10.4 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2021-08-06T10:42:59Z |
- +------------------------------------------------------------------------------+
- | |
- [34;1mConfigs:
- [0m- ProjectLocation: /bitrise/src
- - APKPathPattern:
- - AppPathPattern: */build/outputs/apk/*.apk
- */build/outputs/bundle/*.aab
- - Variant: qaDebug
- - Module: presentation
- - BuildType: apk
- - Arguments:
- - CacheLevel: only_deps
- - DeployDir: /bitrise/deploy
- [34;1mVariants:[0m
- data:
- - AndroidTest
- - Debug
- - Prod
- - ProductFlavors
- - Qa
- - Release
- - Stage
- - ProdDebug
- - ProdDebugAndroidTest
- - ProdDebugUnitTest
- - ProdProductFlavors
- - ProdProductFlavorsUnitTest
- - ProdRelease
- - ProdReleaseUnitTest
- - QaDebug
- - QaDebugAndroidTest
- - QaDebugUnitTest
- - QaProductFlavors
- - QaProductFlavorsUnitTest
- - QaRelease
- - QaReleaseUnitTest
- - StageDebug
- - StageDebugAndroidTest
- - StageDebugUnitTest
- - StageProductFlavors
- - StageProductFlavorsUnitTest
- - StageRelease
- - StageReleaseUnitTest
- designSystem:
- - AndroidTest
- - Debug
- - Prod
- - Qa
- - Release
- - Stage
- - ProdDebug
- - ProdDebugAndroidTest
- - ProdDebugUnitTest
- - ProdRelease
- - ProdReleaseUnitTest
- - QaDebug
- - QaDebugAndroidTest
- - QaDebugUnitTest
- - QaRelease
- - QaReleaseUnitTest
- - StageDebug
- - StageDebugAndroidTest
- - StageDebugUnitTest
- - StageRelease
- - StageReleaseUnitTest
- domain:
- - AndroidTest
- - Debug
- - Prod
- - Qa
- - Release
- - Stage
- - ProdDebug
- - ProdDebugAndroidTest
- - ProdDebugUnitTest
- - ProdRelease
- - ProdReleaseUnitTest
- - QaDebug
- - QaDebugAndroidTest
- - QaDebugUnitTest
- - QaRelease
- - QaReleaseUnitTest
- - StageDebug
- - StageDebugAndroidTest
- - StageDebugUnitTest
- - StageRelease
- - StageReleaseUnitTest
- presentation:
- - AndroidTest
- - Debug
- - Prod
- - Qa
- - Release
- - Stage
- - ProdDebug
- - ProdDebugAndroidTest
- - ProdDebugUnitTest
- - ProdRelease
- - ProdReleaseUnitTest
- [32;1m✓ QaDebug[0m
- - QaDebugAndroidTest
- - QaDebugUnitTest
- - QaRelease
- - QaReleaseUnitTest
- - StageDebug
- - StageDebugAndroidTest
- - StageDebugUnitTest
- - StageRelease
- - StageReleaseUnitTest
- [34;1mRun build:[0m
- [32;1m$ /bitrise/src/gradlew ":presentation:assembleQaDebug"[0m
- > Configure project :data
- 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.
- 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
- 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
- > Configure project :domain
- 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.
- timeout after 2700 seconds
Add Comment
Please, Sign In to add comment